Why Your Laptop Isn't Working Well on Wi-Fi: A Complete Diagnosis and Fix

Your laptop stutters when watching videos, pages take forever to load, and downloading files becomes a pain—but only when connected via Wi-Fi? However, everything works fine over the cable, and other devices (smartphone, tablet) work on the same network without any issues. This situation is familiar to many—and it doesn't mean it's time to replace your laptop or router.

In 90% of cases the problem lies in incorrect settings, outdated drivers, or interference from neighboring networks. Less often, it's the device itself that's to blame. Wi-Fi adapter laptop or router firmware. We've compiled all the possible causes—from the basic to the exotic—and described how to fix them. diagnose in 10 minutes Without any special knowledge. You won't have to try everything: follow the logic from simple to complex.

Spoiler: If your laptop is older than 5 years, the problem may be hardware incompatibility with modern Wi-Fi standards (for example, 802.11ax). But even in this case, there are workarounds - read in the section about obsolete adapters.

How to accurately determine if the problem is with Wi-Fi and not the laptop

Before you dig into the settings, make sure that it is the fault wireless module, not the laptop itself. Here are the key symptoms:

  • 📉 Wi-Fi speed is 2-5 times slower than cable (check on Speedtest).
  • 🔄 Video in 1080p or 4K It constantly freezes, although it plays without delays via cable.
  • 🔌 When connecting to another network (for example, in a cafe), the problem remains.
  • 📱 Other devices on the same network are working fine.

