“My ping is bad” gets blamed for every online gaming problem, but ping, jitter, and packet loss are three different failures with three different causes. Knowing which one you actually have determines whether the fix takes thirty seconds or is not available to you at all.
The three numbers that matter
Ping measures round-trip time to the game server in milliseconds. Under 40ms feels essentially instant in most genres; 40β80ms is comfortable for everything except high-level competitive play; beyond about 120ms, aiming and timing start to feel genuinely disconnected from your inputs.
Jitter is how much that ping fluctuates, and it matters more than most players realise. A rock-steady 60ms is markedly better than a connection bouncing between 20ms and 90ms, because your reflexes calibrate to consistency. Games feel “laggy” from jitter far more often than from a genuinely high but stable ping.
Packet loss is data that never arrives at all. This produces the distinctive symptoms of rubber-banding, teleporting enemies, and actions that simply do not register β and crucially, it can occur while your ping number looks perfectly healthy. Packet loss above one percent is enough to make competitive play unpleasant.
Diagnosing which one you have
Most competitive games include a network graph or performance overlay showing all three values live β enabling it is the first diagnostic step, because it immediately distinguishes “high ping” from “packet loss with fine ping”. Games without such an overlay usually at least display ping in the scoreboard.
Outside a game, a sustained ping test from Command Prompt to a reliable address tells you about your general connection quality. Run ping -t 8.8.8.8, let it run for a minute during a period when you would normally play, then press Ctrl+C to see the summary. Look at the maximum versus average β a large gap indicates jitter β and at the packet loss percentage, which should be zero.
The fixes that genuinely work
In rough order of impact:
- Ethernet instead of Wi-Fi. This is the single biggest improvement available to most players, and it addresses jitter and packet loss rather than merely ping. Even excellent Wi-Fi introduces variance that a cable eliminates entirely.
- Stop competing traffic. Downloads, cloud backups, and streaming video on other devices all contend for the same connection. Pausing Steam downloads during a session is the most commonly overlooked version of this.
- Choose the server region manually. Auto-select sometimes optimises for player population rather than your latency. Manually picking the nearest region often shaves meaningful milliseconds.
- Check the 2.4GHz versus 5GHz band if Wi-Fi is unavoidable. 5GHz is less congested and lower latency at the cost of range.
- Restart the router occasionally. Genuinely does resolve accumulated issues, and costs a minute.
When the problem is genuinely not yours
If your local diagnostics are clean but in-game performance is still poor, the bottleneck likely sits somewhere on the route between your ISP and the game’s servers β a path neither you nor your ISP fully controls. This is more common than most players assume, particularly for games whose servers are geographically distant.
A traceroute to the game server can reveal where latency spikes along the path, which is useful information when contacting an ISP. Occasionally a gaming-focused VPN routes around a bad hop and genuinely improves things, but treat that as a diagnostic experiment rather than an expected fix β it helps in a minority of cases and adds latency in the rest.
What you cannot fix with settings
Some limits are physical. The speed of light through fibre sets a floor on how quickly data can cross a continent, which is why players in Australia or South America face structurally higher pings to European or North American servers regardless of their equipment. No router setting, VPN, or optimisation tool changes this.
Similarly, satellite internet carries an inherent latency penalty from the distance signals travel, and mobile data introduces variability that no amount of configuration removes. Recognising these as fixed constraints rather than problems to be solved saves a lot of wasted troubleshooting.
Frequently asked questions
Does higher internet speed reduce ping?
Largely no, and this is the most persistent misconception in the topic. Bandwidth and latency are different properties β upgrading from a 100Mbps to a 1Gbps plan typically changes ping very little, because gaming uses tiny amounts of bandwidth. What upgrading can help with is contention when many devices share the connection.
Do “gaming routers” help?
Their Quality of Service features can genuinely prioritise gaming traffic on a busy household network, which helps with jitter caused by contention. They cannot improve the route beyond your home, so the gains are real but bounded.
Is wired always better even for casual play?
Better, yes; necessary, no. For single-player games and slower-paced multiplayer, modern Wi-Fi is completely adequate. The case for Ethernet strengthens sharply as the games get more competitive.