A situation when a laptop or computer with an operating system Windows 10 Suddenly stopping displaying available wireless networks is one of the most common and annoying problems for users. The screen may display a globe icon with a red cross or a blue screen with the message "No connections available," instantly cutting off communication with the outside world. Most often, the cause is not a physical hardware failure, but a software glitch in the drivers or network service settings.
Before panicking and taking your device to a service center, it's important to run a basic diagnostic, which in 90% of cases helps restore the module's functionality. The problem could be caused by a system update that conflicted with the current software version, or by an accidental background service shutdown. Critical Please understand that ignoring this issue may result in complete loss of functionality of the wireless module.
In this article, we'll cover all possible scenarios, from simple switches to registry edits, so you can restore internet access yourself. We'll cover both standard diagnostic tools and more in-depth configuration methods that require careful attention. The absence of visible networks when the WiFi indicator is working often indicates a failure of the WLAN AutoConfig service.
Initial diagnostics and physical connection check
The first step should always be checking the physical condition of the device and obvious settings. Users often forget that Airplane Mode on the laptop case or keyboard may have been accidentally activated, or the wireless module itself may have been disabled. This is especially true for older laptop models, which have separate mechanical switches on the edge of the case.
Check the taskbar in the lower right corner of the screen: if an airplane icon appears there, wireless interfaces are disabled. It's also worth making sure the router itself is transmitting a signal by connecting another device, such as a smartphone. If the phone sees the network but the computer doesn't, the problem is localized to the PC.
⚠️ Note: If you're using a desktop PC with an external USB adapter, try reconnecting it to a different port. Sometimes the issue is due to insufficient power to a specific USB port or a software freeze.
To quickly check the adapter's status, you can use the system's built-in tools. Press the key combination Win + R and enter the command ncpa.cplIn the Network Connections window that opens, find the Wireless Network icon. If it's grayed out and labeled "Disabled," right-click it and select "Enable."
Diagnostics via Device Manager and driver updates
The most common reason why Windows 10 If your WiFi network stops detecting, the network adapter driver is malfunctioning. A driver is software that allows the operating system to communicate with the hardware. If the file is corrupted or outdated, the module may stop scanning the airwaves.
To check, open Device Manager. You can do this by right-clicking the Start button and selecting the appropriate item from the menu. In the list of devices, find the "Network adapters" section. Expand it and look for a device whose name includes the words Wireless, WiFi, 802.11 or brand names like Intel, Realtek, Qualcomm.
☑️ Checking drivers
If a yellow triangle with an exclamation point appears next to the adapter, it means the device is not working properly. In this case, right-click the adapter and select "Uninstall device." Don't be afraid to uninstall the driver—the system will attempt to reinstall it automatically after a reboot.
If uninstalling doesn't help, manual installation will be required. Since the affected PC may not have internet access, download the latest driver from the laptop or motherboard manufacturer's official website using another device and transfer it via USB. Universal drivers It is better not to use files from aggregator websites, as they may not be compatible with your specific board revision.
What should I do if the adapter disappears from the list?
If there's no wireless adapters section in Device Manager, or it's hidden, try selecting "View" → "Show hidden devices" from the menu. If there's nothing there, the adapter may have become loose or burned out.
Setting up the WLAN AutoConfig service
In the operating system Windows A special system service is responsible for searching for and connecting to wireless access points. If it is stopped or its startup type is changed to "Disabled," the computer will not physically scan the area for router signals.
To check the service status, click Win + R, enter services.msc and press Enter. In the list that opens, find the line “WLAN AutoConfig Service” (or WLAN AutoConfig). Double-click on it to open properties.
In the window that opens, ensure the "Startup type" field is set to "Automatic." If the service is stopped, click the "Start" button. This should immediately activate the module, and a list of networks will appear within a few seconds.
| Parameter | Recommended value | Impact on work |
|---|---|---|
| Launch type | Automatically | The service starts with the OS |
| State | In progress | Network scanning is active |
| Login | Local system | Standard access rights |
| Dependencies | Connection Information Service | Necessary for correct operation |
⚠️ Warning: Changing system service settings requires administrator privileges. If the control buttons are grayed out and unavailable, your account may not have sufficient privileges or your system may be infected with a virus that is blocking changes.
Reset network settings via command line
Sometimes network protocols accumulate cache errors or IP address conflicts, which prevent the list of available connections from displaying correctly. In such cases, the best solution is to perform a full reset of network settings to factory defaults.
To do this, you need to run the command prompt as administrator. Right-click the Start icon and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)." Enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands will reset the TCP/IP stack, flush the DNS cache, and reinstall the protocols. Be sure to restart your computer after running the last command. Reboot is a mandatory step, since the changes take effect only after restarting the network components of the system.
If the problem persists after a reset, it's worth checking whether the system has any static IP addresses or DNS settings that conflict with the current router. In the adapter properties (via ncpa.cpl) for the record Internet Protocol version 4 (TCP/IPv4) Automatic address acquisition should be enabled unless you are using a complex corporate network.
Editing the registry and power options
One of the hidden reasons why Windows 10 The problem with not displaying a list of WiFi networks is the aggressive power saving policy. The system may disable the wireless module to save power, but it doesn't properly restore it when waking from sleep mode.
To disable this feature, return to Device Manager, locate your WiFi adapter, right-click it, and select "Properties." Go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."
It's also worth checking the registry for blocking entries, although this is rarely necessary. Open Registry Editor (regedit) and follow the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc\ParametersMake sure there are no strange restrictions, but be careful: editing the registry without understanding the essence it can lead to unstable operation of the OS.
In some cases, deleting the key responsible for preferred networks can help if an error has crept in. However, a safer approach is to use the built-in "Network Reset" feature in Windows Settings: Settings → Network & Internet → Status → Network reset.
Using the built-in troubleshooter
Don't underestimate the automatic diagnostic tools built into Windows 10The troubleshooting wizard's algorithms have improved significantly in recent years, and it can automatically restart services, reset the adapter, and fix common configuration errors.
You can run diagnostics via Settings → Update & Security → Troubleshoot → Advanced troubleshooters → Network AdapterThe system will run a series of tests and offer solutions for any issues found. This solution is often faster than manual configuration.
If the automated wizard doesn't help, it will return an error code that can be used to more accurately search for a solution online. Write down the error code, for example, 0x80070002 or 0x65, as it points to a specific faulty module.
⚠️ Note: The Windows Settings interface may vary slightly depending on your build version (Home, Pro, Enterprise) and installed updates. If you can't find the item, search for it in the Start menu.
Frequently Asked Questions (FAQ)
Why did the WiFi icon disappear after a Windows update?
Updates often contain new driver versions that may conflict with existing ones. The system may have automatically replaced a working driver with a buggy version. Solution: Roll back the driver in Device Manager or uninstall the update.
Can antivirus block a list of networks?
Yes, some security features in third-party antiviruses (such as blocking public networks) can hide the SSID or block scanning. Try temporarily disabling your antivirus to check.
What should I do if the adapter is not detected even in Device Manager?
This is a sign of a hardware problem. Check to see if the module inside the laptop has come loose (if accessible), or try an external USB WiFi adapter. If it's still not detected, the USB controller or motherboard may be damaged.
How to reset network settings without losing personal files?
The "Network Reset" feature in Windows 10 doesn't affect personal files, photos, or documents. It only deletes saved WiFi passwords, VPN settings, and virtual switches.