Slow Wi-Fi on a computer is a problem faced by every second user. The causes can lie in both the router settings and the PC's configuration. Users often mistakenly blame their ISP, although the actual speed over a cable can be 2-3 times higher than over a wireless network. In this article, we'll explore the issue. 15 effective ways Increase Wi-Fi speed on PCs, from basic to advanced, taking into account the features of modern standards Wi-Fi 6/6E And Windows 11/10.
It is important to understand: The router's maximum theoretical speed (e.g. 1200 Mbps) is shared between all connected devices, and the actual speed depends on interference, distance, and hardware limitations.If your ISP plan offers 100 Mbps and you're getting 30-40 Mbps on Wi-Fi, that's normal for most budget routers. But if the difference is more than 50%, it's time to optimize your system.
We won't be offering "magic" accelerator programs—they're either useless or harmful. Instead, we'll focus on hardware settings, drivers and system parameters, which really affect speed. We'll start with the simplest and finish with fine-tuning for experienced users.
1. Check your actual speed and compare it with your tariff
Before you configure anything, make sure the problem is with your Wi-Fi and not your provider's plan. To do this:
- 📊 Connect your PC to the router via cable (LAN) and measure the speed on Speedtest or Fast.comIf the cable speed is close to the provider's stated speed (for example, 90 Mbps with a 100 Mbps plan), the problem is in the wireless network.
- 📶 Switch back to Wi-Fi and repeat the test. Is the difference more than 2 times? Then it's time to optimize your wireless connection.
- 🔄 Conduct the test at different times of the day – networks are usually overloaded in the evening.
If the cable speed is also low, contact your provider. The problem may be on their end or in a damaged cable running from the electrical panel to the apartment. Some providers artificially limit Wi-Fi speeds—you can check this in your account (look for "Connection type limitation").
⚠️ Warning: If you use VPN or Tor, disable them before testing - they can reduce speed by 30-70% even over a cable.
2. Optimize your router's location
The physical position of the router has a greater impact on speed than any software settings. Here are the key rules:
- 📡 Install the router in the center of the apartment, at a height of 1-1.5 meters from the floor. The signal spreads in all directions, and if the router is in a corner, half the power goes to the neighbors.
- 🚫 Move your router away from:
- Microwave ovens (operate at 2.4 GHz and create strong interference)
- Metal objects (refrigerator, radiator, mirror)
- Aquariums and other water containers
- Other electronics (TVs, speakers, wireless chargers)
- 🔄 If the router is dual-band (2.4 GHz + 5 GHz), use 5 GHz for PC - this range is less crowded and faster, but has a shorter range.
For larger apartments or houses, consider purchasing Mesh systems (For example, TP-Link Deco or ASUS ZenWiFi) instead of a regular router. Mesh nodes automatically switch devices between each other, ensuring a stable signal in all rooms.
3. Switch to the correct Wi-Fi band and channel
Most routers operate in two ranges: 2.4 GHz (long-distance, but slow and congested) and 5 GHz (fast, but with a shorter range). If your PC supports 5 GHz (and most modern adapters do), use it.
To select the optimal channel:
- Go to your router settings (usually at
192.168.0.1or192.168.1.1, login/password on the sticker on the back). - Find the section
WirelessorWi-Fi. - For the range 2.4 GHz select a channel
1,6or11- they do not intersect with their neighbors. For 5 GHz use channels36-48or149-165(if available in your country). - Set the channel width (
Channel Width) on20/40 MHzfor 2.4 GHz and80 MHzfor 5 GHz (if your adapter supports it).
To analyze channel load, use programs like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) They will show you which channels are free for your neighbors.
| Range | Max. speed | Range | Noise immunity | Recommendations |
|---|---|---|---|---|
| 2.4 GHz | Up to 150 Mbps | Up to 50 m indoors | Low (a lot of interference) | For older devices or large areas |
| 5 GHz | Up to 1 Gbps | Up to 20 m indoors | High | For PC, smartphones, and 4K streaming |
| 6 GHz (Wi-Fi 6E) | Up to 2 Gbps | Up to 10 m indoors | Very high | For new devices only (2023+) |
⚠️ Note: In some countries (for example, Russia), channels 12-14 in the 2.4 GHz band are prohibited. Their use may cause interference to other devices.
4. Update your Wi-Fi adapter drivers
Outdated or "native" Windows drivers often limit Wi-Fi speed. To update them:
- Click
Win + Xand selectdevice Manager. - Expand the branch
Network adapters. - Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
- Right click →
Update driver→Search for drivers on this computer→Select a driver from the list.... - If a newer version is available, install it. If not, download the driver from the adapter manufacturer's website (not the router's!).
For popular adapters:
- Intel: downloadcenter.intel.com
- Qualcomm/Atheros: qualcomm.com (search by model)
- Realtek: realtek.com (section "Downloads")
- BroadcomDrivers are usually delivered through Windows Update.
After updating, restart your PC and test your speed. If your drivers were significantly outdated, the speed boost could be as much as 30-40%.
I found out the adapter model in Device Manager|
Downloaded the latest version from the manufacturer's website|
Removed the old driver via Control Panel|
Installed the new driver and rebooted the PC-->
5. Adjust the Wi-Fi adapter's power settings
By default, Windows saves power by turning off your Wi-Fi adapter when idle. This can cause lag and speed drops. To disable this feature:
- Open
Control Panel→Equipment and sound→Power supply. - Click
Setting up a power plannext to the active circuit. - Select
Change advanced power settings. - Find the section
Wireless Network Adapter Settings→Power saving mode. - Set value
Maximum performancefor both states (battery and mains).
Also check the settings of the adapter itself:
- Open
device Manager→Network adapters→ Double-click on your Wi-Fi adapter. - Go to the tab
Power management. - Uncheck the box
Allow the computer to turn off this device to save power.
These settings are especially important for laptops. Desktop PCs typically don't suffer from power saving issues, but it's still worth checking.
6. Change TCP/IP and DNS settings
Sometimes slow Wi-Fi isn't related to the signal, but to network protocols. Try the following settings:
TCP/IP Optimization
Open Command Prompt as Administrator (Win + X → Terminal (administrator)) and run:
netsh int tcp set global autotuninglevel=restricted
netsh int tcp set global congestionprovider=ctcp
These commands disable TCP auto-tuning and enable a more aggressive congestion control algorithm.
Changing DNS
Your provider's DNS servers may be slowing down website loading. Try alternatives:
- Open
Control Panel→Network and Internet→Network and Control Center...→Changing adapter settings. - Right-click on your Wi-Fi connection →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Check the box
Use the following DNS server addressesand enter:1.1.1.1(Cloudflare)8.8.8.8(Google DNS)
After applying the settings, run the following in the command line:
ipconfig /flushdns
⚠️ Note: If some websites (such as banking websites) stop working after changing your DNS, please reset your provider's settings. Some services block access via public DNS.
7. Advanced router settings for maximum speed
If basic methods don't help, it's time to delve into your router settings. Here's what you can optimize:
Enabling QoS (Quality of Service)
QoS allows you to prioritize traffic. For example, you can give maximum speed to your PC, while limiting it for phones and smart bulbs. The settings vary depending on the router model, but the general principle is:
- Log into your router's web interface.
- Find the section
QoSorTraffic priority. - Enable QoS and install
MAC address priority. - Add the MAC address of your PC (you can find it out using the command
ipconfig /all(in the command line). - Set the highest priority for this device.
- 🔒
WPS(unsafe and may reduce performance) - 📡
Guest network(if you don't use it) - 🔄
IPv6(if your provider does not support it) - 📊
Traffic statisticsorParental control(if not needed)
Disabling unnecessary features
Many router features slow down your speed. Disable:
Updating the router firmware
Outdated firmware may be limiting speed. Update it:
- Download the latest firmware from the router manufacturer's website.
- Go to the router's web interface →
System tools→Firmware update. - Upload the downloaded file and wait until it is completed (do not turn off the router!).
What should I do if my router won't turn on after updating the firmware?
If your router stops responding after an update, try resetting it to factory settings:
1. Press and hold the button Reset (usually it is recessed and requires a paper clip) 10-15 seconds.
2. Wait 2-3 minutes – the router will reboot with factory settings.
3. Reconfigure it via the web interface.
If this does not help, flash the router manually through TFTP (look for instructions for your specific model).
8. Alternative methods of acceleration
If none of the above helps, try these methods:
- 🖥️ Use a USB Wi-Fi adapter: Built-in adapters in laptops are often weak. An external adapter (for example, TP-Link Archer T4U or ASUS USB-AX56) can provide an increase of up to 200-300 Mbit/s.
- 🔌 Powerline adaptersIf your router is far away and you don't want to run cables, use adapters. Powerline (For example, TP-Link AV1000). They transmit the Internet through electrical wiring at speeds of up to 500 Mbit/s.
- 📶 Wi-Fi repeater or mesh system: Boosts the signal in dead zones. Modern repeaters (for example, Xiaomi Wi-Fi Range Extender Pro) support Wi-Fi 6.
- 🔧 Replacing router antennas: If your router has removable antennas, buy more powerful ones (for example, with gain
7 dBiinstead of standard ones3 dBi).
For gaming PCs or workstations, the best option is laying network cable (twisted pair Cat 5e or Cat 6). Even a budget cable will provide a stable 1 Gbps without delays.
FAQ: Frequently asked questions about Wi-Fi speed on a PC
Why is Wi-Fi speed slower than cable?
This is normal. Wireless networks are always slower than wired networks due to:
- Interference from other devices (microwaves, neighboring routers).
- Limitations of the Wi-Fi standard (for example, Wi-Fi 5 maximum 867 Mbps vs 1 Gbps via cable).
- Distances to the router and obstacles (walls, furniture).
- Encryption overhead (WPA2/WPA3).
If the difference is more than 50%, check the settings in this article.
How do I know which Wi-Fi standard my PC supports?
Open device Manager → Network adapters → Find your Wi-Fi adapter. The standard is usually listed in the name:
- 802.11n → Wi-Fi 4 (up to 150 Mbps)
- 802.11ac → Wi-Fi 5 (up to 867 Mbps)
- 802.11ax → Wi-Fi 6 (up to 2.4 Gbps)
You can also view the adapter's specifications on the manufacturer's website.
Do Wi-Fi booster programs help?
No, most of these programs (like NetBooster or WiFi Master) are either useless or harmful. They:
- Change TCP/IP settings, which are reset after reboot.
- They may install unnecessary services or advertising.
- Does not affect real limitations (Wi-Fi standard, interference, router power).
It is better to manually configure the router and PC according to these instructions.
Why does the speed drop in the evening?
In the evening, the networks are overloaded due to:
- Maximum user activity (streaming, gaming, downloads).
- Interference from neighbors (everyone is using Wi-Fi, the channels are overloaded).
- Provider restrictions (some tariffs have "evening limits").
Solutions:
- Switch to 5GHz (there are fewer users).
- Use QoS on your router to prioritize your PC.
- Try alternative DNS (eg.
1.0.0.1).
How do I check who is connected to my Wi-Fi?
To see all connected devices:
- Go to the router's web interface (usually
192.168.0.1or192.168.1.1). - Find the section
DHCP,ClientsorWireless mode→Statistics. - There will be a list of devices with MAC addresses and IP.
If you see unfamiliar devices, change your Wi-Fi password and enable MAC address filtering (although this is not the most reliable protection).