How to fix high ping in games is the most frustrating question in competitive gaming. You’re hitting your shots, but the server doesn’t register them. You’re dodging, but you still get hit. Your ping is 120ms and the enemy has 15ms — that’s a 105ms disadvantage that no amount of skill can overcome.
We’ve compiled 15 proven methods to reduce ping, ranked by impact. Start at the top — the first 5 fixes solve 90% of ping problems.
For general system optimization, see our PC optimization guide.
What Is Ping and Why It Matters
Ping measures the time (in milliseconds) for data to travel from your PC to the game server and back. Lower is better:
| Ping | Rating | Experience |
|---|---|---|
| 0-20ms | Excellent | Server is basically next door. No disadvantage. |
| 20-50ms | Good | Competitive play is smooth. Minor disadvantage vs 0ms. |
| 50-80ms | Fair | Noticeable delay in fast-paced games. Acceptable for casual play. |
| 80-120ms | Poor | Significant disadvantage in competitive FPS. Rubber-banding in some games. |
| 120ms+ | Bad | Unplayable for competitive. Shots don’t register, constant rubber-banding. |
For competitive FPS (CS2, Valorant): You want under 30ms. Anything above 50ms puts you at a disadvantage.
For casual games: Under 80ms is fine. Most games handle up to 100ms without major issues.
Fix 1: Use a Wired Connection (Biggest Impact)
Impact: 20-50ms reduction
WiFi is the #1 cause of high ping. WiFi adds latency (5-20ms), jitter (variable latency), and packet loss — all of which ruin competitive gaming.
How to fix:
- Connect an Ethernet cable from your PC to your router
- Use at least Cat5e (Cat6 recommended)
- If your PC is far from the router, use a powerline adapter ($30-50) instead of WiFi
Expected result: 20-50ms ping reduction, near-zero jitter, no packet loss.
Fix 2: Close Background Downloads
Impact: 10-100ms+ reduction
Steam updates, Windows updates, and browser downloads saturate your bandwidth, causing ping spikes during gaming.
How to fix:
- Pause all Steam/Epic/GOG downloads before gaming
- Check Windows Update: Settings → Windows Update → Pause updates
- Close bandwidth-heavy browser tabs (YouTube, Twitch, Netflix)
- Disable cloud sync (OneDrive, Google Drive) while gaming
Expected result: Eliminates ping spikes caused by bandwidth saturation.
Fix 3: Change DNS Servers
Impact: 5-15ms reduction
Your ISP’s default DNS servers are often slow. Switching to faster DNS reduces the time to resolve game server addresses.
Best DNS for gaming:
- Cloudflare: 1.1.1.1 / 1.0.0.1 (fastest global)
- Google: 8.8.8.8 / 8.8.4.4 (most reliable)
- Quad9: 9.9.9.9 / 149.112.112.112 (security-focused)
How to change DNS in Windows:
- Settings → Network & Internet → Ethernet → DNS server assignment → Edit
- Change to Manual, add Cloudflare (1.1.1.1, 1.0.0.1)
- Restart your network adapter
Fix 4: Use Ethernet QoS (Quality of Service)
Impact: 5-20ms reduction under load
QoS prioritizes gaming traffic over other network activity. When someone in your house is streaming Netflix, QoS ensures your game packets go first.
How to enable:
- Log into your router admin panel (usually 192.168.1.1)
- Find QoS or Traffic Prioritization settings
- Add your PC’s MAC address or Ethernet port as high priority
- Set gaming traffic (UDP) to highest priority
Note: Not all routers support QoS. Gaming routers (ASUS ROG, Netgear Nighthawk) have built-in gaming QoS profiles.
Fix 5: Switch Game Server Region
Impact: 50-200ms+ reduction
If you’re playing on a server across the ocean, no amount of optimization will fix your ping. Physical distance is the ultimate ping limit — data can’t travel faster than the speed of light.
How to fix:
- CS2: Play → Max Accepted Ping → set to 50ms
- Valorant: Select your region in settings
- Apex Legends: Data center selection in lobby
- Fortnite: Auto-selects nearest server, but verify in settings
Rule of thumb: Always play on the closest server region. 100ms+ ping usually means you’re on the wrong server.
Fix 6: Update Network Drivers
Impact: 2-10ms reduction
Outdated network drivers can cause high latency, packet loss, and connection drops. Intel and Realtek regularly release driver updates that improve performance.
How to update:
- Device Manager → Network Adapters → right-click your adapter → Update driver
- Or download the latest driver from Intel/Realtek/your motherboard manufacturer
- For Intel Ethernet: download Intel Ethernet Adapter Driver
Fix 7: Disable WiFi Auto-Channel (WiFi Users Only)
Impact: 5-15ms reduction (WiFi only)
If you must use WiFi, your router’s auto-channel selection can cause interference when it switches channels mid-game. Lock it to a specific channel.
How to fix:
- Use a WiFi analyzer app to find the least congested 5GHz channel
- Log into your router and set the 5GHz channel manually (avoid auto)
- Use 5GHz (not 2.4GHz) for gaming — lower latency, less interference
Fix 8: Use a Gaming VPN
Impact: 10-50ms reduction (sometimes)
Counterintuitively, a VPN can sometimes lower ping by routing your traffic through a more direct path to the game server. This works when your ISP’s routing is inefficient.
Best gaming VPNs:
- NoPing: Designed specifically for gaming, optimizes routing to game servers
- Mudfish: Pay-per-traffic gaming VPN, very cheap ($1-3/month)
- ExitLag: Multi-path routing for lowest ping
When to use: If your ping to a specific game server is consistently high despite being in the right region, a gaming VPN might find a better route.
Fix 9: Disable Nagle Algorithm
Impact: 5-20ms reduction
Windows’ Nagle algorithm batches small packets together to improve efficiency — but it adds latency to gaming packets. Disabling it reduces packet delay.
How to disable:
- Open Registry Editor (Win+R → regedit)
- Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
- Find your network adapter’s folder (check for your IP address)
- Create DWORD: TcpAckFrequency = 1
- Create DWORD: TCPNoDelay = 1
- Restart your PC
⚠️ Warning: Only modify the registry if you’re comfortable with it. Back up first.
Fix 10: Check for ISP Throttling
Impact: 20-100ms+ reduction
Some ISPs throttle gaming traffic during peak hours. If your ping is fine at 2 AM but terrible at 8 PM, your ISP might be throttling.
How to check:
- Test ping at different times of day (morning vs evening)
- If ping is consistently higher during peak hours, your ISP is throttling
- Use a VPN to bypass throttling (gaming VPN from Fix 8)
- Contact your ISP and ask about gaming traffic prioritization
Fixes 11-16: Additional Tweaks
Fix 11: Disable Location Services
Windows Location Services periodically scans WiFi networks, causing ping spikes. Settings → Privacy → Location → Off.
Fix 12: Disable Auto-Updates for Network Drivers
Windows Update can replace your optimized network driver with a generic one. Device Manager → your network adapter → Properties → Update Driver → No (disable automatic updates).
Fix 13: Use a Gaming Router
Gaming routers (ASUS ROG Rapture, Netgear Nighthawk Pro) have built-in QoS, geo-filtering, and ping optimization. Worth it if you’re serious about competitive gaming ($150-300).
Fix 14: Check for Packet Loss
Run ping -n 50 8.8.8.8 in Command Prompt. If you see “Request timed out” messages, you have packet loss. Check your Ethernet cable, router, and ISP connection.
Fix 15: Reset Winsock
Corrupted network settings can cause high ping. Open Command Prompt as admin and run:
netsh winsock resetnetsh int ip reset- Restart your PC
Fix 16: Upgrade Your Internet Plan
If you’ve tried everything and your ping is still high, your internet connection might simply be too slow or too far from the ISP’s infrastructure. Fiber optic (FTTH) is the best for gaming — lowest latency and most stable connection.
Frequently Asked Questions
What is a good ping for gaming?
Under 30ms for competitive FPS (CS2, Valorant). Under 50ms for most competitive games. Under 80ms for casual gaming. Anything above 100ms puts you at a significant disadvantage.
Why is my ping so high in games?
The most common causes are: 1) WiFi instead of Ethernet, 2) background downloads/updates, 3) wrong server region, 4) ISP throttling during peak hours, 5) outdated network drivers. Fix these in order.
Can a VPN lower ping?
Sometimes. A gaming VPN can lower ping if your ISP routes traffic inefficiently. The VPN finds a more direct path to the game server. Try NoPing, Mudfish, or ExitLag — they’re designed for gaming, not privacy.
Does WiFi cause high ping?
Yes. WiFi adds 5-20ms of latency, variable jitter, and occasional packet loss. Ethernet eliminates all of these. If you’re serious about competitive gaming, Ethernet is non-negotiable.
How do I check my ping?
In-game: most games show ping in the scoreboard or settings. In Windows: open Command Prompt and run ping -n 10 [game-server-IP]. For general testing: ping -n 10 8.8.8.8 (Google DNS).
Conclusion
Fixing high ping comes down to three things: wired connection, no background downloads, and closest server region. These three fixes solve 90% of ping problems.
If you’re still having issues after these fixes, try changing DNS (Fix 3), enabling QoS (Fix 4), and disabling Nagle Algorithm (Fix 9). For persistent problems, a gaming VPN (Fix 8) or a new ISP might be necessary.
Related guides: