How to Measure Gaming Ping Properly (and What the Number Actually Means)

Run a Speed Test

Speed-test ping and in-game ping are often very different numbers. Speed tests measure the round-trip to a server 10 miles away. Your game server might be 800 miles away. For competitive play, the ping that matters is the one to the actual game server — and there are specific tools to measure it. This guide shows you how to get the real number, what's a good score, and what's worth paying for.

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 1 in 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

PingExperienceSuitable for
Under 20 msImperceptible lagCompetitive FPS, fighting games, ranked
20-40 msVery goodEverything except top-tier competitive
40-80 msGoodMost online play feels normal
80-120 msNoticeable but playableStrategy, MMOs, casual shooters
120-180 msLaggySlow-paced games only; FPS feels bad
180+ msUnplayable competitivelyStop 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.

Related Guides

More From This Section