Weak Wi-Fi on a Laptop: How to Boost the Signal and Stabilize Speed

Are you sitting with your laptop two meters away from your router, and pages load like they're from a 2000s modem? Or is the signal constantly dropping out, forcing you to reconnect every 10 minutes? Are you experiencing problems with Wi-Fi on a laptop — is one of the most common user complaints, and it's not always due to an old router or a clumsy provider. More often than not, a weak signal or low speed is related to the device's settings, interference from neighbors, or outdated software.

In this article we will look at all possible reasons poor Wi-Fi on laptops Windows 10/11, macOS and even Linux — from basic checks to advanced settings. You'll learn how Increase your internet speed by 30–70% without purchasing new equipment, simply by optimizing the current settings. And if the problem lies in the hardware, we'll suggest some inexpensive accessories that can really help.

1. Check the Obvious: 5 Basic Reasons for a Weak Signal

Before delving into the settings, rule out simple mistakes that even experienced users miss. For example, the router may be overloaded — if 10+ devices (smartphones, smart bulbs, TVs) are connected to it, the laptop's speed will drop. Or the problem is physical interference: Concrete walls, metal cabinets and even aquariums weaken the signal.

Here's a quick diagnostic checklist:

  • 🔌 Restart your router and laptopTurn off both devices for 30 seconds—this will clear the cache and temporary errors.
  • 📶 Check the coverage areaMove 1–2 meters away from the router: if the signal improves, the problem is distance or interference.
  • 🔄 Change Wi-Fi band. In the router settings (192.168.0.1 or 192.168.1.1) try switching from 2.4 GHz on 5 GHz (or vice versa).
  • 📱 Disconnect unnecessary devicesSmartwatches, tablets, and even printers eat up some of your bandwidth.
  • 🔧 Update your router firmwareOutdated software may conflict with modern laptops (especially with Wi-Fi 6/6E).
📊 What kind of router do you have?
TP-Link
ASUS
Xiaomi
D-Link
Another brand

If the problem persists after these steps, proceed to the advanced setup. If the signal has disappeared completely, check if the laptop is turned on. Airplane mode (key Fn + F2/F12 or in the notification bar).

⚠️ Attention: On some laptops Lenovo And HP The Wi-Fi adapter turns off when the battery is low (less than 10%). Reconnect your device if the signal suddenly disappears.

2. Optimize your Wi-Fi adapter settings in Windows

By default Windows 10/11 uses "universal" settings to save power, which often reduces the adapter's performance. To fix this:

  1. Open Device Manager (Win + X → Device Manager).
  2. Expand the tab Network Adapters and find the device with the words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200).
  3. Right click → Properties → Power Management.
  4. Uncheck the box Allow the computer to turn off this device to save power.

Next, configure adapter operating mode:

  • In the same properties window, go to the tab "Additionally".
  • Find the parameter Wireless Mode or 802.11n/ac/ax and select the maximum supported standard (for example, 802.11ax For Wi-Fi 6).
  • For the parameter Roaming Aggressiveness set value "Short" or "Average" - this will reduce the number of reconnections.

Uncheck "Energy Saving" |

Select the highest Wi-Fi standard (802.11ax/ac)|

Disable auto-connection to weak networks|

Update adapter driver-->

If the parameter list contains Transmit Power (transmission power), set the value "High" or "Maximum"This will increase the adapter's range, but will slightly reduce battery life.

⚠️ Attention: On laptops with adapters Realtek (especially on older models) the "Advanced" tab may be missing. In this case, update the driver (see Section 4).

3. Select the optimal Wi-Fi channel (without conflicts with neighboring networks)

If you live in an apartment building, your router may conflict with your neighbors' networks operating on the same channel. This leads to ether overload and a drop in speed. The solution is to manually select the least congested channel.

First, scan the airwaves using free utilities:

  • 🖥️ Windows: WiFi Analyzer (from Microsoft Store) or inSSIDer.
  • 🍎 macOS: WiFi Explorer or NetSpot.
  • 🐧 Linux: team
    sudo iwlist wlan0 scanning | grep Frequency

In the scan results, please note:

  • 📊 The most loaded channels (usually 1, 6, 11 in the range 2.4 GHz).
  • 🔍 Neighbors' signal strength (if their networks are stronger than yours, the router will “lose” in the fight for airtime).
  • 🔄 Availability of networks on 5 GHz - this range is less busy, but passes through walls worse.

