You have connected your computer or laptop to Wi-Fi, but the internet speed is slow Wi-Fi adapter Is the connection speed significantly lower than via cable or other devices? This problem is familiar to millions of users—and there are dozens of causes, from the mundane to the hidden. In this article, we'll explore all possible factors, affecting wireless connection performance, and we will provide specific solutions for each situation.
It is important to understand: Wi-Fi adapter — it's not just a "signal receiver," but a complex device dependent on drivers, router settings, airborne interference, and even the physical location of antennas. We won't limit ourselves to general advice like "reboot your router" — instead, you'll get detailed diagnostics with proven methods for eliminating each cause, including rare cases such as DFS channel conflicts or provider restrictions.
Let's start with the most obvious and gradually get to the little-known nuances that aren't mentioned in standard instructions.
1. Problems with Wi-Fi adapter drivers
A driver is a "translator" between the operating system and the hardware. If it's outdated, corrupted, or simply not optimized, Wi-Fi speed can drop by 2-5 times. This is especially true for chip-based adapters. Realtek, Broadcom And Intel, where manufacturers regularly release updates to fix bugs.
How to check the driver version?
- 🖥️ In Windows: open
device Manager→Network adapters→ Find your Wi-Fi module →Properties → Driver. - 🐧 In Linux: run the command
orlspci -knn | grep Net -A3
(for USB adapters).lsusb - 🍎 In macOS: go to
About This Mac → System Report → Networks → Wi-Fi.
Updating the driver often solves the problem, but there are some pitfalls:
- ⚠️ Do not download drivers from third-party websites. — Only from the official website of the adapter or laptop manufacturer. Counterfeit drivers may contain viruses or limit functionality.
- 🔄 For Realtek RTL88x2 And RTL8188 sometimes it helps rollback to an older version - new drivers can be raw.
- 🔧 In Windows 11 Automatic driver updates via the Update Center often install generic (non-optimized) versions. It's better to install them manually.
⚠️ Attention: If Wi-Fi disappears completely after updating the driver, use System Restore (Windows) or boot into safe mode to roll back.
2. Incorrect router settings
The router is the second most important element in the chain. Even if your Wi-Fi adapter supports Wi-Fi 6 (802.11ax), and the router operates in mode 802.11n on the channel 2.4 GHz, you'll lose up to 80% of your speed. Let's look at the key settings:
| Parameter | Optimal value | Why is it important? |
|---|---|---|
| Wi-Fi standard | 802.11ac or 802.11ax |
Modes 802.11b/g/n limit the speed to 150–300 Mbps |
| Frequency | 5 GHz (if the adapter supports it) |
Range 2.4 GHz overloaded and subject to interference |
| Channel width | 80 MHz (for 5 GHz) or 40 MHz (for 2.4 GHz) |
Narrow channels (20 MHz) limit bandwidth |
| Security mode | WPA3-Personal or WPA2-PSK (AES) |
Obsolete WEP or TKIP slow down the connection |
How to change settings?
- Open the router's web interface (usually at
192.168.0.1or192.168.1.1). - Go to the section
Wireless Settings(or similar). - Set the parameters according to the table above.
- Save the settings and reboot the router.
⚠️ Attention: Setting upDFS channels(50–144 in the 5 GHz band) may cause intermittent connection loss if there are radars nearby. It is better to choose fixed channels.36–48or149–165.
☑️ Checking router settings
3. Interference from other networks and devices
Your Wi-Fi operates on the same frequency as neighboring networks, microwaves, wireless mice, and even some lamps. In an apartment building on a canal 2.4 GHz there may be up to 20 overlapping networks - these are guaranteed speed and ping loss.
How to check the airtime load?
- 📊 In Windows: use the utility NetSpot or Wi-Fi Analyzer (from Microsoft Store).
- 📱 On Android: install the application WiFi Analyzer (from farproc).
- 💻 In Linux: run the command
sudo iwlist wlan0 scanning | grep Frequency
Solutions:
- 🔄 Change the channel in the router settings to the least loaded one (for example,
1,6or11for 2.4 GHz). - 📡 If the router supports
5 GHz, switch to this range - it is less noisy. - 🚫 Move sources of interference away from the router: microwaves, wireless speakers, cordless phones.
What is DFS and why does it interfere with Wi-Fi?
DFS (Dynamic Frequency Selection) is a technology that automatically switches 5 GHz channels when radars (such as weather stations) are detected. If your router supports DFS but there's a radar nearby, it will constantly change channels, causing delays of up to 10 minutes. Solution: Manually select a non-DFS channel (e.g., 149–165).
4. Restrictions from the provider or tariff
Sometimes the problem isn't with the adapter or router, but with the internet connection itself. ISPs often limit speed based on:
- 📉 Tariff plan (for example, you have a tariff of “50 Mbit/s”, and you expect 100).
- 🔒 Traffic type (torrents, 4K videos, online games may be throttled).
- 🕒 Time of day (during rush hours, speed may drop by 30–50%).
How to check?
- Connect your computer to the router via cable and run a speed test on Speedtest.net or Yandex Internetometer.
- Compare the result with the speed stated in your contract. If the difference is more than 10%, contact your provider's support team.
- Check it out
PPPoE settingsin the router: sometimes providers limit the speed if it is set incorrectlyMTU(optimal value -1472or1480).
⚠️ Attention: Some providers (eg Rostelecom or Beeline) artificially reduce Wi-Fi speed to save data. In this case, the only solution is to file a complaint with support demanding full speed.
5. Wi-Fi adapter hardware limitations
Not all adapters are created equal. Cheap chip-based models Realtek RTL8188 or RTL8192 physically unable to provide a higher speed 150 Mbps, even if the router supports Wi-Fi 6Here's what you need to know:
| Adapter chip | Max. speed | 5 GHz support | Common problems |
|---|---|---|---|
| Realtek RTL8188EU | 150 Mbps |
❌ No | Strong drops under load, overheating |
| Intel AX200 | 2.4 Gbps |
✅ Yes | Conflicts with some routers TP-Link |
| Broadcom BCM4360 | 1.3 Gbps |
✅ Yes | Driver issues in Linux |
Solutions:
- 🔍 Check your adapter model (see the section on drivers) and compare it with the table.
- 💰 If the adapter is weak, consider purchasing an external USB module (for example, TP-Link Archer T4U or ASUS USB-AX56).
- 🔧 For built-in adapters in laptops (e.g. Dell Inspiron or HP Pavilion) sometimes replacing it with a more powerful module helps (for example, Intel Wi-Fi 6 AX200).
6. Problems with nutrition and energy saving
Windows and some laptops aggressively save power by disabling the Wi-Fi adapter in the background. This leads to packet loss and sudden drops in speed, especially when downloading files or streaming.
How to disable energy saving?
- 🖥️ In Windows:
- Open
device Manager→Network adapters. - Right-click on your adapter →
Properties→Power management. - Uncheck the box
Allow the computer to turn off this device to save power.
- Open
Additional reasons:
- ⚡ Unstable router power supplyIf your power supply is weak, your router may sluggish under heavy load. Try connecting it to a different power source.
- 🔌 USB adapters without external power supply: some models (eg Alfa AWUS036ACH) require connection to two USB ports or an external source.
7. Viruses, background programs, and OS limitations
If your computer is infected with viruses or has programs actively using the network running in the background (torrents, cloud syncs, mining), they can "eat up" a significant share of your traffic. Also, some antivirus programs (for example, Kaspersky or Avast) scan all traffic, which slows down the connection.
How to check?
- 🛡️ Open
Task Manager(Ctrl+Shift+Esc) → tabNetSee which programs are consuming traffic. - 🦠 Run a full virus scan (eg. Malwarebytes or Dr.Web CureIt!).
- 🔍 In Windows Check your firewall settings: sometimes it blocks certain types of traffic.
Other systemic causes:
- 🔄 Speed limiting in the Windows registry: Some OS builds artificially limit speed. Check the setting
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched\NonBestEffortLimit(must be0). - 🐧 In Linux the problem may be in the settings
iwconfigorNetworkManagerTry setting the speed manually:sudo iwconfig wlan0 rate 54M
8. Physical obstacles and distance to the router
Walls, furniture, and even human bodies weaken a Wi-Fi signal. For example, a 30 cm thick concrete wall can reduce the signal strength by 50%, and a mirror or aquarium - to create a “dead zone”.
How to improve coverage?
- 📡 Move the router to the center of the apartment and raise it higher (for example, onto a closet).
- 🔄 Use repeater (For example, TP-Link RE605X) or Mesh system (For example, ASUS ZenWiFi).
- 📶 Replace the standard router antennas with more powerful ones (for example, 9 dBi from Alfa Network).
You can check the signal level:
- IN Windows: Click on the Wi-Fi icon → see the number of signal bars.
- IN Linux: run the command
(meaning higheriwconfig wlan0 | grep Signal-70 dBm- a good signal).
⚠️ Attention: If your router is next to a window and you're connecting from the opposite side of the apartment, the signal may travel across the street and be blocked by neighboring networks. The solution is to move the router or use a directional antenna.
FAQ: Frequently asked questions about slow Wi-Fi using an adapter
❓ Why is Wi-Fi speed 10 times slower than cable?
This is normal: Wi-Fi is always slower than Ethernet due to data loss during over-the-air transmission. But if the difference is more than 3-5 times, check:
- Router settings (mode
802.11ac/ax, channel5 GHz). - Adapter drivers (update or roll back).
- Interference from other networks (use Wi-Fi Analyzer).
❓ My USB adapter is getting hot and slow. What should I do?
Overheating is a common problem with cheap adapters (for example, Realtek RTL8188). Solutions:
- Connect the adapter via USB extension cable (for better cooling).
- Use passive radiator (can be purchased for video cards).
- Replace the adapter with a model with a metal case (for example, ASUS USB-AX56).
❓ Why is my ping high in games, but my speed is fine?
High ping (latency) with normal download speed is usually caused by:
- Interference (change the channel in the router).
- Router overload (turn off unnecessary devices).
- Qos settings (your router may prioritize torrents over games).
Try setting it manually MTU in the adapter settings (optimally - 1472).
❓ My laptop connects to Wi-Fi, but the internet isn't working. Why?
Reasons:
- Incorrect DNS: in the network connection settings, enter
8.8.8.8(Google) or1.1.1.1(Cloudflare). - IP conflict: in the command line, run
, thenipconfig /release
.ipconfig /renew - MAC address blocking in the router (check the list of allowed devices).
❓ How do I check if my adapter supports Wi-Fi 6?
Methods:
- Check the adapter model in
Device Managerand check the specifications on the manufacturer's website. - IN Linux complete
orlspci -v | grep Wireless
.lsusb -v - If the adapter supports
802.11ax, there should be a mode in the router settingsWi-Fi 6.
Examples of Wi-Fi 6 adapters: Intel AX200, Qualcomm FastConnect 6800, Broadcom BCM4375.