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
- To provide a clear workaround for players experiencing unexplained network stutters on similar Realtek network configurations.
- 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!