Then go to your router settings (192.168.0.1 or 192.168.1.1) and in the section Wi-Fi → Channel choose free. For 2.4 GHz optimal channels 1, 6 or 11 (they do not intersect). For 5 GHz You can use any channel from the list, but it is better to avoid DFS channels (they may conflict with radars).

Range Optimal channels Advantages Flaws
2.4 GHz 1, 6, 11 Better penetration through walls, larger radius Lots of interference from neighbors, low speed
5 GHz 36–48, 149–165 High speed, low interference Passes through obstacles more weakly
6 GHz (Wi-Fi 6E) Any Minimum interference, maximum speed Small radius, requires device support

4. Update your Wi-Fi adapter drivers (or reinstall them)

Outdated or faulty drivers are one of the main reasons unstable Wi-Fi on laptops. Manufacturers regularly release updates that fix compatibility issues with new standards (Wi-Fi 6, WPA3) and routers.

How to update the driver:

  1. Open "Device Manager" (Win + X).
  2. Find your Wi-Fi adapter in the section Network Adapters.
  3. Right click → "Update Driver" → "Search Automatically".

If Windows reports that the driver is up to date, but problems remain:

  • 🔧 Uninstall the current driver (right click → "Remove device"), then restart your laptop - the system will reinstall it.
  • 🌐 Download the driver from the manufacturer's website:
  • 🔄 Driver rollbackIf problems started after an update, roll back to the previous version (Driver tab → Roll Back).

For macOS Drivers are updated through Software Update (System Settings → Software Update). On Linux use commands:

sudo apt update && sudo apt upgrade # For Debian/Ubuntu

sudo dnf upgrade --refresh # For Fedora

⚠️ Attention: On laptops with adapters Killer Wireless (found in game models MSI, Alienware) Driver conflicts often occur. Remove proprietary software. Killer Control Center and install the standard drivers from Intel or Qualcomm.

5. Adjust power settings for maximum performance

Windows By default, it limits the Wi-Fi adapter's power in battery mode to conserve battery power. This can reduce speed by 20-40%. To fix:

  1. Open Control Panel → Power Options.
  2. Select an active plan (usually Balanced or Energy Saver) → "Customize your power plan".
  3. Click Change advanced settings.
  4. Find the section "Wireless Network Adapter Settings" → "Power Saving Mode".
  5. Install Maximum Performance for both states (battery and mains).

For macOS There are no similar settings, but you can reset the network parameters:

  1. Open System Preferences → Network.
  2. Select Wi-Fi → Advanced.
  3. Delete all saved networks by clicking «–».
  4. Click «OK» and restart your laptop.

On Linux Disable adapter power saving with the command:

sudo iwconfig wlan0 power off

(replace wlan0 to the name of your interface, which can be found through iwconfig).

6. Use external antennas or USB adapters (if nothing helps)

If software methods do not produce results, the problem may be in hardware — a weak built-in adapter or its antennas. In this case, the following will help:

  • 📡 USB Wi-Fi adapter (from 500 ₽). Optimal models:
    • TP-Link Archer T2U Plus (supports 5 GHz And Wi-Fi 5).
    • ASUS USB-AC68 (dual antenna, Wi-Fi 6).
    • Edimax EW-7833UAC (compact, with support MU-MIMO).
  • 🔌 PCIe Wi-Fi card (for desktop PCs or laptops with a connector M.2):
    • Intel Wi-Fi 6 AX200 (supports Wi-Fi 6 And Bluetooth 5.2).
    • Broadcom BCM94360NG (popular for macOS hackintoshes).
  • 📶 Signal amplifier (repeater) (from 1,500 ₽). Suitable if the problem is in a large house or has thick walls. Examples:
    • TP-Link RE605X (supports Wi-Fi 6).
    • Xiaomi Wi-Fi Repeater Pro (compact, with connector Ethernet).

Before purchasing, please check:

  • 🔧 Compatibility with your OS (some adapters do not work on macOS or Linux without additional drivers).
  • 📡 Supported standards (if the router Wi-Fi 6, take the adapter with 802.11ax).
  • 🔌 Connection type (USB 3.0 has lower latency than USB 2.0.)
How do I check if my adapter is compatible with Wi-Fi 6?

If the adapter specifications indicate standards 802.11ax or Wi-Fi 6/6E, it supports new technology. Also, pay attention to the maximum speed: for Wi-Fi 6 it should be no less than 900 Mbps (For example, 2400 Mbps for dual-band models).

