The Short Version
- Speed-test ping (to a local server): 10-30 ms on most wired connections
- In-game ping (to the game server): 20-80 ms is normal, under 50 ms is good
- Under 20 ms: competitive advantage
- Over 100 ms: noticeable lag, worse on fast-paced games
- Over 150 ms: you're getting killed by things you can't see yet
Why Speed-Test Ping Lies
A speed test measures round-trip time to a test server near you — often your own ISP's test rig, which is a few hops away. In-game ping measures the round-trip to a specific game-server region, which could be hundreds or thousands of miles away. Fiber does about 1 ms per 100 miles at best; packets take longer in practice because of switches, routers, and peering along the way.
If your speed-test ping is 15 ms and your in-game ping to a Tokyo server is 140 ms, that's physics, not a broken connection.
How to Measure Ping to a Specific Game
Ping the game's server directly
For games that expose their server IP, you can ping it with the command line:
- Windows:
ping -n 30 server-address - macOS / Linux:
ping -c 30 server-address
Look at the average, the standard deviation (jitter), and packet loss. 30 pings is enough to see a pattern.
Use the game's network graph
Most competitive games show ping in real time:
- Valorant: in-game network stats overlay (hotkey: F12 by default for network graph)
- CS2:
net_graph 1in the console - Overwatch 2: Ctrl+Shift+N for network graph
- Fortnite: Settings → Game → Show Net Debug Stats
- League of Legends: Ctrl+F shows ping in-game
- Rocket League: Settings → Interface → Show Network Quality
- Apex Legends: Advanced Launch Options
+cl_showpos 1
PingPlotter and WinMTR (traceroute + ping)
These tools ping every hop between you and a destination. They reveal where latency is added — your router, your ISP's first hop, the ISP-to-ISP peering exchange, or the game server's upstream. Free versions are plenty for home diagnosis.
Game-specific testers
- Riot Games: check the in-client latency indicator for regional servers
- Steam: Steam → Downloads → shows peer region
- PlayStation: Settings → Network → Test Internet Connection
- Xbox: Settings → General → Network settings → Test multiplayer connection
- Nintendo Switch: System Settings → Internet → Test Connection
What Values Actually Matter
| Ping | Experience | Suitable for |
|---|---|---|
| Under 20 ms | Imperceptible lag | Competitive FPS, fighting games, ranked |
| 20-40 ms | Very good | Everything except top-tier competitive |
| 40-80 ms | Good | Most online play feels normal |
| 80-120 ms | Noticeable but playable | Strategy, MMOs, casual shooters |
| 120-180 ms | Laggy | Slow-paced games only; FPS feels bad |
| 180+ ms | Unplayable competitively | Stop playing ranked |
Jitter Matters as Much as Ping
A stable 60 ms is much better than a bouncing 20-80 ms average. When jitter exceeds 10-15 ms, the game's prediction algorithms can't keep up and you get rubber-banding, teleports, and "shot around the corner" deaths.
- Under 5 ms jitter: feels perfect
- 5-15 ms jitter: competitive-grade
- 15-30 ms jitter: occasional hitches
- 30+ ms jitter: broken, fix it
Packet Loss Is a Dealbreaker
Loss of 0.5% is tolerable. 1%+ is visible as skipping, rewinding, and "peeker's advantage" problems. Over 3% and the game will disconnect you.
What Actually Causes High In-Game Ping
Physical distance to the server
You can't beat physics. If you're on the US East Coast and the game routes you to an EU server because of matchmaking, your ping will be 80-120 ms no matter what. Fix: pick a closer server region when possible, or use the game's region lock.
Wi-Fi instead of Ethernet
Wi-Fi adds 2-10 ms of jitter on average. On 2.4 GHz in a crowded apartment, it can add 30-100 ms of occasional spikes. An Ethernet cable often reduces in-game ping by 10-20 ms and eliminates most jitter.
Bufferbloat on your router
When anyone in the house is downloading, your game's packets sit in a queue. Ping can jump from 30 to 300 ms instantly. SQM on your router (CAKE/FQ_CoDel) fixes this almost completely.
Bad ISP routing
Sometimes the shortest path on a map isn't the path your packets actually take. Run PingPlotter to your game server. If a single hop inside your ISP is adding 50+ ms, that's a routing issue and worth a support call. Sometimes a game-optimizer VPN like ExitLag or WTFast can override the route for $10/month, but the benefit is situational.
Gaming in a congested household
Someone streaming 4K and someone backing up to the cloud can turn a clean 30 ms ping into a miserable 200 ms experience. QoS priority for gaming devices prevents this.
Console vs PC Ping Differences
- Consoles typically do well on wired gigabit; upgrade from Wi-Fi first
- PS5 / Xbox Series X have 1 Gbps NICs — no reason not to use them
- Switch uses 100 Mbps Ethernet via the dock adapter; adequate for online multiplayer
- Cloud gaming (xCloud, GeForce Now, PS Plus Premium) adds 20-40 ms on top of game ping — stream latency plus game ping
Common Gaming Ping Myths
- 'I need 1 Gbps internet to game well.' False. Games use a few hundred kbps. Latency and stability matter, not speed.
- 'A gaming router will lower my ping.' Partially. A router with modern SQM can cut bufferbloat, which reduces ping under load. The 'gaming router' label itself doesn't matter.
- 'VPN always improves ping.' Usually it adds 5-30 ms. Exceptions exist when a VPN takes a better-peered route than your ISP.
- 'Fiber is always better for ping than cable.' Fiber usually has lower jitter and packet loss. Raw ping can be similar or slightly better depending on peering.