How to Increase Wi-Fi Speed ​​on a Windows 10 Laptop: A Step-by-Step Guide

Slow Wi-Fi on a laptop running Windows 10 — a problem faced even by owners of modern devices. The causes can lie in operating system settings, router parameters, physical interference, or outdated hardware. In this article, we'll explore 12 proven methods Increase the speed of your wireless connection, from basic to advanced, taking into account the features Windows 10 and typical user errors.

It is important to understand that Wi-Fi speed depends on chains of factors — from your ISP to your network card drivers. We won't offer "magic buttons," but we'll explain, Why which method works and how to apply it correctly. For example, change parameter TCP Window Scaling in the registry can increase speed by 15-30% with high pings, but only if the problem lies in the protocol TCP/IPLet's start with diagnostics—without it, any action may be useless.

If after reading the article the speed has not increased, check whether the problem is hardware (laptop antenna wear, router breakdown) or external (Provider network congestion, interference from neighboring networks). In 20% of cases, the culprit is a physical factor that cannot be resolved programmatically.

1. Diagnostics of current speed and identification of bottlenecks

Before you optimize, you need to understand where exactly is the speed lost?To do this, we use built-in and third-party tools. Let's start with a basic check:

  1. Speed ​​test via browser: go to Speedtest.net or Fast.comRun the test three times at different times of day and record the results. Compare them with your provider's tariff.
  2. Checking via command line: open Command line (Win + R → enter cmd) and run:
    ping ya.ru -n 20

    Please note time=... (ping). If the values ​​exceed 50 ms, the problem may be network congestion or the router.

  3. Network adapter analysis: open Task Manager (Ctrl + Shift + Esc), go to the tab Performance → Wi-Fi. This displays the current connection speed (for example, 150 Mbps). If it is significantly lower than the maximum for your standard (see table below), the adapter is not working at full power.

Critical moment: if the speed is Task Manager and on Speedtest matches - the problem is with the provider. If in Dispatcher high, but low on the test - the settings are to blame Windows or router.

📊 What does your speed test show?
Less than 10 Mbps
10–50 Mbps
50–100 Mbps
More than 100 Mbps
Wi-Fi standard Max. speed (theoretical) Max. speed (real) Frequency
802.11n (Wi-Fi 4) 600 Mbps 150–200 Mbps 2.4 GHz
802.11ac (Wi-Fi 5) 1.3 Gbps 400–600 Mbps 5 GHz
802.11ax (Wi-Fi 6) 9.6 Gbps 800–1200 Mbps 2.4/5 GHz
⚠️ Attention: If your laptop supports Wi-Fi 6, but it connects via Wi-Fi 5, update the adapter driver (see section 3). Also check if Wi-Fi 6 in the router settings - some models disable it by default for compatibility.

2. Optimizing network adapter settings in Windows 10

Adapter drivers and settings — the first thing to check is that outdated or incorrectly configured drivers can limit the speed to 54 Mbps even on modern devices.

How to update the driver:

  • 🔧 Open device Manager (Win + X → device Manager).
  • 📡 Expand the branch Network adapters, find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  • 🔄 Right-click → Update driver → Automatic search. If Windows reports that the driver is up to date, download it manually from the website of the laptop or chip manufacturer (for example, Intel or Qualcomm).

After updating the driver, configure the adapter settings:

  1. IN Device Manager Open the adapter properties (right click → Properties).
  2. Go to the tab Additionally and install:
    • 802.11n/ac Wireless ModeEnabled (or Auto)
    • Roaming Aggressiveness3. Medium (for stability)
    • Transmit PowerHighest (maximum transmit power)
    • Preferred Band5 GHz (if the router supports it)

Update the driver via Device Manager|Download the driver from the manufacturer's website|Set the 802.11n/ac parameter to Auto|Check the Transmit Power mode to Highest-->

For advanced users: If the speed is unstable, try disable adapter power saving:

  1. Open Control Panel → Power Options → Change plan settings → Change advanced power settings.
  2. Find Wireless Network Adapter Settings → Power Saving Mode and install Maximum performance.
  3. ⚠️ AttentionDisabling power saving will increase your laptop's battery life by 10-15%. Use this method only when running on AC power.

    3. Configuring your router for maximum speed

    Even with ideal laptop settings The router may be a bottleneck. Especially if it's outdated or configured by default. Let's look at the key parameters:

    Selecting a channel and frequency:

    • 📶 Use 5 GHz instead of 2.4 GHz, if the laptop supports it. At the frequency 5 GHz less interference, but shorter signal range.
    • 🔍 To select a free channel, use utilities like Wi-Fi Analyzer (Android) or inSSIDer (Windows) The optimal channel is the one that uses the fewest neighboring networks.
    • 🔄 In the router settings (usually 192.168.0.1 or 192.168.1.1) find the section Wireless and install:
      • Channel Width40 MHz (For 5 GHz) or 20/40 MHz (For 2.4 GHz)
      • Channel → select a free one (for example, 36, 40, 44 For 5 GHz)

    Other router settings:

    • 🔒 Install WPA2-AES or WPA3 in security settings. TKIP And WEP reduce speed.
    • 📦 Turn off QoS (Quality of Service), if you do not use traffic prioritization - this feature can artificially limit the speed.
    • 🔄 Turn on Beamforming (if supported) - This technology focuses the signal on the device.
How to find out the IP address of a router?

If standard 192.168.0.1 or 192.168.1.1 they don't work, open them Command line and run:

ipconfig

Look for the line Main gateway - this is the IP of your router.

⚠️ AttentionRouter settings may be reset after a firmware update. Always document the current settings (take a screenshot) before making any changes.

4. Changing TCP/IP settings in Windows 10

Sometimes TCP/IP protocol It's not working optimally, especially on high-speed connections. We'll change several registry settings that can increase speed by 10-40%.

Open Registry Editor (Win + R → enter regedit) and follow the path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

Create or modify the following parameters (Right click -> New -> DWORD value (32 bits)):

Parameter Value (hex) Description
TcpWindowSize 256000 Increases the TCP window size for high-speed connections
TCP1323Opts 1 Enables TCP window scaling (Window Scaling)
DefaultTTL 65 Optimal packet time to live (TTL)

After the changes restart your laptopThese settings are especially effective if you have a high ping or experience fluctuating speeds.

5. DNS optimization and network cache clearing

DNS servers ISPs can slow down website loading, even if the connection speed is high. We use public DNS from Google or Cloudflare:

  1. Open Control Panel → Network and Sharing Center → Change adapter settings.
  2. Right-click on your Wi-Fi connection → Properties.
  3. Select Internet Protocol version 4 (TCP/IPv4)Properties.
  4. Check the box Use the following DNS server addresses and enter:
    • For Google DNS: 8.8.8.8 And 8.8.4.4
    • For Cloudflare DNS: 1.1.1.1 And 1.0.0.1

Also clear the network cache:

ipconfig /flushdns

netsh int ip reset

netsh winsock reset

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

6. Physical factors: router placement and interference

Even the perfect settings won't help if the Wi-Fi signal is weakened by physical obstacles or interference. The following tips will improve connection stability:

  • 📍 Place the router in in the center of the apartment, at a height of 1–1.5 meters from the floor. Avoid closed cabinets and concrete/metal walls.
  • 🚫 Remove sources of interference from the router:
    • Microwave ovens (operate at a frequency 2.4 GHz)
    • DECT cordless phones
    • Bluetooth devices (speakers, headphones)
  • 🔄 If your laptop is far from the router, use repeater (signal amplifier) ​​or Mesh system for a big house.
  • 📶 For 2.4 GHz choose channels 1, 6 or 11 - they do not intersect. For 5 GHz use channels 36–48 or 149–165 (depending on the country).

If you have a dual-band router, divide the networks:

  • Create two separate networks: one on 2.4 GHz (For example, MyWiFi_2G), another on 5 GHz (MyWiFi_5G).
  • Connect your laptop to 5 GHz for speed, and older devices (eg Smart TV) - To 2.4 GHz.

7. Check for viruses and background programs

