You turned on Wi-Fi on your laptop, but the list of available networks is empty - or the desired access point ASUS RT-AX88U It just doesn't show up among the others. The situation is familiar to many: according to statistics 37% of connection problems Wi-Fi issues are related to network invisibility, not authentication errors. The causes may lie in the laptop's settings (Windows 11, macOS Ventura or Linux Ubuntu 24.04), as well as in the router configuration - or even in physical interference.
This article will help diagnose the problem systematically: from basic checks (is the Wi-Fi adapter turned on?) to deep settings (network operating modes 802.11a/b/g/n/ac/ax, channel width, countries/regions). We'll look at cases where the laptop doesn't see:
- 🔍 All networks Wi-Fi (full list empty)
- 📡 A specific access point (neighboring networks are visible)
- 🔄 Network after update Windows/macOS or router firmware
- 🛡️ Hidden network (with SSID Broadcast disabled)
Important: If the problem occurs after router replacement, updates Windows 11 23H2 or installing a new antivirus (for example, Kaspersky Internet Security 2026), start with the relevant sections of the article. For laptop owners with Wi-Fi 6E (For example, Dell XPS 15 9530 or MacBook Pro M3) added a separate block on channel compatibility 6 GHz.
1. Basic check: hardware switches and modes
Before you start messing with the settings, make sure the problem isn't something trivial. 40% of cases Wi-Fi invisibility is associated with a disabled adapter or airplane mode.
On laptops Lenovo ThinkPad, HP EliteBook and some models Acer There is physical Wi-Fi switch (usually on the sidebar) or a keyboard shortcut - for example, Fn + F2 (at ASUS) or Fn + F12 (at Dell). On MacBook check Control Center (swipe up from the bottom edge of the screen) - sometimes Wi-Fi turns off accidentally due to this gesture.
- 💻 Windows: Click
Win + A→ Check if Wi-Fi is enabled in the quick action bar. If the icon is gray, click it. - 🍎 macOS: Open
System Preferences → Network → Wi-FiIf the status is "Off", turn it on using the slider. - 🐧 Linux: Enter in terminal
rfkill listIf next towlancostsSoft blocked: yes- unlock with the commandrfkill unblock wifi.
On some laptops (eg. MSI Modern 14) Wi-Fi may turn off when low battery (less than 10%) is a power-saving feature. Plug in the charger and check again.
2. Problems with Wi-Fi adapter drivers
If the laptop doesn't see not a single network, and an exclamation point appears next to the adapter in Device Manager—the drivers are to blame. This is especially true after a Windows update or system reset.
To check:
- Click
Win + X→ selectdevice Manager. - Expand the branch
Network adapters. - Look for devices with names like
Qualcomm Atheros QCA61x4,Intel Wi-Fi 6 AX200orRealtek RTL8852AE. - If there is a yellow triangle nearby, right-click →
Update driver→Automatic search.
If automatic update does not help:
- 🔧 Download the driver from official website of the laptop manufacturer (not from the Intel/Realtek website!), specifying the exact model. For example, for HP Pavilion 15-eg2000 the driver will be on
support.hp.com. - 📥 For Windows 10/11 You can try the universal driver from Microsoft: open
Settings → Windows Update → Advanced options → Optional updates. - 🔄 If the adapter is displayed as
Unknown Device- delete it in the manager, then clickUpdate hardware configuration(computer icon with a magnifying glass).
How can I find out the exact model of my Wi-Fi adapter?
Open Command line (Win + R → cmd) and enter:
wmic nic where "NetConnectionStatus=2" get Name, Manufacturer, Description
Or for Linux:
lspci -knn | grep -iA3 netCritical error: If after updating the driver the laptop no longer sees even the Ethernet connection, roll back the system via a restore point (Win + R → rstrui). This is relevant for owners Realtek RTL88x2ce, where new drivers sometimes conflict with the chipset.
3. Router settings: why the network is not visible
If other devices (smartphone, tablet) see your network, but your laptop does not, the problem may be router configurations. Most often, the culprits are:
- 📡 Hidden SSID (Broadcast Network Name disabled)
- 🔒 MAC address filtering (your laptop is not on the white list)
- 📶 Incompatible Wi-Fi standard (for example, the router only works in
802.11ax, and the laptop adapter only supports802.11ac) - 🌍 Wrong region (for example, the router is configured to
USA, and the laptop searches for networks in modeEurope)
To check:
- Connect your laptop to the router via cable (or use another device).
- Open your router's control panel (usually
192.168.1.1or192.168.0.1). - Go to the section
Wi-FiorWireless network. - Make sure that:
| Parameter | Recommended value | What happens if it's not like that? |
|---|---|---|
Enable SSID Broadcast |
Included (Yes) |
The network will not appear in the list, but you can connect to it manually. |
Wireless Mode |
802.11a/b/g/n/ac (or ax, if supported) |
The laptop will not see the network if its adapter is not compatible with the selected standard. |
Channel Width |
Auto or 20/40 MHz |
The band is too wide (for example, 80 MHz) may not be supported by older adapters |
Country/Region |
Country of your stay | Region mismatch may block some channels |
If it is enabled in the router 6 GHz mode (Wi-Fi 6E), and your laptop was manufactured before 2021, it will physically not be able to see this network. The solution is to turn it on dual mode (2.4 + 5 GHz) or buy an adapter with support 6 GHz (For example, TP-Link Archer TXE75E).
4. Software conflicts
Antivirus programs, VPN clients, and even some system optimization utilities can block Wi-Fi. For example, Avast Premium Security sometimes marks public networks as "unsafe" and hides them from the list.
How to check:
- 🛡️ Temporarily disable your antivirus (right-click on the tray icon →
Suspend protection). - 🔗 Disable VPN (For example, NordVPN or ProtonVPN can redirect traffic).
- 🖥️ Start Windows in Safe Mode with Networking:
- Click
Win + R→ entermsconfig→ go to the tabLoading. - Check the box
Safe modeand selectNet. - Restart your laptop. If Wi-Fi works again, the software is to blame.
Common culprits:
- 🔹 Kaspersky Internet Security - blocks "suspicious" networks.
- 🔹 McAfee LiveSafe - can disable the adapter when scanning.
- 🔹 CCleaner - sometimes "optimizes" network settings.
- 🔹 Utilities from the manufacturer (For example, Lenovo Vantage or Dell SupportAssist) - may conflict with drivers.
☑️ Diagnosing software conflicts
5. Power and adapter control issues
Windows aggressively saves energy, and sometimes turns off the Wi-Fi adapter "to extend battery life." This is especially true for laptops on Windows 11 with adapters Intel Wi-Fi 6.
How to check:
- Open
device Manager(Win + X). - Expand
Network adapters, find your Wi-Fi module. - Right click →
Properties→ tabPower management. - Uncheck the box
Allow the computer to turn off this device to save power.
For Linux (Ubuntu/Debian) check the settings TLP — power management utilities. Open a terminal and enter:
sudo tlp-stat -s
If there is a line in the output PCIe ASPM = enabled, this may be causing Wi-Fi issues. Disable ASPM by adding /etc/default/tlp:
PCIE_ASPM_ON_BAT=0
PCIE_ASPM_ON_AC=0
On MacBook (especially with chips) M1/M2) Sometimes a reset helps SMC (System Management Controller):
- Turn off your MacBook.
- Clamp
Shift + Control + Option(left sides of the keyboard) + power button for 10 seconds. - Release and turn on the laptop.
6. Physical interference and channel characteristics
If the laptop doesn't see only your network, but sees the neighboring ones - the problem may be in channel congestion or interference. For example, microwave ovens, wireless mice, and even some LED lamps operate on a frequency 2.4 GHz and "jam" the signal.
How to diagnose:
- 📊 Use Wi-Fi analysis utilities:
| OS | Utility | Command/instruction |
|---|---|---|
| Windows | NetSpot or inSSIDer | Download from the official website and run the scan. |
| macOS | WiFi Explorer | Install from the App Store, select Scan. |
| Linux | iwlist or linssid |
In the terminal: sudo iwlist wlan0 scanning | grep Frequency |
If your network is running on channel 12-14 (only allowed in Japan), many laptops won't see it. Switch channels 1-11 in your router settings. Also, avoid channels occupied by other networks—it's best to choose the least congested one in the range. 1, 6, 11 (For 2.4 GHz) or 36, 40, 44, 48 (For 5 GHz).
If you have dual-band router (For example, TP-Link Archer AX6000), try:
- 🔄 Disable
Smart Connect(automatic switching between 2.4 and 5 GHz). - 📶 Manually set different names for networks
2.4 GHzAnd5 GHz. - 🛡️ Disable
Protection Mode(if any) - it may interfere with older devices.
7. Specific cases: hidden networks, enterprise authentication and Wi-Fi 6E
Some networks are set up so that do not broadcast their name (SSID)For example, this is typical for corporate networks with WPA2-Enterprise or guest hotspots in hotels. To connect to such a network:
On Windows:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Manage known networks → Add new network. - Enter the network name (
SSID), security type (WPA2-PersonalorWPA3) and password.
On macOS:
- Open
System Preferences → Network. - Click
Other networks→Other. - Select
Connect to another networkand enter the data.
If the network uses WPA2/WPA3-Enterprise (for example, in universities or offices), additional parameters will be required:
- 🔐 Authentication method: usually
PEAPorTTLS. - 🆔 Username and password (issued by the network administrator).
- 📜 Certificate (if required) - it needs to be installed on the system.
For Wi-Fi 6E (6 GHz):
- 🆕 Make sure your laptop supports it
6 GHz(check model specifications). - 📡 Enable it in your router settings
AX ModeorWi-Fi 6E. - 🌐 Select a channel in the range
5935–7115 MHz(For example,37or100).
How do I know if my laptop supports Wi-Fi 6E?
Check the manufacturer's website for specifications or enter the following in the Windows command prompt:
netsh wlan show drivers
Look for the line Radio types supported - if there is 6 GHz, there is support.
8. Hardware failures: when nothing helps
If you have tried everything above, but the laptop still does not see Wi-Fi, the problem may be in hardware:
- 🔌 The antenna cable has become disconnected from the Wi-Fi module (often after repair or dropping the laptop).
- 🔥 The adapter burned out (for example, after a power surge).
- 💻 Problems with the motherboard (less common, but can happen if moisture gets in).
How to diagnose:
- Check the indicators: on some laptops (eg. Lenovo ThinkPad) There's an LED that blinks when Wi-Fi is active. If it's not lit, there's a hardware issue.
- Connect an external adapter: buy a USB Wi-Fi dongle (eg. TP-Link TL-WN823N) and check if it works. If so, the built-in module is to blame.
- Disassemble the laptop (if you have experience): open the back cover and check if the antenna cables are connected to the Wi-Fi module (usually black and white wires).
If the adapter burns out, it can be replaced. Modules of the following format are suitable for most laptops. M.2 2230 (For example, Intel AX210 or Qualcomm FastConnect 6800). Cost - from 1,500 to 5,000 rubles depending on the standard (Wi-Fi 5 or Wi-Fi 6E).
FAQ: Frequently Asked Questions
My laptop can't connect to Wi-Fi after a Windows update. What should I do?
First, roll back the driver:
- Open
device Manager(Win + X). - Find your Wi-Fi adapter → right click →
Properties→ tabDriver→Roll back.
If the button is inactive, download the driver from the laptop manufacturer's website (not from the Intel/Realtek website!) and install it manually.
The laptop sees other networks, but not mine. What's wrong?
Possible reasons:
- 📡 It's disabled in the router
SSID Broadcast(hidden network). - 🔒 Filtering by is enabled
MAC address. - 📶 The router is operating in the mode
802.11ax(Wi-Fi 6), and your adapter does not support it. - 🌍 Mismatch of regional settings (for example, the router on
USA, laptop onRussia).
Solution: Connect to the router via cable and check the settings as described in Section 3.
The Wi-Fi icon on my laptop is lit, but it can't find a network. Why?
This could be:
- 🔌 Hardware problem (antennas are disconnected or the module is burned out).
- 🔧 Driver conflict (for example, after an update).
- 🛡️ Blocked by antivirus or VPN.
Try it first disable antivirus And restart the laptopIf it doesn't help, check the drivers and hardware (see Section 8).
My laptop doesn't detect 5 GHz Wi-Fi, but it does detect 2.4 GHz. How can I fix this?
Reasons:
- 📶 The range is disabled in the router
5 GHz. - 🔄 Laptop adapter does not support
5 GHz(relevant for older models). - 🌍 The region where the router is set up is selected
5 GHzprohibited (for example,Japanfor channels 12-14).
Solution:
- Go to your router settings and make sure that
5 GHzincluded. - Check support
5 GHzyour adapter (see Section 7). - Set the region
EuropeorUSAin the router settings.
After resetting the BIOS, my laptop stopped detecting Wi-Fi. What should I do?
Resetting the BIOS may disable:
- 🔌 Wi-Fi adapter in the settings
Onboard Devices. - 🔧 PCIe operating mode (if the adapter is connected via this interface).
Solution:
- Go to BIOS (
Del,F2orEscwhen loading). - Find the section
Advanced → Onboard Devices Configuration. - Make sure that
Wireless LANorWLANincluded (Enabled). - Save settings (
F10) and reboot.