How to Boost Internet Speed ​​on a Windows 10 PC Using Wi-Fi: A Complete Guide

Slow Wi-Fi on a computer with Windows 10 — a problem faced by every second user. Even with a stable plan from a provider, actual download speeds can drop 2-5 times compared to a cable connection. The causes lie not only in router settings, but also in hidden operating system settings, adapter drivers, and even background processes.

In this article we will look at All possible ways to speed up Wi-Fi — from basic (rebooting the router) to advanced (manually configuring MTU and QoS). You'll learn how to check your actual speed without loss, and what parameters netsh affect connection stability, and why even a new adapter can slow down due to outdated drivers. All methods have been tested on Windows 10 version 22H2 and are relevant for most router models (TP-Link, ASUS, Keenetic and others).

Important: Before applying any changes record the current speed by using Speedtest or FAST.comThis will help you objectively evaluate the results after each adjustment. If the speed drops after making changes, return the settings to their original state.

📊 How long have you been experiencing slow Wi-Fi on your PC?
Less than a week
1–3 months
More than six months
Always been slow

1. Checking the current speed and diagnosing problems

Before optimizing your connection, you need to understand where exactly the bottleneck is occurring. Slow Wi-Fi can be caused by:

  • 📡 Problems on the provider's side (speed limit, technical works).
  • 🖥️ Incorrect Windows 10 settings (bandwidth limits, outdated drivers).
  • 🔄 Router overload (too many connected devices, weak processor).
  • 📶 Interference on the air (neighboring networks on the same channel, microwave ovens, Bluetooth devices).

To diagnose, follow these steps:

  1. Check the speed via cableConnect your PC to the router via Ethernet and run a speed test. If the result matches your provider's plan, the problem is with your Wi-Fi. If not, call support.
  2. Measure the speed on other devicesConnect your smartphone or tablet to the same network. If the speed is normal on both, the PC settings are to blame.
  3. Use the command line to analyze packet loss:
    ping -n 50 ya.ru

    If there are lines in the results Requests lost = X% (where X > 5) - there are problems with connection stability.

⚠️ Attention: If packet loss reaches 20-30% and ping exceeds 100 ms, the problem may be physical damage to the cable (if used). Ethernet) or a faulty Wi-Fi module on your PC/router. In this case, software solutions won't help.

2. Optimize router settings for maximum speed

Most routers use default universal settings, which aren't always optimal for speed. By changing just 3-4 parameters in the web interface, you can increase your speed by 30-50%.

To get started, log into your router's control panel. The address typically looks like this: 192.168.0.1 or 192.168.1.1 (check the device sticker for details). The default login and password are admin/admin or admin/empty.

Change the channel to a free one (use 1, 6 or 11 for 2.4 GHz)|Enable 802.11n/ac mode (if supported)|Disable QoS (if not used)|Set the channel width to 40 MHz (for 2.4 GHz) or 80 MHz (for 5 GHz)|Update the router firmware-->

Key parameters to change:

Parameter Recommended value Explanation
Wireless network mode 802.11n/ac (or 802.11ax for Wi-Fi 6) Legacy modes 802.11b/g limit the speed to 54 Mbps.
Channel width 40 MHz (2.4 GHz) or 80 MHz (5 GHz) A wider band increases speed but may create interference.
Wi-Fi channel 1, 6 or 11 (for 2.4 GHz) These channels do not overlap. Use the app. Wi-Fi Analyzer to select free.
QoS (Quality of Service) Disabled If you don't use traffic prioritization (for example, for IP telephony), disable it—this reduces the load on the router's processor.

⚠️ Attention: Setting up WMM (Wi-Fi Multimedia) This setting must be enabled for modern devices to function properly. Disabling this setting may result in connection interruptions.

How do I know which Wi-Fi standard my adapter supports?

Open device ManagerNetwork adapters → find your Wi-Fi module (for example, Intel Wireless-AC 9560). In the device properties, go to the tab Additionally and check the supported standards in the parameter Beamforming or Wireless Mode.

3. Updating and configuring Wi-Fi adapter drivers

Outdated or faulty drivers are one of the main reasons for slow Wi-Fi. Windows 10 often installs generic drivers.that are not optimized for your adapter model. For example, for chips Intel or Qualcomm Atheros It is better to use drivers from the manufacturer's website.

