PONG// pong.com v3.0OPERATIONAL
pong@pong-com blog/internet-slow-one-device-fix$
TroubleshootingJune 7, 2026· 10 min read
ByJonah Larson· Contributing Technology Writer

Internet Slow on One Device but Fast on Others? Here Is How to Fix It

When your internet is slow on one device but fast everywhere else, the problem is almost never your ISP or router — it is something specific to that device. The most common causes are outdated Wi-Fi drivers, a congested Wi-Fi channel on the device's frequency band, DNS cache corruption, or background processes consuming bandwidth. Here is a systematic troubleshooting guide to identify and fix the exact cause in under 10 minutes.

Your phone streams 4K without a hiccup. Your partner's laptop loads pages instantly. But your PC? It takes 30 seconds to load Google. Your speed test shows 15 Mbps when you are paying for 500. Something is clearly wrong — but it is not your internet connection.

When one device is slow and everything else is fast, the problem is isolated to that device. Your ISP is delivering the speed you pay for. Your router is working correctly. The issue is somewhere between that specific device's Wi-Fi adapter and the applications running on it. The good news: this means you can fix it without calling your ISP or buying new equipment.

// SPEED TEST

Measure your real-world speed, ping, jitter, and bufferbloat. Free, no signup required.

> Run Free Speed Test

Quick Diagnosis: Narrow Down the Cause in 2 Minutes

Before diving into fixes, answer these three questions to pinpoint the category of problem you are dealing with:

QuestionIf YesIf No
Is it slow on Wi-Fi AND Ethernet?Software/OS problem (skip to Section 3)Wi-Fi specific problem (see Section 1)
Is it slow in all apps or just one?Network adapter or DNS issueApp-specific issue (clear cache, update app)
Did it suddenly start or was it always slow?Recent update broke something (check drivers)Hardware limitation of the device

Wi-Fi Specific Causes: When the Wireless Adapter Is the Problem

Your Device Is Stuck on the Wrong Wi-Fi Band

Modern routers broadcast on two frequencies: 2.4 GHz (longer range, slower speeds, more crowded) and 5 GHz (shorter range, faster speeds, less interference). If your slow device is connecting to the 2.4 GHz band while your fast devices are on 5 GHz, you will see dramatically different speeds — often 3x to 10x slower.

How to check: On Windows, open Command Prompt and type netsh wlan show interfaces. Look for the "Radio type" and "Channel" fields. If you see channels 1-11, you are on 2.4 GHz. Channels 36-165 mean 5 GHz. On Mac, hold Option and click the Wi-Fi icon to see connection details.

How to fix: If your router uses a single SSID for both bands (band steering), temporarily forget the network on the slow device and reconnect — it may pick the better band. If your router has separate SSIDs (e.g., "HomeNetwork" and "HomeNetwork-5G"), connect explicitly to the 5 GHz network. On Windows, you can also set a band preference: Device Manager → Network Adapter → Advanced → Preferred Band → 5 GHz.

Outdated or Corrupted Wi-Fi Drivers

This is the number one cause of "suddenly slow on one device" problems, especially after a Windows update. Microsoft's automatic driver updates sometimes install generic drivers that perform worse than the manufacturer's optimized version. Intel and Realtek Wi-Fi adapters are particularly affected.

How to fix on Windows: Open Device Manager → Network Adapters → right-click your Wi-Fi adapter → Update Driver → Browse my computer → Let me pick from a list. If you see multiple driver versions, try the manufacturer's latest from their website. Alternatively: right-click → Uninstall Device (check "delete driver software") → restart. Windows will reinstall a fresh copy.

How to fix on Mac: Macs update Wi-Fi drivers through macOS updates. If you suspect a recent update caused the issue, reset your network settings: System Settings → General → Transfer or Reset → Reset Network Settings.

Wi-Fi Adapter Power Management Is Throttling Your Connection

Windows aggressively power-manages Wi-Fi adapters to save battery. This causes the adapter to periodically reduce its transmit power or enter low-power states, creating speed drops and intermittent slowness — especially on laptops.

How to fix: Open Device Manager → Network Adapters → right-click your Wi-Fi adapter → Properties → Power Management tab → uncheck "Allow the computer to turn off this device to save power". Also go to the Advanced tab and look for settings like "Power Save Mode" or "Transmit Power" — set power saving to disabled and transmit power to maximum.

DNS and Network Stack Issues

Your device maintains its own DNS cache — a local list of website-to-IP-address mappings. When this cache becomes corrupted or overly large, DNS lookups slow to a crawl. Web pages appear to "hang" for 5-10 seconds before loading, even though speed tests may look normal (because speed tests connect directly to an IP address and skip DNS).

Flush Your DNS Cache

  1. Windows: Open Command Prompt as Admin → type ipconfig /flushdns → press Enter
  2. Mac: Open Terminal → type sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder → press Enter
  3. Chrome (all platforms): Navigate to chrome://net-internals/#dns → click "Clear host cache"
  4. iPhone/iPad: Toggle Airplane Mode on and off, or restart the device
  5. Android: Go to Settings → Apps → find your browser → Clear Cache, or toggle Airplane Mode

