One Device Is Slow but Others Are Fast

Run a Speed Test

When only one phone or laptop is slow, the bottleneck is usually local to that device, not your entire internet plan.

Confirm Only One Device Is Slow

Before spending time on device diagnostics, verify the problem is genuinely device-specific. Run a speed test on the affected device and immediately run the same test on a second device in the same room. If both devices show similar speeds, the bottleneck is in your router or ISP connection, not the individual device. If only the one device underperforms, proceed with the steps below.

The fastest cross-device test is to open SpeedTestHQ simultaneously on two devices connected to the same Wi-Fi. Compare download speed, upload speed, and ping side by side. A 30% or greater gap between devices in the same location strongly points to device-level causes.

Device Bottleneck Table

Observed SymptomLikely CauseFast VerificationFix
Slow on Wi-Fi, fine on EthernetWeak wireless path or bad Wi-Fi adapterPlug in Ethernet and retestBand/channel optimization or driver update
Only one browser feels slowExtensions, DNS-over-HTTPS, or cachePrivate window comparisonDisable extensions, clear cache
Speed drops on battery modePower-saving throttles NICPlug in charger and retestDisable power-saving on network adapter
High CPU during testsBackground apps consuming resourcesTask manager checkClose heavy processes before testing
Slow after OS upgradeNew driver or setting conflictRoll back driver or check new settingsUpdate or reinstall network adapter driver

Step 1: Wired vs Wireless Test on the Slow Device

Connect the slow device directly to the router using an Ethernet cable and run the speed test again. If Ethernet results match other devices, the issue is specific to the Wi-Fi subsystem on that device — the adapter, driver, or its position relative to the router. If Ethernet is also slow, the problem is at the OS or software level rather than wireless.

Step 2: Check for Background Updates, Sync, and Malware

Background processes are among the most common causes of single-device slowdowns. Open Task Manager (Windows) or Activity Monitor (macOS) and sort by network usage. Look for cloud backup clients, OS update services, antivirus full-system scans, and application auto-updaters silently consuming bandwidth. Pause each one and retest after each pause to identify the culprit.

Malware can also throttle internet performance by running covert uploads or communicating with remote servers. If background processes look clean but slowness persists, run a full malware scan with Malwarebytes or Windows Defender before continuing.

Step 3: Check DNS Resolver Speed

The device may be using a slow DNS resolver that adds hundreds of milliseconds to every page load. On Windows, run nslookup google.com in a command prompt and observe the response time. On macOS, use dig google.com in Terminal. If responses take 200 ms or more, the device's DNS is the bottleneck. Try manually setting the DNS to 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google) in the network adapter settings and retest.

Step 4: Check VPN and Proxy

A VPN or proxy active on only one device will make that device appear slower because all traffic must travel to a remote server before reaching its destination. Check whether a VPN client is installed and running. On Windows, look in Settings → Network and Internet → VPN. On macOS, check System Settings → VPN and also Network → Proxies. Corporate VPNs are particularly common on work laptops.

Step 5: Browser Extensions and Incognito Test

If only browser-based speed tests are slow but a native speed test app is fast, the issue is browser-specific. Open an incognito window in Chrome (Ctrl+Shift+N) or Firefox (Ctrl+Shift+P) and run the test. Incognito disables extensions by default. If incognito is faster, disable extensions one by one in normal mode to find the offending one. Ad blockers with aggressive filtering, VPN extensions, and proxy switchers are frequent culprits.

Step 6: OS-Specific Network Checks

Windows: Network Adapter Settings and TCP Autotuning

Right-click the network adapter in Device Manager → Properties → Advanced tab. Check for settings like "Receive Side Scaling", "TCP Checksum Offload", or "Large Send Offload". Disabling large send offload can sometimes improve throughput on older adapters. Also verify TCP autotuning is enabled: open an elevated command prompt and run netsh interface tcp show global. The "Receive Window Auto-Tuning Level" should be "normal". If it is "disabled", re-enable it with netsh interface tcp set global autotuninglevel=normal.

macOS: Network Diagnostics

Hold Option and click the Wi-Fi menu bar icon, then select "Open Wireless Diagnostics." Use the built-in scan and performance tools to check signal quality, noise levels, and channel utilization. The Summary pane shows actionable warnings specific to that device's connection.

When the Device Hardware Is the Limit

If all software-level fixes fail and the device consistently underperforms versus newer devices, hardware may be the ceiling. Older Wi-Fi cards limited to 802.11n (Wi-Fi 4) will not match 802.11ac (Wi-Fi 5) or Wi-Fi 6 devices even on the same network. Similarly, a USB 2.0 network adapter has a hard ceiling of around 40 Mbps in practice. Check the device's Wi-Fi specification and compare it with your router's advertised capabilities. Replacing a laptop's internal M.2 Wi-Fi card or adding a USB 3.0 Wi-Fi adapter is a practical last resort after exhausting software diagnostics.

Frequently Asked Questions

Why is only one device slow on my Wi-Fi?

Usually because of device-specific factors such as outdated drivers, power-saving settings, interference sensitivity at that device's location, background processes, or active VPN/proxy software.

How do I prove the problem is device-specific?

Run a speed test simultaneously on the slow device and a known-good device in the same room. Compare wired vs Wi-Fi performance on the affected device. If wired is also slow, the issue is at the software or OS layer, not wireless.

Can browser extensions cause one-device slowness?

Yes. Extensions that proxy, filter, or log traffic — especially privacy tools and VPN extensions — can add significant latency to every page load, making the browser appear slow while the underlying network connection is fine.

Should I reset network settings on the device?

Yes, after driver and app-level checks are complete. On Windows, run netsh winsock reset and netsh int ip reset followed by a reboot. On macOS, delete the network configuration plists in /Library/Preferences/SystemConfiguration/ and reboot.

Do I need a new router if one device is slow?

Almost certainly not. If other devices are fast on the same router, the router is not the problem. Diagnose and fix at the device level before considering hardware changes to your network.

Related Guides

More From This Section