Slow internet through Wi-Fi on Windows 10 — a problem faced by every second user. Even with a high-speed plan from a provider, actual download speeds can drop by 2-5 times, and ping in online games can reach prohibitive levels. The causes lie in the operating system settings themselves, as well as in router settings, network adapter drivers, and even physical interference.
In this article we will look at All possible ways to speed up Wi-Fi on Windows 10 - from basic (rebooting the router) to advanced (manual setup) TCP/IP and optimization DNS). Each method is tested on real devices with adapters. Intel AX200, Qualcomm Atheros QCA9377 And Realtek RTL8821CEYou will learn how to check the current speed, what settings guaranteed to give growth, and which ones are myths, and how to avoid typical mistakes during optimization.
Important: If you have The cable speed is consistently high, but the Wi-Fi speed drops—in 90% of cases, the problem can be solved at the Windows or router level.Start with simple methods and gradually move on to more complex ones.
1. Diagnosing your current Wi-Fi speed: tools and basic tests
Before you optimize, you need to understand where exactly is the speed lost?To do this, conduct 3 tests:
- 📊 Speed test via browser - use Speedtest.net or Fast.com (from Netflix). Run the test three times in a row and take the average. Pay attention not only to megabits, but also to
ping(delay). - 🖥️ Checking speed using PowerShell — enter the command:
(Test-NetConnection -ComputerName google.com -InformationLevel Detailed).PingReplyDetails.RoundtripTimeIt will show the real ping to Google servers without browser influence.
- 📡 Wi-Fi signal analysis - V
Command lineexecute:netsh wlan show interfacesPlease pay attention to the parameters
Signal(must be ≥70%) andTransfer speed(For example,72 Mbpsinstead of the stated 300 Mbit/s).
If the speed in the browser and via PowerShell differs by more than 30%, the problem is in the settings. DNS or browser. If the Wi-Fi signal is weak (<50%), optimize the router's location or check for interference.
⚠️ Attention: If in the resultsnetsh wlan show interfacesyou see a lineBSSID is not associated— your adapter periodically loses connection to the router. This may be caused by outdated drivers or incompatible security settings (e.g.WPA3on the router andWPA2in Windows).
2. Optimizing network adapter settings in Windows 10
By default, Windows 10 uses universal settings for a Wi-Fi adapter, which aren't always optimal. To change them:
- Open
device Manager(Win + X → Device Manager). - Expand the tab
Network adapters, find your Wi-Fi module (for example, Intel(R) Wi-Fi 6 AX200). - Right click →
Properties → Advanced.
In the properties list, find and change the following settings (if any):
| Parameter | Recommended value | Explanation |
|---|---|---|
802.11n/ac Wireless Mode |
VHT 80 MHz or Auto |
Increases channel width for higher speed (only works if the router supports it) 802.11ac or Wi-Fi 6). |
Roaming Aggressiveness |
Lowest or Medium-Low |
Reduces the number of automatic reconnections to the router, which reduces latency. |
Transmit Power |
Highest |
Increases signal transmission power (may reduce laptop battery life). |
U-APSD Support |
Disabled |
Disables power saving mode that sometimes reduces speed. |
After making changes, restart your computer. If any setting is missing, your adapter doesn't support it.
☑️Adapter optimization
⚠️ Note: On laptops Lenovo And HP sometimes you come across proprietary software (for example, Lenovo Vantage), which resets the adapter settings after updates. If the settings disappear after a reboot, uninstall this software. Settings → Applications.
3. Update and reinstall Wi-Fi adapter drivers
Outdated or corrupted drivers are one of the main reasons for slow Wi-Fi. Even if Windows Update says that the driver is up to date, this is not always the case.
How to update the driver correctly:
- 🔍 Find out the adapter model through
device Manager(tabDetails → Equipment ID). Copy the linesVEN_XXXXAndDEV_XXXX. - 🌐 Download the driver from the manufacturer's website:
- For Intel: downloadcenter.intel.com (search by model, for example, AX200).
- For Realtek or Qualcomm Atheros: download from the laptop manufacturer's website (ASUS, Dell etc.).
- 🔄 Remove the old driver through
device Manager(right click →Remove device, check markUninstall driver programs). - 💾 Install a new driver manually (not through
Update Center!).
If the speed hasn't increased after the update, try roll back to an older version (tab Driver → Roll Back Driver). Sometimes new drivers contain bugs, especially for adapters Realtek.
4. Configuring your router for maximum Wi-Fi speed
Even if you have optimized Windows, incorrect router settings can ruin all your efforts. Here are the key parameters to check:
- 📶 Wi-Fi operating mode: Install
802.11acorWi-Fi 6 (802.11ax)(if supported). Avoid mixed modes like802.11b/g/n- They limit the speed to the level of the slowest device on the network. - 🔄 Channel width: Select
40 MHzor80 MHz(usually called in router settingsChannel Width). Please note that wide channels may interfere with neighboring networks. - 🔒 Security type: Use
WPA2-PSKwith encryptionAES.WPA3It is still unstable on many devices. - 📡 Wi-Fi channel: Manually select the least loaded channel (use apps like WiFi Analyzer for Android). For
2.4 GHzchannels 1, 6 or 11 are optimal; for5 GHz- any with a noteDFS(but they can be temporarily disabled by radars).
Also check:
- 🔌 Router power saving mode (if any) - disable it.
- 🔄 Turn on
Beamforming(if supported) - This technology focuses the signal on your device. - 📦 Update your router firmware to the latest version (but make a backup of your settings first!).
⚠️ Attention: On routers TP-Link And ASUS Sometimes there is a bug where when you turn on Mu-MIMO speed drops on devices with adapters RealtekIf your speed has decreased after activating this feature, disable it.
How to check channel load without a smartphone?
Open command prompt and run:
netsh wlan show all | findstr "BSSID Signal Channel"
This command will display all available networks, their channels, and signal strength. Select the channel that is used least frequently.
5. Optimizing TCP/IP and DNS settings in Windows 10
By default, Windows 10 uses automatic TCP/IP settings, which aren't always optimal for high-speed connections. To change them:
- Open
Control Panel → Network Connections(or clickWin + R→ enterncpa.cpl). - Right-click on your Wi-Fi connection →
Properties. - Uncheck the box
Internet Protocol version 6 (TCP/IPv6)- it is rarely used and can create delays. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties→Use the following DNS addresses.
Enter the following DNS servers (tested for speed and stability):
- 🌍 Cloudflare:
1.1.1.1And1.0.0.1 - 🌍 Google Public DNS:
8.8.8.8And8.8.4.4 - 🌍 Yandex DNS:
77.88.8.8And77.88.8.1(optimized for Russia)
For advanced users: To reduce lag in games, you can disable TCP autotuningTo do this:
- Open
Command prompt as administrator. - Run the commands:
netsh int tcp set global autotuninglevel=restrictednetsh int tcp set global congestionprovider=ctcp
⚠️ Attention: If after changing the DNS some websites (for example, banking ones) stop opening, please return the settings to Obtain DNS server address automaticallySome providers bind access to their services to their DNS.
6. Disable background traffic and optimize system services
Windows 10 actively uses the internet in the background for updates, syncing, and telemetry. This can consume up to 30% of your bandwidth. To limit background traffic:
- 🔄 Disable automatic app updates:
Settings → Apps → Apps & features → Advanced settings → App updates→ selectNever. - 📥 Limit traffic for Windows Update:
Settings → Update & Security → Advanced Options → Deliver Optimizations→ turn offUpdates from multiple locations. - 📊 Set up a traffic limit (If you have an unlimited tariff, you can skip this step):
Settings → Network & Internet → Status → Data usage settings→ set a limit (e.g. 1000 GB) and enableBackground mode.
It is also recommended to disable unnecessary services, who can use the Internet:
- Click
Win + R→ enterservices.msc. - Find and disable (via right click →
Properties → Startup type → Disabled) the following services:Geographical Location ServiceSensor data serviceSuperfetch (SysMain)- may create background load on disk and network.
7. Physical ways to improve Wi-Fi signal
If all software methods have been tried and the speed is still low, the problem may be in physical interference or the router is incorrectly positioned. Here's what you can do:
- 📡 Change the location of the router:
- Place it at a height of 1-1.5 meters from the floor (not on the floor!).
- Move away from metal objects, mirrors and household appliances (microwaves, refrigerators).
- Place it closer to the center of the apartment, not in the corner.
- 🔄 Use a repeater or mesh system, if the router doesn't cover the entire area. For an apartment up to 100 m², an inexpensive repeater (for example, TP-Link RE305).
- 📶 Replace your router antennas to more powerful ones (with a gain of 5–9 dBi). This is relevant for large homes or offices.
- 🔌 Check cables and connectors — sometimes the problem is a damaged Ethernet cable between the router and the provider.
If you have dual-band router (2.4 GHz + 5 GHz), connect to the network 5 GHz - it is less congested and supports higher speeds. However, remember that 5 GHz It passes through walls worse.
8. Advanced Methods: Changing Registry and Package Scheduler Settings
These methods are suitable for experienced users, as they require working with registry And QOS packet schedulerIncorrect changes may result in network instability.
Registry optimization for Wi-Fi priority:
- Open
Registry Editor(Win + R→regedit). - Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile - Change the following parameters (if they do not exist, create them using the right mouse button →
New → DWORD Value):NetworkThrottlingIndex→ meaningffffffff(hexadecimal).SystemResponsiveness→ meaning0.
Configuring the Packet Scheduler (QOS):
- Open
Local Security Policy(Win + R→secpol.msc). - Go to
Local Policies → Security Options → Reservable Bandwidth Limit. - Set value
0%(By default, Windows reserves 20% of the bandwidth for system tasks). - Try changing your DNS to
1.1.1.1or8.8.8.8. - Connect to your router via cable—sometimes ISPs prioritize wired connections.
- Complain to your provider's support team—some operators artificially limit speeds during peak hours.
You can also disable automatic TCP window adjustment (reduces lag in games):
netsh int tcp set global autotuninglevel=restricted
netsh int tcp set global rss=enabled
⚠️ Warning: Changes to the registry and packet scheduler may conflict with some VPN clients (e.g. OpenVPN or WireGuardIf VPN connections stop working after optimization, return the settings to default values.
FAQ: Frequently asked questions about speeding up Wi-Fi on Windows 10
❓ Why is my Wi-Fi speed slower than my cable speed?
This is normal: Wi-Fi is always slower than Ethernet due to interference, protocol limitations, and encryption delays. Under ideal conditions, the difference is 10–30%, but in reality, it can reach 50%. If the gap is larger, check your router settings (channel width, Wi-Fi standard) and adapter drivers.
❓ How can I check who else is connected to my Wi-Fi and stealing my traffic?
Open the router's web interface (usually at 192.168.0.1 or 192.168.1.1) and find the section DHCP Clients List or Connected DevicesAll connected devices will be listed there. If you see any unfamiliar ones, change the Wi-Fi password to a more complex one (at least 12 characters, including numbers and special characters).
❓ Does flashing the router to DD-WRT or OpenWRT help?
Yes, but only if your router is officially supported by these firmware versions. Custom firmware allows for fine-tuning Wi-Fi settings (for example, increasing the transmit power to 100 mW), but requires technical knowledge. For most users, the stock firmware with the correct settings is sufficient.
❓ Why does the speed drop in the evening?
This is related to overload of the provider's channel — There are many users online at the same time in the evening. Solutions:
❓ Is it possible to speed up Wi-Fi using a USB adapter?
Yes, if your built-in adapter is outdated (for example, it only supports Wi-Fi 4 (802.11n)). Modern USB adapters (for example, TP-Link Archer T4U or ASUS USB-AC68) support Wi-Fi 5/6 and provide a 2-3 times speed increase. However, USB 2.0 ports can limit speed—for full functionality, you need USB 3.0 (blue connector).