You open your browser, try to load a page - and it hangs for minutes, the video on YouTube It's constantly buffering, and online games are lagging even with a stable ping. Meanwhile, the internet on my phone or other device is flying. Sound familiar? Slow performance. Wi-Fi on a laptop — one of the most common problems faced by home network users. In 80% of cases, it can be resolved independently without calling a technician.
In this article we will look at all possible reasons — from the mundane (an overloaded router) to the hidden (network card drivers, power saving settings). You will receive step-by-step instructions For Windows 10/11, macOS And Linux, as well as a checklist for quick diagnostics. It doesn't matter whether you're using a budget ASUS or top-end MacBook Pro — the solutions are universal.
Before you go to the settings, answer one question: does the problem occur? only on laptop or on all devices on the network? If the internet is slow on both your smartphone and Smart TV — the router or ISP is to blame. If only the laptop is slow, look for the cause in its settings. Let's start with the simplest.
1. Check the speed and diagnose the problem
Before you fix anything, you need to understand, how much does the speed drop? and where exactly the bottleneck occurs. To do this:
- Measure the speed on a laptop via services Speedtest or Fast.comRun the test 2-3 times and record the average values.
Ping,DownloadAndUpload. - Compare with other devicesRun the same test on a smartphone or tablet connected to the same Wi-Fi network. If the difference is more than 30%, the problem is with the laptop.
- Check the cable connectionConnect your laptop to the router via Ethernet and repeat the test. If the speed increases, it's the culprit. Wi-Fi adapter or its settings.
Please note Ping (server response delay). If it is higher 100 ms, but the download speed is normal - the problem may be in DNS servers or network congestion. If both speed and ping are poor, either the adapter or the router is to blame.
2. Basic router settings: what you can do in 5 minutes
If the problem isn't limited to your laptop, first check your router. Even if you haven't changed any settings, your neighbors may have set up a new access point on the same channel, which will cause problems. ether overload.
- 🔄 Reboot your routerUnplug it for 30 seconds, then plug it back in. This will clear the cache and temporary errors.
- 📡 Change Wi-Fi channel. Go to the router's web interface (usually at
192.168.0.1or192.168.1.1) and in the sectionWi-Fi → SettingsSelect the channel manually. To2.4 GHztry channel 1, 6 or 11 (they don't overlap). For5 GHzchoose any free one. - 🔒 Change the safety standardIf you have
WEPorTKIP, change toWPA2-PSK (AES)orWPA3Old standards are not only insecure, but also slow down connections. - 📶 Turn off smart featuresIn routers TP-Link, ASUS And Keenetic often included
QoS,Parental ControlorAiProtection, which may slow down traffic. Try disabling them.
If you have a dual-band router, try connecting to the network 5 GHz instead of 2.4 GHz (or vice versa). Range 5 GHz It's less congested, but it's worse at passing through walls. Also, check if your router has a speed limit set for your MAC addresses (sometimes this is done by "forgetful" housemates).
⚠️ Attention: If you have a router from a provider (Rostelecom, MTS, Beeline), its firmware may be "locked." In this case, some settings (such as channel changes) may be unavailable. Contact your provider's support or request an unlock.
3. Optimizing Wi-Fi settings on your laptop
If the problem is limited to your laptop, and other devices are working fine, the problem lies in its settings. Let's start with the most obvious: power saving mode. By default Windows And macOS limit power Wi-Fi adapterto save battery life. This can reduce speed by 30-50%.
For Windows 10/11:
- Open
Control Panel → Power Options. - Select an active meal plan and click
Set up a power plan → Change advanced settings. - Find the section
Wireless Network Adapter Settings → Power Saving Modeand installMaximum performance.
For macOS:
On MacBook disable the option Dim the screen slightly when on battery power V System Preferences → Battery. Also check if the mode is turned on Energy saving in the battery menu.
Another common reason is - automatic connection to a slow networkIf you have multiple access points at home (for example, MyWiFi_2.4 And MyWiFi_5), the laptop may be clinging to a weaker signal. To fix this:
- 🖥️ In Windows: open
Settings → Network & Internet → Wi-Fi → Manage known networks, delete unnecessary networks and leave only the one you want to connect to. - 🍎 On Mac: go to
System Preferences → Network → Wi-Fi → Advancedand drag the priority networks to the top of the list.
Disable power saving mode for the adapter|Delete old networks from the connection list|Reconnect to the router (forget the network and re-enter the password)|Check if Airplane mode is enabled-->
4. Update and reinstall Wi-Fi adapter drivers
Outdated or corrupted drivers are one of the main causes of slow Wi-Fi. Manufacturers regularly release updates that fix compatibility issues with new standards (Wi-Fi 6, WPA3) and increasing stability.
To update the driver on Windows:
- Click
Win + Xand selectdevice Manager. - Expand the section
Network adapters, find yours Wi-Fi adapter (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4). - Right click →
Update driver → Automatic search.
If Windows It says that the driver is up to date, but the problem remains:
- 🔍 Download the driver manually from the laptop manufacturer's website (Lenovo, HP, Dell) or adapter (Intel, Broadcom, Realtek).
- 🗑️ Remove the old driver via
device Manager(right click →Remove device), then install a new one. - 🔄 If things get worse after the update, roll back the driver (
Properties → Driver → Roll Back Driver).
For macOS And Linux Drivers are updated along with the system. But if you have external Wi-Fi adapter (For example, TP-Link TL-WN725N), download the driver from the manufacturer's website.
⚠️ Attention: On laptops with Realtek adapters (especially seriesRTL8188,RTL8723) Driver issues often arise. If Wi-Fi disappears completely after an update, install the driver from the website. Realtek, and not through Windows Update.
5. TCP/IP and DNS settings: how to speed up page loading
Sometimes the Internet slows down not because of low speed, but because long delays when accessing websites. This is due to incorrect settings. TCP/IP or slow DNS servers.
First, reset your network settings:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns
These commands are executed in Command line as administrator (Win + X → Command Prompt (Administrator)). Then restart your laptop.
Then change DNS servers:
- Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - Right-click on your Wi-Fi connection →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties→Use the following DNS server addresses. - Enter:
8.8.8.8(Google DNS) and8.8.4.4, or1.1.1.1(Cloudflare) and1.0.0.1.
You can also optimize the parameters TCP/IP To reduce delays:
- 📝 In
Registry Editor(Win + R → regedit) follow the path:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{GUID}(Where
{GUID}— your adapter's identifier). - 🔧 Create or edit parameters
TCPWindowSize(meaning65535) AndTcp1323Opts(meaning1).
| Parameter | Recommended value | Effect |
|---|---|---|
TCPWindowSize |
65535 |
Increases throughput |
Tcp1323Opts |
1 |
Enables TCP window scaling. |
DefaultTTL |
64 |
Optimizes packet lifetime |
EnablePMTUDiscovery |
1 |
Improves MTU detection |
If the Internet connection disappears completely after changing the registry, delete the settings you created or perform a system rollback.
6. Hardware issues: overheating, antennas, and external interference
If software methods do not help, the reason may be in hardware. Most often, the culprits are:
- 🔥 Wi-Fi adapter overheating. On many laptops (HP Pavilion, Acer Aspire) The adapter is located next to the processor and heats up along with it. Check the temperature using HWMonitor or AIDA64If the adapter gets hotter
70°C- clean your laptop from dust or use a cooling pad. - 📡 Damaged antennasIf the laptop was dropped or disassembled, the antenna wires from the Wi-Fi module may have become disconnected. In this case, the signal will be weak even near the router.
- 🛡️ External interferenceMicrowaves, wireless mice, Bluetooth speakers, and even neighboring Wi-Fi networks can cause interference. Try moving your router away from such devices.
To check if the adapter is at fault:
- Connect to laptop external Wi-Fi adapter (For example, TP-Link TL-WN725N (for 500 rubles). If the speed has increased, the problem is in the internal module.
- Check it out signal strength V
Device Manager(adapter properties → tabAdditionally→ parameterTransmit Power). Set valueHighestor100%.
⚠️ Attention: On some laptops (Dell Latitude, Lenovo ThinkPadThe Wi-Fi module is soldered onto the motherboard. Replacing it requires soldering and costs 3,000-5,000 rubles. In this case, it's cheaper to buy an external adapter.
How to test Wi-Fi adapter antennas?
Open the back cover of your laptop (on most models, it comes off after unscrewing the screws). Locate the Wi-Fi module (usually a black or white board with two antenna wires). If the wires are torn or corroded, this is the cause of the poor signal. The only way to restore them is by soldering or replacing the module.
7. Viruses, background programs, and provider restrictions
Slow internet can be caused not only by Wi-Fi problems, but also extraneous processesconsuming traffic. Check:
- 🦠 Viruses and mining bots. Run the scan Malwarebytes or Kaspersky Virus Removal ToolPay attention to the processes that are loading the network in
Task Manager(tabNet). - 📥 Background updates. Windows, Steam, Epic Games and even NVIDIA GeForce Experience They can download gigabytes of data in the background. Disable auto-updates or limit their speed.
- 🚫 Provider restrictions. Some tariffs (Rostelecom, Dom.ru) have "gray" limits once your traffic is exhausted. Check your personal account or call support.
To find memory-hungry programs:
- Open
Task Manager(Ctrl + Shift + Esc). - Go to the tab
Netand sort the processes by columnNetwork (sent). - If any application consumes >100 Mbps for no apparent reason, close it or delete it.
Also check if they are turned on VPN or proxy, which can slow down the connection. Windows this is done in Settings → Network & Internet → VPN.
8. Alternative solutions: if nothing helps
If all the above methods don't work, try more radical measures:
- 🔧 Reset network settings. IN Windows 10/11:
Settings → Network & Internet → Status → Network resetOn . macOS: delete all networks inSystem Preferences → Networkand reboot. - 🔄 BIOS updateOn some laptops (ASUS, MSIAn outdated BIOS version may limit Wi-Fi speed. Update it from the official website (but be careful—an incorrect update can brick your device!).
- 🛠️ Replacing the Wi-Fi moduleIf the adapter is physically damaged, replacing it will cost 1,000-3,000 rubles (depending on the model). A universal module will work for most laptops. Intel AX200 (supports
Wi-Fi 6). - 📶 Using a repeater or mesh systemIf the problem is a weak signal, install Wi-Fi repeater (For example, TP-Link RE605X) or go to Mesh network (Google Nest Wi-Fi, ASUS ZenWiFi).
If the laptop is old (manufactured before 2015), its Wi-Fi adapter may simply not support modern standards (802.11ac, Wi-Fi 6). In this case, an external adapter (for example, TP-Link Archer T4U) will give a 2-3 times speed increase.
Last piece of adviceIf you live in an apartment building, try change the router frequency to a less busy one. To do this, download the app WiFi Analyzer (Android) or NetSpot (Windows/macOS) and scan the airwaves. Choose the channel that is used the least by neighbors.
FAQ: Frequently asked questions about slow Wi-Fi on a laptop
Why is the internet fast on my phone but not on my laptop?
This situation occurs when there's a problem with your laptop's settings. Causes:
- Outdated Wi-Fi adapter drivers.
- Power saving mode limits the power of the adapter.
- The laptop is connected to a different band (for example, to
2.4 GHz, and the phone is to5 GHz). - Viruses or background programs are loading the network.
Start with driver updates And power saving disable.
How do I know what Wi-Fi adapter I have?
IN Windows:
- Click
Win + X→device Manager. - Expand the section
Network adapters. - Find the device with the words
Wireless,Wi-Fior802.11.
IN macOS:
- Open
About This Mac → System Report → Network → Wi-Fi. - In the line
Interface mapthere will be an adapter model.
Can an antivirus slow down Wi-Fi?
Yes, some antiviruses (Kaspersky, ESET, Avast) scan network traffic in real time, which can reduce speed by 20-40%. To check:
- Disable your antivirus for 10 minutes.
- Conduct a speed test.
- If the speed has increased, add the browser or game to your antivirus exceptions.
Also check your firewall settings (Control Panel → Windows Firewall) - sometimes it blocks legitimate connections.
Will replacing the router help if my laptop is slowing down?
Replacing a router makes sense if:
- The current router is over 5 years old and does not support
Wi-Fi 5 (802.11ac)orWi-Fi 6. - You have a lot of devices (10+), and the router cannot handle the load.
- You live in a densely populated area, and your current router cannot automatically select free channels.
For a laptop, it is better to choose a router with:
- Support
MU-MIMO(simultaneous work with several devices). - Dual-band Wi-Fi (
2.4 GHz + 5 GHz). - A powerful processor (for example, ASUS RT-AX88U or TP-Link Archer AX6000).
What should I do if Wi-Fi disappears after a Windows update?
This is a problem when updating to a new version. WindowsSolutions:
- Roll back the driver:
- Go to
Device Manager → Network Adapters. - Right-click on the adapter →
Properties → Driver → Roll Back Driver.
- Go to
- Install the driver manually:
- Download the driver from the laptop manufacturer's website (section
Support). - Uninstall the current driver via
device Manager. - Install the downloaded driver and reboot.
- Download the driver from the laptop manufacturer's website (section
- Revert to an older version of Windows (if the update was recent):
- Go to
Settings → Update & Security → Recovery. - Click
Revert to a previous version of Windows.
- Go to
If nothing helps, check if the Wi-Fi adapter is disabled in the BIOS (F2 or Del when loading).