Why Wi-Fi is slow on Windows 10: A full breakdown of the causes and solutions

You're sitting at your computer, trying to open an important website, and the pages take forever to load—or refuse to load at all. Meanwhile, the internet works perfectly on your phone or tablet. Sound familiar? Problems with Wi-Fi on Windows 10 — is one of the most common user complaints, and there can be dozens of reasons for this: from trivial driver failures to hidden system conflicts. In this article, we won't just list the possible malfunctions, but will analyze them from a technical perspective and offer solutions. concrete solutions and we will explain why this or that method works.

It is important to understand: In 80% of cases, the problem lies not in the router, but in the Windows 10 settings or the PC hardware.Even if other devices are connected to the network without problems, this doesn't guarantee that the ISP is at fault. We've compiled all the current diagnostic and troubleshooting methods, including rare cases not covered in standard instructions. We'll start with the simplest and gradually work our way up to more complex system settings.

Before you start setting up, please answer one question:

📊 How does the Wi-Fi problem manifest itself on your PC?
The connection keeps dropping out
Slow speed with good signal
Doesn't connect to the network at all
It only slows down in certain programs.
Other

1. Check the obvious: router, cables, and physical interference

Let's start with the basics that many people overlook. Even if you're sure the problem is Windows, spending 5 minutes checking external factors will save you hours searching for non-existent system errors.

First rule: If Wi-Fi is not working well on one device only (for example, on a laptop with Windows 10), and everything is fine on the phone or second computer, the problem is almost certainly in the PC settings. If the internet is slow on all devices, the router, provider, or physical interference is to blame.

  • 📡 Reboot your router. Unplug it for 30 seconds, then plug it back in. This will clear the DNS cache and any temporary errors.
  • 🔌 Check the cables. Make sure the network cable (if applicable) is securely plugged into the router and is not damaged. Sometimes the problem lies in oxidized contacts.
  • 📶 Change the position of the router. Thick walls, metal structures, microwaves, and even aquariums can block the signal. Try moving your router to the center of your apartment.
  • 🔄 Change the Wi-Fi channel. Neighboring networks may be interfering. Go to your router settings (usually at 192.168.0.1 or 192.168.1.1) and select the channel manually (for example, 6 or 11 for 2.4 GHz).

If the problem persists after these steps, proceed to Windows settings.

2. Diagnosing the network adapter in Windows 10

Windows 10 has built-in tools for diagnosing network problems. While they don't always provide a definitive answer, they can often help narrow down the problem.

Open Settings → Network & Internet → Status and press Network TroubleshootingThe system will automatically scan your adapter, drivers, and IP settings. Please review the final report—it may contain key clues, such as:

  • 🚫 "DNS server not responding" → problem in DNS settings.
  • 🔌 "Network adapter disabled" → physical or software blocking.
  • 🔄 "IP address not received" → DHCP failure.

If automatic means do not help, run command prompt as administrator and perform one by one:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands will reset network protocols, renew the IP address, and flush the DNS cache. Once executed, Be sure to restart your computer.

What should I do if the command line says "Access denied"?

This means you ran it without administrator rights. Close the window, search for "Command Prompt" in Windows Search, right-click, and select "Run as administrator."

3. Update or roll back Wi-Fi adapter drivers

Drivers are one of the most common causes of unstable Wi-Fi. They can be outdated, corrupted, or incompatible with the current version of Windows. Let's consider both scenarios: updating and rolling back.

How to update the driver:

  1. Open device Manager (keys Win + X → select an item).
  2. Expand the branch Network adapters.
  3. Find your Wi-Fi adapter (e.g. Intel Wireless-AC 9560 or Qualcomm Atheros QCA61x4).
  4. Right click → Update DriverAutomatic search.

If updating doesn't help or Windows says the driver is up to date:

  • 🔍 Download the driver manually from the adapter manufacturer's website (not the laptop's!). For example, for Intel - With Download Center, For Realtek — from the official website.
  • 🔄 Uninstall the current driver via device Manager (right click → "Remove device"), then install the downloaded one.
  • ⏮️ If the problems started after updating the driver, follow these steps rollback: V Device Manager select Properties → Driver → Roll Back Driver.

