The situation when a laptop or desktop PC suddenly stops detecting available Wi-Fi networks is familiar to many users of the operating system Windows 10Just yesterday, the device connected to the internet without any problems, but today the list of available access points is empty, or the connection icon has disappeared from the system tray altogether. This can happen for a variety of reasons, from a simple software glitch to a hardware failure in the adapter or a problem with the router.
Before panicking and taking your device to a service center, it's worth conducting some self-diagnostics. In most cases, the problem stems from incorrect driver operation, accidental disconnection of the communication module, or a system service failure. Hardware malfunctions These are less common, but they still shouldn't be ruled out as possible causes. A smart approach will allow you to fix the problem in minutes without any financial expense.
In this guide, we'll cover all the effective methods for restoring your wireless module's functionality. We'll cover everything from simple reboots to more complex registry manipulations and power settings. It is critical to first ensure that the router itself is properly distributing a signal to other devices, such as a smartphone. If the phone sees the network, but the computer does not, the problem is localized in the PC.
Primary diagnostics and equipment testing
Any technical work should begin with eliminating basic errors. Users often accidentally activate Airplane mode or disable the wireless module with a physical button. Laptop keyboards usually have a special key with an image of an antenna, which could be accidentally touched while cleaning or carrying the device. Check the indicators: if a red light or a crossed-out antenna icon is illuminated, the module is disabled.
It's also worth checking the router's status. If the router is frozen or overheated, it may stop broadcasting the SSID (network name), even if the indicators are lit. Try unplugging the router for 10-15 seconds and then plugging it back in. This resets the device's temporary memory buffer and often resolves the network "invisibility" issue.
⚠️ Note: If you're using a USB Wi-Fi adapter, try reconnecting it to a different port. USB 3.0 ports can sometimes interfere with 2.4 GHz wireless modules, so it's best to use USB 2.0 ports.
Check the Device Manager to see if the adapter is even detected by the system. To do this, press the key combination Win + X and select "Device Manager." Find the "Network Adapters" section. If your device isn't there, or is marked with a yellow exclamation mark, the system isn't communicating with it correctly.
There's a common misconception that if an adapter isn't visible in the network list, it's physically broken. However, statistics show that software conflicts are much more common. Drivers may have updated automatically and caused a conflict, or the system service responsible for managing connections may have simply stopped.
Checking network adapter drivers
The most common reason for that is Windows 10 If your Wi-Fi connection isn't detected, the driver is malfunctioning. The operating system can update hardware software on its own, and sometimes these updates are unstable. In Device Manager, find your adapter (usually the name contains the words Wireless, Wi-Fi, 802.11, or a brand name like Realtek, Intel, Atheros).
Try rolling back the driver. Open the device properties, go to the "Driver" tab, and click the "Roll Back Driver" button if it's enabled. This will restore the previous version of the software that worked correctly. If the button is disabled, try uninstalling the device completely (right-click -> Uninstall device), then select "Scan for hardware changes" from the menu at the top. The system will attempt to reinstall the driver again.
Where can I download the driver if I don't have internet access?
If automatic installation doesn't help, download the driver from the official website of the laptop or motherboard manufacturer from another device (smartphone or another PC) and transfer it via USB drive.
In some cases, manually installing the driver from the manufacturer's website helps. Don't rely on generic driver databases; it's better to use official software. After installation, be sure to restart your computer. Often, after a reboot network stack initializes correctly, and the networks become visible.
Pay attention to the adapter's power management settings. Windows may turn off the device to save power, after which it won't be able to wake it. In the adapter's properties in Device Manager, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."
Setting up the WLAN AutoConfig service
A special system service is responsible for detecting and connecting to wireless networks in Windows. WLAN AutoConfigIf it's stopped or its startup type is changed to "Disabled," the computer will physically be unable to scan the air. This is a common problem after installing certain system optimizers or viruses.
To check, click Win + R, enter services.msc and press Enter. Find the "WLAN AutoConfig" service in the list. Double-click it. Make sure the startup type is set to "Automatic" and the service status is "Running." If it is stopped, click the "Start" button.
- 🔍 Right-click on the service and select Restart.
- 🔍 Check the Dependencies tab: Make sure that the services that WLAN depends on (usually NDIS Usermode I/O Protocol) are also running.
- 🔍 If the service fails to start and returns an error, check the Windows Event Log for error codes.
Sometimes resetting the service settings via the command line helps. Run the command line as administrator (find cmd (In the search, right-click -> Run as administrator). Enter the command to stop the service: net stop wlansvc, and then the command to run: net start wlansvcThis will force the network scanning process to restart.
☑️ WLAN Service Diagnostics
If the service still disables itself after all these steps, there may be conflicting Wi-Fi management software from the laptop manufacturer. These should be removed, leaving only the standard Wi-Fi management software. Windows.
Reset network settings in Windows 10
In the operating system Windows 10 And Windows 11 A built-in reset function for network settings is available. This is a drastic, but often effective, method that deletes all saved network profiles, resets the TCP/IP stack, and returns adapter settings to factory defaults.
To use this feature, go to Settings (via the Start menu or Win + I), select "Network & Internet." Scroll down to "Status" and find the "Network Reset" link. Click "Reset Now." The system will warn you that your computer will restart in 5 minutes.
⚠️ Note: After resetting your network, you'll need to re-enter the passwords for all Wi-Fi networks you've previously connected to. Make sure you remember your access details.
An alternative reset method is via the command line. Open the console as administrator and run the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands clear the DNS cache, reset the TCP/IP protocol, and reinitialize the Winsock socket. Be sure to restart your computer after running these commands. This method is especially useful if the problem occurred after a system update or installing a new antivirus.
Problems with the router frequency range and channel
Sometimes a computer can't see a network not because of its settings, but because of the router's configuration. Older or low-end Wi-Fi adapters may not support the 5 GHz band or certain security standards. If your router only broadcasts in 802.11ac (5 GHz) mode and your adapter only supports 802.11n (2.4 GHz), the network simply won't appear in the list.
The channel the router operates on also plays a crucial role. There are only 13 channels in the 2.4 GHz band, and in apartment buildings, these channels are often overloaded. If the router automatically selects the rare 12 or 13 channel, and the network adapter driver is restricted by region (for example, the United States, where these channels are prohibited), the computer will not see the network.
To resolve this issue, log into your router settings (usually at 192.168.0.1 or 192.168.1.1). In the Wireless section, try changing the channel from "Auto" to a fixed channel (1, 6, or 11). Also, make sure the Mode is set to a mixed type, such as 802.11 b/g/n mixed.
| Parameter | Recommended value | Description |
|---|---|---|
| Mode | 802.11 b/g/n mixed | Ensures compatibility with old and new devices |
| Channel | 1, 6 or 11 | The most free channels in the 2.4 GHz range |
| Channel width | 20 MHz | Reduces interference in densely populated areas |
| Security | WPA2-PSK (AES) | The standard and most compatible encryption type |
If you've changed your router settings, be sure to save them and reboot the router. Afterward, rescan the networks on your computer. Often, changing the channel or operating mode makes the network visible to a finicky adapter.
Additional methods and registry editing
If standard methods don't help, you can try deeper settings. Sometimes the system blocks the installation of certain types of devices or disables specific services. Check to see if the Connection Manager service is disabled. It should also start automatically.
There is a registry editing method to force the adapter to be enabled, but it requires caution. Follow the path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NdisFind the parameter EnumPropPages32 (if there is a suspicion of an interface conflict). However, it is safer to delete keys associated with saved network profiles that may have become corrupted. This is done using the command netsh wlan delete profile name="Network_Name".
In rare cases, third-party antivirus software can cause the issue. Try temporarily disabling the firewall or completely uninstalling it while troubleshooting. Windows Firewall can also block network discovery if the network profile is set to "Public" with strict restrictions. Try changing the network profile to "Private."
⚠️ Note: Windows and router settings interfaces may differ depending on the software version and device model. Always consult the official documentation from your equipment manufacturer.
The final diagnostic step is to check the integrity of Windows system files. Run the command prompt as administrator and enter sfc /scannowThe system will find and replace corrupted files that may be responsible for network components. After completing the scan and repair, be sure to reboot.
Frequently Asked Questions (FAQ)
Why can my computer see other Wi-Fi networks but not mine?
The problem is most likely with your router settings. Check if the network name (SSID Broadcast) is hidden. It's also possible that the router is operating on a channel that your adapter doesn't support due to regional restrictions, or that it's using the 802.11ax/ac standard, which older equipment doesn't support.
What should I do if the Wi-Fi icon in the tray has disappeared?
This indicates that the adapter is disabled in the system or the drivers are missing. Go to Device Manager and check the device's status. If everything is clear there, try resetting the network through Windows Settings or check if the adapter is disabled in the list of network connections (ncpa.cpl).
Can a virus block Wi-Fi network searches?
Yes, some malware can change network settings, block services, or disable the adapter to prevent antivirus database updates. It is recommended to run a full system scan with up-to-date antivirus software.
How to update a driver without internet access?
Use another device (smartphone or another PC) to download the driver from the manufacturer's official website. Save the installation file to a USB flash drive and transfer it to the affected computer for installation.
Will buying a new USB Wi-Fi adapter help?
If the integrated module is physically damaged or doesn't support modern encryption or frequency standards, an external USB adapter is an excellent solution. It's often cheaper and easier than repairing the motherboard or replacing the internal card.