Are you sitting with your laptop a meter away from the router, and the pages are loading like through a modem from 2005? Or does the signal appear and disappear in the next room? Problems with Wi-Fi reception on laptops are more common than it seems - and the provider is not always to blame. In 80% of cases, a weak signal can be eliminated without purchasing new equipment, simply by optimizing the settings or changing the location of the devices.

This article is not about abstract “tips from the Internet”, but about concrete actions with explanations of why they work. We'll look at:

  • 🔍 Software settings Windows, macOS and Linux, which speed up connections;
  • 📡 Hardware tricks — from moving the router to modifying antennas;
  • 🛠️ Diagnosis of problemswhen the laptop “does not see” the network or is constantly disconnected;
  • 💡 Unobvious reasons, due to which the signal weakens (spoiler: it may even be to blame microwave).

All methods are tested on laptops Lenovo ThinkPad T14, MacBook Pro M1, ASUS ROG Zephyrus And HP Pavilion with adapters Intel AX201, Broadcom BCM4377 And Qualcomm Atheros QCA6174. If your model is different, it doesn’t matter: the principles are universal.

1. Check the current signal strength and identify bottlenecks

Before you change anything, you need to understand how bad is the signal and where exactly does he disappear? You don’t need complex software for this – built-in tools or free utilities will suffice.

B Windows 10/11 click Win + XTerminal (Administrator) and enter the command:

netsh wlan show interfaces

Look for the line Signal. If the value is lower 60%, there is cause for concern. On macOS hold Option (Alt) and click on the Wi-Fi icon in the menu bar - expanded information will appear, including RSSI (the closer to -30 dBm, the better).

To visualize the coverage use:

  • 🖥️ NetSpot (the free version scans networks and builds a heat map);
  • 📱 WiFi Analyzer (Android) or AirPort Utility (iOS) - show channel load;
  • 🌐 inSSIDer (paid, but there is a trial) - analyzes interference from neighboring networks.
📊 How often do you lose Wi-Fi on your laptop?
  • Constantly
  • Often (several times a day)
  • Rarely (once a week)
  • Never

Critical information: if in the command results netsh wlan show drivers you see 802.11n/ac/ax support: No, your adapter is running in legacy mode - this reduces speed by 30-50%.

2. Optimize the Wi-Fi adapter settings in the system

By default, Windows and macOS do not always use maximum possibilities your Wi-Fi adapter. You can fix this manually.

B Windows:

  1. Open Device Manager (Win + X → Device Manager);
  2. Expand Network adapters, find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200);
  3. RMB → Properties → Advanced;
  4. Change settings:
    • 📶 Roaming AggressivenessLow (will reduce frequent reconnections);
    • 🔄 Transmit PowerSupreme (if any);
    • 🛡️ 802.11n/ac Wireless ModeIncluded.

On macOS disable automatic switching to weak networks:

sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -z

sudo networksetup -setairportpower en0 off

sudo networksetup -setairportpower en0 on

Set 802.11n/ac/ax mode in adapter properties|

Disable power saving for Wi-Fi in the power plan|

Update the adapter driver through the manufacturer's official website |

Check that the router operates in 5 GHz mode (if it supports it)

-->

⚠️ Attention: If after the changes the laptop no longer sees networks at all, reset the adapter settings with the command:

netsh int ip reset

netsh winsock reset

3. Move the router and laptop according to the “rules of physics”

Yes, device location affects the signal more than any settings. Here's what to consider:

  • 📡 The router should stand at a height of 1–1.5 m from the floor (on a table or shelf). The signal travels down and to the sides, not up;
  • 🚫 Remove the router from:
    • Metal surfaces (refrigerator, battery);
    • Microwaves (operate at 2.4 GHz and create interference);
    • Aquariums (water absorbs the signal).
  • 🔄 Antenna rotation: if they are removable, place one vertically and the other horizontally - this improves coverage in different planes.

For laptop:

  • 💻 Do not place it on soft surfaces (sofa, bed) - this will block ventilation and may overheat the Wi-Fi module;
  • 🔋 If you are running on battery power, check your power saving settings (see next section).
Why is the signal worse at 5 GHz than at 2.4 GHz?

The 5 GHz range has a shorter wavelength, so it passes through walls and ceilings worse, but it is less congested and faster. 2.4 GHz is better at avoiding obstacles, but suffers from interference (for example, from Bluetooth devices or neighboring routers).

Obstacle material Loss of 2.4 GHz signal 5 GHz signal loss
Plasterboard wall ~10% ~20%
Brick wall (15 cm) ~30% ~50%
Concrete slab ~50% ~70%
Mirror/glass with metal coating ~40% ~60%

4. Configure your router for maximum compatibility with your laptop

Even if the problem seems to be on the laptop side, it is often to blame incorrectly configured router. Here are the key parameters:

