Slow Wi-Fi internet on Windows 10 is a problem faced by every second user. Even with a stable plan from your provider, actual download speeds can drop by 2-3 times compared to a cable connection. The causes lie not only in the router, but also in the adapter's settings, drivers, background system traffic, and even physical interference. In this article, we'll explore these issues. 12 proven methods Boost Wi-Fi speed on Windows 10—from basic to advanced, with explanations of why they work and how to use them correctly.
It's important to understand: wireless speeds will always be lower than Ethernet speeds due to the nature of data transmission over the air. However, the difference between 20 Mbps and 200 Mbps on the same plan isn't a matter of physics, but rather a matter of settings. We'll focus on this. software methods (without purchasing new equipment), which work in 70-80% of cases. If the speed hasn't improved after all these steps, the problem is most likely hardware-related (router, adapter, or their compatibility).
Let's get started with optimization. Start with the first section and test each method one by one—this will save you time and identify the weak points in your system.
1. Checking the current speed and diagnosing the problem
Before you set up anything, you need to understand, where exactly is the speed lost?To do this, conduct three tests:
- 📊 Cable speed (Connect your laptop directly to the router via Ethernet.) This will show you the maximum possible speed for your plan.
- 📶 Wi-Fi speed On the same device, standing next to the router (1 meter away). The difference compared to a cable should not exceed 30-40%.
- 🖥️ Speed on other devices (smartphone, tablet) on the same network. If the speed is higher there, the problem is in the Windows settings.
For testing use Speedtest or FAST.comRun the test three times in a row and take the average value. If the results vary more than 20%, there is interference or instability in the network.
Please note Ping (latency) in the test results. If it's higher than 50 ms when connecting to the nearest server, this is a sign of channel congestion or router issues. Also check CPU load V Task Manager (Ctrl+Shift+Esc) during the test. If the processor load is 80%+, the system can't handle the packets.
⚠️ Attention: If the speed is equally slow on both cable and Wi-Fi on other devices, the problem lies with your ISP. Call support and request a line check. Don't waste time messing with Windows settings.
2. Update and reinstall Wi-Fi adapter drivers
Outdated or faulty drivers are the most common cause of slowdowns. Windows 10 often installs universal drivers from Microsoft instead of the adapter manufacturer's "native" ones, which limits its capabilities. Here's how to fix it:
- Find out the adapter model:
- Click
Win + X→device Manager. - Expand the branch
Network adapters. - Find the device with the words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
- Click
- Download the latest driver:
- Go to the adapter manufacturer's website (Intel, Qualcomm, Realtek, Broadcom).
- Enter the exact model in the search and download the driver for Windows 10 (version
64-bitor32-bitdepending on your system).
- Remove the old driver:
- IN
Device ManagerRight-click on the adapter →Remove device. - Check the box
Remove the driver software for this device(if any).
- IN
- Run the downloaded installer and follow the instructions.
- Restart your PC.
- Open
Command lineas administrator (Win + X→Windows Terminal (Administrator)). - Enter the command:
netsh interface ipv4 set subinterface "Connection_Name" mtu=1472 store=persistent(replace
Connection_namethe name of your Wi-Fi network fromControl Panel → Network and Sharing Center). - Restart your PC.
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Right-click on your Wi-Fi connection →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Check the box
Use the following DNS server addressesand enter:8.8.8.88.8.4.4(this is DNS from Google) or
1.1.1.11.0.0.1(DNS from Cloudflare).
I found out the exact model of the adapter|Downloaded the latest driver from the manufacturer's website|Deleted the old software by checking the "Delete driver software" box|Installed the new driver and rebooted the PC-->
If the speed has not increased after the update, try roll back the driver to the previous version (in Device Manager → Adapter properties → tab Driver → Roll back). Sometimes new versions contain bugs, especially for older adapters.
⚠️ Attention: Never use drivers from third party sites (like DriverPack Solution). They often contain viruses or outdated software versions. Download only from the official resources of the adapter or laptop manufacturer (for built-in modules).
3. Optimizing Wi-Fi adapter settings in Windows
Windows 10 includes several default features that can slow down Wi-Fi. These need to be disabled or reconfigured. Open device Manager, find your adapter, right-click → Properties → tab AdditionallyHere we are interested in the following parameters:
| Parameter | Recommended value | Explanation |
|---|---|---|
802.11n/ac Wireless Mode |
Auto or 802.11ac |
If the router supports Wi-Fi 5 (802.11ac), select it manually for maximum speed. |
Roaming Aggressiveness |
3. Medium or 5. Highest |
Controls how quickly the adapter switches between access points. For a home network, select 5. |
Transmit Power |
Highest or 100% |
Maximum transmit power improves stability but increases power consumption. |
U-APSD Support |
Disabled |
This technology saves energy, but may reduce speed. Disable it. |
Bandwidth Capability |
Auto or 20/40 MHz |
If the router supports 40 MHz, select it for higher throughput. |
Also check the tab Power management And uncheck the box from point Allow the computer to turn off this device to save powerThis option may disable the adapter in the background, resulting in connection drops and speed drops.
After making changes, reboot your PC and check the speed. If the adapter becomes unstable (frequent disconnects), reset the settings. Auto or standard values.
4. Changing TCP/IP and DNS settings
Suboptimal Windows network stack settings can limit speeds even when the Wi-Fi adapter is running at full power. Manual configuration can help. MTU (maximum packet size) and DNS servers.
Step 1: Optimize MTU
Too big or too small MTU leads to packet fragmentation and speed loss. The optimal value for Wi-Fi is 1472 (for most routers). To install it:
Step 2: Changing DNS servers
Your provider's DNS is often slow. Replace it with public servers:
After changing DNS, check the speed on DNS Performance TestIf the ping to sites has decreased and the speed has increased, the settings have been applied correctly.
5. Configure your router for maximum compatibility with the adapter
Even if you have optimized Windows, incorrect router settings may "cut" the speed. Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1>) and check the following parameters:
- 📡 Wi-Fi operating mode: Install
802.11ac(if supported) or802.11n. Mode802.11b/g/nlimits speed to 150 Mbps. - 🔄 Channel width: Select
40 MHzfor the 2.4 GHz range or80 MHzfor 5 GHz (if your adapter supports it). - 🔒 Security type: Use
WPA2-PSKwith encryptionAES.TKIPorWEPreduce speed. - 📶 Wi-Fi channel: In manual mode, select the least loaded channel (check through the app Wi-Fi Analyzer on a smartphone).
- 🔄 Qos (Quality of Service): Disable this feature if you don't use traffic prioritization (it may limit your speed).
- 🔄 Limit background data transfer:
- Open
Settings → Network & Internet → Wi-Fi → Advanced settings. - Set the switch
Set as metered connectionin positionOn.
This will limit automatic updates of applications and Windows.
- Open
- 🚫 Disabling telemetry:
- Click
Win + R, entergpedit.msc(For Windows 10 Pro) or use Registry Editor (regedit) For Home. - Follow the path:
Computer Configuration → Administrative Templates → Windows Components → Data Collection and PreviewsDisable all telemetry related options.
- Click
- ⚡ Autoload optimization:
- Open
Task Manager(Ctrl+Shift+Esc) → tabAutoload. - Disable all programs except antivirus and critical utilities.
- Open
Also, update your router firmware to the latest version. Outdated firmware often contains bugs that limit Wi-Fi speed. Download updates only from official website of the manufacturer.
⚠️ Attention: If after changing the router settings the Wi-Fi stops working, reset it to factory settings (button Reset on the rear panel) and configure it again. Do not save the configuration if you are not sure of the parameters!
How do I know if my adapter supports Wi-Fi 5 (802.11ac)?
Open device Manager, find your adapter and look at its properties on the tab Additionally. If there is a parameter there 802.11ac Wireless Mode — the adapter supports Wi-Fi 5You can also check the model specifications on the manufacturer's website.
6. Disable background traffic and optimize Windows
Windows 10 actively uses the internet in the background for updates, syncing, and telemetry. This can consume up to 30% of your bandwidth. Here's how to reduce the load:
Also check network usage V Task Manager (tab Performance → Wi-Fi). If some application constantly consumes traffic (for example, Svchost.exe or Microsoft Compatibility Telemetry) - limit it through Windows Firewall.
7. Check for viruses and malware
Viruses, mining bots and spyware can use up to 100% of your internet bandwidth in the background, leaving you with only crumbs of the actual speed. Run a full system scan:
- 🛡️ Windows Defender Scanner:
- Open
Settings → Update & Security → Windows Security → Virus & threat protection. - Select
Scan Options → Full Scan.
- Open
Task Manager sort processes by column NetUnknown processes with high traffic are a cause for concern.Pay special attention to processes with names svchost.exe, runtimebroker.exe or random sets of letters. If they consume bandwidth, it's almost certainly a virus. Also check task scheduler (taskschd.msc) for the presence of suspicious tasks running on a schedule.
⚠️ Attention: If the speed has not been restored after removing the viruses, check the filehosts(on the wayC:\Windows\System32\drivers\etc\hosts). Viruses often add redirects there, which slow down website loading. Delete all lines except127.0.0.1 localhost.
8. Hardware methods: if nothing helps
If all software methods have been exhausted and the speed is still low, the problem may be in hardwareConsider the following options:
- 📡 Replacing the Wi-Fi adapter: Built-in adapters in laptops are often weaker than external ones. USB adapter standard Wi-Fi 6 (802.11ax) (For example, TP-Link Archer TX3000E or ASUS USB-AX56) can give a 2-3 times speed increase.
- 🔌 Using a signal repeater: If the router is far away, install repeater (For example, TP-Link RE605X) or Mesh system to enhance the signal.
- 🔄 Transition to 5 GHz: Range
5 GHzless congested and supports higher speeds (up to 1 Gbps versus 300 Mbps on2.4 GHz). The downside is a shorter range. - 🔧 Replacing router antennas: If your router supports detachable antennas, install more powerful ones (for example, with a gain factor
9 dBi).
Also check physical condition of cables: Bend the Ethernet cable from your ISP to your router. If the speed changes when you bend it, the cable is damaged and needs to be replaced. For Wi-Fi, it's also important router location: it should be located in the center of the apartment, away from microwaves, radio telephones and metal objects.
If you use USB adapter, try connecting it through USB extension cable — sometimes the PC case shields the signal. For desktop PCs, it's better to use PCIe adapter (For example, Intel Wi-Fi 6 AX200), as it has its own antenna and is not dependent on USB ports.
FAQ: Frequently asked questions about increasing Wi-Fi speed on Windows 10
Why is the Wi-Fi speed lower than the cable speed, even after all the settings?
This is normal: wireless networks are always slower than wired ones due to interference, signal attenuation, and data transmission protocols. Under ideal conditions, the difference is 20-30%, but in reality, it can reach up to 50%. If the gap is larger, look for the problem in the router or adapter settings.
How do I know which Wi-Fi standard my adapter supports (802.11n, ac, ax)?
Open device Manager, find your adapter and look at its properties on the tab AdditionallyYou can also search for the adapter model on Google—the manufacturer's website will list the supported standards. For example, Intel Wi-Fi 6 AX200 supports 802.11ax (Wi-Fi 6), and Realtek RTL8188EE - only 802.11n.
Is it possible to increase Wi-Fi speed through Windows registry?
Yes, but it's risky. For example, you can change the parameter TCP Window Scaling to increase throughput, but incorrect values lead to connection drops. It's better to use specialized utilities like TCP Optimizer, which do this automatically.
Why does the speed drop in the evening?
This is related to overload of the provider's channel — There are more users online in the evening. There may also be interference from neighbors who are actively using Wi-Fi. Try switching to a less crowded channel in your router settings or using a different range. 5 GHz.
Does disabling IPv6 help increase speed?
In most cases, no. IPv6 doesn't affect speed unless your ISP uses it. You should only disable it if you're having trouble connecting to certain websites. To disable it: Control Panel → Network → Change adapter settings → Wi-Fi Properties → Uncheck IPv6.