How to Remove Wi-Fi Speed ​​Limits in Windows 10: A Complete Guide

Have you noticed that your internet speed is slow? Wi-Fi on Windows 10 Is it significantly lower than via cable? Or has the connection become slow after a system update, even though the router is delivering full power? The cause could be hidden operating system limitations, incorrect adapter settings, or even policy issues. Quality of Service (QoS), which reserve up to 20% of the capacity “in reserve”.

In this article we will look at All possible ways to remove Wi-Fi speed limits in Windows 10 — from basic network settings to registry editing and driver updates. Important: Some methods require administrator rights, and incorrect changes can lead to network instability. Therefore, before experimenting create a system restore point.

First, let's determine whether the problem is truly a Windows limitation, and not a router or ISP plan issue. To do this:

  1. Connect your laptop to the router via cable and check the speed Speedtest.
  2. Compare the result with the Wi-Fi results on the same device.
  3. If the difference exceeds 30%, proceed to the settings below.
📊 What's your main Wi-Fi problem in Windows 10?
The speed is lower than via cable
Frequent connection breaks
High ping in games
Slow file download speed
Another problem

1. Disable bandwidth reservation (QoS)

Windows 10 reserves up to 20% of the channel for system tasks (updates, background services). This restriction can be removed through Local Group Policy Editor (available only in Pro/Enterprise versions) or registry.

For version Windows 10 Home:

  1. Click Win + R, enter regedit and confirm.
  2. Follow the path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched
  3. Create a parameter DWORD (32-bit) with a name NonBestEffortLimit.
  4. Set value 0 (zero) and restart your PC.

Create a system restore point

Check Windows version (Home/Pro)

Close all programs using the network

Connect to the router via cable (recommended) -->

⚠️ Attention: Disabling QoS may result in unstable operation. Skype, Zoom and online games where low latency is important. If you experience voice communication issues after making these changes, please revert the value. NonBestEffortLimit back to 10 (10%).

2. Configuring Wi-Fi adapter settings

Suboptimal network adapter settings are one of the main causes of low speeds, especially if you have a dual-band router (2.4 GHz + 5 GHz).

How to check and change settings:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the branch Network adapters, find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  3. Right click → Properties → Advanced.
Parameter Recommended value Explanation
802.11n/ac Wireless Mode Auto or 802.11ac For routers with support Wi-Fi 5/6If not, please select 802.11n.
Bandwidth Capability 20/40 MHz Auto or 80 MHz Channel width. 80 MHz provides maximum speed, but may conflict with neighboring networks.
Roaming Aggressiveness Medium or Lowest A low value reduces the number of reconnections to the router.
Transmit Power Highest Maximum transmission power (relevant for weak signal).

⚠️ Attention: Settings Bandwidth Capability And Wireless Mode must match the router parameters. If the router is set to the 802.11n, and in the adapter - 802.11ac, the speed will drop to minimum.

3. Change the power plan

Windows 10 automatically reduces Wi-Fi performance when running on battery power, even if the laptop is connected to a network. This saves battery life but limits speed to 50-70% from the maximum.

To disable the restriction:

  1. Open Control Panel → Power Options.
  2. Select an active plan (usually Balanced) → Setting up a power plan.
  3. Click Change advanced power settings.
  4. Find the section Wireless Network Adapter SettingsPower saving mode.
  5. Install Maximum performance for both states (From the battery And From the network).

If this parameter is missing:

  • 🔧 Update your Wi-Fi adapter driver (section 4).
  • 🔌 Connect your laptop to a power outlet - some manufacturers (eg. Dell or HP) block manual adjustment when running on battery power.
  • 🖥️ Check the settings in the proprietary software (for example, Lenovo Vantage or ASUS Armoury Crate).

4. Updating and reinstalling drivers

Outdated or faulty drivers are a common cause of low speed. Adapter manufacturers (Intel, Qualcomm, Broadcom) regularly release updates that optimize work with new standards Wi-Fi 6 And Wi-Fi 6E.

How to update the driver correctly:

  1. Find out the adapter model in Device Manager (chapter Network adapters).
  2. Download the driver from official website of the manufacturer (not through Windows Update!).
  3. Remove the old driver:
    Control Panel → Programs and Features → Find your Wi-Fi driver → Uninstall
  4. Install the downloaded driver and restart your PC.

If the speed has not increased after the update:

  • 🔄 Try rolling back to the previous version of the driver (in Device Manager → Adapter Properties → Driver → Roll Back Driver).
  • 🛠️ Install the driver manually via Update Driver → Search this computer.
  • 📥 For adapters Intel download the utility Intel Driver & Support Assistant - it will automatically select the latest version.
What should I do if Wi-Fi disappears completely after updating the driver?

If after installing a new driver the adapter is no longer detected or does not connect to networks:

1. Boot into Safe Mode with Networking (click F8 at startup or use msconfig).

2. Uninstall the driver via device Manager (with the checkbox "Delete the driver software for this device").

3. Reboot - Windows will install the basic driver automatically.

4. Try installing the official driver again.

5. Optimizing TCP/IP and DNS settings

Incorrect stack parameters TCP/IP or slow DNS servers ISPs can artificially limit speed, even if the router and adapter are working at maximum.

