Slow internet via Wi-Fi on a laptop with Windows 10 x64 — a problem faced by every second user. The causes can lie in operating system settings, router parameters, or even physical interference. But in most cases, the situation can be resolved without replacing the hardware.
This article will help you understand why your connection speed is lower than what your provider claims, and will give you 12 specific solutions — from basic (rebooting the router) to advanced (manually configuring channels and QoS). We'll also cover how to check your current speed to objectively evaluate the optimization results.
Important: All methods have been tested on the latest builds. Windows 10 x64 (versions 21H2–22H2) and are compatible with most modern laptops (Lenovo, HP, Asus, Dell etc.). If you have outdated hardware (for example, adapters of the standard 802.11n), some methods may not work - we will warn you about this separately.
1. Diagnostics of the current speed: where are the roots coming from?
Before optimizing, you need to understand where exactly the speed is being lost. To do this:
- Check the speed via cableConnect your laptop to the router via Ethernet and run the test. Speedtest or FAST.comIf the cable speed matches your provider's plan, the problem is with your Wi-Fi. If not, call support.
- Compare with other devicesRun the test on a smartphone or tablet connected to the same Wi-Fi network. If the speed is slow everywhere, the router or ISP is to blame. If the speed is only on a laptop, look for the cause there.
Typical bottlenecks:
- 📡 Router: outdated firmware, wrong channel, network congestion.
- 💻 Laptop: adapter drivers, power settings, background programs.
- 📶 External interference: neighboring networks, microwaves, thick walls.
2. Basic steps: reboot and check hardware
Start simple—often that's enough:
- 🔄 Reboot your routerUnplug it for 30 seconds, then plug it back in. This will reset the cache and temporary settings.
- 🔌 Check the power supply of the adapterOn some laptops (HP Pavilion, Dell Inspiron) The Wi-Fi module may turn off when the battery is low. Connect the laptop to the network.
- 📱 Disable VPN/proxyThese services often limit speed. Check your settings in
Settings → Network & Internet → VPN.
If your router speed temporarily increases after rebooting, but then drops again, the problem is either overheating or network congestion. Solutions:
- 🌡️ Move the router to a ventilated area (not a closet!).
- 📵 Disconnect unnecessary devices from Wi-Fi (smart TVs, cameras, smartphones).
3. Optimizing Wi-Fi adapter settings in Windows 10
By default Windows 10 It doesn't always use optimal wireless connection settings. Let's fix this:
- Disable TCP/IP auto-configuration:
- Click
Win + R, enterncpa.cpl. - Right-click on your Wi-Fi connection →
Properties. - Uncheck the box
IPv6 protocol(if you don't use it). - Select
IPv4 protocol→Properties→ installObtain DNS automatically(or specify8.8.8.8And8.8.4.4for Google DNS).
- Click
- Disable adapter power saving:
- Open
device Manager(Win + X → Device Manager). - Expand
Network adapters, find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377). - RMB →
Properties → Power Management→ uncheckAllow the computer to turn off this device to save power.
- Open
Critical setting for laptops with Intel adapters: In the adapter properties, go to the tab Additionally and install:
Roaming Aggressiveness→1. Lowest(reduces reconnections).Transmit Power→5. Highest(maximum signal power).802.11n/ac Wireless Mode→Enabled(if supported).
What should I do if there is no "Advanced" tab in Device Manager?
This means you don't have the adapter manufacturer's native drivers installed. Download them from the official website (for example, Intel Driver & Support Assistant for Intel chips) and install manually.
4. Update and reinstall Wi-Fi drivers
Outdated or faulty drivers are one of the main causes of slow speeds. Here's how to update them correctly:
- Uninstall current drivers:
- Open
device Manager→ Find your Wi-Fi adapter. - RMB →
Remove device→ check the boxRemove the driver software for this device. - Restart your laptop.
- Open
- Install the latest drivers:
- 🔍 For adapters Intel: download from official website (use Intel Driver & Support Assistant).
- 🔍 For Qualcomm Atheros/Broadcom: look on the laptop manufacturer’s website (section “Support”).
- 🔍 For RealtekBe careful—many drivers from the Realtek website contain bloatware. It's better to get them from the laptop manufacturer's website.
After installing the drivers, check the speed. If there is no improvement, try rolling back to an older version (in Device Manager → Adapter Properties → Driver → Roll Back Driver).
☑️ Checking the correctness of the drivers
5. Configuring your router for maximum speed
Even with perfect laptop settings, a bad router will ruin all your efforts. Let's optimize it:
| Parameter | Recommended value | Explanation |
|---|---|---|
| Wi-Fi standard | 802.11ac (or 802.11ax for Wi-Fi 6) |
Disable legacy standards (802.11b/g), they slow down the network. |
| Channel width | 40 MHz (or 80 MHz, if supported) |
Narrow channels (20 MHz) limit the speed. |
| Channel | Auto (or manually select the least loaded one) | Use apps like Wi-Fi Analyzer for ether analysis. |
| Opening hours | 11ac only (if all devices support it) |
Mixed mode (11b/g/n/ac) reduces speed. |
| QoS (Quality of Service) | Enabled (priority for video/games) | Helps when multiple devices use the network at the same time. |
How to change settings:
- Open your router's control panel (usually at
192.168.1.1or192.168.0.1). - The default login/password can be found on the router sticker (usually
admin/admin). - Go to the section
WirelessorWi-Fiand apply the parameters from the table.
6. Advanced Windows settings to speed up Wi-Fi
For experienced users - fine-tuning the system:
- Disable TCP autotunneling:
netsh interface tcp set global autotuninglevel=restrictedThis command disables an algorithm that sometimes conflicts with Wi-Fi.
- Increase Wi-Fi priority in Packet Scheduler:
netsh int tcp set global congestionprovider=ctcp - Disable remote differential compression (if you are not using remote desktop):
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t REG_DWORD /d 0 /f
After applying the commands, restart your laptop. To restore default settings, use:
netsh int tcp set global autotuninglevel=normal
netsh int tcp set global congestionprovider=none
7. Physical methods of signal amplification
Sometimes the problem isn't software, but physics. Check:
- 📍 Router locationOptimally, it should be at a height of 1–2 meters, in the center of the apartment, away from metal objects and household appliances (microwaves, cordless telephones).
- 📶 Router antennasIf they are removable, try replacing them with more powerful ones (with a gain of 5–9 dBi).
- 🔄 Repeater or Mesh systemIf the signal is weak in some rooms, install an amplifier (for example, TP-Link RE605X).
For laptop:
- 💻 Don't close the lid - some models have Wi-Fi antennas located on the sides of the keyboard.
- 🔋 If you are using your laptop on battery, enable the maximum performance mode in
Control Panel → Power Options.
How to check signal strength in Windows?
Open Command line and run:
netsh wlan show interfaces
Look for the line Signal levelA value below 60% means the signal is weak.
8. Alternative solutions: if nothing helps
If all of the above fails, consider drastic measures:
- 🔧 Replacing the Wi-Fi adapter. In some laptops (Lenovo ThinkPad, Dell Latitude) you can install a more modern module (for example, Intel AX210 instead of AC 9560).
- 🌐 Powerline adaptersIf the router is far away, transmit the Internet through electrical wiring (for example, TP-Link AV1000).
- 📡 4G/5G modemIf your ISP is constantly throttling your speed, connect a backup channel via a USB modem (Huawei E3372).
Before spending money on new equipment, contact your provider and ask:
- Check the line for packet loss (
ping -t 8.8.8.8(The command line will show the percentage of losses). - Switch you to a less loaded server (relevant for PPPoE/L2TP).
FAQ: Answers to Frequently Asked Questions
Why is Wi-Fi speed slower than cable?
This is normal: Wi-Fi is always slower due to interference, latency, and limitations of the standard. For example, even on 802.11ac The actual speed rarely exceeds 70–80% of the advertised speed. If the difference is more than 50%, look for the problem in the settings.
Which Wi-Fi channel should I choose for maximum speed?
On frequency 2.4 GHz Use channels 1, 6 or 11 (they do not overlap). 5 GHz Choose channels 36–48 or 149–165 (less crowded). Use apps to analyze the broadcast. Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS).
Does flashing the router to DD-WRT/OpenWRT help?
Yes, but only if you have a supported model (see the list at dd-wrt.com). Custom firmware offers more settings (for example, adjusting the transmit power), but requires experience. Attention: Incorrect firmware can brick the router!
Why does the speed drop in the evening?
In the evenings, provider networks are overloaded (peak hours). Also, neighbors actively use Wi-Fi, creating interference. Solutions:
- Switch to
5 GHz(less busy). - Enable QoS on your router and set priority for your laptop.
- Ask your provider to upgrade you to a plan with a guaranteed speed (usually more expensive).
Is it possible to speed up Wi-Fi via Windows registry?
Yes, but be careful. For example, you can increase the value TcpWindowSize:
reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "TcpWindowSize" /t REG_DWORD /d 256960 /f
However, incorrect values can actually reduce speed. Before changing the registry create a restore point.
If the speed remains low after all these steps, the problem may be with your plan or hardware limitations. In this case, it's worth considering upgrading your router (for example, to a model with Wi-Fi 6, How ASUS RT-AX88U) or change of provider.