High ping is the silent enemy of competitive gamers. With 200ms of ping, by the time you see the enemy on screen, they've already moved. Your shots arrive late. You die behind cover. And it feels unfair — but it's pure network physics.
The good news: not all high ping is your internet's fault. A significant portion of perceived latency comes from the operating system and network adapter configuration.
Where Does Ping Come From?
The total ping you see in-game is the sum of several latencies:
- Local latency: time from PC to router — should be <1ms on Ethernet, 5-20ms on Wi-Fi
- ISP latency: time from router to the game server — depends on your ISP and routing
- Server latency: processing time on the game server — fixed, nothing you can change
- Jitter: ping variation — more dangerous than consistently high ping
Wi-Fi vs Ethernet: The Real Impact
Wi-Fi adds variable latency (jitter) that is far more harmful than consistently high ping. Even a Wi-Fi connection with 30ms ping can have ±20ms jitter, causing variations between 10ms and 50ms that show up as rubber-banding and deaths behind cover.
Use an Ethernet cable whenever possible. If that's not feasible, use 5GHz Wi-Fi (not 2.4GHz) and position yourself close to the router.
Windows Tweaks to Reduce Ping
Disable Nagle's Algorithm
Nagle's Algorithm was designed for network efficiency: it groups small packets before sending them. For data streaming or downloads, great. For gaming, terrible — it increases latency. Disable it in the Windows registry by adding TcpAckFrequency=1 and TCPNoDelay=1 for your network adapter.
Exclusive tips
Want more guides like this?
Leave your email and we'll let you know when a new optimization guide drops. No spam, unsubscribe anytime.
Only optimization guides worth your time. Unsubscribe anytime.
UPBOOST does all of this for you in 20 minutes
Forget tutorials. Our technicians apply all these optimizations, and much more, remotely and live, while you watch every step.
Disable TCP Auto-Tuning
Windows TCP Auto-Tuning adjusts the receive buffer size automatically. On unstable connections, this can cause jitter. Disable it via PowerShell: netsh int tcp set global autotuninglevel=disabled
Network Adapter Settings
In your network adapter's advanced properties:
- Interrupt Moderation: Disabled (reduces packet processing latency)
- Flow Control: Disabled
- Green Ethernet / Energy Efficient Ethernet: Disabled
- Large Send Offload (LSO): Disabled (can reduce jitter)
- Receive Side Scaling (RSS): Enabled (distributes network processing across cores)
Faster DNS
Your ISP's default DNS can be slow. Use Cloudflare (1.1.1.1) or Google (8.8.8.8). This reduces domain resolution time but doesn't impact in-game ping (which uses IPs, not domains). For in-game ping, the network tweaks above are what matter.
When the Problem Is Your ISP
If you're on Ethernet, you've done all the tweaks, and your ping is still high: the problem may be the route your ISP uses to reach the game server. This is more complex and may involve contacting your ISP or using a gaming VPN (like ExitLag) to force a better route.
What UPBOOST Fixes
UPBOOST applies all the network tweaks mentioned in this guide plus advanced NDIS (network driver) configurations, QoS priority adjustments for game packets, and validation of all adapter settings. Customers report a 10 to 30ms ping reduction and, more importantly, much less jitter — which translates to fewer "died behind cover" moments.