Reset Your Network Stack (Windows Nuclear Option)

If flushing DNS does not help, a full network stack reset often resolves deep-seated connectivity issues on Windows. This resets Winsock, IP configuration, DNS client, and firewall rules to factory defaults:

  1. Open Command Prompt as Administrator
  2. Run these commands one at a time: netsh winsock reset then netsh int ip reset then ipconfig /release then ipconfig /renew then ipconfig /flushdns
  3. Restart your computer
  4. Reconnect to your Wi-Fi network (you may need to re-enter the password)

Background Processes Eating Your Bandwidth

A single background process can consume your entire connection without you realizing it. Cloud sync services (OneDrive, Google Drive, Dropbox, iCloud), automatic OS updates, game launchers updating in the background, and antivirus scans that phone home are the most common culprits.

How to Identify Bandwidth Hogs

Windows: Open Task Manager (Ctrl+Shift+Esc) → click the "Network" column to sort by bandwidth usage. The top entries are your bandwidth consumers. Also check: Settings → Windows Update — if an update is downloading, it can consume 100% of your bandwidth.

Mac: Open Activity Monitor → click the Network tab → sort by "Sent Bytes" or "Rcvd Bytes". Look for processes you do not recognize consuming significant bandwidth.

Common hidden culprits:

  • Windows Update — can download gigabytes in the background silently
  • OneDrive/Google Drive/Dropbox — syncing large files consumes all available upload bandwidth, which can slow downloads too due to TCP acknowledgment delays
  • Steam/Epic/Battle.net — game updates often start automatically and saturate your connection
  • Antivirus software — cloud-based scanning (Norton, McAfee, Bitdefender) sends files to remote servers for analysis
  • Browser extensions — some extensions establish persistent connections or poll servers frequently

Hardware Limitations: When Your Device Simply Cannot Go Faster

Not all Wi-Fi adapters are created equal. A 2018 laptop with a Wi-Fi 5 (802.11ac) adapter physically cannot match the speeds of a 2024 phone with Wi-Fi 6E. If your device has always been slower than others, the hardware itself may be the bottleneck.

Wi-Fi StandardMax Speed (Real World)Typical Devices
Wi-Fi 4 (802.11n)50-100 MbpsPre-2013 laptops, old smart TVs, IoT devices
Wi-Fi 5 (802.11ac)200-400 Mbps2014-2019 laptops, most smart TVs
Wi-Fi 6 (802.11ax)400-800 Mbps2020-2023 laptops and phones
Wi-Fi 6E (802.11ax 6GHz)800-1400 Mbps2023+ flagships
Wi-Fi 7 (802.11be)1000-2000+ Mbps2025+ premium devices

How to check your adapter's capability on Windows: Open Command Prompt → type netsh wlan show drivers. Look for "Radio types supported". If you only see 802.11n or 802.11a/b/g/n, your adapter is limited to Wi-Fi 4 speeds. If you see 802.11ac, you have Wi-Fi 5.

The fix: For desktop PCs, a USB Wi-Fi 6 adapter costs $20-40 and provides an immediate speed boost. For laptops with an M.2 slot, an Intel AX210 or AX211 card ($15-25) upgrades you to Wi-Fi 6E. For older devices where neither is practical, a wired Ethernet connection bypasses the Wi-Fi limitation entirely.

Device-Specific Fixes

Windows PC or Laptop

  1. Disable Wi-Fi power management (Device Manager → adapter → Power Management)
  2. Update Wi-Fi driver from manufacturer's website (not Windows Update)
  3. Set preferred band to 5 GHz (Device Manager → adapter → Advanced)
  4. Flush DNS and reset network stack (see commands above)
  5. Check Windows Update is not downloading in the background
  6. Disable "Metered Connection" if enabled (this throttles background sync but can also affect speed tests)

Mac

  1. Reset network settings (System Settings → General → Transfer or Reset)
  2. Delete Wi-Fi preferences: remove /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist and restart
  3. Run Wireless Diagnostics (hold Option + click Wi-Fi icon → Open Wireless Diagnostics)
  4. Check if iCloud Drive or Photos is syncing large libraries in the background
  5. Ensure your macOS version is up to date (Wi-Fi fixes are common in point releases)

iPhone or Android Phone

  1. Forget the Wi-Fi network and reconnect (forces a fresh connection)
  2. Toggle Airplane Mode on and off (resets all radio connections)
  3. Check for a phone case with metal plates (common in wallet cases and magnetic mounts — metal blocks Wi-Fi signals)
  4. Disable Wi-Fi Assist / Smart Network Switch (this can switch between Wi-Fi and cellular mid-connection)
  5. Reset network settings as a last resort (Settings → General → Reset → Reset Network Settings on iPhone; Settings → System → Reset → Reset Wi-Fi on Android)

