Slow Internet or Network Speed

Connected, but pages crawl, calls buffer, and downloads take forever? Work through these steps in order — most slowdowns are fixed by step 3.

Advertisement · 728×90
🐢

Slow Internet or Network Speed

Connected but pages load slowly, calls buffer, or downloads crawl

⚠ Common symptoms

  • Web pages take more than 5 seconds to fully load
  • Zoom or Teams calls keep pixelating or dropping out
  • Download speeds are a fraction of your internet plan
  • Other people on the same router seem unaffected
  • 1

    Establish a baseline with a speed test — and check for bufferbloat

    Run a speed test at:
    fast.com
    speedtest.net
    Record download/upload speed + ping → compare to your plan. Below 50%? Contact your ISP.

    Speed looks fine but Zoom/Teams calls still pixelate or lag under load? That's usually bufferbloat (latency spiking when the connection is busy), not bandwidth. Run a bufferbloat test at waveform.com/tools/bufferbloat — a C-F grade means enabling Smart Queue Management (SQM) or QoS on your router will help far more than any speed upgrade. Only if both speed and bufferbloat check out clean is the slowness application-level, not network.

  • 2

    Find which app is eating your bandwidth

    Task Manager (Ctrl + Shift + Esc) → sort the Network column descending. Common culprits: Windows Update, OneDrive, Dropbox, antivirus cloud scans, background video streaming.

  • 3

    Test with a wired Ethernet cable

    Plug laptop into router via Ethernet → re-run the speed test. Speeds jump significantly? Wi-Fi is your bottleneck — not your ISP or device. Common Wi-Fi killers: thick walls, distance, microwaves, same-channel neighbors.

  • 4

    Switch Wi-Fi band or channel

    Router admin panel (usually 192.168.1.1) → switch between 2.4 GHz and 5 GHz → also try changing the Wi-Fi channel. For 2.4 GHz, use channels 1, 6, or 11 to avoid overlapping with neighbors.

  • 5

    Turn off Delivery Optimization and background sync

    Settings → search Delivery Optimization → disable it (silently shares Windows updates using your upstream bandwidth). Also pause OneDrive, Google Drive, and Dropbox during work hours.

  • 1

    Run a speed test and establish your baseline — and check for bufferbloat

    In Safari, run a speed test at:
    fast.com
    speedtest.net
    Record download/upload speed + ping → compare to your plan. Below 50%? Contact your ISP.

    Speed looks fine but Zoom/Teams calls still pixelate or lag under load? That's usually bufferbloat (latency spiking when the connection is busy), not bandwidth. Run a bufferbloat test at waveform.com/tools/bufferbloat — a C-F grade means enabling Smart Queue Management (SQM) or QoS on your router will help far more than any speed upgrade. Only if both speed and bufferbloat check out clean is it application-level, not your network.

  • 2

    Find which app is eating your bandwidth

    Activity Monitor (Spotlight → Activity Monitor) → Network tab → sort Sent Bytes/Received Bytes descending. Common culprits: iCloud Drive sync, network Time Machine backups, Dropbox/OneDrive, silent macOS updates. Pause whichever's eating bandwidth during work hours.

  • 3

    Test with a wired Ethernet connection

    Connect Mac to router via USB-C/Thunderbolt Ethernet adapter → re-run the speed test. Speeds improve significantly? Wi-Fi signal or interference is the bottleneck — not your ISP. Try moving closer to the router, or switch to 5 GHz (faster, shorter range).

  • 4

    Check your Wi-Fi band and signal strength

    Hold Option → click the Wi-Fi icon in the menu bar → see your band (2.4/5 GHz), RSSI signal strength, and channel.

    In the router's admin panel, try switching Wi-Fi channels — for 2.4 GHz, use channels 1, 6, or 11 to avoid overlapping with neighbors. RSSI worse than −70 dBm? Distance or obstruction is the problem.

  • 5

    Pause iCloud sync and background system downloads

    System Settings → Apple ID → iCloud → temporarily pause iCloud Drive sync.

    Also check System Settings → General → Software Update for a silent macOS download. Spotlight may also be re-indexing (process: mds_stores in Activity Monitor). Stopping these frees your full bandwidth during work hours.

  • 1

    Run a speed test from the terminal

    # Install speedtest-cli if not present
    sudo apt install speedtest-cli -y

    # Run the speed test
    speedtest-cli

    Compare the result to your plan. Below 50%? The issue is upstream — contact your ISP. Speed looks fine but calls still pixelate under load? That's usually bufferbloat, not bandwidth — run a browser-based test at waveform.com/tools/bufferbloat; a C-F grade means enabling Smart Queue Management (SQM)/QoS (e.g. cake qdisc) on your router will help more than any speed upgrade.

  • 2

    Find which process is eating bandwidth

    # Install nethogs for per-process bandwidth monitoring
    sudo apt install nethogs -y
    sudo nethogs

    # Or use iftop for interface-level traffic
    sudo apt install iftop -y
    sudo iftop -i eth0

    Replace eth0 with your actual interface (check with ip link show).

  • 3

    Test with a wired Ethernet connection

    # Check current link speed of your wired adapter
    ethtool eth0 | grep -i speed

    # Install ethtool if missing
    sudo apt install ethtool -y

    If speed jumps significantly on Ethernet, Wi-Fi interference is your bottleneck.

  • 4

    Check Wi-Fi signal strength and channel

    # Scan nearby networks and check signal quality
    nmcli dev wifi list

    # Check current connection details
    iw dev wlan0 link

    # Install wavemon for a live signal monitor
    sudo apt install wavemon -y && wavemon
  • 5

    Disable background package downloads

    # Stop unattended-upgrades from downloading in background
    sudo systemctl stop unattended-upgrades

    # Also stop snapd from downloading updates
    sudo systemctl stop snapd

    # Re-enable after your work is done
    sudo systemctl start unattended-upgrades snapd
💡

Quick win: Move within 5 meters of your router with a clear line of sight. A single concrete wall can cut 5 GHz speeds by up to 70%.

Advertisement · 728×90

Related Questions

Quick answers for this issue

If other devices on the same network are fine, the issue is local to that device — often a background app consuming bandwidth, an outdated Wi-Fi driver, or the device being on a weaker 2.4 GHz band while others use 5 GHz. Run a speed test on both the slow device and a working one, side by side, to confirm.
Yes, a VPN typically reduces speed by 10-30% due to encryption overhead and routing through a remote server. If the slowdown is severe, try switching VPN server location or protocol — WireGuard is generally faster than OpenVPN. If you suspect the VPN itself, see our VPN guide.
Internet speed tests measure your connection to the public internet, but file transfers to a local network drive or NAS depend on your local network's speed, duplex settings, and protocol (SMB version). See our Slow File Transfer guide for that scenario specifically.
🧑‍💻

Network still crawling? A technician can find what software can't.

Some slowdowns come from ISP line quality, router misconfiguration, or faulty hardware — things that need hands-on diagnosis. Connect with a verified IT technician for remote or on-site support.

Talk to a Technician
Advertisement · 728×90