Many users are familiar with the situation where the list of available wireless networks disappears from the screen, and a red cross or globe icon appears in the system tray. This isn't just a minor glitch, but a complete disconnect between your computer and the outside world, making it impossible to download drivers or search for solutions online. Most often, the problem stems from a system malfunction. drivers devices or incorrect operation of system services responsible for network interaction.
Before panicking and taking your laptop to a service center, it's worth running a series of diagnostic procedures, which often resolve the issue using software. It's important to understand that Windows 10 is a complex operating system, where software conflicts can block hardware operation even when it's perfectly functional. We'll cover step-by-step steps, from simple reboots to in-depth registry and BIOS tweaks.
In some cases, the lack of visible networks can be caused by a physically disconnected module or its failure, but software problems are much more common. The absence of Wi-Fi networks in the list is often caused by the WLAN AutoConfig service being stopped., which can be easily fixed by the user without any special tools. Let's look at all the possible causes and troubleshooting methods so you can quickly restore your internet connection.
Initial diagnosis and physical examination
The first thing to do when a problem is detected is a basic check of the physical connection and hardware condition. If you're using a desktop computer with an external USB adapter or a laptop with a detachable antenna, make sure all contacts are firmly seated. Sometimes, simply plugging the device into a different port is enough to trigger the system to reinitiate the hardware detection process and attempt to install the standard driver.
Many modern laptops are equipped with a hardware switch for wireless modules, which may be located on the edge of the case or integrated with one of the keyboard's function keys. Accidentally pressing a key combination, for example, Fn + F2 or Fn + F12 (depending on the model) HP, Dell, Lenovo), could completely disable the radio module at the hardware level. In this case, no Windows software settings will help until you return the switch to the active position.
It's also worth checking whether Airplane Mode, which software blocks all wireless connections, is enabled. Tap the notification icon in the lower-right corner of the screen and make sure the Airplane Mode tile isn't highlighted. If it is, the system forcibly disables all radios, making it impossible to search for networks until Airplane Mode is disabled.
It's important to note that some router and adapter models may conflict when selecting a communication channel, especially in multi-family buildings with high network density. If your adapter only supports the 2.4 GHz band and the router is configured for a specific mode, the network list may appear empty. Try moving closer to the signal source or temporarily turning off other devices to eliminate radio interference.
Using the built-in troubleshooter
Windows 10 has a powerful built-in diagnostic tool that automatically scans your system for known issues with network adapters. To launch it, go to the menu Start → Settings → Update & Security → TroubleshootHere you need to select the "Network Adapter" item and click the "Run the troubleshooter" button, after which the system will begin automatically searching for and fixing errors.
During the diagnostic process, the operating system checks the status of drivers, the correctness of IP addressing settings, and the operation of key services. If a problem is found, for example, with the protocol TCP/IP or DNS cache, the system will prompt you to apply the fix. The user only needs to confirm the action, and Windows will attempt to reset the adapter to factory defaults or reinstall its software interface.
☑️ Actions during diagnostics
It's important to note that an automatic tool can't always resolve complex conflicts related to corrupted system files or deep registry errors. However, in most standard situations, such as when networks are lost after a system update or installing new software, this method is quite effective. If the diagnostic tool reports no problems, but Wi-Fi still isn't working, proceed to manual configuration methods.
⚠️ Important: If the diagnostic tool prompts you to reset your network settings, make sure you know the password for your Wi-Fi network, as all saved profiles will be deleted.
Manage network adapters and reset settings
If the automatic diagnostics don't help, you'll need to manually check the network adapter's status in Device Manager. Right-click the Start button and select Device Manager, then expand the Network Adapters tab. Find your wireless device in the list (usually it will contain the words "Wireless," "Wi-Fi," "802.11," or a brand name, such as Intel, Realtek, Qualcomm) and check its status.
If the adapter icon has a yellow exclamation point or a downward-facing arrow, this indicates a driver error or a disabled device. If there's an arrow, simply right-click and select "Enable." If there's an error, try uninstalling the device by checking "Delete the driver software for this device," and then selecting "Action → Scan for hardware changes" from the menu to have the system reinstall the module.
Additionally, it's worth checking the adapter's power settings, as Windows 10 often saves power by disabling the Wi-Fi module and not turning it back on. In the adapter's properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power." This will prevent networks from accidentally disappearing after the computer goes into sleep mode.
Checking and configuring system services
A critical component for wireless networking in Windows is the Wireless Networking service. WLAN AutoConfig, which is responsible for discovering networks and managing connections. If this service is stopped or its startup type is set to "Disabled," the list of available networks will not be displayed. To check its status, click Win + R, enter the command services.msc and press Enter.
In the list that opens, find the "WLAN AutoConfig" service (or "WLAN AutoConfig Service"), double-click it, and ensure the startup type is set to "Automatic." If the service is stopped, click "Start." It's also a good idea to check the "Remote Access Connection Manager" service, which must be running in the background for network protocols to function correctly.
| Service | Launch type | Status | Impact on Wi-Fi |
|---|---|---|---|
| WLAN AutoConfig | Automatically | Works | Critical (searching for networks) |
| Connection Manager | Manually | Stopped | High (authorization) |
| Network List Service | Manually | Stopped | Average (list display) |
| NetBIOS Helper Module | Manually | Works | Low (local network) |
After changing service settings, be sure to restart your computer for the changes to take effect. Sometimes the system caches the state of services, and restarting them is the only way to activate the new settings. If services return to the "Stopped" state after a reboot, there may be malware or conflicting software on the system.
Reset network settings via command line
When the graphical interface is unresponsive or settings are at a standstill, the most effective method is to completely reset the network components via the command line. Launch the terminal as administrator (search for "cmd" in the search bar, right-click, and select "Run as administrator"). This will allow you to execute commands with the privileges required to change system settings.
Enter the following commands in sequence, pressing Enter after each: netsh winsock reset to reset the Winsock catalog, netsh int ip reset to reset the TCP/IP protocol, and ipconfig /flushdns to flush the DNS cache. This action resets the Windows network stack to its original state, removing erroneous entries and configurations that may have resulted from failures.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing all commands, the system will prompt you to restart the computer to complete the process. This method is a "heavy artillery" and helps in 90% of cases of software failures when Wi-Fi networks are not visible. It is especially useful after unsuccessful Windows updates or installation of network utilities from router manufacturers that may have changed system settings.
⚠️ Note: Resetting network settings will delete all saved Wi-Fi passwords and VPN settings. Make sure you have access to your network passwords before performing this step.
Updating and rolling back wireless adapter drivers
Network visibility issues often arise due to incorrect driver functionality, especially after major Windows 10 updates. Visit the official website of your laptop or motherboard manufacturer and find the support section for your model. Download the latest Wireless LAN or Wi-Fi Adapter driver that matches your operating system version.
In some cases, a new driver version may contain bugs, so if the problem appeared after a recent update, it might be worth rolling back. In Device Manager, go to the "Driver" tab in the adapter properties and click the "Roll Back Driver" button if it's enabled. This will revert to the previous, stable version of the software that worked correctly.
If automatic driver installation doesn't help, try removing the device completely, rebooting, and letting Windows find the basic driver automatically. Sometimes, the standard Microsoft driver is more stable than the manufacturer's specific driver, albeit with limited functionality. For home internet use, basic functionality is usually sufficient.
BIOS and frequency range settings
It's rare, but it does happen that the wireless module is disabled at the BIOS/UEFI level. When booting the computer, enter the BIOS (usually the keys F2, Del or F10) and find the section related to peripheral devices (Advanced, Peripherals, Onboard Devices). Make sure the WLAN, Wireless, or Wi-Fi Controller item is set to Enabled.
It's also worth paying attention to the frequency band settings in Device Manager. In the adapter properties, on the "Advanced" tab, find the "802.11n Mode" or "Wireless Mode" setting. Make sure you've selected a mode that supports both bands (2.4 GHz and 5 GHz), or try forcing it. 802.11 b/g/n, if there are problems with visibility of new standard networks.
Some routers hide their network name (SSID), making them invisible in the general list but accessible for manual connection. If you're sure the adapter is working properly, try adding the network manually through "Network and Sharing Center" → "Connect to a hidden network," entering the exact name and security type. This will help determine whether the adapter can see a specific access point when directly requested.
Frequently Asked Questions (FAQ)
Why did the Wi-Fi icon disappear after a Windows update?
Updates often replace current drivers with generic ones, which may not work correctly with your hardware. Solution: Uninstall the driver in Device Manager and install the version from the manufacturer's website.
Can a virus block Wi-Fi network searches?
Yes, some malware blocks network services or changes registry settings to prevent internet access. A full system scan with an antivirus is recommended.
What should I do if the Wi-Fi adapter is not detected in the system at all?
Try discharging static electricity (remove the battery and disconnect the power for 10 minutes). If this doesn't help, the module may be physically damaged and require replacement.
Does antivirus affect network display?
Third-party antiviruses and firewalls may be blocking network services. Try temporarily disabling your antivirus and check if the network list appears.
How do I know if my laptop supports Wi-Fi?
Check the model's specifications on the official website or check for antennas on the case. The wireless controller should be listed under "Network Adapters" in Device Manager.