When a laptop or desktop PC suddenly loses access to a wireless network, it's a real panic situation, especially if you don't have a cable handy. The problem could be a simple operating system glitch or a hardware issue with the adapter or router itself. Users often find the list of available networks is empty, or the connection icon displays a red X.
Before calling a technician or taking your appliance to a service center, it's worth conducting your own diagnostics. Algorithm of actions is usually simple: from checking the physical condition of the antennas to reinstalling the drivers. In most cases (about 85%) the problem is solved within 15-20 minutes without financial costs.
It's important to understand that lack of network visibility isn't always a hardware failure. Sometimes Windows It simply "forgets" the wireless network service, or the router gets stuck in "distributing" mode for older devices. Let's look at all the possible causes, from the most obvious to the more subtle technical nuances.
Critical: If the problem occurred after updating the operating system, in 90% of cases the culprit is incorrectly installed drivers or a conflict in security protocol versions.
Initial diagnostics of equipment and physical connection
The very first step, often overlooked, is a visual inspection. Make sure the Wi-Fi indicator lights on the router are lit. On most models, this is a light with a wave or antenna symbol. If it's off or blinking abnormally (for example, red), the router's wireless module has been disabled by software or is faulty.
Check the antennas. On stationary routers, they often become loose. Even a slight looseness can result in the signal becoming too weak to be detected by a computer in the next room. Try tightening the antennas or, if you have two, repositioning them relative to each other.
⚠️ Caution: Do not touch the metal antenna contacts or router ports while the device is plugged in. Static electricity can damage sensitive electronics.
If you're using a USB Wi-Fi adapter, try moving it to a different port. Sometimes ports USB 3.0 may interfere with the operation of wireless modules 2.4 GHzIn this case, using an extension cable or switching to a port will help. USB 2.0.
Distance and obstacles also play a role. Concrete walls, mirrors, and household appliances (microwaves, baby monitors) can completely block the signal. Get as close to the router as possible. If the computer only "sees" the network in the immediate vicinity, the problem is with the coverage, not the settings.
Checking the status of your Wi-Fi adapter in Windows
If everything is physically in good working order, we move on to the software. The operating system may have disabled the wireless module on its own to save power or due to a malfunction. Windows 10 And Windows 11 Controls are often placed in a separate menu.
Press the key combination Win + I to open Settings and go to the "Network & Internet" section. Make sure the "Wi-Fi" slider is set to "On." If the button is grayed out and inactive, this indicates a deeper issue with the driver or the device itself.
It's also worth checking that Airplane Mode isn't enabled. Enabling it completely blocks all wireless interfaces. Sometimes the system gets stuck in this mode, and toggling the slider back and forth helps reset the module.
For a more in-depth check, click Win + R and enter the command ncpa.cplIn the Network Connections window that opens, locate the Wireless Network icon. If it's grayed out and labeled "Disabled," right-click it and select "Enable." If there's no icon at all, the system isn't detecting the physical device.
- 🔍 Check the indicators on the router body and the presence of antennas.
- 🔌 Reconnect the USB adapter to a different port (preferably USB 2.0).
- ✈️ Make sure that Airplane Mode is turned off in the system.
- 📶 Move closer to the router to eliminate range issues.
Working with wireless adapter drivers
A missing or incorrectly installed driver is the most common reason why a computer doesn't recognize a router. The driver acts as a "translator" between the operating system and the hardware. If it's corrupted, the adapter may appear in Device Manager as "Unknown Device" or have a yellow exclamation point.
Open Device Manager. To do this, right-click the Start button and select Device Manager. Expand the Network Adapters tab. Find the device in the list that contains the words Wireless, Wi-Fi, 802.11 or brand names like Realtek, Intel, Qualcomm.
If the device is marked with an error, try uninstalling it. Right-click and select "Uninstall device." Important: Don't check "Delete the driver software" if prompted (although this option may not be available in older versions of Windows). After uninstalling, click "Action" -> "Scan for hardware changes." The system will attempt to reinstall the driver automatically.
If automatic installation doesn't work, you'll have to download the driver manually. This creates a vicious circle: there's no internet connection, but you need to download the driver. Use your smartphone with a USB cable in modem mode or another computer. Download the driver specifically for your laptop or motherboard model from the manufacturer's official website.
☑️ Checking drivers
Pay attention to protocol versions. Older adapters only support the standard 802.11n (Wi-Fi 4), may not be seen by new routers configured exclusively for the mode Wi-Fi 6 (802.11ax)In the router settings (via cable), you should enable mixed mode.
Router settings: channels, range, and hidden networks
Sometimes the problem isn't with your computer, but with the router's settings. If the router is transmitting a signal at a frequency 5 GHz, and your computer only supports 2.4 GHz, it simply won't detect the network. Modern routers often combine bands into a single network, but sometimes they need to be separated manually.
Go to your router settings (usually at 192.168.0.1 or 192.168.1.1). Find the "Wireless" section (Wireless). Check if the "Hide SSID" box is checked (Hide SSID). If a network is hidden, your computer will not list it in the public list until you enter the name manually.
Region is an important parameter. Different countries allow different Wi-Fi channels. If the router's region is set to "USA" or "Japan," but the adapter driver is set to "Russia" or "Europe," the channel ranges may not overlap. Changing the region in the router settings to "Russia" or "Auto" often solves the problem.
| Parameter | Recommended value | Impact on visibility |
|---|---|---|
| Opening hours | 802.11 b/g/n mixed | High (compatibility with older PCs) |
| Channel | Auto or 1, 6, 11 | Average (interference avoidance) |
| Channel width | 20 MHz (for 2.4 GHz) | Low (affects speed) |
| Region | Russia / CIS | Critical (available channels) |
⚠️ Note: Router interfaces (Asus, TP-Link, Keenetic, MikroTik) vary significantly. Look for settings in the "Wireless," "Wi-Fi," or "Wireless Network" sections. The exact names may vary.
Why might Channel 13 be a problem?
In some regions (for example, the US), the upper 2.4 GHz band channels (12, 13, 14) are prohibited or restricted. If the router is operating on channel 13 and the adapter is set to the US, it simply won't see this network. Solution: change the channel in the router settings to 1-11.
Windows Services and Network Resets
A special service in Windows is responsible for detecting wireless networks. If it is stopped, Wi-Fi will not work. Click Win + R, enter services.msc and find "WLAN AutoConfig Service" in the list (WLAN AutoConfig).
Double-click it. The startup type should be "Automatic" and the status should be "Running." If the service is stopped, click the "Start" button. This is a core component, without which the OS won't be able to manage the adapter.
If the service is running but there's no network connection, try resetting your network settings. In Windows 10/11, you can do this via Settings -> Network & Internet -> Advanced network settings -> Network reset. This will delete all saved passwords and reset your network adapters to factory settings.
For advanced users, a reset is available via the command line. Run cmd as administrator and run the following commands in sequence:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running these commands, you must restart your computer. This will clear the DNS cache and reset the TCP/IP protocol stack, which often helps if the computer "sees" the router but cannot obtain an IP address from it.
Hardware conflicts and rare cases
There are situations where the Wi-Fi module is physically functional and the drivers are installed, but the computer still remains silent. This could be a resource or BIOS conflict. Some laptops have a BIOS setting that disables the wireless module. Check the section Advanced or Configuration in BIOS for the presence of an item WLAN Device or Wireless LAN - he must be in status Enabled.
Electromagnetic compatibility is also worth considering. Cheap USB 3.0 hubs or unshielded external hard drives can jam the 2.4 GHz Wi-Fi signal. If you use such devices near the adapter, try moving them away.
In rare cases, updating the router's firmware can help. Manufacturers release updates that fix compatibility issues with certain network card models. Visit the router manufacturer's website, find your model, and check for a new firmware version.
- 🔧 Check your BIOS/UEFI settings to see if WLAN is blocked.
- 📡 Move USB 3.0 devices away from the Wi-Fi adapter.
- 💾 Consider updating your router firmware.
- 🖥️ Try starting the system in Safe Mode with Networking.
Why can my computer see other networks but not my router?
This indicates a problem with a specific router or its settings. Possible causes: the router is operating on a channel your adapter doesn't support (e.g., 5 GHz vs. 2.4 GHz), MAC address filtering is enabled, or the router is frozen and requires a reboot.
Can antivirus block network search?
Yes, some Network Protection features in third-party antivirus programs (Kaspersky, ESET, Avast) may block detection of new networks if they consider the network profile "Public" or suspicious. Try temporarily disabling your antivirus's firewall.
What should I do if the Wi-Fi icon is missing after a Windows update?
Most often, an update breaks the driver. Go to Device Manager, uninstall the adapter, and reboot. If that doesn't help, download the driver from the laptop manufacturer's website specifically for your version of Windows (sometimes you need to install the driver from a previous OS version in compatibility mode).
How to check if the Wi-Fi module is burned out?
If there's not even an "Unknown Device" entry under network adapters in Device Manager, and resetting the BIOS doesn't help, there's a high probability of a hardware problem. For USB adapters, try connecting them to another PC. For internal modules, try replacing them.