Understanding Gaming Ping: What the Numbers Mean
Ping — measured in milliseconds (ms) — is the round-trip time for a data packet to travel from your device to a game server and back. Lower is always better. Here is what the numbers actually mean in gameplay terms:
- 0–20ms: Excellent. Effectively imperceptible input delay. Achievable on wired connections to nearby servers.
- 20–50ms: Good. Standard for competitive gaming. Slight advantage over higher-ping players in fast-twitch games.
- 50–100ms: Acceptable. Noticeable in highly competitive play but fine for casual gaming.
- 100–150ms: Poor. Shots feel delayed. Reactions land late. Real disadvantage in competitive modes.
- 150ms+: Unplayable for competitive gaming. Rubber-banding, desync, and missed inputs become constant.
It is important to distinguish between consistent ping and ping spikes. A steady 60ms ping is manageable. A ping that fluctuates between 20ms and 300ms — even briefly — is far more damaging to gameplay, because the game's prediction engine cannot compensate for unpredictable timing.
Cause 1: You Are on Wi-Fi (Most Common)
Wireless connections introduce variability that is catastrophic for gaming. Not because Wi-Fi is slow — modern Wi-Fi 6 can exceed 1 Gbps — but because Wi-Fi is a shared, collision-prone medium with inconsistent timing.
Every Wi-Fi device on your network — phones, smart speakers, laptops, TVs — shares the same radio channel. When two devices transmit simultaneously, they collide and must retry. This retry process introduces milliseconds of random delay that manifest as ping spikes in-game. You cannot see this in a speed test, because speed tests use TCP which gracefully handles this delay. Games use UDP, which does not retransmit — a delayed UDP packet means a desync event in-game.
Additionally, Wi-Fi signals experience microwave interference (the 2.4GHz band shares spectrum with microwave ovens), neighboring network congestion, and physical obstruction attenuation — all of which cause microbursts of packet loss and delay.
The Fix: Wired Ethernet
Connecting via Ethernet cable eliminates every Wi-Fi-related cause of gaming lag simultaneously. Ethernet is deterministic — packets do not collide, do not experience interference, and transmit in consistent, predictable timing. Most gaming improvement guides list this first for good reason: it is the single highest-impact change available for a fixed cost of roughly $15 for a cable.
If your gaming PC or console is in a different room from your router, a powerline adapter kit (TP-Link TL-PA7010, approximately $40) transmits Ethernet signals through your home's electrical wiring. MoCA adapters do the same over coaxial (TV cable) wiring, often with better performance.
Cause 2: Bufferbloat from Your Router
Even on a wired connection, your router can be destroying your gaming performance through bufferbloat — the accumulation of packets in your router's outbound queue during periods of network activity from other devices.
When a family member starts a Netflix stream or someone downloads a game update, your router's queue fills. Your gaming packets — despite being tiny (50–150 Kbps) — must wait in queue behind the streaming data before they can leave your network. This queue delay adds directly to your ping, turning a 15ms connection into a 250ms disaster, all while your speed test reports perfect performance.
The Fix: Enable Router QoS or SQM
Most modern routers include Quality of Service (QoS) settings that allow you to prioritize gaming traffic or limit bandwidth to non-gaming devices. Access your router admin panel (typically at 192.168.1.1), find QoS settings, and either enable gaming mode or assign highest priority to your gaming device's IP or MAC address.
For complete bufferbloat elimination, a router running OpenWRT with SQM (Smart Queue Management) and the CAKE algorithm provides an A-grade result on the waveform.com bufferbloat test. This is the definitive solution and keeps gaming ping stable regardless of other household network activity.
Cause 3: ISP Routing Problems
Your internet service provider controls the path your data takes to reach game servers. This path is not always the shortest or fastest — it is determined by business agreements between network operators (called peering agreements). Sometimes your ISP routes your gaming traffic through distant cities or even different countries unnecessarily, adding 50–100ms of unavoidable latency.
You can visualize your routing path by running a traceroute to your game server's IP address. On Windows, open Command Prompt and type tracert [game-server-ip]. On Mac or Linux, use traceroute [game-server-ip]. Each line represents one network "hop" between routers. Look for hops where latency jumps dramatically — this identifies where the routing problem occurs.
The Fix: Server Region Selection + Gaming VPN
First, ensure you are connecting to the closest server region in your game's settings. Many games default to an automatic region selection that is not always optimal.
If traceroute reveals that your ISP is routing your traffic through geographically distant network infrastructure, a gaming VPN — services like ExitLag, Mudfish, or WTFast that specifically optimize game server routing — can provide a faster path to game servers by bypassing your ISP's routing decisions. These are different from general-purpose privacy VPNs; they are engineered specifically to reduce gaming latency by selecting optimal routing paths.
Cause 4: DNS Latency Before Game Server Connections
Before your game client connects to a game server, it must resolve the server's domain name to an IP address via DNS. If your ISP's DNS resolver is slow — common during peak hours — this adds 50–200ms to game startup connections and server browser loading times.
While DNS does not affect in-game ping once the connection is established, it affects how quickly you connect to servers, how fast the server browser loads, and the latency of any in-game HTTP communications (stat lookups, matchmaking, cosmetic loading).
The Fix: Switch to Cloudflare 1.1.1.1
Change your DNS to Cloudflare 1.1.1.1 (primary) and 1.0.0.1 (secondary). Do this in your router's admin panel under DNS settings to apply it to all devices simultaneously. Cloudflare's resolver responds in 2–14ms versus the 40–150ms typical of ISP resolvers. The change takes effect immediately with no restart required.
Cause 5: Background Processes Consuming Upload Bandwidth
Online games send your position, actions, and state data to game servers at regular intervals (typically 20–128 times per second, called the "tick rate"). This outbound data uses your upload bandwidth. If other applications are consuming your upload — cloud backup services syncing, Windows Update downloading, other devices streaming — your game's data may experience queuing delays on the upload path, causing the server to receive your position updates late and resulting in rubber-banding.
The Fix: Pause Background Uploads Before Gaming
- Pause OneDrive, Dropbox, iCloud, and Google Drive sync from their taskbar icons
- Pause Windows Update downloads: Settings → Windows Update → Pause for 1 week
- On your router's QoS, set your gaming device to highest priority and limit bandwidth to other devices during gaming sessions
- Check for background game updates: Steam, Epic, Battle.net, and Xbox App all download updates silently in the background
Cause 6: Geographic Distance to Game Servers
Physics imposes a hard limit on latency: the speed of light. Data travelling through fiber optic cables moves at approximately 200,000 km/s. A round trip between New York and London (approximately 11,000 km) incurs a minimum theoretical latency of 55ms — before any routing overhead, processing delay, or network congestion is added. Real-world transatlantic latency typically ranges from 80–130ms.
If you are connecting to game servers that are geographically distant, no amount of connection optimisation will bring your ping below the physical minimum imposed by distance. The only solutions are:
- Select the closest available game server region
- Check if a gaming VPN provides a lower-latency path (some providers have optimised routes)
- Accept that certain servers will always have higher ping due to geography
Gaming Lag Fix Checklist — Start to Finish
- Connect via Ethernet cable (eliminates Wi-Fi packet loss and jitter)
- Test for bufferbloat at waveform.com/tools/bufferbloat — fix if Grade C or worse
- Change DNS to Cloudflare 1.1.1.1 in router settings
- Select the closest game server region in game settings
- Pause all cloud sync and update services before gaming sessions
- Enable QoS in router and prioritise your gaming device
- Run traceroute to game server to check for ISP routing problems
- If routing problems found, test a gaming VPN to see if it improves ping
After working through this checklist, use the NetSymptom diagnostic tool to confirm which specific issues are affecting your connection. Enter your actual download speed, upload speed, and current ping to get a detailed breakdown of probable causes ranked by likelihood.