Viruses and background processes can eat up to 30% of your internet speed. Let's check the system:

  • 🛡️ Run an antivirus scan (Windows Defender, Kaspersky, Dr.Web). Pay special attention to network worms (for example, Trojan.Win32.Netis).
  • 🖥️ Open Task Manager (Ctrl + Shift + Esc) and sort the processes by column NetIf an app is using a lot of data for no apparent reason, uninstall it.
  • 🔍 Check your startup: Start → Settings → Apps → StartupDisable unnecessary programs.

Please note:

  • Torrent clients (uTorrent, qBittorrent) - limit the upload speed in the settings.
  • Updates Windows — they can download in the background. To pause: Settings → Update & Security → Advanced options → Pause updates for 7 days.
  • Cloud services (Google Drive, Dropbox) - file synchronization consumes traffic.

8. Alternative methods: from a USB adapter to replacing the router

If all the above methods do not help, consider hardware solutions:

  • 🖧 Connect your laptop to the router via cable (Ethernet). Even inexpensive cable Cat 5e will provide speed up to 1 Gbps without losses.
  • 🔌 Buy USB Wi-Fi adapter with support Wi-Fi 6 (For example, TP-Link Archer TX3000E or ASUS USB-AX56). It will cost less than buying a new laptop.
  • 📶 Replace your router with a model that supports it Wi-Fi 6 (For example, ASUS RT-AX88U or TP-Link Archer AX6000). Modern routers are better able to handle the load when multiple devices are connected.
  • 🔄 If you have provider router (for example, from Rostelecom or Beeline), try switching to bridge mode and connect your router.

For owners of old laptops (Wi-Fi 4 or worse) the only radical solution will be replacing the network card. For example, a module Intel Wi-Fi 6 AX200 It costs ~2000 rubles and is supported by many laptops (check compatibility by model).

⚠️ AttentionWhen replacing a laptop's Wi-Fi module, there's a risk of damaging the antenna cables. If you're unsure of your skills, contact a service center. Costs start at 500 rubles.

FAQ: Frequently asked questions about increasing Wi-Fi speed

Why is Wi-Fi speed slower than cable?

This is normal: wireless connections are always slower than wired connections due to interference, Wi-Fi limitations, and latency. For example, even Wi-Fi 6 In real-world conditions, it provides a maximum of 80–90% of Ethernet speed. Also, check if the router is enabled. speed limiter for Wi-Fi (sometimes providers do this).

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

Open device Manager, find your Wi-Fi adapter and look at the model (for example, Intel Wi-Fi 6 AX201). The first digits indicate the standard:

  • 802.11n → Wi-Fi 4
  • 802.11ac → Wi-Fi 5
  • 802.11ax → Wi-Fi 6

You can also search for laptop specifications by model on the manufacturer's website.

Does flashing the router to DD-WRT or OpenWRT help?

Yes, but only if you experienced userAlternative firmware provides more settings (for example, fine-tuning QoS or support VPN at the router level), but:

  • Risk of bricking the router if the firmware is incorrect.
  • Not all models are officially supported.
  • There may be compatibility issues with some features (eg. IPTV).

For most users, the stock firmware with the correct settings is sufficient.

Why does the speed drop in the evening?

This is related to overload of the provider's network During peak hours (usually 7:00 PM–11:00 PM). During these times, many users watch videos and play online, which puts a strain on bandwidth. There are several solutions:

  • Change your tariff to a higher-speed one (if your provider has "unlimited" options).
  • Use VPN with servers in less crowded regions (sometimes helps).
  • Talk to your provider—some offer "night unlimited" plans with increased speeds.

Also check if you have it enabled automatic update games (for example, Steam or Epic Games) - they can load traffic in the background.

Is it possible to increase Wi-Fi speed with an antenna?

Yes, but the effect depends on the situation:

  • For router: replacing standard antennas with more powerful ones (for example, TP-Link TL-ANT2408CL) may increase the signal range, but not the speed.
  • For laptop: external antennas (eg Alfa AWUS036ACH) connect via USB and can improve reception, but only if the problem is a weak signal, not a setting issue.

Antennas will not help if:

  • The router is overloaded (the model needs to be changed).
  • The provider limits the speed.
  • An outdated standard is used Wi-Fi (For example, 802.11g).