HomeBlogDownload Free
Network

How to Lower Ping for Online Gaming — 12 Network Tweaks

April 202610 min readTested on 2,400+ PCs

High ping means your actions reach the server late and enemy positions are outdated. In competitive games, every millisecond of latency is a disadvantage. While you can't change the physical distance to the server, you can optimize how Windows handles network packets.

Here are 12 network tweaks that reduce ping and improve connection stability for online gaming.

1. Disable Nagle's Algorithm

Impact: HIGH. Nagle's algorithm batches small network packets together before sending them to reduce bandwidth usage. For gaming, this means your inputs wait to be grouped with other data instead of being sent immediately — adding latency to every action.

How to disable

Find your network adapter's interface GUID in the registry, then add these values:

Registry: HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{your-adapter-GUID}
Set TcpAckFrequency = 1
Set TCPNoDelay = 1
Pro tip: To find your adapter GUID, open PowerShell and run Get-NetAdapter | Select-Object Name, InterfaceGuid. Use the GUID of your active network adapter.

2. Change DNS to Cloudflare or Google

Impact: MEDIUM. Your ISP's DNS servers are often slow and congested. Switching to Cloudflare (1.1.1.1) or Google (8.8.8.8) can speed up server resolution and reduce initial connection times.

How to change

Settings → Network & Internet → Your connection → DNS server assignment → Manual:

3. Flush DNS Cache

Impact: LOW. Stale DNS entries can cause connection issues. Flushing the cache forces Windows to re-resolve all addresses with fresh data.

ipconfig /flushdns

4. Disable Auto-Tuning

Impact: MEDIUM. Windows' TCP auto-tuning dynamically adjusts the receive window size. While this optimizes large downloads, it can add overhead and inconsistency to the small, frequent packets games use.

netsh int tcp set global autotuninglevel=disabled
Note: If you notice slower download speeds, re-enable with: netsh int tcp set global autotuninglevel=normal

5. Use Wired Ethernet Over WiFi

Impact: HIGH. WiFi adds 2-10ms of latency compared to Ethernet, and it fluctuates. WiFi also suffers from packet loss due to interference from other devices, walls, and neighboring networks. For competitive gaming, a wired connection is non-negotiable.

Quick fix

If your router is far away, use a powerline adapter or MoCA adapter instead of WiFi. Both provide more stable connections than wireless.

6. Close Bandwidth-Hungry Applications

Impact: HIGH. Streaming video, cloud sync (OneDrive, Google Drive), Windows Update, and torrent clients can saturate your connection, causing ping spikes during gaming.

What to close

Close or pause: Chrome/Firefox streaming tabs, OneDrive/Dropbox/Google Drive sync, Steam/Epic/Xbox game downloads, torrent clients, Windows Update (Settings → Windows Update → Pause).

Optimize your network for gaming in one click

DRX Optimizer applies all network tweaks automatically — Nagle, DNS, auto-tuning, and more.

Download Free

7. Enable QoS (Quality of Service)

Impact: MEDIUM. If other people on your network are streaming or downloading, QoS on your router can prioritize gaming traffic so your packets get sent first.

How to enable

Log into your router (usually 192.168.1.1 or 192.168.0.1) → Find QoS settings → Enable → Set your gaming PC as highest priority or add your game's port numbers.

8. Optimize NIC Settings

Impact: MEDIUM. Your network adapter has hidden settings that affect latency:

How to access

Device Manager → Network adapters → Right-click your adapter → Properties → Advanced tab. Set:

9. Optimize MTU

Impact: LOW. MTU (Maximum Transmission Unit) is the largest packet size your connection can send without fragmentation. An incorrect MTU causes packets to be split and reassembled, adding latency.

# Find optimal MTU (start at 1500, decrease until no fragmentation)
ping google.com -f -l 1472
# If this fails, try lower values: 1464, 1456, 1448...
# Once you find the largest value that works, add 28 for MTU

# Set optimal MTU
netsh interface ipv4 set subinterface "Ethernet" mtu=1500 store=persistent

10. Select Closest Game Server

Impact: HIGH. No amount of Windows tweaks can overcome physics. Data takes ~1ms per 100km of fiber. Always select the server closest to your physical location.

How to check

Most games show ping per server in the server browser or matchmaking settings. In Valorant, go to Settings → Video → Stats → Enable "Network Round Trip Time". In CS2, open console and type status to see your ping.

11. Disable Large Send Offload

Impact: LOW-MEDIUM. Large Send Offload (LSO) lets the NIC handle segmenting large packets. While this reduces CPU usage, it can add latency for the small packets games use.

How to disable

Device Manager → Network adapters → Your adapter → Properties → Advanced → Set "Large Send Offload V2 (IPv4)" and "Large Send Offload V2 (IPv6)" to Disabled.

12. Disable Interrupt Moderation

Impact: MEDIUM. Interrupt moderation batches network interrupts to reduce CPU usage. Disabling it makes the CPU process each packet immediately, reducing network latency at the cost of slightly higher CPU usage.

How to disable

Device Manager → Network adapters → Your adapter → Properties → Advanced → Set "Interrupt Moderation" to Disabled.

Pro tip: If you also see "Interrupt Moderation Rate", set it to "Off" or the lowest value available.

All 12 network tweaks. One click. Free.

DRX Optimizer applies every network optimization automatically with built-in backup. Free version includes 8 essential tweaks. Pro unlocks all 59+.

Download DRX Optimizer — Free

Frequently Asked Questions

What is good ping for gaming?
For competitive gaming: under 20ms is excellent, 20-50ms is good, 50-100ms is playable but noticeable, and above 100ms is a significant disadvantage. For casual gaming, anything under 80ms is fine. Your physical distance to the server is the biggest factor — no amount of tweaks can beat geography.
Does Nagle's algorithm affect ping?
Yes. Nagle's algorithm holds small packets in a buffer until it has enough data to send as one larger packet. For gaming, this means your mouse movements and key presses are delayed until the buffer fills. Disabling it (setting TCPNoDelay=1) sends each packet immediately, typically reducing ping by 5-15ms in games that send frequent small packets.
Ethernet vs WiFi for gaming?
Ethernet is always better for gaming. WiFi adds 2-10ms of base latency, suffers from interference (other devices, walls, microwaves), and can experience packet loss during congestion. Ethernet provides a consistent, low-latency connection. If you can't run a cable, use a powerline adapter (over your home's electrical wiring) as a more stable alternative to WiFi.
Complete guide
Ready for the full step-by-step fix?
This article shows the tweaks. Our fix page walks you through the exact order, screenshots, and how to safely revert — plus the DRX Optimizer one-click profile.
Read the fix guide →
Free checklist
15 tweaks for +30 FPS in 10 minutes
Want all 15 actionable tweaks in one page? Drop your email and get it now — plus occasional tips (no spam).

No spam. Unsubscribe anytime.

Join our Discord for live help and game-specific tips
discord.gg/QykDS7j488
Join Discord