Packet loss is the failure of one or more transmitted data packets to arrive at their destination. Network communication works by breaking data into packets, sending them independently, and reassembling them at the destination. When packets go missing, the receiving end must request retransmission — causing delays and degraded performance.

Causes of Packet Loss

CauseDescriptionTypical Scenario
Network congestionRouters drop packets when buffers are fullPeak usage times, oversaturated links
Faulty hardwareDefective cables, switches, or NICs drop packetsOld Ethernet cables, failing switch ports
Wi-Fi interferenceSignal interference causes transmission errorsCrowded Wi-Fi channels, microwave ovens, thick walls
ISP issuesProblems at the provider level affect many usersRouting errors, infrastructure failures
Software bugsfirewall or router misconfigurations drop packetsIncorrectly configured ACLs or QoS rules

Impact of Packet Loss

  • 0% loss — Normal operation
  • 1–2% loss — Noticeable lag in games and video calls
  • 5–10% loss — Significant performance degradation; video calls drop, downloads slow to a crawl
  • 10%+ loss — Connection effectively unusable for real-time applications

How to Test for Packet Loss

  • Ping test — Run ping -n 100 8.8.8.8 (Windows) or ping -c 100 8.8.8.8 (Mac/Linux). Check the packet loss percentage in the results.
  • MTR — A combination of ping and traceroute that shows packet loss at each hop along the route
  • Speed test with packet loss measurement — Some tools like Cloudflare Speed Test report packet loss alongside speed

How to Fix Packet Loss

  • Replace Ethernet cables and test with a wired connection to rule out Wi-Fi issues
  • Restart your router and modem
  • Check your router's connected device list for devices saturating the connection
  • Contact your ISP if the loss occurs at their gateway hop
  • Change Wi-Fi channel to avoid interference (use channel 1, 6, or 11 on 2.4GHz)

People Also Ask

Is 1% packet loss bad for gaming?
Yes. Even 1% packet loss is noticeable in online gaming, causing rubber-banding, lag spikes, and missed inputs. Competitive gaming typically requires less than 0.5% packet loss for a smooth experience.
What is the difference between packet loss and latency?
Latency (ping) is the time it takes for a packet to travel to its destination and back. Packet loss is when packets never arrive at all and must be retransmitted. Both affect performance, but packet loss is generally more disruptive because retransmission adds unpredictable delays.

Related: Latency | Jitter | Speed Test