Why Wi-Fi Slows Down — The Physics & Engineering Behind It
Keywords: wifi slow, wifi speed low, why wifi is slow, wifi interference, signal strength, throughput vs bandwidth
1. Bandwidth vs Throughput — the key distinction
Bandwidth is the theoretical maximum data rate of a channel (e.g., 300 Mbps). Throughput is what you actually get (e.g., 40 Mbps). Throughput is always lower because of protocol overhead, interference, and real network conditions.
2. Distance and path loss (physics)
Radio waves decay with distance and obstacles. Walls, floors, and human bodies absorb and reflect signals. The received signal strength (RSSI) falls roughly with the square of distance in free space; indoors it’s often worse because of reflections and absorption.
3. Interference: the invisible traffic jam
Wi-Fi shares unlicensed spectrum with many devices. Common sources of interference:
- Other Wi-Fi networks (neighbourhood routers)
- Bluetooth devices, microwave ovens, cordless phones
- Baby monitors, wireless cameras
In the 2.4 GHz band there are only a few non-overlapping channels (1, 6, 11). If many networks use the same channel, users compete and throughput drops.
4. Channel width and channel bonding
Wider channels (40, 80, 160 MHz) increase theoretical bandwidth but make networks more susceptible to interference and reduce the number of available independent channels. In crowded environments, narrower channels often give better real-world throughput.
5. Protocol overhead and retransmissions
Wi-Fi uses error checking and retransmissions. Packet loss caused by interference forces retransmits, which cut effective throughput. Also, headers, acknowledgements, and encryption add overhead — so raw link speed ≠ useful data speed.
6. Congestion and multiple devices
Each device connected to the same access point shares the medium. Streaming video, large file uploads, or P2P traffic on one device reduces available time slices for others.
7. 2.4 GHz vs 5 GHz vs 6 GHz — tradeoffs
- 2.4 GHz: Longer range, better wall penetration, fewer non-overlapping channels, more interference.
- 5 GHz: More channels, higher throughput, less range through obstacles.
- 6 GHz (Wi-Fi 6E+): Even more spectrum and less interference, but requires device support and still shorter range.
8. Router hardware, firmware, and antenna design
Old routers, poor antennas, or buggy firmware can bottleneck performance. MIMO (multiple input, multiple output) and MU-MIMO allow multiple streams and users, but both endpoints (router + device) must support them.
9. ISP, modem, and backhaul limits
Sometimes the “slow Wi-Fi” is actually a slow internet connection. Check:
- ISP plan speed vs measured speed
- Modem/router provisioning limits
- Network congestion at peak hours
10. TCP behavior and bufferbloat
TCP reduces sending rate when packet loss or high latency occurs. Poor router queue management (bufferbloat) increases latency and hurts interactive apps like video calls. Modern routers with fq_codel or PIE queue management perform better.
11. DNS, routing, and application bottlenecks
Slow name resolution (DNS) or distant servers can make web pages load slowly even if raw speed is good. Likewise, an overloaded streaming service can be the limiting factor.
12. Measurement pitfalls — how to test properly
When testing speed:
- Use a wired test to check ISP speed baseline.
- Test close to the router and at typical usage spots.
- Repeat tests at different times (peak vs off-peak).
- Use reliable speed test services and note latency, jitter, and packet loss.
13. Quick fixes you can try right now
- Reboot router & modem: Often clears transient issues.
- Move the router: Central position, elevated, away from microwave & thick walls.
- Change channel: Use a Wi-Fi analyzer app to pick the least crowded channel (2.4 GHz: 1, 6, 11).
- Use 5 GHz where possible: For bandwidth-hungry devices close to the router.
- Limit background uploads: Pause cloud backups during streaming/gaming.
- Update firmware: Keep router firmware and device drivers current.
- Use wired Ethernet: For critical devices (smart TV, work PC) to avoid wireless contention.
- Enable QoS or Smart Queue: If available, prioritize video/voice traffic.
- Replace old hardware: Consider a Wi-Fi 5/6 router if your router is several years old.
14. When to call your ISP or replace gear
If wired speed is slow, or you see high packet loss and your router is healthy, contact your ISP. If your router is old, lacks firmware updates, or you want better coverage, consider mesh systems or a modern router with Wi-Fi 6 features.
FAQ
Why does my Wi-Fi show high Mbps but video still buffers?
High link speed is only one factor. Video buffering can be caused by latency, packet loss, ISP-side congestion, DNS slowness, or the streaming service being overloaded. Test wired speed and check latency and packet loss to diagnose.
Is 5 GHz always faster than 2.4 GHz?
Not always. 5 GHz offers higher potential throughput and less interference, but it has shorter range and worse wall penetration. In crowded apartments, a 2.4 GHz channel with low interference might work better at distant locations.
What is bufferbloat and why does it matter?
Bufferbloat is excessive buffering in network equipment that causes high latency and jitter under load. It makes interactive apps like video calls and gaming suffer despite decent throughput. Using routers with modern queue management (fq_codel, PIE) reduces bufferbloat.
Closing thought
Wi-Fi performance is the result of physics, radio environment, protocol rules, device capabilities, and ISP connections. Understanding these layers helps you diagnose problems and apply the right fix — sometimes simple rearrangements work wonders; sometimes you need a hardware upgrade or ISP support.
Comments
Post a Comment