☑️ Checking Wi-Fi adapter drivers

Completed: 0 / 5

If after updating the driver Wi-Fi stops working completely, use system restore point:

  1. Click Win + R, enter rstrui and press Enter.
  2. Select a date when Wi-Fi was working properly.

4. Conflicts with power saving and adapter settings

Windows 10 aggressively optimizes power consumption, which sometimes leads to automatic shutdown of the Wi-Fi adapter To save battery life. This is especially important for laptops.

How to disable power saving for Wi-Fi:

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

Also check adapter operating mode:

  1. IN Adapter properties go to the tab "Additionally".
  2. Find the parameters 802.11n/ac Wireless Mode, Roaming Aggressiveness or Transmit Power.
  3. Install:
    • 📶 Wireless Mode802.11ac (if supported) or 802.11n.
    • 🔄 Roaming AggressivenessLowest (minimizes reconnections).
    • Transmit PowerHighest (maximum signal power).

5. Problems with DNS, IP and network protocols

Incorrect settings DNS or IP may result in Wi-Fi connecting, but websites not opening or loading extremely slowly. This is often due to the router's automatic settings.

How to check and change DNS:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click on the name of your network → "Properties".
  3. Scroll to the block IP Settings and press "Change".
  4. In the section DNS server select "Manually" and indicate:
    • 🔢 Preferred DNS: 8.8.8.8 (Google DNS)
    • 🔢 Alternate DNS: 1.1.1.1 (Cloudflare DNS)

Reset TCP/IP and Winsock:

If the problem persists after changing DNS, run the following in the command line (cmd as administrator):

netsh int ip reset resettcpip.txt

netsh winsock reset

Symptom Possible cause Solution
Wi-Fi connects, but websites don't open. Incorrect DNS Install Google DNS or Cloudflare DNS
The connection keeps dropping out IP address conflict Reset TCP/IP or assign a static IP
Slow speed with good signal MTU packet fragmentation Change the MTU value (described below)
Cannot connect to hidden network Incorrect security settings Delete the network and reconnect

If you use static IP, make sure it doesn't conflict with other devices on the network. For example, if the router distributes addresses in the range 192.168.1.100–192.168.1.200, your static IP must be outside this range (for example, 192.168.1.99).

6. The impact of antiviruses, firewalls, and VPNs

Security programs often block network connections, considering them suspicious. This can manifest itself as constant connection breaks, slow loading or inability to connect to certain websites.

How to check the impact of an antivirus:

  • 🛡️ Temporarily disable your antivirus (For example, Kaspersky, Avast, ESET).
  • 🔥 Disable Windows Firewall: Control Panel → Windows Firewall → Turn on or off.
  • 🌐 Disable VPN (If you use one). Some VPN services redirect traffic through slow servers.

If Wi-Fi works fine after disabling security, the issue is with your security settings. Solutions:

  • 🔄 Add your network to the firewall exceptions.
  • 📋 Update your antivirus to the latest version.
  • 🔧 Configure your VPN to use the protocol WireGuard or OpenVPN UDP (they are faster TCP).

7. Hidden Windows 10 Settings That Break Wi-Fi

Windows 10 has a number of hidden parameters, which can affect Wi-Fi stability. They're rarely mentioned in standard instructions, but they often cause problems.

Option "WWAN Auto Configuration":

This feature is designed for mobile data, but sometimes conflicts with Wi-Fi. To disable it:

  1. Open Settings → Network and Internet → Wi-Fi.
  2. Click "Managing Known Networks".
  3. Select your network → "Properties".
  4. Disable the option "Connect automatically" And WWAN Auto Configuration (if any).

Setting MTU (Maximum Transmission Unit):

If data packets are too large for your network, they are fragmented, causing delays. The optimal MTU value for most networks is 1472 or 1500To change it:

  1. Open Command line on behalf of the administrator.
  2. Enter:
netsh interface ipv4 set subinterface "Connection_Name" mtu=1472 store=persistent