⚠️ Attention: Cheap USB adapters with chips Realtek RTL8188 or RTL8192 They often slow down and lose connection. It's better to pay extra for models with Intel, Qualcomm Atheros or Broadcom.

7. Check your router settings: what could be slowing down Wi-Fi?

Sometimes the problem is not in the laptop, but in incorrect router settingsHere's what's worth checking:

  • 🔒 Encryption type. Outdated WEP or WPA slows down the connection. Use WPA2-PSK or WPA3.
  • 📶 Channel width. In the Wi-Fi settings (2.4 GHz) install 20 MHz (for stability) or 40 MHz (for speed). For 5 GHz can be used 80 MHz.
  • 🔄 Opening hoursIf the router supports Wi-Fi 6, enable it in the settings (usually the option is called 802.11ax or Wi-Fi 6 Mode).
  • 🚫 MAC address filteringIf it is enabled, add your laptop's MAC address to the whitelist (you can find it using the command ipconfig /all V Windows or ifconfig V macOS/Linux).
  • 🔧 Qos (Quality of Service)Disable this feature if you don't use it—it may artificially limit your speed.

Also check if it is enabled on the router Guest Access or Parental Control - These features sometimes block traffic for individual devices.

If you have dual-band router, try:

  • 🔄 Split the networks (give different names for 2.4 GHz And 5 GHz).
  • 📶 Disable 2.4 GHz, if you only use 5 GHz (and vice versa).
  • 🔗 Turn on Band Steering (if any) - the router will automatically switch devices to a less congested range.
⚠️ Attention: On some routers (for example, Xiaomi or Keenetic) after updating the firmware the settings are reset DNSIf the internet connection is lost after the upgrade, manually enter the DNS from Google (8.8.8.8) or Cloudflare (1.1.1.1).

8. Alternative solutions: from mesh systems to powerline

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

Solution When will it help? Price Difficulty of installation
Mesh system (TP-Link Deco, Google Nest Wi-Fi) Big house, lots of dead spots from 5,000 ₽ Simple (setup via app)
Powerline adapter (TP-Link AV1000) Thick walls, no way to run cables from 2,000 ₽ Average (needs nearby sockets)
Directional antenna (TP-Link TL-ANT2408CL) The laptop is far from the router, there is no direct line of sight from 800 ₽ Difficult (needs to be attached to a router)
3G/4G modem (Huawei E3372) The provider is constantly slow, there are no alternatives from 2,500 ₽ Just (insert the SIM card)

For an apartment up to 70 m² it is usually enough repeater or USB adapterFor a country house or office, it is better to consider Mesh system - It automatically switches devices between access points, ensuring a stable signal.

If the problem is provider (constant disconnections, low speed according to the tariff), check the actual speed on the website speedtest.netIf it's more than 30% lower than stated, contact support—the cable or equipment on their end may be faulty.

FAQ: Frequently asked questions about Wi-Fi on a laptop

🔍 Why does Wi-Fi work fine on my phone but slow down on my laptop?

This is a typical situation when the problem is drivers or adapter settings laptop. First, update the driver (section 4), then check the power settings (section 5). It is also possible that the phone is connected to 5 GHz, and the laptop is overloaded 2.4 GHz.

📶 How do I find out which Wi-Fi adapter is in my laptop?

IN Windows: open "Device Manager" (Win + X) → section Network AdaptersThe device name usually contains the model (e.g. Qualcomm Atheros QCA61x4).

IN macOS: About This Mac → System Report → Network → Wi-Fi.

IN Linux: run the command

lspci | grep -i network

🔌 Is it possible to connect a laptop to a router via cable if the Wi-Fi is poor?

Yes, this is the most reliable way. Use it. Ethernet cable (connects to the port LAN on the router and in RJ-45 on a laptop). If there is no port, buy one USB-Ethernet adapter (from 300 ₽). Speed ​​and stability will be maximum.

🔄 Why does Wi-Fi turn off when I go into sleep mode?

This is due to the power settings. Windows open "Device Manager", find your Wi-Fi adapter → Properties → Power Management and uncheck the box Allow this device to wake the computer.

🛠️ What should I do if my Wi-Fi connection disappears after a Windows update?

Updates sometimes reset drivers. Try:

  1. Roll back the driver (in Device Manager"Adapter Properties" → "Driver" → "Roll Back Driver").
  2. Remove the adapter and restart the laptop (the driver will be installed automatically).
  3. Download the driver from the laptop manufacturer's website (not from Windows Update).