Wi-Fi slow on just one device while others stream and browse normally is a particularly clear signal: the router and ISP are fine, and the problem is specific to this machine. The question is whether it’s the wireless adapter, the drivers, the configuration, or interference patterns that affect this device’s location differently from others. This fits into the wider topic we cover in our Complete Guide to Fixing Windows, Browser, and Software Errors.
Before diving into fixes, get a baseline. Run a speed test at fast.com or speedtest.net on the slow device, then immediately run the same test on your phone connected to the same Wi-Fi network. If the phone gets 100 Mbps and the laptop gets 8 Mbps, the gap tells you the scale of the problem and helps you gauge whether fixes are working.
The Fastest Wins First
Two quick checks resolve this more often than anything else:
Distance and signal strength: move the laptop to within 2 metres of the router and rerun the speed test. If speed jumps significantly, the issue is signal strength or interference at the normal location — not a driver or configuration problem. The fix is moving the router, adding a mesh node, or accepting that the laptop is at the edge of the router’s range.
Forget and reconnect: Wi-Fi icon → click the arrow next to the network name → Forget → wait 10 seconds → reconnect. Stale connection profiles that negotiated at a lower bandwidth during a previous connection sometimes stay stuck at that lower bandwidth. A fresh connection negotiates at the best available speed.
Fix 1: Disable Wi-Fi Power Saving
Windows aggressively manages power on Wi-Fi adapters, dropping the adapter to a lower power mode during light use. This reduces throughput even during periods when you’re actively transferring data, because the adapter’s transmit power and polling rate are reduced to save battery.
Two places to disable this:
Power Options: Control Panel → Power Options → your active plan → Change plan settings → Change advanced power settings → Wireless Adapter Settings → Power Saving Mode → Maximum Performance.
Device Manager: Network Adapters → right-click Wi-Fi adapter → Properties → Power Management → uncheck “Allow the computer to turn off this device to save power.”
Apply both. The first affects the Wi-Fi subsystem’s power mode; the second prevents Windows from cutting power to the adapter hardware directly. After applying both, rerun the speed test — many users see 2–3x speed improvement from this change alone.
Fix 2: Update the Wi-Fi Driver
The Wi-Fi driver manages the adapter’s connection protocols, antenna configuration, and MU-MIMO handling. An outdated or generic driver may not correctly implement 802.11ac or 802.11ax (Wi-Fi 5/6) features, operating the adapter at Wi-Fi 4 speeds on a Wi-Fi 6 router.
Download the Wi-Fi driver from the laptop manufacturer’s support page — not from Windows Update or Device Manager’s automatic search, both of which may provide generic Intel/Qualcomm/Realtek drivers that don’t include manufacturer-specific optimisations. After installing the manufacturer driver and restarting, check Device Manager → Network Adapters → your Wi-Fi adapter → Properties → Advanced tab — you should see options for Preferred Band, Wireless Mode, and MIMO power saving settings, indicating the full feature driver is installed.
Fix 3: Advanced Adapter Settings
The Wi-Fi adapter’s Advanced settings tab contains performance parameters that significantly affect throughput. Device Manager → right-click Wi-Fi adapter → Properties → Advanced tab. Settings worth checking:
- Wireless Mode or 802.11 mode — should be “IEEE 802.11a/b/g/n/ac” or “Auto” to use the fastest available protocol. “802.11g Only” drastically limits speed.
- Preferred Band — set to “5GHz” for speed (less crowded, more bandwidth) or “2.4GHz” for range. “No Preference” lets Windows choose, which isn’t always optimal.
- Transmit Power — set to “Highest” or “100%” — some adapters default to lower transmit power, reducing range and speed.
- 802.11n/ac Channel Width for 5 GHz — set to “Auto 80MHz” or “Auto” for Wi-Fi 5/6 speeds. “20MHz Only” caps throughput to Wi-Fi 4 rates.
- Roaming Aggressiveness — for stationary devices, “Lowest” prevents the adapter from scanning for other access points and wasting bandwidth on background scanning.
Fix 4: Network Stack Reset
Corrupted TCP/IP configuration can cause throughput to be artificially limited through incorrect buffer sizes, RWIN settings, or routing table issues. This is more common than people expect and produces consistently slow speeds even with a strong signal:
netsh winsock reset
netsh int ip reset
ipconfig /flushdns
Administrator Command Prompt → run all three → restart. After the reset, the TCP/IP stack reinitialises with default settings optimised for current network conditions.
Fix 5: 2.4 GHz Interference
In apartments and offices with many competing Wi-Fi networks on 2.4 GHz channels, channel congestion reduces effective throughput on all networks sharing those channels. The slow device may be connecting to 2.4 GHz while others are connecting to 5 GHz — or the device may be connecting to an overlapping channel on 2.4 GHz while phones use a less congested channel.
Check the current channel: in Administrator Command Prompt → netsh wlan show interfaces → look at “Channel” and “Radio type” for the current connection. If showing 2.4 GHz with high channel interference: change the channel on the router admin panel, or try switching the device’s Preferred Band setting to 5GHz only.
Fix 6: Metered Connection
Windows Metered Connection mode limits background data — but also reduces Wi-Fi bandwidth for general browsing on some adapters. Settings → Network and internet → Wi-Fi → your network → toggle off “Metered connection” if it’s enabled for a home broadband network. Metered mode is designed for mobile hotspots and limited data plans; enabling it on broadband reduces Wi-Fi performance without benefit.
Fix 7: VPN and Background Traffic
An active VPN connection routes all traffic through a VPN server, adding latency and potentially reducing throughput depending on the VPN server’s location and capacity. Background applications consuming bandwidth — cloud backup actively uploading, Windows Update downloading, cloud sync clients — reduce available throughput for foreground applications.
Disconnect any active VPN and rerun the speed test. Pause cloud sync and suspend Windows Update downloads, then retest. If speed improves significantly with these disabled, the apparent “slow Wi-Fi” was actually those background services consuming available bandwidth.
Our guide on Wi-Fi keeps disconnecting covers the adapter driver and power management issues in the context of disconnections — the same fixes apply to speed as to stability. For general network-wide slowness that affects all devices, our Wi-Fi not working guide covers the router-side diagnostics. Microsoft’s Wi-Fi troubleshooting documentation covers the Windows Network Adapter Advanced settings for each major adapter manufacturer — Intel, Qualcomm, Realtek, and Broadcom all have different option names for the same underlying features.
Large Auto-Negotiated TCP Receive Windows
TCP Receive Window Auto-Tuning is a Windows feature that adjusts the TCP receive buffer size for each connection. When this is misconfigured or stuck at a non-optimal level — which happens after certain network stack changes or third-party optimisation software — throughput is artificially capped regardless of available bandwidth.
Check: administrator Command Prompt → netsh int tcp show global → look at “Receive Window Auto-Tuning Level.” Should show “normal” for most setups. If it shows “disabled” or “restricted”: netsh int tcp set global autotuninglevel=normal. Running “disabled” prevents Windows from optimising the TCP window for the actual connection latency and bandwidth, which limits throughput on fast connections significantly.
MU-MIMO and Beamforming
Modern Wi-Fi 5 (802.11ac) and Wi-Fi 6 (802.11ax) routers support MU-MIMO (Multi-User, Multiple Input, Multiple Output) and beamforming. These features improve throughput by sending focused signals to individual devices rather than broadcasting in all directions. The Wi-Fi adapter must also support these features — and must have the correct driver to enable them.
When a capable router and capable adapter are connected but the driver doesn’t enable MU-MIMO and beamforming, the connection uses only a single spatial stream at basic 802.11n rates. Device Manager → Advanced tab of the Wi-Fi adapter → look for “MU-MIMO” and “Transmit Beamforming” settings — both should be enabled if the adapter supports them. These settings only appear with the manufacturer’s full driver installed, not with the generic Windows driver.
USB 3.0 Interference With 2.4 GHz Wi-Fi
USB 3.0 devices emit electromagnetic interference in the 2.4 GHz frequency range — the same range that 2.4 GHz Wi-Fi uses. External hard drives, USB hubs, and USB flash drives connected via USB 3.0 ports can degrade 2.4 GHz Wi-Fi throughput significantly on laptops where the USB ports are close to the Wi-Fi antenna.
Test: disconnect all USB 3.0 devices and rerun the speed test. If speed improves substantially on 2.4 GHz, USB interference is confirmed. Solutions: switch the Wi-Fi connection to 5 GHz (not affected by USB 3.0 interference), use a USB extension cable to move USB 3.0 devices away from the laptop, or accept the trade-off and keep USB 3.0 devices plugged in on 5 GHz. This is a hardware physics issue that no driver update can eliminate — the interference is electromagnetic, not a software bug.
Wi-Fi Signal Strength vs Link Speed
Windows shows “Wi-Fi: Excellent” or shows signal bars that can be misleading about actual throughput. Signal strength and link speed are different: you can have “Excellent” signal but a low link speed if the connection negotiated at a lower rate (perhaps because the adapter connected during a momentarily weak signal period and didn’t renegotiate upward).
Check actual link speed: Settings → Network and internet → Wi-Fi → Properties → the “Link speed (Send/Receive)” field shows the current negotiated connection speed in Mbps. For Wi-Fi 5 (5 GHz, 2 antennas), expect 200–867 Mbps. For Wi-Fi 6, 600 Mbps+. For 2.4 GHz, typical rates are 72–300 Mbps. If the link speed is much lower than expected for the Wi-Fi standard and signal strength, disconnecting and reconnecting may renegotiate at a higher rate. The driver’s Roaming Aggressiveness setting also affects whether the adapter renegotiates to a better rate when conditions improve.
Comparing with an Ethernet Connection
Running an Ethernet speed test on the same machine provides a definitive comparison. If Ethernet gives 500 Mbps and Wi-Fi gives 50 Mbps on the same machine with the same ISP, the 10x gap confirms the Wi-Fi adapter or configuration (not the ISP or network) is the bottleneck. If Ethernet also gives only 50 Mbps, the issue is the internet connection itself rather than Wi-Fi specifically.
For machines without a built-in Ethernet port: a USB-to-Ethernet adapter (USB 3.0 Gigabit Ethernet adapters cost around £15) provides this comparison without needing to open the machine. This test takes five minutes and definitively identifies whether the slow speed is a Wi-Fi issue or an ISP/modem issue — information that saves significant troubleshooting time by confirming which layer of the network stack is the bottleneck.
QoS Settings on the Router
Quality of Service (QoS) settings on the router prioritise specific types of traffic or specific devices. When a router has QoS enabled and the slow laptop is either in a low-priority category or is associated with bandwidth limits, it receives a smaller share of available bandwidth than other devices — regardless of how close it is to the router or how good the signal is.
Log into the router admin panel → look for QoS, Traffic Control, or Bandwidth Control settings. Check whether any device MAC address limits or application bandwidth caps are configured. The laptop’s MAC address (visible via ipconfig /all in Command Prompt → “Physical Address” for the Wi-Fi adapter) can be searched in the QoS rules to confirm whether it has any specific limits applied. Removing per-device bandwidth limits or disabling QoS temporarily while testing confirms whether QoS was the cause of the speed gap between devices.
An underrated diagnostic tool for Wi-Fi speed: Windows’ own network adapter diagnostic. Run netsh wlan show drivers in Command Prompt → look at the output for the Wi-Fi adapter. The “Radio types supported” field shows which Wi-Fi standards the driver is using. If it only shows “802.11a 802.11b 802.11g 802.11n” without 802.11ac or 802.11ax, the driver is operating at Wi-Fi 4 maximum speeds even if the adapter hardware supports Wi-Fi 5 or 6. This single output line confirms whether the driver is correctly exposing the adapter’s full capability or limiting it to older standards — which is the most common source of the “Wi-Fi is slow on this one device” problem on laptops with current hardware but outdated drivers.
After applying any fix that improved the speed, document what changed — what driver version was installed, which Advanced setting was modified — so that future Windows updates that might revert driver settings can be quickly reversed without having to work through the diagnostic process again from scratch. Wi-Fi adapter optimisations in particular get overwritten by Windows Update driver updates more frequently than most other settings, and having a record of the working configuration shortens the re-fix process when it inevitably recurs. Our guide on USB Device Keeps Disconnecting covers an adjacent issue.