If at least one point matches, read on. If not, the problem may be in processor, hard drive or overheating laptop (that's another story).

📊 How often do you encounter Wi-Fi problems on your laptop?
Constantly
Sometimes
It was before, but I decided
Never

Reason 1: Incorrect router settings

The router is the first thing to check. Even if other devices are working fine, the laptop may conflict with certain network parameters. Here's what's most often to blame:

  • 🔄 Wi-Fi operating mode: if the router is configured to 802.11n/ac/ax (5 GHz), and the laptop adapter only supports 802.11b/g (2.4 GHz), the speed will drop by 10 times.
  • 🔒 Channel width: meaning 20/40 MHz at 2.4 GHz may cause interference, and 80 MHz at 5 GHz - not supported by older laptops.
  • 🔑 Security type: obsolete WEP or WPA-TKIP modern devices slow down.

How to check:

  1. Open your router's control panel (usually at 192.168.0.1 or 192.168.1.1).
  2. Go to the section Wi-Fi (or Wireless network).
  3. View current settings:
    • Wi-Fi standard: must be 802.11n/ac (or ax, if the router is new).
    • Channel Width: For 5 GHz, select 80 MHz, for 2.4 GHz - 20 MHz.
    • Safety: Only WPA2-PSK or WPA3.

After the changes reboot the router and check the speed again. If there's no improvement, move on.

Reason 2: Outdated or corrupted Wi-Fi adapter drivers

A driver is the "translator" between the hardware and the operating system. If it's outdated, corrupted, or conflicts with Windows, Wi-Fi speeds can drop to 1–5 Mbps (even if the router issues 100+ Mbps).

How to check:

  1. Click Win + Xdevice Manager.
  2. Expand the branch Network adapters.
  3. Find the device with the words Wireless, Wi-Fi or Network (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
  4. Right click → Properties → tab Driver.
  5. Problem What does it look like? Solution
    Outdated driver Release date after 2022 Update via Windows Update or the manufacturer's website
    Corrupted driver Exclamation mark next to the adapter in Device Manager Remove device → restart your laptop (the driver will be installed automatically)
    Conflict with Windows The speed fluctuates between 0 and 100 Mbps. Roll back the driver or install the version from the laptop manufacturer's website

    ⚠️ Attention: Never download drivers from third-party sites (like driverpack.io). Use only official sources:

    • For Intel: Intel Download Center
    • For Qualcomm/Atheros: your laptop's support site (eg. support.hp.com)
    • For Realtek: Realtek (but be careful - there are often beta versions there).

    Make sure the adapter is displayed without the exclamation mark|

    Check driver date (must be no older than 2022)|

    Download the latest version from the laptop manufacturer's website|

    Restart your laptop after installation-->

    Reason 3: Interference from neighboring networks or household appliances

    Range 2.4 GHz overloaded like a city traffic jam during rush hour: dozens of networks can be on a single channel. Even microwave or wireless mouse may interfere with the signal. Symptoms:

    • The speed drops sharply in the evening (when the neighbors are at home).
    • The connection is interrupted when the microwave is turned on.
    • The laptop often loses network connection, even though the router is nearby.

How to diagnose:

  1. Install the utility Wi-Fi Analyzer (Android) or NetSpot (Windows/Mac).
  2. Check which channels are occupied by your neighbors. Example:

Channel 1: 3 Networks (Power: High)

Channel 6: 7 networks (power: critical)

Channel 11: 1 Network (Power: Low)

If your router is on a clogged channel (for example, 6), change it to a free one (for example, 1 or 11) in the router settings.

⚠️ Attention: on frequency 5 GHz There's less interference, but it penetrates walls worse. If your laptop is far from the router, it's better to leave it 2.4 GHz and select a clean channel.

What devices interfere with Wi-Fi?

Microwave ovens (2.4 GHz), cordless DECT phones, baby monitors, some LED lamps with remote controls, wireless speakers, and mice. Even USB 3.0 devices (hard drives, flash drives) can interfere with the 2.4 GHz frequency!

Reason 4: Windows Energy Saver is throttling Wi-Fi

Windows by default tries to save battery power by limiting performance. Wi-Fi adapterAs a result, the speed can drop to 10–20 Mbps, even if the network is free.

How to disable:

  1. Open Control Panel → Power Options.
  2. Click Setting up a power planChange advanced settings.
  3. Find the section Wireless Network Adapter SettingsPower saving mode.
  4. Install Maximum performance for both options (battery and mains).

Also check the settings of the adapter itself:

  1. Open device ManagerNetwork adapters.
  2. Right-click on your Wi-Fi adapter → Properties → tab Power management.
  3. Uncheck the box Allow the computer to turn off this device to save power.

Reason 5: DNS issues or IP conflicts

If the pages take a long time to load, but the speed is Speedtest normal, my fault DNS server or IP addressIt's like a traffic jam: the car itself (the laptop) is moving fast, but the route (the DNS) is poorly chosen.

How to check:

  1. Open Command line (Win + R → enter cmd).
  2. Enter:
    ping 8.8.8.8
    

    ping ya.ru

  3. If ping 8.8.8.8 time flies by quickly <30 ms), A ping ya.ru - slow or lossy, DNS issue.

How to fix:

  • 🔧 Change DNS: in the network connection settings, specify 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
  • 🔄 Reset your IP: in the command line, run:
    ipconfig /release
    

    ipconfig /renew

  • 🔌 Disable IPv6 (if you don't use it): in the connection properties, uncheck IP version 6.

Reason 6: Outdated laptop Wi-Fi adapter

If your laptop is more than 5 years old, its Wi-Fi module may simply not be up to date with modern standards. For example:

  • Laptops 2015–2018: usually Wi-Fi 4 (802.11n) at maximum speed 150–300 Mbps.
  • Laptops before 2015: Wi-Fi 3 (802.11g) with max 54 Mbps.

How to check your adapter:

  1. Open device ManagerNetwork adapters.
  2. Find a model (eg. Broadcom 4313 or Intel Centrino Wireless-N 1000).
  3. Google its characteristics (look for lines like Max speed: 150 Mbps).

Solutions for old adapters:

  • 🔌 Use 5 GHz: if the adapter supports 802.11ac, switch to this range in the router settings.
  • 🔄 Buy a USB Wi-Fi adapter: even for 500–1000 ₽ you can take it TP-Link TL-WN823N (supports 802.11ac).
  • 📶 Reduce the channel width: For 802.11n on 2.4 GHz select 20 MHz instead of 40 MHz - this will increase stability.

Reason 7: Viruses, VPN, or background updates

Sometimes the problem isn't the Wi-Fi, it's the that the laptop is occupied by another:

  • 🦠 Viruses: Some malware uses your Wi-Fi for mining or DDoS attacks.
  • 🔒 VPN: some services (for example, NordVPN or ProtonVPN) limit the speed.
  • 🔄 Background updates: Windows, antivirus or Steam can download gigabytes in the background.

How to check:

  1. Open Task Manager (Ctrl + Shift + Esc) → tab Net.
  2. See which programs are using up your network. The normal value is <5% during downtime.
  3. If something is suspicious (for example, svchost.exe eats 30 Mbps) - check your laptop with an antivirus (Kaspersky Virus Removal Tool or Dr.Web CureIt!).

⚠️ Attention: if you use VPN for work, try disabling it for the duration of the test. Some corporate VPNs (for example, Cisco AnyConnect) artificially limit the speed to 10–50 Mbps.

FAQ: Frequently asked questions about slow Wi-Fi on a laptop

🔍 Why is my laptop slow on Wi-Fi, but my phone isn't?

Most likely the problem is drivers or energy saving settings laptop. Phones usually update automatically, but on PCs, drivers are often outdated. Laptops are also more likely to suffer from interference at 2.4 GHz, since their adapters are less sensitive than those in smartphones.

📶 Which Wi-Fi channel is best for a laptop?

Depends on the range:

  • 2.4 GHz: Select the least loaded channel (usually 1, 6 or 11).
  • 5 GHz: use channels 36–48 or 149–165 (they are less congested).

Check channel load in utilities Wi-Fi Analyzer or NetSpot.

🔧 Is it possible to speed up Wi-Fi on an old laptop?

Yes, but with restrictions:

  • If the adapter supports 5 GHz, switch to this range.
  • Buy USB Wi-Fi adapter (For example, TP-Link Archer T2U for ~1000 ₽).
  • Reduce channel width to 20 MHz at 2.4 GHz - this will increase stability.
  • Turn it off energy saving for the adapter in Windows settings.

But remember: if the maximum of your adapter is - 54 Mbps (802.11g), then it will not work faster.

🛠️ Do I need to update my router firmware?

Updating the firmware may help if:

  • The router is older than 3 years.
  • You have noticed bugs (for example, the router reboots itself).
  • The manufacturer has released a fix for your model (check the official website).

⚠️ AttentionDon't update firmware over Wi-Fi—connect the router to your PC. via cable! Interrupting the process can brick the router.

💻 Why does my Wi-Fi speed fluctuate (sometimes 100 Mbps, sometimes 1 Mbps)?

This is a typical symptom:

  • Interference from neighboring networks or household appliances.
  • Driver conflict (especially if you have Realtek or Broadcom).
  • Unstable power supply of the router (try a different power supply).
  • Wi-Fi adapter overheating laptop (place the laptop on a cooling pad).

Start with a check Wi-Fi channel And driver updates.