Video calls do not fail because of bandwidth. They fail because of jitter and packet loss. A call needs roughly 2 to 4 Mbps — trivially little. What it cannot tolerate is packets arriving late or out of order, and a speed test is blind to that, because a speed test measures how much you can move in ten seconds, not how evenly.
Why this happens
A marginal signal creates jitter, not slowness
On a weak link, your device and the router retransmit failed packets. The overall throughput stays acceptable because retransmission is fast, so the speed test looks fine. But each retransmitted packet arrives late, and a real-time stream cannot wait for it — so the call drops the audio frame instead. That is what the robotic-voice effect is. Signal strength below about −67 dBm is where this starts, which is precisely why that threshold matters more than any coverage claim.
Someone else in the house saturated the upload
Home connections have far less upload capacity than download, and a video call is one of the few things that genuinely uses upload. One large cloud backup, one game update uploading telemetry, or one other person on a call can fill it. When the upload is full, your outgoing video is the thing that gets dropped — which is why other people say you are freezing while your screen looks fine.
The laptop is roaming mid-call
If you have a mesh system or an extender and you carry the laptop to the kitchen mid-call, the handover between access points takes long enough to break the stream on many setups. A call that reliably drops as you move, and never when you sit still, is this.
Interference in bursts
A microwave, a cordless phone base or a Bluetooth-heavy desk will produce short bursts of interference on 2.4 GHz. Brief enough not to move a speed test average; long enough to drop a call. The interference page covers identifying these.
How to diagnose it properly
- Use the platform's own call statistics. Teams and Zoom both expose live network quality during a call, including jitter and packet loss. That is real evidence about the actual traffic. Packet loss above about 1 per cent, or jitter above roughly 30 milliseconds, is where calls visibly degrade.
- Run a continuous ping while a call is running.
ping -t 8.8.8.8 on Windows, ping 8.8.8.8 on macOS. Watch for spikes and timeouts rather than the average. Steady 20 ms with occasional 800 ms spikes is your answer. - Repeat it on Ethernet. If a cable makes calls perfect, the problem is the Wi-Fi link. If the spikes persist on a cable, the problem is your internet connection or the upload saturation above.
- Check the signal strength at the desk. Not in the hallway. At the desk, at the height the laptop sits.
- Test at 7am and again at 9pm. If only the evening is bad, you are looking at congestion — see Wi-Fi that slows down at night.
This usually backfires
A faster internet plan almost never fixes dropped calls
A call uses a few megabits. If you are on a 300 Mbps plan, upgrading to 600 changes nothing about jitter, packet loss, or the fact that your upload is full. The two exceptions: a genuinely slow plan with a sub-10 Mbps upload, and a connection that is oversubscribed at the provider's end. Otherwise, spend the money on the last thirty feet instead.
Fixes, cheapest first
- Sit closer to the router for one call as a test. Free, and it either proves or eliminates the signal theory immediately.
- Move to the 5 GHz band and stay on it. Less crowded and less prone to the burst interference that kills calls.
- Pause cloud backups and large uploads during working hours. Free, and it fixes the "you are freezing" version of the problem outright.
- Turn on QoS and prioritize the work laptop, if your router has it. Imperfect, but it does help the household-contention case.
- Stop walking around during calls. Unglamorous. Works.
- Put the desk on a wire. The real fix. Ethernet if you can run it; MoCA over existing coax if you cannot; powerline as the fallback. A wired desk removes every cause on this page except upload saturation.
- Add a proper access point or a mesh node in the office. When a wire to the desk is impossible but a wire to the room is not.
If you work from home, treat this as infrastructure
There is a difference between Wi-Fi that is good enough for a household and Wi-Fi that a job depends on. If calls are part of how you earn, the wired desk is not an indulgence — it is the single change that takes this class of problem off the table permanently. We go through the whole setup in Wi-Fi that survives a work-from-home day.