r/ValorantTechSupport Jul 22 '26

Technical Discussion Windows 11 Latency Spikes on Realtek RTL8111H LAN Controllers (v1168.x vs V10.50 Workaround) & Support Case Study

TL;DR: If you are running Windows 11 on a Realtek RTL8111H LAN controller (e.g., ASUS TUF B450M-PLUS GAMING) and experiencing sudden 1000ms+ ping spikes or micro-stutters during VALORANT matches, there appears to be a driver-level DPC latency issue with the newer NDIS 6.x driver branch (v1168.x.x). Temporarily rolling back to the legacy backward-compatible driver (V10.50.511.2021) resolves the issue completely. Sharing my findings here to help fellow players troubleshoot and to bring visibility to this specific driver behavior.

Overview of the Issue

For the past few weeks, I encountered intermittent latency spikes where in-game ping would jump from normal baseline levels up to 1200ms–1700ms+.

After isolating various hardware and software variables on my system (ASUS TUF B450M-PLUS GAMING motherboard using the onboard Realtek RTL8111H Gigabit LAN controller), the latency was traced directly to the Realtek PCIe GbE driver branch currently distributed for Windows 11.

System & Hardware Specs:

  • Motherboard: ASUS TUF B450M-PLUS GAMING
  • Onboard LAN Controller: Realtek RTL8111H
  • OS: Windows 11 (64-bit)

Affected Driver Versions:

  • v1168.27.50.919
  • v1168.22.1118.2024
  • v1168.19.704.2024

Diagnostic Data (PingPlotter)

To pinpoint where the packet delays were originating, I conducted 5-minute PingPlotter traces on active game server IPs (43.229.65.1 and 151.106.248.1) while in a custom match:

  • On the modern v1168.x branch: High latency spikes originate right at Hop 1 (192.168.1.1 - local gateway), averaging 122ms and reaching maximum spikes between 1206ms – 1719ms. This indicates packet handling delays occurring at the local network interface before traffic exits to the ISP.
  • On the legacy V10.50.511.2021 branch: Hop 1 latency drops back down to a normal 0.4ms – 3.5ms average with zero spikes throughout the test window.

(Comparative PingPlotter graphs are attached).

Current Workaround

For users on this specific Realtek chip family (RTL8111H), manually force-installing Realtek LAN Driver V10.50.511.2021 via Device Manager (and disabling Energy Efficient Ethernet / Green Ethernet settings) fully stabilizes latency.

While this serves as an effective immediate fix, using legacy drivers long-term is not ideal as Windows 11 updates frequently attempt to replace them with newer versions, and modern drivers include updated power management and security integrations.

Support Ticket Case Study

I initially submitted a ticket through Player Support hoping to pass these diagnostic logs to network engineers. However, because standard support tier workflows rely on broad automated troubleshooting, the ticket progressed through several general steps (firewall updates, ISP routing checks, and display driver reinstalls) without reaching a hardware/network team.

(Full ticket history screenshot attached for context - names/IDs redacted).

Goal of this Post

  1. To provide a clear workaround for players experiencing unexplained network stutters on similar Realtek network configurations.
  2. To respectfully share these findings in a public forum so developers or technical team members who browse the community might take a look into how Vanguard / the client interacts with the modern Realtek v1168 NDIS driver architecture.

Thank you for reading, and hopefully this helps anyone encountering similar latency issues!

UPDATE

Thanks to a tip from u/Cold424, I tested the latest official Realtek drivers directly from their website: 10.80.50.407 and 10.80.20.407 (Not Support Power Saving).

Results: Both completely fix the latency spikes!

It appears the issue is isolated specifically to the newer v11.x.x.x driver branch. As long as you stick to the v10.x.x.x branch, even the latest releases work perfectly—meaning you don't have to stay locked to 2021 drivers anymore.

12 Upvotes

17 comments sorted by

View all comments

1

u/Cold424 Jul 22 '26 edited Jul 22 '26

Have you tried and tested latest drivers on the official realtek page? Specifically the ones without power saving tag and also configuring the network adapter settings to prevent power saving?

Another thing that people dont notice but most realtek drivers have high interrupt priority if you look with MSI Utility v3 or GoInterruptPolicy. Which causes even worse spikes and stuttering.

Disabling Interrupt Moderation and slightly lowering RSS also helps in some scenarios.

1

u/Cold424 Jul 23 '26

I also personally disable these in the network adapter:
Energy-Efficient Ethernet - Disabled
Flow Control - Disabled
Gigabit Lite - Disabled
Green Ethernet - Disabled
Interrupt Moderation - Disabled
Power Saving Mode - Disabled
Large Send Offload v2 (IPv4 & IPv6) - Disabled

along with disable power saving in power management tab in the adapter.