How to Fix WiFi Packet Loss: Causes, Tests, and Solutions
Choppy video calls, rubber-banding in games, and stalled uploads are symptoms of packet loss — not slow speeds. Here’s how to test for packet loss and fix it step by step.
You’re in the middle of a video call when the audio cuts out for half a second. Your online game shows a ping spike followed by a teleporting opponent. A file upload stalls at 94% and never finishes. These aren’t speed problems — they’re packet loss problems, and they feel completely different from a slow connection. A link that drops 3–5% of packets is often more frustrating to live with than one that’s half as fast but perfectly stable. Here’s how to detect it, trace it to its source, and eliminate it.
What Is WiFi Packet Loss?
All internet traffic moves as small units of data called packets. Every webpage load, video stream, and voice call involves thousands of packets per second traveling between your device and a remote server. When some of those packets never arrive — or arrive too late to be reassembled correctly — that’s packet loss.
A small amount of packet loss (under 1%) is technically normal. The TCP protocol handles it invisibly by requesting retransmission. Above 1%, you may start noticing effects. Above 5%, real-time applications like video calls and online gaming become noticeably degraded. Above 10%, a connection can become nearly unusable for anything interactive.
Signs You Have Packet Loss
- Choppy or robotic audio during video calls on Zoom, Teams, or Google Meet
- Lag spikes and rubber-banding in online games even when average ping looks acceptable
- File uploads and downloads that stall or progress inconsistently despite good speed test results
- Web pages that partially load or images that take far longer than expected to appear
- VoIP calls where words drop or audio cuts in and out
A standard speed test won’t catch packet loss — it measures throughput, not reliability. You need a dedicated packet loss test.
How to Test for WiFi Packet Loss
Windows: ping and pathping
Open Command Prompt (press Win + R, type cmd, and press Enter). Send 100 pings to Cloudflare’s public DNS server:
ping -n 100 1.1.1.1
When the command finishes, look at the summary line. Any figure above 0% warrants attention; above 5% is a confirmed problem. For a hop-by-hop analysis showing where in the network the loss occurs, use PathPing:
pathping 8.8.8.8
PathPing tests each router between your computer and the destination separately and reports per-hop packet loss percentages. This tells you whether loss is happening on your local WiFi, inside your router, at your ISP’s gateway, or somewhere further downstream — a critical distinction for knowing who needs to fix the problem.
Mac and Linux: ping and mtr
Open Terminal and run:
ping -c 100 1.1.1.1
Check the final summary line for the packet loss percentage. For a real-time hop-by-hop view (the Mac equivalent of PathPing), install mtr via Homebrew (brew install mtr) and run:
mtr --report --report-cycles 100 8.8.8.8
MTR combines ping and traceroute into a single continuously updated output, making it the most powerful free tool for diagnosing where in the path packet loss originates.
Online Packet Loss Tests
If you prefer not to use the command line, browser-based tools like packetlosstest.com provide a quick visual result. These are less precise than command-line tools but useful as a first check. Run any test multiple times at different hours of the day — packet loss that only appears in the evening typically points to ISP-side congestion rather than a hardware problem.
Common Causes of WiFi Packet Loss
RF Interference and Channel Congestion
This is the most common cause of wireless-layer packet loss. When your router shares a WiFi channel with neighboring routers, microwaves, Bluetooth devices, or baby monitors, radio frames collide and get dropped before they even reach your device. The fix is to switch to a less congested channel — see our guide on how to change your WiFi channel. On 2.4 GHz, stick to channels 1, 6, or 11. On 5 GHz, a WiFi analyzer app will show which channel has the least competition in your area.
Weak Signal Strength
A device operating at the edge of a router’s range experiences a noisy, low-power signal. The router retransmits frames more frequently, and even then some never make it. Signal loss is worst through thick concrete, brick, or metal surfaces. Our guide on WiFi signal through walls explains which building materials cause the most attenuation and how much range you can realistically expect.
Network Congestion and Buffer Overflow
When too many devices simultaneously saturate the router’s throughput, packets queue up in the router’s buffer. When the buffer fills, the router drops the excess packets. Quality of Service (QoS) settings can prioritize time-sensitive traffic — video calls and gaming — over background downloads. Our guide on WiFi QoS settings walks through how to configure this on most routers.
Outdated or Failing Hardware
Routers degrade over time. Flash memory wears, capacitors age, and driver code accumulates bugs. A router more than five years old may drop packets intermittently in ways that are nearly impossible to trace to a specific cause. If rebooting temporarily fixes the problem but it returns within hours or days, aging hardware is a strong suspect. Regularly updating your router’s firmware can help, but a router past its useful life eventually needs replacement.
ISP-Side Issues
If your packet loss test shows clean hops across your local network but loss appears at the first hop outside your router — your ISP’s gateway — the problem is on their side. Cable and DSL lines can develop physical faults (corroded connectors, water-damaged cable) that cause intermittent packet loss. Document your test results with timestamps and contact your ISP; line-level diagnostics are something only they can run and fix.
How to Fix WiFi Packet Loss: Step-by-Step
Step 1: Isolate WiFi vs. Wired
Connect your computer directly to the router with an Ethernet cable and rerun the packet loss test. If loss disappears over Ethernet, the problem is in the wireless layer. If it persists, the problem is in the router, modem, or the ISP connection itself. This single step tells you exactly where to focus. Our comparison of Ethernet vs. WiFi explains why wired is always the more reliable baseline for diagnosis.
Step 2: Change Your WiFi Channel
Log into your router’s admin panel (typically at 192.168.1.1 or 192.168.0.1) and switch to a less congested channel. Use a free WiFi analyzer app on your phone to see which channels nearby networks use, then pick the emptiest one. This single change resolves most cases of wireless-layer packet loss.
Step 3: Update Router Firmware
Router firmware updates often include fixes for wireless stability bugs that cause intermittent packet loss. Check your router’s admin panel for a firmware update option, or visit the manufacturer’s support page and compare the current version against what’s installed.
Step 4: Reposition Your Router
Place the router as centrally as possible in your home, elevated off the floor, and away from thick walls and metal appliances. Even relocating a router two feet higher can reduce multipath interference and improve packet delivery. For a full walkthrough, see our router placement guide.
Step 5: Replace Aging Hardware
If your router is over five years old and none of the above steps resolve the problem, replacement is often the most cost-effective fix. Modern WiFi 6 routers handle device congestion far better than older 802.11ac hardware, with improved beamforming, MU-MIMO, and OFDMA that reduce packet loss under load across many simultaneous devices.
The Bottom Line
Packet loss is often more disruptive than slow speeds, and it won’t show up in a standard download speed test. Start with a ping-based test to confirm the problem exists, then use PathPing or MTR to identify exactly where in the network it occurs. If the loss is in your wireless link, a channel change or router repositioning usually solves it quickly. If it traces back to your ISP’s infrastructure, document your results with timestamps and open a support ticket — line-level packet loss is their responsibility to fix. For a quick baseline of your current connection quality, run a speed test on our homepage and check your ping and jitter figures alongside your throughput numbers.
Related Articles
How to Fix WiFi Latency Spikes: Why Ping Jumps Randomly and How to Stop It
Your ping is fine one moment, then rockets to 400 ms the next. Here’s exactly why WiFi latency spikes happen — and the step-by-step fixes that actually work.
How to Fix High Ping: 10 Ways to Lower Latency Fast
High ping ruining your gaming or video calls? Here are 10 proven fixes to lower your latency fast—from switching to Ethernet to tweaking your router’s QoS settings.
Ethernet vs WiFi: Speed Comparison and When to Use Each
Ethernet is faster and more reliable than WiFi — but WiFi is more convenient. Here’s a detailed speed and latency comparison, plus a practical guide to which connection type belongs on each device in your home.