How to reset the TCP/IP stack:

  1. Launch Command line on behalf of the administrator.
  2. Execute the commands one by one:
    netsh int tcp set global autotuninglevel=restricted
    

    netsh int tcp set global rss=enabled

    netsh winsock reset

    netsh int ip reset

  3. Restart your computer.

To speed up DNS:

  • 🌍 Replace your DNS provider with 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google) in the adapter settings.
  • 🔒 If you use VPN, turn it off - some services (for example, NordVPN) limit the speed on free tariffs.
  • 📡 Check your settings MTU (maximum packet size). The optimal value for most networks is 1472.

⚠️ Attention: Team autotuninglevel=restricted Disables automatic TCP window tuning, which can improve speed on slow connections but worsen it on fast connections (100+ Mbps). If speed drops after running this, return the value to normal:

netsh int tcp set global autotuninglevel=normal

6. Disable background services and applications

Many programs (OneDrive, Steam, Windows Update) actively use the internet in the background, "eating up" up to 30% of your bandwidth. To free up your bandwidth:

Ways to limit background traffic:

  • 📥 In Windows Settings → Update & Security → Windows Update Pause updates for 7 days.
  • ☁️ Turn off syncing OneDrive (right-click on the tray icon → Pause syncing).
  • 🎮 In Steam Limit download speed: Settings → Downloads → Limit bandwidth.
  • 🛡️ Check it out Task Manager → Network Connections for the presence of suspicious processes (for example, svchost.exe with high traffic).

For a radical solution:

  1. Open Local Group Policy Editor (gpedit.msc).
  2. Follow the path:
    Computer Configuration → Administrative Templates → Networks → QoS Packet Scheduler
  3. Activate the policy Limit reserved bandwidth and set the value 0%.

7. Alternative methods: registry modification and third-party utilities

If standard methods don't help, you can try undocumented registry settings or specialized programs for network optimization.

Methods for experienced users:

  • 🔧 Changing packet priority:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{Adapter GUID}
    

    Create a parameter DWORD TcpAckFrequency with meaning 1.

  • 🛠️ Fine-tuning utilities:
    • TCP Optimizer — optimizes TCP/IP parameters for your speed.
    • NetBalancer — allows you to limit traffic for individual programs.
    • Wi-Fi Analyzer — helps you select the least loaded router channel.
  • 🔄 Network reset: Settings → Network & Internet → Status → Network reset (removes all adapters and settings!).

⚠️ Attention: Editing the registry may cause the network to become inoperable. Before making changes export the registry branch (right click → Export). If the internet connection is lost after editing, import the saved file.

Frequently Asked Questions (FAQ)

Why did my Wi-Fi speed drop by half after updating Windows 10?

Most likely, the new update reset the Wi-Fi adapter driver to the standard Microsoft one. These drivers are generic and not optimized for specific models. Solution:

  1. Uninstall the current driver via device Manager.
  2. Download the latest version from the adapter manufacturer's website (Intel, Qualcomm etc.).
  3. Install the driver manually by disabling automatic updates via Windows Update.
How can I check if it's my router that's limiting my speed, not Windows?

Connect another device (smartphone, tablet, second laptop) to the same router and check the speed on SpeedtestIf the speed is high on other devices, the problem lies with Windows settings. If it's slow everywhere, the router or ISP is to blame.

Also check:

  • Router operating mode (802.11b/g/n/ac/ax - must match the adapter).
  • Channel width (20/40/80 MHz - ideally 80 MHz For 5 GHz).
  • The presence of MAC address restrictions in the router panel.
Is it possible to remove the speed limit on Windows 10 Home?

Yes, but with some restrictions. Home-there is no version Local Group Policy Editor (gpedit.msc), That's why:

  • To disable QoS use registry (section 1).
  • The adapter and driver settings are changed in the same way as in Pro-versions.
  • To manage background services, use Task Manager or third-party utilities (NetBalancer).

If you need advanced settings (for example, traffic prioritization), you can manually add gpedit.msc V Windows 10 Home, but this requires editing system files and is not recommended for beginners.

Why is the Wi-Fi speed lower than the cable speed, even after all the settings?

This is normal. Wi-Fi is always slower than Ethernet due to:

  • 📶 Packet loss (walls, interference from other networks).
  • 🔋 Limitations of the standard (For example, Wi-Fi 5 the maximum gives ~866 Mbit/s, and Wi-Fi 6 — up to 2.4 Gbit/s).
  • 🖥️ Adapter power (built-in Wi-Fi modules in laptops are often weaker than external USB adapters).

To reduce the difference:

  1. Use range 5 GHz (less busy than 2.4 GHz).
  2. Place the router closer to the device or use repeater.
  3. Replace the built-in Wi-Fi module with an external one (for example, ASUS USB-AC68 with support Wi-Fi 6).
How can I get everything back if the internet connection is lost after making changes?

If the network stops working after editing the registry, drivers, or command line:

  1. Driver rollback: IN Device Manager click on the adapter → Properties → Driver → Roll Back Driver.
  2. Registry recovery: Import the previously saved .reg-file or use system restore point.
  3. Network reset: Settings → Network & Internet → Status → Network reset (removes all adapter settings!).
  4. Checking services: Make sure the following services are running:
    WinHTTP Web Proxy Auto-Discovery Service
    

    Network List Service

    Wireless setup (WLAN AutoConfig)

If all else fails, create a new Windows user—sometimes the problem lies in corrupted network profiles.