What Is Packet Loss?
Packet loss occurs when data packets traveling across a network fail to reach their destination. On the internet, everything you send and receive — from web pages to video calls to game inputs — is broken into small units called packets. Each packet travels independently through a series of routers and switches. If any packet is dropped along the way, it's considered lost.
A small amount of packet loss is normal on any network. But when loss exceeds 1-2%, real-time applications start to suffer noticeably. Understanding packet loss — what causes it, how to measure it, and how to fix it — is essential for anyone who relies on a stable internet connection.
What Causes Packet Loss?
Packet loss can happen at any point between your device and the destination server. The most common causes include:
Network Congestion
When a router or switch receives more traffic than it can handle, it has to drop packets. This is the most common cause of packet loss, especially during peak usage hours. Think of it like a highway during rush hour — once capacity is exceeded, cars (packets) get stuck or diverted.
Wi-Fi Interference
Wireless connections are inherently less reliable than wired ones. Physical obstacles (walls, floors), competing networks, and electronic devices (microwaves, baby monitors, Bluetooth devices) all create interference that can cause packets to be lost or corrupted. The 2.4GHz band is especially susceptible to interference.
Faulty or Outdated Hardware
Damaged Ethernet cables, failing network interface cards, overheating routers, and outdated firmware can all cause packet loss. A cable with a bent connector or a router that hasn't been restarted in months is a common culprit.
ISP Issues
Your Internet Service Provider's infrastructure — oversubscribed neighborhood nodes, damaged trunk lines, misconfigured routing tables, or intentional throttling — can cause persistent packet loss that no amount of home troubleshooting will fix.
Distance and Routing
The further a packet has to travel, the more routers it passes through, and the more opportunities there are for loss. International connections, or connections routed through congested peering points, naturally experience higher loss rates.
How Does Packet Loss Affect You?
Gaming
Packet loss is a gamer's worst enemy. Even 1-2% loss causes rubber-banding (your character snapping back to a previous position), hit registration failures (shots that clearly hit but don't count), and desync (seeing something different from what the server sees). In competitive games like Valorant, Fortnite, or Call of Duty, packet loss at this level puts you at a serious disadvantage.
Video Calls (Zoom, Teams, Google Meet)
Packet loss causes frozen frames, pixelated video, and audio that cuts in and out. Video calls use UDP-based protocols that can't retransmit lost packets in time, so any loss directly degrades quality. Most video call apps start struggling visibly at 2-3% loss.
VoIP Phone Calls
Voice over IP is extremely sensitive to packet loss. At just 1% loss, callers start hearing gaps and choppy audio. At 5%, conversations become difficult. At 10%+, the call is essentially unusable. This is why VoIP quality often feels worse than traditional phone lines on unstable connections.
Streaming (Netflix, YouTube, Twitch)
Streaming video over TCP is somewhat resilient to packet loss because lost packets are automatically retransmitted. However, high loss causes buffering, quality drops (the stream switches to a lower resolution), and increased latency on live streams.
What's a Good Packet Loss Percentage?
| Packet Loss | Quality | Impact |
|---|---|---|
| 0% | Perfect | No impact. Ideal for all applications. |
| 0.1–1% | Acceptable | Barely noticeable for most uses. Competitive gamers may notice occasional issues. |
| 1–2.5% | Problematic | Noticeable in gaming (rubber-banding), VoIP (choppy audio), and video calls (frozen frames). |
| 2.5–5% | Poor | Significant degradation. Gaming is frustrating, voice calls drop words, video calls freeze regularly. |
| 5%+ | Severe | Most real-time applications are unusable. File downloads slow dramatically. |
For reference, most ISPs consider anything under 1% to be within acceptable parameters, but gamers and VoIP users typically need 0% to have a good experience.
How to Test for Packet Loss
Standard speed tests (like Speedtest.net or Fast.com) do not measure packet loss. They test throughput over TCP, which automatically retransmits lost packets — masking the problem entirely. You could have 500 Mbps download speed and 5% packet loss simultaneously.
To accurately measure packet loss, you need a tool that sends packets over an unreliable channel — one that doesn't automatically retry failed transmissions. This is exactly what PacketProbe does. We use WebRTC unreliable data channels (which behave like raw UDP) to send numbered packets to our test servers and count what arrives.
PacketProbe simultaneously measures packet loss, latency (ping), jitter, and late packets — the four metrics that actually determine your real-time connection quality.
How to Fix Packet Loss
1. Switch to a Wired Connection
This is the single most effective fix. Ethernet connections are dramatically more reliable than Wi-Fi. If you're experiencing packet loss on Wi-Fi, plug in an Ethernet cable and re-test. If the loss disappears, your problem is wireless — not your ISP.
2. Restart Your Router and Modem
Routers accumulate state and can develop issues over time. A restart clears congested buffers, refreshes routing tables, and often resolves intermittent packet loss. Consider scheduling automatic reboots weekly.
3. Check Your Cables
Inspect Ethernet cables for damage — bent connectors, tight bends, or visible wear. Try a different cable. Cat5e or Cat6 cables are recommended; older Cat5 cables may not support full gigabit speeds reliably.
4. Reduce Network Load
Other devices and applications sharing your connection consume bandwidth and can cause congestion-related loss. Pause large downloads, cloud backups, and streaming on other devices, then re-test.
5. Update Router Firmware
Router manufacturers regularly release firmware updates that fix bugs and improve packet handling. Log into your router's admin panel and check for updates.
6. Change Your Wi-Fi Channel or Band
If you must use Wi-Fi, switch to the 5GHz band (less interference, more bandwidth) and use a Wi-Fi analyzer app to find the least congested channel. Channels 1, 6, and 11 on 2.4GHz are non-overlapping and typically best.
7. Enable Quality of Service (QoS)
QoS settings on your router prioritize real-time traffic (gaming, voice, video) over bulk transfers (downloads, backups). This won't reduce total loss, but it ensures your most sensitive traffic gets priority.
8. Contact Your ISP
If you still see packet loss on a wired connection with no other network traffic, the problem is likely upstream — damaged lines, an oversubscribed node, or a routing issue. Contact your ISP with your test results. Showing them data from a tool like PacketProbe is more effective than saying "my internet is slow."
Packet Loss vs. Latency vs. Jitter
These three metrics are related but measure different things:
- Packet loss — Data that never arrives. Causes rubber-banding, audio gaps, and missed inputs.
- Latency (ping) — How long a round trip takes. Causes input delay and slow response times.
- Jitter — How much latency varies. Causes stuttering, choppy audio, and inconsistent responsiveness.
A good connection has low values in all three. You can have low latency but high packet loss (fast but unreliable), or low loss but high jitter (complete but inconsistent). PacketProbe measures all three simultaneously so you get the full picture.