How to update the driver correctly:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the section Network adapters and find your Wi-Fi module (for example, Realtek RTL8821CE).
  3. Right click → Update Driver → Browse my computer for driver software.
  4. Select Select a driver from the list of available ones and install the latest version (if it is on the list).

If the current version is not listed:

  • 🔍 Download the driver from the official website of the adapter manufacturer (for example, Intel, Realtek).
  • 💾 Install it manually via Device Manager → Update Driver Software → Browse my computer.
  • 🔄 After installation reboot your PC — changes will take effect only after a restart.

Critical error: If Wi-Fi disappears completely after updating the driver, roll back to the previous version via Adapter Properties → Roll Back Adapter. This is a common problem with adapters. Realtek And Broadcom.

4. Configuring Windows 10 network settings

Windows 10 limits bandwidth by default for background tasks (such as updates). Additionally, some TCP/IP settings may not be optimal for high-speed connections. We'll fix this.

Disabling bandwidth reservation

By default, the system reserves 20% of the bandwidth for its own needs. To disable this:

  1. Click Win + R, enter gpedit.msc and press Enter.
  2. Follow the path: Computer Configuration → Administrative Templates → Network → QoS Packet Scheduler.
  3. Find the parameter Limit reserved bandwidth, open it and set the value 0.
  4. Apply the changes and restart your PC.

Optimizing TCP/IP with netsh

Run in command line (Win + X → Command Prompt (Administrator)) the following commands:

netsh int tcp set global autotuninglevel=restricted

netsh int tcp set global congestionprovider=ctcp

These commands:

  • 📈 Limit TCP auto-configuration (prevents delays at high speeds).
  • 🔄 Enable the CTCP algorithm, optimized for high-speed networks.

⚠️ Attention: If the speed drops after using these commands, return the settings to default:

netsh int tcp set global autotuninglevel=normal

netsh int tcp set global congestionprovider=none

5. Changing the Wi-Fi adapter power settings

By default Windows 10 saves energy, disabling the Wi-Fi adapter when idle. This causes delays when resuming data transfer. Let's fix this:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand Network adapters, find your Wi-Fi module and open it Properties.
  3. Go to the tab Power management And uncheck the box from point Allow the computer to turn off this device to save power.
  4. On the tab Additionally find the parameter Roaming Aggressiveness (Roaming Aggressiveness) and set the value 1. Lowest (if available). This will reduce the number of times you need to reconnect to the router.

For laptops it is also recommended:

  • 🔋 In Control Panel → Power Options select a scheme High performance.
  • 🔌 Connect your laptop to the network - when running on battery power, the Wi-Fi adapter may artificially limit the speed.