Smart TV or Streaming Device

  1. Smart TVs have notoriously weak Wi-Fi antennas — move the router closer or use an Ethernet connection
  2. Power cycle the device (unplug for 60 seconds, not just standby)
  3. Check if the device supports 5 GHz — many budget smart TVs only support 2.4 GHz
  4. Reduce streaming quality in the app settings to match the device's actual Wi-Fi capability
  5. Consider a streaming stick (Roku, Fire TV, Apple TV) with better Wi-Fi than the TV's built-in adapter

The Definitive Test: Plug In an Ethernet Cable

The single most useful troubleshooting step is to connect the slow device directly to your router with an Ethernet cable and run a speed test on pong.com. This tells you definitively whether the problem is Wi-Fi related or something deeper in the device's software or hardware.

  • Fast on Ethernet, slow on Wi-Fi → The problem is your device's Wi-Fi adapter, drivers, or signal reception. Focus on the Wi-Fi fixes above.
  • Slow on both Ethernet and Wi-Fi → The problem is in the device's software stack (DNS, network settings, background processes, malware, or a failing network adapter).
  • Fast on Ethernet, and you cannot use Wi-Fi at all → Your device's Wi-Fi adapter may be hardware-failing. Replacement USB adapters cost $15-40.

When Slow Internet on One Device Means Malware

If you have tried everything above and one device remains inexplicably slow, malware is worth investigating. Cryptominers, botnets, and adware can silently consume bandwidth and CPU resources, making your connection appear slow while the actual throughput is being hijacked.

Warning signs that suggest malware:

  • High upload bandwidth usage when you are not uploading anything
  • Task Manager shows unknown processes with high network usage
  • Your device is warm or fans are spinning when idle
  • Speed is fine in Safe Mode with Networking but slow in normal mode
  • DNS queries resolving to unexpected IP addresses

Run a full scan with Windows Defender (built in) or Malwarebytes (free version). Boot into Safe Mode with Networking and run a speed test — if speeds are normal in Safe Mode, a startup program or service is the cause.

Frequently Asked Questions

?>Why is my internet slow on my laptop but fast on my phone?
The most common reason is your laptop is connecting to the 2.4 GHz Wi-Fi band while your phone is on 5 GHz. Other causes include outdated Wi-Fi drivers on the laptop, Windows power management throttling the adapter, or background processes (Windows Update, OneDrive sync) consuming bandwidth. Check your connection band first, then try updating your Wi-Fi drivers from the manufacturer's website.
?>Can a VPN make internet slow on just one device?
Yes. A VPN routes all traffic through a remote server, adding latency and potentially reducing throughput by 20-50%. If you have a VPN running on one device but not others, that device will appear significantly slower. Check for VPN apps, browser VPN extensions, or corporate VPN clients running in the background.
?>Why does my speed test show different results on different devices?
Speed test results vary by device because of Wi-Fi adapter capabilities (Wi-Fi 5 vs Wi-Fi 6), connection band (2.4 GHz vs 5 GHz), signal strength at that device's location, and processing power. A 2018 laptop on 2.4 GHz Wi-Fi will test 3-10x slower than a 2024 phone on 5 GHz — even on the same network. For your true ISP speed, test on a device connected via Ethernet.
?>My gaming PC is fast on speed tests but games still lag — why?
Speed tests measure throughput (bandwidth) but gaming depends primarily on latency (ping) and jitter (ping stability). Your PC may have fast download speeds but high jitter due to Wi-Fi interference, bufferbloat on your router, or background processes creating micro-interruptions. Run a bufferbloat test on pong.com to check if latency spikes under load.
?>Should I reset my router if only one device is slow?
Resetting your router is unlikely to fix a single-device problem since all other devices are working fine. The exception is if your router has assigned a problematic IP or DNS configuration to that one device via DHCP. A simpler fix is to "forget" and reconnect the Wi-Fi network on the slow device, or release and renew the IP address with ipconfig /release and ipconfig /renew on Windows.

Bottom Line: Fix Slow Internet on One Device

When one device is slow and everything else is fast, the fix is almost always one of these five things:

  1. Wrong Wi-Fi band — force the device onto 5 GHz instead of 2.4 GHz
  2. Outdated Wi-Fi driver — update from the manufacturer's website, not Windows Update
  3. Power management throttling — disable Wi-Fi power saving in Device Manager
  4. DNS cache corruption — flush DNS and reset the network stack
  5. Background bandwidth hog — check Task Manager/Activity Monitor for processes using network

Start with the Ethernet cable test to determine if the problem is Wi-Fi or software. Then work through the relevant fixes above. In 90% of cases, the issue resolves within the first three steps.

// Related Posts

Advertisement
// READY TO TEST?

Use our free speed test to measure your ping, download, upload, and bufferbloat. No signup required.

> Run Speed Test