When a computer suddenly stops detecting available wireless networks, many users panic, especially if internet access is urgently needed. Typically, the connection icon in the system tray displays a red cross or a globe, and the list of available access points remains empty, even if the router is broadcasting a signal to other devices. This is a common problem that can be caused by either a software glitch in the operating system or physical hardware issues.
Before resorting to complex registry manipulation or reinstalling the system, it's important to perform basic diagnostics. Often, the cause lies in something as simple as a disabled adapter, a background driver update, or a temporary freeze of Windows services. Understanding the nature of the failure will help you choose the right course of action and save time.
In this article, we'll walk through the steps, from simple to complex. We'll cover software settings, working with the device manager, and also touch on the physical aspects of the network module's operation. Competent diagnostics will allow you to restore the connection without calling a technician.
Primary diagnostics and equipment testing
The very first step, often overlooked in a rush, is checking the physical condition of the device. If you're using a laptop, make sure Airplane Mode hasn't been accidentally activated. On many models, the keyboard Lenovo, Asus or HP There is a separate key or combination (usually Fn + F2/F12) with an image of an antenna that hardware disables the wireless module.
For desktop PCs with an external USB adapter, try reconnecting the device to a different port. Sometimes the contacts become corroded or the port doesn't have enough power to support the module. If you're using an internal PCIe adapter, make sure the antennas are securely screwed onto the connectors on the back of the system unit. Missing antennas can cause range the signal is reduced to a few centimeters, and the computer simply does not “catch” the network.
It's also worth checking whether other devices (smartphones, tablets) can see your network. If Wi-Fi is unavailable on all devices simultaneously, the problem is with the router, not the computer. In this case, you'll need to reboot the router by unplugging it for 10-15 seconds.
⚠️ Attention: If after turning on the laptop the Wi-Fi icon has disappeared completely, and it is not even listed as an unknown device, the module may be faulty or the cable inside the case may have come loose.
Checking the status of a network adapter in Windows
If the physical switches are OK, we move on to the software part. The operating system may programmatically disable the network interface to save power or as a result of an error. Press the key combination Win + R, enter the command ncpa.cpl and press Enter. The Network Connections window will open.
Find the "Wireless Network" (Wi-Fi) icon. If it's grayed out and says "Disabled," right-click and select "Enable." If the icon is completely missing, this is a sure sign that the system isn't detecting the software or the driver isn't installed. In this case, proceed to the section on drivers.
It's important to check your power settings. Windows 10 and 11 tend to disable the adapter to save battery power, and then fail to wake it up properly. In the same Connections window, right-click the adapter, select "Properties," then "Configure." Under the "Power Management" tab, "Allow the computer to turn off this device" should be unchecked.
☑️ Adapter diagnostics
Working with network module drivers
The most common reason a computer can't see the network is a driver that's not working properly. This can happen after a Windows update or installing new software. To check, open Device Manager by entering devmgmt.msc In the Start menu, open the "Network Adapters" tab.
If you see a device with a yellow exclamation point or the message "Unknown device," the driver is corrupted. Try uninstalling the device (right-click -> Uninstall device), then select "Action" -> "Scan for hardware changes" from the menu at the top. The system will attempt to find and install the default driver again.
If automatic installation fails, a manual download will be required. This is where the problem arises: there is no internet connection on this PC. Use another computer or smartphone (via USB modem) to download the driver from the official website of the laptop or chipset manufacturer (Realtek, Intel, Qualcomm). Universal drivers from third-party sites may contain viruses or work incorrectly, so use only trusted sources.
Command to reset TCP/IP stack (run as administrator):netsh int ip reset
netsh winsock reset
What to do if the driver is not installed?
If the driver installation is interrupted by an error, try disabling your antivirus during the installation. Running the installer as administrator may also help (right-click the file -> Run as administrator). In rare cases, you may need to disable driver signature verification when Windows boots.
Configuring services and network settings
A special service in Windows is responsible for searching for and connecting to wireless networks. If it is stopped, the network list will be empty. Click Win + R, enter services.mscFind the "WLAN AutoConfig" service in the list.
Double-click it. The startup type should be set to "Automatic" and the status to "Running." If the service is stopped, click the "Start" button. This often solves the problem when the computer stops searching for networks after some system optimizations.
It's also worth checking whether your network is intentionally hidden. If your router is configured to operate in hidden mode (Hidden SSID), your computer won't display it in the general list. You'll need to create a new connection manually, entering the exact network name (SSID) and encryption type.
Diagnostics via command line
Windows' built-in utilities allow you to perform a deep cleanup of network settings. Open the Command Prompt (CMD) as an administrator. Enter the command netsh wlan show driversThe "Hosted Network Support" line should say "Yes." If it says "No," your adapter or driver doesn't support the monitor mode or the specific ranges.
To completely reset network settings, you can use the command netsh winsock reset, followed by a reboot. This action clears the Windows socket directory and often helps if the problem is caused by a software conflict or residual files from old antivirus programs.
If you're using a static IP address, make sure it doesn't conflict with the address of your gateway or other network device. Most home networks prefer to use automatic IP acquisition (DHCP). You can check this in the IPv4 properties in the Network Connections window.
Router range and channel issues
Modern routers often operate in two bands: 2.4 GHz and 5 GHz. Older network cards (especially those running Windows 7 and earlier) may not see 5 GHz networks simply due to hardware incompatibility. Make sure your adapter supports this standard. 802.11ac or ax to work with the "five".
Another common cause is the broadcast channel. In the 2.4 GHz band, some older adapters don't detect channels above 11 (this is especially true for devices imported from the US, where standards differ from European ones). If the router automatically selects channel 12 or 13, the computer simply won't detect the network.
The solution is to configure your router. Go to its web interface (usually 192.168.0.1 or 192.168.1.1) and in the wireless settings, set the channel to 1-11 and the channel width to 20 MHz for testing. This will improve compatibility with older equipment.
| Parameter | Recommended Value (Compatibility) | Recommended value (Speed) |
|---|---|---|
| Range | 2.4 GHz | 5 GHz |
| Channel (2.4 GHz) | 1, 6 or 11 | Auto |
| Channel width | 20 MHz | 40/80 MHz |
| Security mode | WPA2-PSK (AES) | WPA3/WPA2 |
⚠️ Note: Router interfaces from different manufacturers (Keenetic, TP-Link, Asus) may differ. Menu item names may vary, but the logic for setting frequencies and channels is the same for all models.
System reset as a last resort
If none of the above methods help, Windows offers a full network reset. This will delete all saved Wi-Fi profiles, reset TCP/IP settings, and reinstall network adapters. This is the "heavy artillery" that resolves 90% of software failures.
To execute, go to Parameters (gear in the Start menu) -> Network and InternetAt the bottom of the page, find the "Network Reset" link. Click it, then the "Reset Now" button. The computer will warn you that it will restart in 5 minutes. Agree and wait.
After rebooting, the system will be cleared in terms of network settings. You will need to re-enter your Wi-Fi password. If this doesn't help, the likelihood of hardware failure in the Wi-Fi module is very high, and you will need to replace it or use an external USB adapter.
Why can my computer see my neighbors' networks but not mine?
This indicates that the adapter is working properly, but there is a settings conflict with your router. Check: 1) That the SSID (network name) isn't hidden. 2) That there's no MAC address filtering on the router blocking your PC. 3) That the region in the router settings matches your actual location (this affects available channels).
Can a virus block Wi-Fi network searches?
Yes, some malware can change network settings, set static DNS, or block Wi-Fi services to steal data or create a botnet. We recommend running a full system scan with an antivirus and the Malwarebytes utility before performing a deep diagnosis.
What should I do if the Wi-Fi icon is missing after a Windows update?
Updates often disrupt the registry. In addition to resetting the network, try uninstalling recent updates via "Settings" -> "Update & Security" -> "View update history" -> "Uninstall updates." If the problem is a specific patch, it's best to wait for a fix from Microsoft.
Does antivirus affect network search?
Third-party antivirus programs (Kaspersky, ESET, Avast) have their own firewall and network control modules. When updating their databases, they may block the network adapter. Try temporarily disabling the antivirus or uninstalling it for testing. The built-in Windows Defender is less likely to cause such conflicts.