⚠️ Attention: On some adapters (for example, Intel Dual Band Wireless-AC 7265Disabling power saving may cause the module to overheat. If the adapter becomes excessively hot after making these changes, reset the settings.

6. Use 5 GHz instead of 2.4 GHz (if supported)

Range 5 GHz It's less congested and supports higher speeds (up to 1 Gbps versus 300 Mbps for 2.4 GHz). However, it has two drawbacks:

  • Shorter range — the signal penetrates worse through walls.
  • Not all devices support 5 GHz. (for example, old smartphones or smart light bulbs).

How to connect to 5 GHz:

  1. Make sure your router supports 5 GHz (look at the sticker or in the web interface).
  2. In your router settings, enable a separate network for 5 GHz (usually called Wi-Fi_5G).
  3. On your PC, in the list of available networks, select the network with the suffix 5G or 5GHz.

If the 5 GHz network is not listed:

  • 🔍 Check if your Wi-Fi adapter supports this range (see Device Manager → Adapter Properties → Advanced).
  • 🔄 Update the adapter driver (see. Section 3).
  • 📡 Make sure that the mode is enabled in the router settings 802.11a/n/ac (for 5 GHz).
How do you know what frequency your network operates on?

In the command line, run

netsh wlan show interfaces

In the line Radio type will be indicated 802.11n (2.4 GHz) or 802.11ac (5 GHz).

7. Advanced Methods: Changing MTU and Disabling IPv6

If basic methods don't help, it's time to dig deeper. Two little-known parameters that can affect speed:

Changing the MTU (Maximum Transmission Unit)

MTU — the maximum size of a data packet transmitted without fragmentation. If the value is too large, packets are fragmented, which increases latency. The optimal value for most networks is 1472.

How to change MTU:

  1. Open Command Prompt as administrator.
  2. Run the command:
    netsh interface ipv4 set subinterface "Connection_Name" mtu=1472 store=persistent

    Replace Connection_name the name of your Wi-Fi network (you can find it out with the command netsh interface show interface).

Disabling IPv6

Protocol IPv6 may create additional load if your provider doesn't support it. To disable:

  1. Open Control Panel → Network and Internet → Network and Sharing Center.
  2. Click on your Wi-Fi connection → Properties.
  3. Uncheck the box Internet Protocol version 6 (TCP/IPv6) and save the changes.

⚠️ Attention: Disabling IPv6 may disrupt some services (e.g. YouTube or Netflix), if they use this protocol. If problems occur after disabling it, re-enable IPv6.

8. Alternative methods: from USB adapters to mesh systems

If all software methods have been exhausted and the speed is still low, it's time to consider hardware solutions:

Solution Price Efficiency When to apply
USB Wi-Fi adapter (For example, TP-Link Archer T4U) 1 500–3 000 ₽ ⭐⭐⭐⭐ If the built-in adapter is weak or outdated.
Powerline adapter (For example, TP-Link TL-PA7010P) 2 500–5 000 ₽ ⭐⭐⭐ If the router is far away and it is not possible to lay a cable.
Mesh system (For example, Keenetic Extra) 10 000–25 000 ₽ ⭐⭐⭐⭐⭐ For a large house with many "dead zones".
Replacing the router on the model with Wi-Fi 6 (For example, ASUS RT-AX55) 5 000–15 000 ₽ ⭐⭐⭐⭐ If the current router is outdated (over 5 years old).

⚠️ Attention: Before purchasing a USB adapter, check if it supports 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6). Adapters of the standard 802.11n (Wi-Fi 4) are already outdated and will not provide any speed increase.

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

Why is Wi-Fi speed slower than cable?

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

  • 📡 Signal loss on the air (interference, distance).
  • 🔄 Additional costs for encryption (WPA2/WPA3).
  • 📶 Standard limitations (maximum for Wi-Fi 5 is 866 Mbps, for Wi-Fi 6 - 1.2 Gbps).

If the difference exceeds 30–40%, see Section 2 (router settings) and Section 3 (drivers).

How do I find out which Wi-Fi adapter is installed on my PC?

Open device Manager (Win + X → Device Manager) and expand the section Network adaptersThe adapter name will contain:

  • 🔹 Intel (For example, Intel Wireless-AC 9560).
  • 🔹 Realtek (For example, Realtek RTL8821CE).
  • 🔹 Qualcomm Atheros (For example, Qualcomm QCA61x4A).
  • 🔹 Broadcom (For example, Broadcom 802.11ac).

You can also find out the adapter model in the command line:

wmic nic get name, manufacturer

Will replacing the router with a more expensive one help?

Yes, but only if:

  • 🆙 Your current router is older than 5 years (does not support Wi-Fi 5/6).
  • 📡 Your plan is over 100 Mbps (old routers won't handle higher speeds).
  • 🏠 There are many devices in the house (more than 10), and the router can’t handle the load.

For tariffs up to 100 Mbps and 5-7 devices, a mid-range router is sufficient (for example, TP-Link Archer C6).

Why does the speed drop in the evening?

This is related to:

  • 🕒 Overload of the provider's network (In the evening everyone is on the Internet).
  • 📡 Interference from neighbors (they turn on their routers, Wi-Fi cameras, microwaves).
  • 🔄 Automatic updates (Windows, games, antiviruses).

Solutions:

  • 🔄 Switch to 5 GHz (less interference).
  • 🕒 Set up background traffic limits in Settings → Network & Internet → Data usage.
  • 📡 Change the Wi-Fi channel to a free one (see Section 2).
Can you speed up Wi-Fi with a VPN?

No, VPN does not increase speed, but on the contrary, it adds delays due to traffic encryption. However, in rare cases, a VPN can help if:

  • 🔒 Your ISP is artificially slowing down certain websites (for example, torrents).
  • 🌍 You are connecting to foreign servers that are blocked locally.

For the test use Cloudflare WARP or ProtonVPN (free versions).