Slow internet, constant connection drops, or a weak Wi-Fi signal on your laptop—do you have a familiar problem? Even if your router is working properly and your ISP promises high speeds, your laptop may be slowing down due to incorrect settings, outdated drivers, or hardware limitations. In this article, we'll explore these issues. 7 working methodsHow to improve your laptop's Wi-Fi without buying new hardware—from basic checks to hidden operating system features.
It is important to understand that there are reasons for a poor signal software (network settings, drivers, background processes) and hardware (laptop antenna, distance to the router, interference). We'll start with the simplest solutions, which take a couple of minutes, and gradually move on to more complex ones. If you're unsure of your technical skills, don't worry: each section contains step-by-step instructions with explanations.
Let's note right away: some methods require administrator rights, and individual settings may vary depending on the laptop model and OS version. For this example, we'll use Windows 11, but most of the tips are also relevant for Windows 10/8.1, macOS And Linux (with adjustments to the interface).
1. Check the Obvious: 5 Quick Steps Before Settings
Before you dig into drivers or buy a signal booster, make sure the problem isn't hidden on the surface. Here's five basic checks, which often solve the problem:
- 🔌 Restart your router and laptop. It's simple, but it works: unplug your router for 30 seconds, then plug it back in. Do the same with your laptop. This will clear any temporary glitches in your network adapters.
- 📶 Check the distance to the router. The Wi-Fi signal weakens beyond 10–15 meters (depending on walls and interference). If you're in another room, try moving closer or moving the router to the center of the apartment.
- 🔄 Change the Wi-Fi band. Modern routers support two ranges:
2.4 GHz(long-range but slow) and5 GHz(fast, but with less coverage). Try connecting to a different band in your network settings. - 🔒 Make sure no one is "stealing" your Wi-Fi. Go to the router's web interface (usually at
192.168.0.1or192.168.1.1) and check the list of connected devices. Unrecognized devices? Change your network password. - 🛠️ Disable VPN and proxy. These services may artificially limit your speed. Check if a VPN is enabled in your system or browser settings.
If the problem persists after these steps, we'll move on to deeper settings. But first, answer this question:
2. Update or reinstall the Wi-Fi adapter driver
Outdated or corrupted drivers are one of the main reasons for poor Wi-Fi performance. Manufacturers regularly release updates that fix bugs and improve compatibility with new standards (e.g., Wi-Fi 6). Here's how to check and update the driver:
For Windows:
- Click
Win + Xand select device Manager. - Expand the section Network adapters.
- Find your Wi-Fi adapter (usually it has ".") in its name. Wireless, Wi-Fi or a model, for example Intel AX200, Qualcomm Atheros).
- Right click → Update driver → Automatic search.
If automatic update does not help:
- Download the driver from official website of the manufacturer (Please indicate the exact model of your laptop or adapter).
- IN Device Manager uninstall the current driver (right click → Remove device), then install the downloaded one.
☑️ Checking the Wi-Fi driver
For macOS: Driver updates come through System Settings → Software UpdateYou don't need to download them separately.
For Linux: Use the command:
sudo apt update && sudo apt install --reinstall firmware-*-nonfree
(For Debian/Ubuntu-based distributions. For other distributions, check the firmware package for your adapter model.)
⚠️ Attention: If after updating the driver Wi-Fi stops working completely, roll back to the previous version in Device Manager (right click → Properties → Rollback).
3. Optimize your Wi-Fi adapter's power settings
Windows saves power by default by limiting the performance of the Wi-Fi adapter. This can lead to a 30–50% drop in speed when running on battery power. To disable this restriction:
- Open device Manager (
Win + X). - Find your Wi-Fi adapter in the section Network adapters.
- Right click → Properties → tab Power management.
- Uncheck the box Allow the computer to turn off this device to save power.
For laptops with Intel or Killer Networking It is also recommended to use adapters:
- 🔧 Log in Control Panel → Network Adapters → Advanced Settings (or through Adapter properties in Device Manager).
- 📊 Find parameters like
Roaming Aggressiveness,Transmit Poweror802.11n/ac Wireless Modeand set them in position Maximum Performance or Highest.
On macOS There are no similar settings, but you can reset the network parameters:
sudo ifconfig en0 down && sudo ifconfig en0 up
(Replace en0 on your network interface - look at it through ifconfig.)
4. Change the Wi-Fi channel and mode in the router settings
If you have a lot of neighboring Wi-Fi networks in your home or office, they may be causing interference. The solution is change the channel to a less busy one. To do this:
- Go to the router's web interface (usually
192.168.0.1or192.168.1.1, login/password - on the device sticker). - Find the section Wi-Fi (or Wireless, Wireless network).
- Check the current channel (
Channel). If it's worth it Auto - try selecting channels manually1,6or11(For2.4 GHz), since they do not intersect. - For
5 GHzchoose channels with less load (you can check through applications like Wi-Fi Analyzer on Android). - Save the settings and reboot the router.
Also pay attention to operating mode (Wireless Mode):
- 📡 If you have older devices (manufactured before 2015), set the mode
802.11b/g/n mixed. - 🚀 For modern gadgets, select
802.11n/ac/ax mixed(orWi-Fi 6, if the router supports it).
| Parameter | Recommended value | Explanation |
|---|---|---|
Channel Width (Channel width) |
20/40 MHz (for 2.4 GHz), 80 MHz (for 5 GHz) |
Large width increases speed but can create interference. |
Wireless Mode |
802.11n/ac/ax (if all devices are new) |
Old standards (802.11b) limit the speed of the entire network. |
Beacon Interval |
100 |
Default value. Decreasing it speeds up reconnection but increases the load. |
DTIM Interval |
3 |
Affects the power consumption of devices. Optimal for most situations. |
⚠️ Attention: Router settings may vary depending on the model and firmware. If you are unsure, back up your configuration before making any changes (see section System Tools → Backup & Restore).
5. Use an external antenna or USB adapter (if nothing helps)
If software methods do not produce results, the problem may be in hardwareBuilt-in laptop antennas are often weak, especially in ultrabooks. Solutions:
- 📡 USB Wi-Fi adapter. Inexpensive models (for example, TP-Link TL-WN823N or ASUS USB-AC53 Nano) connect to a USB port and provide a more stable signal. They are suitable for laptops without an external antenna port.
- 🔌 External antenna. Some laptops (for example, business series Lenovo ThinkPad or Dell Latitude) have a connector for connecting an external antenna. This solution is for stationary use.
- 🔄 MIMO adapter. Devices with technology MU-MIMO (For example, Netgear A7000) support multiple data streams and perform better in busy networks.
When choosing a USB adapter, pay attention to:
- Wi-Fi standard:
802.11ac(Wi-Fi 5) or802.11ax(Wi-Fi 6) for maximum speed. - Frequencies: support for both ranges (
2.4 GHzAnd5 GHz). - Drivers: check compatibility with your OS (especially for Linux or macOS).
How to check if a USB adapter is compatible with Linux?
Many adapters are on chips Realtek (e.g. RTL8812AU) require manual driver installation. Before purchasing, check support on [GitHub](https://github.com) (search by chip model) or in the [Linux Wireless](https://wireless.wiki.kernel.org/) database.
If you decide to buy, here is a comparison of popular models:
| Model | Standard | Max. speed | 5 GHz support | Price (approximately) |
|---|---|---|---|---|
| TP-Link TL-WN823N | 802.11n | 300 Mbps | No | ~1 000 ₽ |
| ASUS USB-AC53 Nano | 802.11ac | 867 Mbps | Yes | ~1 500 ₽ |
| Netgear A7000 | 802.11ac (MU-MIMO) | 1,900 Mbps | Yes | ~3 500 ₽ |
6. Optimize Windows settings for maximum speed
Windows has hidden settings that can limit network bandwidth. Here's what you can do:
1. Disable bandwidth reservation limitation:
- Click
Win + R, entergpedit.msc(only for Windows Pro And Enterprise). - Go to
Computer Configuration → Administrative Templates → Network → QoS Packet Scheduler. - Find the parameter Limit reserved bandwidth and set the value 0%.
2. Set Wi-Fi priority over Ethernet (if you use both connections):
- Open Control Panel → Network and Sharing Center → Change adapter settings.
- Click
Altto open the menu, then select Additional options. - Move Wireless network to the first position on the list.
3. Disable automatic speed detection (for Intel adapters):
In Device Manager → Adapter Properties → Advanced → Disable "Automatic UAPSD" and "Green Field"
For macOS And Linux Similar fine-tuning can be done through the terminal or configuration files, but requires advanced knowledge. If you're not an experienced user, skip this step.
7. Check your laptop for viruses and background processes
Unlikely, but possible: some viruses or programs can intercept traffic or load the network in the background. Check:
- 🛡️ Run your antivirus. Use Kaspersky Virus Removal Tool or Dr.Web CureIt! for a one-time scan.
- 📊 Check your network load. Open Task Manager (
Ctrl + Shift + Esc) → tab Performance → Wi-FiIf the load is constantly high without active downloads, look for a virus. - 🔍 Disable unnecessary programs. In the tab Autoload In Task Manager, disable programs that may use the Internet (for example, torrent clients, cloud storage).
Please pay special attention to:
- Mining bots: Some viruses use computer resources to mine cryptocurrency, which puts a strain on both the network and the processor.
- OS Updates: Windows and macOS may download updates in the background. Pause them in Settings.
- Synchronization software: Dropbox, Google Drive, OneDrive may limit speed. Set them to sync only when connected to power.
⚠️ Attention: If the problem persists after checking with an antivirus, but the Task Manager shows high network activity, check your laptop for rootkits or spyware by using Malwarebytes or HitmanPro.
FAQ: Frequently asked questions about improving Wi-Fi on a laptop
My laptop can't see the 5 GHz network. What should I do?
Possible reasons:
- Your Wi-Fi adapter does not support
5 GHz(check model specifications). - The adapter driver is out of date (update it as described in section 2).
- The range is disabled in the router settings.
5 GHz(go to the web interface and enable it).
If the adapter is old (for example, 802.11n), the only solution is to buy an external USB adapter with support 5 GHz.
My Wi-Fi stopped working after a Windows update. How do I fix it?
The new update is likely conflicting with the adapter driver. Try this:
- Roll back the driver Device Manager (right click → Properties → Rollback).
- Uninstall the latest Windows update:
Settings → Update & Security → View update history → Uninstall updates. - Download the latest driver from the laptop manufacturer's website (not from Windows Update!).
How can I check my Wi-Fi speed, not just my provider's rate?
Router connection speed and internet speed are two different things. To check local Wi-Fi speed:
- Connect your laptop to the router via cable (Ethernet) and run a speed test (for example, on speedtest.net).
- Disconnect the cable and repeat the Wi-Fi test.
- Compare the results: if the speed via cable is close to the tariff, but via Wi-Fi it is significantly lower, the problem is in the wireless connection.
You can also use the utility iPerf to test the speed between a laptop and a router in a local network.
Will replacing the antenna in my laptop help?
Replacing the built-in antenna is possible, but:
- ✅ Will give a signal boost 10–30%, if the current antenna is damaged.
- ❌ It will not solve the problem if the signal is weak due to distance from the router or interference.
- ⚠️ Requires disassembling the laptop (risk of voiding the warranty).
An alternative is an external antenna connected via U.FL- connector (if your model has one).
How to improve Wi-Fi on a MacBook?
For macOS The same advice applies, but with some amendments:
- 🔄 Reset network settings:
System Preferences → Network → Virtual Interface Management → Reset. - 📱 Disable the "Automatically connect to networks" feature:
System Preferences → Wi-Fi → Advanced → Check "Ignore this network"for unnecessary networks. - 🔋 Reset SMC and NVRAM: This helps with unstable connections. Instructions on the website. Apple.
If the problem persists, check your router settings (especially the channel and bandwidth).