Slow Wi-Fi on a laptop or PC with Windows 10 — a problem faced by every second user. There can be dozens of causes, from a busy router channel to outdated network card drivers. But in 90% of cases, speed can be increased by 2-3 times without purchasing new equipment—all you need to do is configure the system and network correctly.
This article is not just a collection of tips, but structured guidance with explanations of why each method works. We'll cover both basic settings (changing the channel, updating drivers) and advanced tricks (editing the registry, optimizing QoS). All instructions have been tested on the latest builds. Windows 10 22H2 and compatible with most adapters Intel, Realtek, Qualcomm Atheros And Broadcom.
Important: If your internet provider limits your speed according to your plan (for example, if you have a 50 Mbps connection), no settings will exceed this limit. First, check your current plan terms in your personal account.
1. Diagnostics of current speed and identification of bottlenecks
Before you optimize, you need to understand where exactly the speed is being lost. Windows 10 There are built-in diagnostic tools, but they often provide an incomplete picture. Here's how to properly test your network:
Check first real speed connection, not the one the provider promises. To do this:
- Connect to the router via cable (Ethernet) and run the test on Speedtest or Fast.comWrite down the result – this is your “standard”.
- Disconnect the cable and connect via Wi-Fi. Run the test again on the same server.
- Compare the results. If the difference exceeds 30%, the problem lies with the wireless connection.
Now check channel loading router. To do this:
- 📡 Open the router's web interface (usually at
192.168.0.1or192.168.1.1). The login/password is indicated on the device sticker. - 📊 Find the section
Wireless StatisticsorWireless statisticsSee how many devices are connected and what channel they are using. - 🔍 If more than 10 devices are connected to the router or the channel is loaded by 70% or more, this is one of the reasons for slowdowns.
Also worth checking out signal quality V Windows:
- Click
Win + Xand selectdevice Manager. - Expand the branch
Network adapters, find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200). - Right click →
Properties→ tabAdditionally. - Find the parameter
Wireless ModeorWireless modeIf it's there802.11b/g, this limits the speed to 54 Mbps.
2. Optimizing router settings for Windows 10
Many users configure their router once during installation and forget about it. However, factory settings are rarely optimal for Windows 10, especially if you have multiple devices. Here are the key settings to change:
2.1 Selecting the right channel and band
Range 2.4 GHz longer range, but susceptible to interference from other devices (microwaves, Bluetooth headsets). Range 5 GHz Faster, but worse at penetrating walls. Optimal choice:
- 🏠 For an apartment with thick walls:
2.4 GHz, channel1,6or11(they do not intersect). - 🏢 For an office or home with multiple devices:
5 GHz, channel36-48or149-165(DFC channels, less interference). - 🎮 For gamers or streamers:
5 GHz+ turn onWMM (QoS)in the router settings.
To change the channel:
- Log into your router's web interface.
- Find the section
Wireless SettingsorWi-Fi settings. - Select range (
2.4 GHzor5 GHz) and manually specify the channel (notAuto!). - Save the settings and reboot the router.
2.2. Setting the channel width
Channel width affects the maximum speed, but can reduce stability in busy environments:
| Channel width | Max. speed (2.4 GHz) | Max. speed (5 GHz) | When to use |
|---|---|---|---|
20 MHz |
72 Mbps | 150 Mbps | Lots of neighbors, weak signal |
40 MHz |
150 Mbps | 300 Mbps | Average ether load |
80 MHz |
— | 866 Mbps | Low interference, modern devices |
160 MHz |
— | 1733 Mbps | For only Wi-Fi 6 (AX) |
For most users Windows 10 optimal:
- On
2.4 GHz:20 MHz(less interference). - On
5 GHz:80 MHz(if the router and adapter support it).
How to check supported modes of a Wi-Fi adapter?
Open Command line as administrator and enter:
netsh wlan show drivers
Find the line Supported radio types. If there is one there 802.11ac or 802.11ax, your adapter supports the channel width 80 MHz and above.
3. Configure Windows 10 for Maximum Wi-Fi Speed
Windows 10 By default, it's optimized for stability rather than speed. A few changes to system settings can significantly improve Wi-Fi performance.
3.1. Updating and reinstalling drivers
Outdated or faulty drivers are the number one cause of slow Wi-Fi. Even if Windows Update It says the drivers are up to date, but that's not always the case. Here's how to update them correctly:
- Find out the model of your Wi-Fi adapter:
wmic nic get name, manufacturer, descriptionLook for the line with
WirelessorWi-Fi. - Download the latest driver from the manufacturer's website:
- Intel: downloadcenter.intel.com
- Realtek: realtek.com (look in the section
Communications Network ICs) - Qualcomm Atheros: qualcomm.com
- Open
device Manager→Network adapters. - Right-click on the adapter →
Remove device→ check the boxRemove the driver software for this device.
A critical mistake many users make is installing drivers through the "Update Driver Wizard" in Windows. This method often installs generic Microsoft drivers, which are slower than the original ones.
3.2. Optimizing adapter parameters
IN Windows 10 There are hidden Wi-Fi adapter settings that you can fine-tune. To do this:
- Open
device Manager→Network adapters→ properties of your Wi-Fi module. - Go to the tab
Additionallyand change the following parameters (if they are in the list):802.11n/ac Wireless Mode→Enable(includes support for modern standards).Roaming Aggressiveness→MediumorLow(reduces frequent reconnections).Transmit Power→Highest(maximum transmit power).U-APSD Support→Disabled(may conflict with some routers).
It's also worth turning off energy saving for adapter:
- In the same properties window, go to the tab
Power management. - Uncheck the box
Allow the computer to turn off this device to save power.
The driver was downloaded from the manufacturer's website, and not through Windows Update
Removed old drivers with the "Delete driver software" checkbox.
802.11n/ac mode is enabled in the adapter settings.
Power saving for the Wi-Fi module is disabled.
-->
4. Changing network settings in the Windows registry
Some settings Windows 10Parameters that affect Wi-Fi speed are hidden in the registry. Changing them requires caution, but can yield a 20-30% increase. Before editing the registry, make a backup copy of it!
Open Registry Editor (Win + R → enter regedit) and follow the path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{GUID}
Where {GUID} — your network connection identifier (you can find it in the thread Interfaces (according to the description).
Create or modify the following parameters (type DWORD 32-bit):
| Parameter | Meaning | Description |
|---|---|---|
TcpAckFrequency |
1 |
Reduces delays when transmitting small packets (useful for online gaming). |
TCPNoDelay |
1 |
Disables Nagle's algorithm (improves ping). |
DefaultTTL |
65 |
Increases packet lifetime (relevant for unstable networks). |
EnablePMTUBHDetect |
0 |
Disables black hole detection (may speed up file loading). |
After making changes, restart your PC. If speed has decreased, restore the default settings.
5. QoS optimization and traffic prioritization
QoS (Quality of Service) — is a technology that distributes network bandwidth between applications. Windows 10 It works by default, but it's often suboptimal. By configuring QoS, you can prioritize games, video calls, or downloads.
To enable and configure QoS:
- Open
Control Panel→Network and Internet→Network and Sharing Center. - Click on your Wi-Fi connection →
Properties→Tune. - Go to the tab
Additionallyand find the parameterWMM (Wi-Fi Multimedia). Set valueEnabled. - Return to
Network and Sharing Center→Changing adapter settings→ right-click on Wi-Fi →Properties. - Check the box
Packet-aware QoS protocol(if it is not there, install it throughInstallation...→Protocol).
To fine-tune priorities:
- Open
Local Security Policy(Win + R→secpol.msc). - Go to
QoS policies. - Create a new rule (
Create a new QoS policy) and indicate:- Name: for example,
Priority for Zoom. - Priority:
46(maximum for multimedia). - Application: Specify the path to
zoom.exeor other critical software.
- Name: for example,
For gamers, it is useful to disable automatic updates. Windows during the game. To do this:
- Open
Parameters→Updates and Security→Additional options. - In the section
Delivery optimizationturn it offAllow downloads from other computers. - In the section
Activity parametersadd your game to the exception list.
6. Alternative methods for accelerating Wi-Fi
If the default settings don't help, try these less obvious but effective methods:
6.1 Using DNS from Google or Cloudflare
ISP DNS servers are often slow. Switching to a public DNS can speed up website loading:
- Open
Control Panel→Network and Internet→Network and Sharing Center→Changing adapter settings. - Right-click on Wi-Fi →
Properties→Internet Protocol version 4 (TCP/IPv4)→Properties. - Check the box
Use the following DNS server addressesand enter:- For Google DNS:
8.8.8.8And8.8.4.4. - For Cloudflare:
1.1.1.1And1.0.0.1.
- For Google DNS:
6.2. Disabling bandwidth limitation
Windows 10 Reserves 20% of the bandwidth for system tasks. To disable this limitation:
- Open
Local Group Policy Editor(Win + R→gpedit.msc). - Follow the path:
Computer Configuration → Administrative Templates → Network → QoS Packet Scheduler - Find the parameter
Limit reserved bandwidth. - Set value
Includedand in the fieldBandwidth Limitation (%)enter0. - 🔌 For a desktop PC: PCI-e adapter (For example, TP-Link Archer TX3000E with support
Wi-Fi 6). - 💻 For laptop: USB adapter (For example, ASUS USB-AX56 with external antenna).
- 🎮 For gaming: adapter with support
MU-MIMOAndOFDMA(For example, Netgear Nighthawk A7000). - 📍 Install the router in the center of the apartment/house, at a height of 1-1.5 meters from the floor.
- 🚫 Avoid placing near:
- Microwave ovens (they operate at a frequency
2.4 GHz). - Metal objects (refrigerator, radiator).
- Aquariums (water absorbs the signal).
- Microwave ovens (they operate at a frequency
- 📶 If the signal is weak in certain rooms, use repeater (For example, TP-Link RE605X) or Mesh system (For example, Google Nest Wi-Fi).
- 📶 For
2.4 GHz: antennas with gain5-7 dBi(For example, TP-Link TL-ANT2408CL). - 📶 For
5 GHz: antennas with gain7-9 dBi(For example, Alfa Network APA-M25). - 🔄 For routers with removable antennas (for example, ASUS RT-AX88U) universal models with a connector will do
RP-SMA. - 🐢 Maximum Wi-Fi speed is lower
100 Mbpseven next to the router. - 🔄 Frequent connection breaks (once every 10-15 minutes).
- 📱 Modern devices (iPhone 12+, Samsung Galaxy S21+) connect at a lower speed
200 Mbps. - 🔧 No support
MU-MIMO,BeamformingorOFDMA.
Attention! This method may cause lags in system applications (for example, in Windows Update) if the network is heavily loaded. Use it only if you are confident in the stability of the connection.
6.3. Using external Wi-Fi adapters
If the built-in Wi-Fi module is weak (especially in budget laptops), an external adapter can provide a 2-5x speed boost. Recommendations for choosing:
When connecting an external adapter, do not forget disable the built-in Wi-Fi module V Device Manager, to avoid conflicts.
7. Hardware solutions: signal amplification and equipment replacement
If software methods do not produce results, the problem may be in hardwareHere's what you can do:
7.1 Optimizing the router location
Wi-Fi signal weakens due to obstacles and distance. Router placement guidelines:
7.2. Replacing router antennas
Many routers come with weak antennas. Upgrading to more powerful ones can increase the range by 30-50%. Recommendations:
Attention! Installation of antennas with a gain of more than 9 dBi may violate the laws of your country (in Russia and the EU the limit is 10 dBi for home use).
7.3. Updating the router
If your router is more than 5 years old, it may not support modern standards (Wi-Fi 5 or Wi-Fi 6). Signs that it's time to replace your router:
Recommended routers for Windows 10 in 2026:
| Budget | Model | Max. speed | Peculiarities |
|---|---|---|---|
| Up to 3000 ₽ | TP-Link Archer C6 | 1200 Mbps | Dual band, 4 antennas, MU-MIMO |
| 3000–6000 ₽ | ASUS RT-AX55 | 1800 Mbps | Wi-Fi 6, OFDMA, game priority |
| 6000–10000 ₽ | Netgear Nighthawk RAX40 | 3000 Mbps | Wi-Fi 6, Beamforming+, 1.5 GHz processor |
| Premium | ASUS RT-AX88U Pro | 6000 Mbps | Dual-core processor, 160 MHz, AiMesh |
FAQ: Frequently asked questions about speeding up Wi-Fi on Windows 10
Why is Wi-Fi speed on Windows 10 slower than on my phone?
This is a common problem and there can be different reasons:
- DriversOn the phone they are optimized by the manufacturer, but in Windows they are often universal.
- Wi-Fi standard: Modern smartphones support
Wi-Fi 6, and old laptops are onlyWi-Fi 4(802.11n). - AntennasIn phones they are built in closer to the body, and in laptops they can be shielded by a metal case.
- Background tasksWindows is constantly downloading something (updates, OneDrive), and the phone's traffic is often limited.
Solution: Update your drivers, check your Wi-Fi adapter standard, and disable background downloads.
How can I check who is connected to my Wi-Fi and stealing my speed?
There are two ways:
Method 1. Via a router:
- Go to the router's web interface (usually
192.168.0.1or192.168.1.1). - Find the section
DHCP Clients List,Connected DevicesorClient list. - All connected devices will be listed there with their MAC addresses.
Method 2. Via Windows:
- Open
Command line(Win + R→cmd). - Enter the command:
arp -a - You will see a list of IP and MAC addresses.