🔹 Channel and channel width:

  • For 2.4 GHz select channel 1, 6 or 11 (they don't intersect). Use the utility WiFi Analyzerto find the least loaded;
  • For 5 GHz set channel width 40 MHz or 80 MHz (if the laptop supports Wi-Fi 5/6).

🔹 Operating mode:

  • If the laptop is older than 2018, set the mode 802.11n (instead of 802.11ac/ax) to avoid compatibility issues;
  • Disable WMM (QoS), if you observe lags, sometimes this conflicts with adapter drivers.

🔹 Security:

  • Use WPA2-AES or WPA3. TKIP And WEP not only unsafe, but also slow down the connection;
  • Disable WPS is a vulnerability that can cause connection failures.
💡

If the router is dual-band, give the networks different names (for example, MyWiFi_2G And MyWiFi_5G). This will allow the laptop to select the optimal range automatically.

⚠️ Attention: after changing router settings reboot it (turn off the power for 30 seconds). Many problems are solved this way - especially if the router has been running for months without rebooting.

5. Update drivers and firmware - this solves 40% of problems

Outdated Wi-Fi adapter drivers or router firmware can cause:

  • 🐢 Slow speed with a good signal;
  • 🔄 Constant disconnections;
  • 🚫 Inability to connect to the 5 GHz network.

🔧 For Windows:

  1. Download the latest driver from the laptop or adapter manufacturer's website (for example, for Intelhere);
  2. Remove the old driver via Device Manager (RMB on adapter → Remove device → check the box Remove driver programs);
  3. Install the new driver and restart your laptop.

🍎 For macOS:

Driver updates arrive via System settings → Software update. If the problem occurs after the update, reset your network settings:

sudo ifconfig en0 down

sudo networksetup -setdhcp Wi-Fi

sudo ifconfig en0 up

📡 For router:

Update the firmware via the web interface (usually at 192.168.1.1 or 192.168.0.1). Don't interrupt the process! If the router stops responding, you will have to reset to factory settings (using the Reset on the rear panel).

💡

After updating the drivers, check if the mode is enabled 802.11ac/ax in the adapter settings. Often it resets to 802.11n default.

6. Hardware solutions: from USB adapter to antenna modifications

If software methods do not help, it’s time to consider hardware improvements. They will require investment, but will give a stable result.

🔌 External USB Wi-Fi adapter (from TP-Link Archer T4U or ASUS USB-AC68):

  • Connects to the port USB 3.0 (blue connector);
  • Supports Wi-Fi 6 And MU-MIMO (if the router is compatible);
  • May have a detachable antenna for better reception.

📡 Signal amplifier (repeater):

  • Installed between the router and laptop;
  • Suitable for large houses (eg TP-Link RE605X);
  • Disadvantage: creates a separate network to which you need to connect.

🛠️ Modification of laptop antennas (for advanced):

In some models (for example, Dell Latitude or HP EliteBook) Wi-Fi antennas are connected to the motherboard via connectors IPEX. They can be replaced with longer ones or with better gain. But:

⚠️ Attention: Disassembling the laptop voids the warranty! If you are not confident in your skills, contact the service. Incorrect connection of antennas can burn out the Wi-Fi module.

🔋 Replacing the Wi-Fi module:

Most laptops (except MacBook and some ultrabooks) Wi-Fi card is removable. For example, replacement Intel 7260 on Intel AX200 will add support Wi-Fi 6 and will increase the speed by 2-3 times. Before purchasing, check the compatibility of your laptop model on the manufacturer's website.

7. Alternative connection methods if Wi-Fi cannot be saved

If all methods have been tried and the signal is still weak, consider alternatives:

  • 🌐 Ethernet via USB adapter:
    • Buy an adapter USB → Ethernet (For example, UGREEN USB 3.0 to Gigabit Ethernet);
    • Connect the cable directly from the router - this will give maximum speed and stability;
    • Disadvantage: location bound.
  • 📶 Mobile Internet (4G/5G):
    • USB modem (for example, Huawei E3372) or smartphone in mode modem;
    • Suitable for temporary use or travel;
    • Disadvantage: traffic limitation.
  • 🔌 Powerline adapters:
    • The Internet is transmitted via electrical wiring (for example, TP-Link AV1000);
    • Speed up to 500–1000 Mbit/s, but depends on the quality of the wiring;
    • Plus: no need to run cables.

💡 Advice for gamers and streamers: if ping is more important than speed, use Powerline or Ethernet. Wi-Fi adds latency 10–30 ms, which is critical in online games.

FAQ: Answers to frequently asked questions

🔍 Why does my laptop see the network but not connect?

Reasons:

  • Invalid password (check your keyboard layout!);
  • The router blocks the device by MAC address (disable filtering in the router settings);
  • DHCP failure (try manually setting the IP address in the network settings).

Solution: Reboot your router and laptop, then try connecting again.

📶 Which Wi-Fi channel should I choose for maximum speed?

Use the utility WiFi Analyzer (Android) or NetSpot (Windows/macOS) to see how busy your channels are. For 2.4 GHz choose 1, 6 or 11 (they don't intersect). For 5 GHz — channels with numbers 36–48 or 149–165 (allowed in Russia).

💻 Why does Wi-Fi work fine on my phone, but not on my laptop?

Probable reasons:

  • Smartphone supports Wi-Fi 6, and the laptop is only Wi-Fi 4;
  • The laptop has power saving mode enabled for Wi-Fi;
  • The adapter driver is outdated or damaged;
  • The laptop antennas are damaged (check if the cable inside the case is kinked).
🔋 Does power saving mode affect Wi-Fi speed?

Yes! In mode Energy Saving Windows limits the power of the Wi-Fi adapter. To disable:

  1. Open Control Panel → Power Options;
  2. Click Set up power plan → Change advanced settings;
  3. Find Wireless adapter settings → Power saving mode;
  4. Install Maximum performance.
🛡️ Can a VPN affect Wi-Fi speed?

VPN no effect on the strength of the Wi-Fi signal, but may reduce Internet speed due to:

  • VPN server remoteness;
  • Server overload;
  • Traffic encryption (adds CPU load).

To check, turn off the VPN and measure the speed at Speedtest.