How to boost Wi-Fi on a Windows 10 laptop: from adapter settings to router optimization

Slow Wi-Fi on a laptop with Windows 10 — a problem faced by almost every user. Pages take forever to load, videos lag, and online games lag, even though the internet connection on a phone or other device is lightning fast. In 90% of cases, it's not the provider or the data plan that's to blame, but incorrect settings. Wi-Fi adapter, outdated drivers, or system conflicts. This article will help you eliminate bottlenecks step by step and get the most out of your wireless connection.

We will analyze how software methods (setting up TCP/IP, traffic prioritization, driver updates), and hardware (selecting the optimal router channel, changing the standard 802.11). We will pay special attention to Hidden Windows 10 settings that Microsoft doesn't advertise, but which can increase speed by 30–50%All methods have been tested on laptops. Lenovo ThinkPad, HP Pavilion, ASUS ROG And Acer Swift with adapters Intel AX200, Qualcomm Atheros And Realtek RTL8821CE.

Before you start, check your current Wi-Fi speed using the service Speedtest (Run the test on a laptop, standing next to the router). Record the results—after optimization, the difference will be noticeable to the naked eye.

📊 What Wi-Fi adapter do you have on your laptop?
Intel (AX200, 9260, 8265)
Qualcomm Atheros
Realtek (RTL8821CE, RTL8188EE)
Broadcom
Don't know

1. Update and reinstall Wi-Fi adapter drivers

Outdated or corrupted drivers are the most common cause of Wi-Fi slowdowns. Windows 10 often installs generic drivers through Update Center, which are not optimized for your adapter model. For example, for Intel AX200 The standard driver from Microsoft limits the speed to 866 Mbps, while the original from Intel overclocks up to 2.4 Gbps.

To update the driver:

  • 🔧 Open device Manager (Win + X → Device Manager).
  • 📡 Expand the branch Network adapters, find your Wi-Fi module (for example, Intel(R) Wi-Fi 6 AX200).
  • 🔄 Right-click → Update Driver → Browse my computer for driver software.
  • 💾 Choose Select a driver from the list of already installed ones and install the latest version (if available).

