What Causes Packet Loss in Games (and How to Fix It)
rubber-bandinglag spikeswarpingpacket lossRubber-banding, warping and sudden lag spikes — even on a low ping — are usually packet loss, not raw latency. Here's what causes it and how to track it down.
Packet loss vs ping
Ping is how long a packet takes; packet loss is packets never arriving. You can have a great ping and still rubber-band badly if even 2–5% of packets vanish — the game keeps having to correct your position.
Common causes
- Wi‑Fi — interference and weak signal are the #1 cause; cable beats Wi‑Fi every time for gaming.
- Overloaded connection — downloads/streams saturating your upload.
- A bad hop — a congested or faulty router somewhere along the route.
- Faulty cable or hardware — an old Ethernet cable or failing router port.
- ISP congestion — especially at peak evening hours.
How to test for it
A continuous ping shows drops; WinMTR (Windows) or mtr (Linux) shows loss at each hop, so you can see where it starts:
# Linux/macOS — live per-hop loss
mtr server-ip
# Windows — download WinMTR, enter the server IP, let it run a few minutes
Loss that appears at one middle hop but clears by the last hop is usually just a router de-prioritising pings — harmless. Loss that starts at a hop and continues all the way to the destination is the real problem.
How to fix it on your end
- Switch from Wi‑Fi to a wired Ethernet connection.
- Stop big downloads/streams while playing.
- Swap the Ethernet cable and try a different router port.
- Restart your router; update its firmware.
- If loss is only at the final hops, it's the route/ISP — report it with a WinMTR.
When it's the route, not you
If WinMTR shows loss only near the server and your local hops are clean, the problem is routing — which a well-peered host avoids. Send the WinMTR to the server's host so they can investigate the path.
Low ping but warping? It's packet loss. Go wired first — it fixes most of it instantly.
Low-loss, well-peered network
Our Frankfurt network is densely peered for short, stable routes across Europe — less loss, lower ping.
Frequently asked questions
What's the difference between lag and packet loss?
Lag (high ping) is slow but consistent delay. Packet loss is data never arriving, which causes rubber-banding and warping even when ping looks fine. They feel different and have different fixes.
How much packet loss is acceptable for gaming?
Ideally 0%. Even 1–2% sustained loss causes noticeable rubber-banding in fast games. Brief, occasional loss is normal; constant loss to the destination is not.
Does a wired connection really reduce packet loss?
Yes — dramatically. Wi‑Fi is the single most common source of packet loss for gamers due to interference and signal drops. A wired Ethernet connection eliminates most of it.
Related articles
How to Port Forward for a Game Server (and Why You Might Not Need To)
How to port forward a home game server — the steps, the ports, and why CGNAT can block it.
Read fix NetworkingFix "Connection Timed Out" When Joining a Game Server
"Connection timed out" joining a server? How to tell whose side it is — and fix it.
Read fix NetworkingHow to Find Your Game Server's IP and Port
Where to find your server's IP and port to share with friends — hosted or at home.
Read fix