To find out the connection name, run ipconfig /all and find the line "Description" for your Wi-Fi.

Disabling the "Random Hardware Addresses" feature:

By default, Windows 10 randomly changes the adapter's MAC address for privacy reasons. This can cause issues with some routers. To disable it:

  1. Go to Settings → Network and Internet → Wi-Fi.
  2. Click on your network → "Properties".
  3. Disable the option Random Hardware Addresses.

8. Hardware faults: when the adapter or antenna is at fault

If you have tried all software methods but Wi-Fi is still unstable, the problem may be physical failure of the adapterThis is relevant for older laptops or PCs with external USB adapters.

Signs of hardware problems:

  • 🔌 Wi-Fi disappears with the slightest movement of the laptop (problem with antenna cables).
  • 📉 The signal is constantly at a level of 1-2 divisions, even near the router.
  • 🔄 The adapter periodically disappears from Device Manager.
  • 🔥 The area around the Wi-Fi module is overheating (this applies to laptops).

How to diagnose:

  1. Test the adapter on another device. If it's a USB adapter, connect it to another PC. If it's a built-in module, try using an external USB adapter (e.g. TP-Link TL-WN725N).
  2. Inspect the antenna cables. In laptops, they often become disconnected from their connectors. This requires disassembling the device (or taking it to a service center).
  3. Check the temperature. Use the program HWMonitor — if the temperature of the Wi-Fi module exceeds 70°C, it may turn off for cooling.

If the adapter is faulty, it will need to be replaced. For laptops, these are usually form factor modules. M.2 (NGFF) or Mini PCIeFor desktop PCs, the easiest option is to buy an external USB adapter (starting at 500 rubles).

FAQ: Frequently asked questions about Wi-Fi on Windows 10

Why is Wi-Fi slow even though the signal is full?

This may be due to:

  • 📶 Channel overload (many neighbors on the same channel). Solution: change the channel in the router settings.
  • 🔧 Incorrect MTU settings. Try the meaning 1472.
  • 🛡️ Blocking traffic with antivirus software. Turn it off during the test.
  • 🌐 Problems on the website side (check the speed on Speedtest).
How do I know what Wi-Fi adapter I have?

There are three ways:

  1. Through device Manager: Network adapters → model name.
  2. Through Command line:
  3. wmic nic get name, manufacturer
  4. Through programs like Speccy or AIDA64 (chapter "Net").
Can a virus cause poor Wi-Fi?

Yes, some viruses (eg. trojan-proxy or botnet miners) use your internet for their own purposes, which leads to:

  • 🐢 A sharp drop in speed.
  • 🔄 Constant connections to unknown IPs.
  • 🚫 Blocking access to antivirus websites.

Check the system with Malwarebytes or Kaspersky Virus Removal Tool.

What to do if Windows 10 doesn't detect Wi-Fi networks?

If the adapter is enabled but networks are not displayed:

  1. Check if Wi-Fi is turned on on your laptop (sometimes it can be turned off by pressing the power key) Fn + F2/F12).
  2. Update the adapter driver.
  3. Check if the network is hidden (in the router settings).
  4. Run the command:
netsh wlan show all

If there is still no network, the adapter may be faulty.

Why does Wi-Fi turn off when I go into sleep mode?

This is related to energy saving settings. Solutions:

  • 🔌 Turn it off Allow the device to turn off to save power (described in section 4).
  • 🔄 Change your power plan to "High performance".
  • 📋 Turn it off Quick Launch in the power supply parameters.

If none of the suggested methods helped, the problem may lie in deep systemic failures (for example, corrupted Windows files) or hardware failureIn this case, it is worth considering:

  • 🔄 Reset Windows 10 with saving files (Settings → Update & Security → Recovery).
  • 💻 Reinstalling the system (extreme case).
  • 🔧 Contacting the service center to diagnose the adapter.

Remember: In 90% of cases, the problem can be solved using software, without replacing the hardware.A systematic approach and consistent testing of each point in this article will help restore stable Wi-Fi.