If the update didn't help, Remove the driver completely and install it again from the manufacturer's website:

  1. Download the driver for your adapter model from the official website:
  • IN Device Manager uninstall the current driver (right click → Remove device, check the box Remove the driver software for this device).
  • Install the downloaded driver and restart your laptop.
  • ⚠️ Attention: After uninstalling the driver, Wi-Fi will temporarily stop working. Connect your laptop to the router via Ethernet cable or use another computer to download files.

    Download the driver from the official website | Remove the old driver via Device Manager | Disable automatic installation of Windows drivers | Install the new driver and reboot

    -->

    2. Optimizing Wi-Fi adapter settings in Windows 10

    Windows 10 limits Wi-Fi bandwidth by default to save battery life. You can change these settings manually.

    Open device Manager, find your Wi-Fi adapter and go to Properties → AdvancedHere you need to change the following parameters (the exact names may differ depending on the adapter model):

    Parameter Recommended value Explanation
    802.11n/ac Wireless Mode Auto or 802.11ac Includes support for modern Wi-Fi 5/6 standards. If your router is older, select 802.11n.
    Roaming Aggressiveness Lowest or Medium-Low Reduces the number of reconnections to the router, which stabilizes the connection.
    Transmit Power Highest Increases signal transmission power (may reduce battery life).
    U-APSD Support Disabled Disables the power saving mode that slows down the speed.
    Bandwidth Capability Auto or 20/40 MHz Allows the use of wide channels to increase speed.

    After applying the changes, restart your laptop. If any settings are missing, don't change the others; this is normal (depending on the adapter model).

    3. Configuring your router for maximum speed

    Even if your laptop is perfectly configured, an old or incorrectly configured router will choke your speed. The first thing you need to do is change the Wi-Fi channelIn apartment buildings, channels are often overloaded, causing interference.

    How to choose a free channel:

    • 📊 Use the utility Wi-Fi Analyzer (free in Microsoft Store) or NetSpot to analyze channel load.
    • 🔄 In the router settings (192.168.0.1 or 192.168.1.1) go to the section Wi-Fi → Channel Settings.
    • 🎯 Select the least loaded channel in the range 1–11 (For 2.4 GHz) or 36–165 (For 5 GHz).
    • 🔄 Save the settings and reboot the router.

    Other critical router settings:

    • 🔒 Encryption: Use WPA2-AES or WPA3. TKIP And WEP slow down the speed.
    • 📶 Wi-Fi standard: Turn on 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6), if the router supports it.
    • 🔄 Opening hours: For 2.4 GHz select Only N (if all devices are modern), for 5 GHzAC Only.
    • 🔋 Transmission power: Install on High (in some routers this is Tx Power).
    ⚠️ Attention: If you have a dual-band router, connect your laptop to the network 5 GHz (the network name usually ends with _5G). This range is less crowded and faster, although the signal penetrates walls worse.
    How do you know what band your laptop is using?

    Open Settings → Network & Internet → Wi-Fi → Manage known networksClick on your network and view its properties. If the name contains 5G or frequency 5xxx MHz - this is the 5 GHz range. If 2.4xxx MHz — 2.4 GHz.

    4. Disable power saving mode for Wi-Fi

    Windows 10 aggressively saves battery power, sacrificing Wi-Fi performance. To disable this:

    1. Open Control Panel → Hardware and Sound → Power Options.
    2. Click Setting up a power plan next to the active plan (usually Balanced).
    3. Select Change advanced power settings.
    4. Find the section Wireless Network Adapter Settings → Power Saving Mode and install Maximum performance for both states (From the battery And From the network).

    Also check your adapter settings in Device Manager:

    1. Open the Wi-Fi adapter properties → tab Power management.
    2. Uncheck the box Allow the computer to turn off this device to save power.

    These changes may reduce battery life by 10-15%, but Wi-Fi speeds will increase by 20-40%.

    5. Optimize TCP/IP and DNS to speed up the Internet

    Sometimes the problem isn't with Wi-Fi, but with your Windows network settings. The first thing to do is reset DNS cache and TCP/IP settings:

    ipconfig /flushdns
    

    netsh int ip reset

    netsh winsock reset

    Enter these commands in Command line as administrator and restart the laptop.

    Next - DNS setupBy default, providers use slow DNS servers. Replace them with:

    • 🌍 Google DNS: 8.8.8.8 And 8.8.4.4
    • 🌍 Cloudflare DNS: 1.1.1.1 And 1.0.0.1
    • 🌍 Yandex DNS: 77.88.8.8 And 77.88.8.1

    How to change DNS:

    1. Open Control Panel → Network and Internet → Network and Sharing Center.
    2. Click on your Wi-Fi connection → Properties → Internet Protocol Version 4 (TCP/IPv4).
    3. Select Use the following DNS server addresses and enter the selected values.

    For advanced users: can be optimized TCP/IP via the registry. For example, increase the number of simultaneously open connections (by default, Windows limits them to 10, which slows down file downloads). To do this:

    REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings /v MaxConnectionsPerServer /t REG_DWORD /d 20 /f
    

    REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings /v MaxConnectionsPer1_0Server /t REG_DWORD /d 20 /f

    6. Check for viruses and background programs

    Viruses and malware can steal traffic or overload the network. Check your system with Malwarebytes or Kaspersky Virus Removal ToolPay special attention to:

    • 🕵️ For cryptocurrency miners: They use the internet to communicate with the pools and put a lot of strain on the network.
    • 📥 For torrent clients: Even in the background, they can limit the speed of other programs.
    • 🔄 Automatic updates: Windows, Steam, Epic Games, and other programs may download updates in the background.

    How to limit background traffic:

    1. Open Settings → Network & Internet → Data usage.
    2. See which programs consume the most traffic.
    3. For torrent clients (for example, uTorrent or qBittorrent) limit the upload speed (Upload) to 50 KB/s.
    4. Disable automatic game updates in Steam or Epic Games.
    ⚠️ Attention: Some viruses disguise themselves as system processes (for example, svchost.exe). If after checking with an antivirus the traffic still “leaks”, use Process Explorer from Microsoft for detailed analysis.

    7. Alternative methods: from USB adapters to mesh systems

    If all the above methods fail, the problem may be hardware-related. Consider the following options:

    Way When to apply Expected effect
    External USB Wi-Fi adapter Old built-in adapter (eg. Realtek RTL8188EE) Increase speed by 50-100% (recommended) TP-Link Archer T4U)
    Mesh system or repeater Weak signal in remote rooms Stable coverage throughout the house (example: TP-Link Deco M5)
    Ethernet connection The laptop is next to the router. Maximum speed without loss (use adapter) USB-to-Ethernet)
    Replacing router antennas Weak signal over long distances Increase coverage radius by 20–30%

    If you decide to buy an external Wi-Fi adapter, pay attention to:

    • 🔗 Standard: 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6).
    • 📡 Frequencies: Support 2.4 GHz And 5 GHz.
    • 🔌 Interface: USB 3.0 (blue ports) for maximum speed.
    ⚠️ Attention: Cheap USB adapters (for example, on a chip Realtek RTL8188EU) often work worse than built-in ones. Choose models based on Intel or Qualcomm Atheros.

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

    ❓ Why is Wi-Fi faster on my phone than on my laptop?

    Most likely, your laptop is connected to the network. 2.4 GHz, and the phone is to 5 GHzAn outdated Wi-Fi adapter driver or Windows energy-saving settings could also be the cause. Check your router and adapter settings as described in this article.

    ❓ Is it possible to overclock Wi-Fi using the Windows registry?

    Yes, but proceed with caution. For example, you can increase the TCP packet priority or disable TCP window autotuning. However, incorrect registry changes can lead to network instability. We recommend trying safer methods first (updating drivers, configuring your router).

    ❓ How do I check if my laptop supports Wi-Fi 6 (802.11ax)?

    Open Device Manager → Network Adapters and look at the Wi-Fi module model. If the name contains AX (For example, Intel Wi-Fi 6 AX200), then yes. You can also google your laptop model + "specs" and find the section Wireless.

    ❓ Why has Wi-Fi become slower after the Windows 10 update?

    Microsoft often installs generic drivers that aren't optimized for your adapter. Roll back the driver to a previous version or download it from the manufacturer's website (instructions in the first section of this article).

    ❓ Can an antivirus slow down Wi-Fi?

    Yes, some antiviruses (for example, Kaspersky or Avast) scan network traffic in real time, which can reduce speed. Try temporarily disabling network protection in your antivirus settings and retest your speed.