When the operating system suddenly stops detecting available wireless networks, it's one of the most common and frustrating problems for laptop and PC users. You might find yourself with a WiFi indicator that completely disappears from the taskbar, or the network list remains empty, even though the router is working properly and other devices are successfully connected to the internet. This often happens after a system update, a BIOS reset, or even for no apparent reason, simply as a result of a software glitch.
Before panicking or taking your device to a service center, it's important to run a basic diagnostic, which in most cases will restore connectivity without additional costs. The problem could be as simple as a physically disabled switch, a driver conflict, or a system service failure. WindowsUnderstanding the nature of the problem is the key to a quick solution.
In this guide, we will go into detail about all the possible reasons why Windows 10 We'll cover all the possible causes of your Wi-Fi network not being detected, and offer step-by-step troubleshooting algorithms for each issue. We'll cover everything from simple checks to more complex registry and command line manipulations to help you restore a stable connection.
Checking the physical condition and switches
The first and most obvious step, often overlooked in haste, is checking that the wireless module is physically enabled. Many laptops, especially business-class or older models, have hardware switches or key combinations to activate WiFi. If the module is disabled at the hardware level, the operating system will not detect it, and no software settings will help.
Carefully inspect the edges of your device's case for slider switches labeled "antenna" or "Wi-Fi." Also, check the function keys in the F1-F12 row: they may have a wireless icon. Activation often requires pressing a combination. Fn + corresponding keyOn some models HP, Lenovo or Asus The key indicator may change color or light up, signaling successful activation.
⚠️ Note: If nothing happens after turning the switch or pressing keys, the module may be blocked in the BIOS/UEFI. In this case, you will need to enter the Basic Input/Output System menu when booting the computer to check the status. Wireless LAN.
Don't forget about external USB adapters if you're using them instead of the built-in module. Try removing the device and connecting it to a different USB port, preferably one located directly on the motherboard (at the back of the system unit), rather than through a USB hub. Sometimes ports can temporarily lose power or contact, and simply reseating the plug solves the problem.
Diagnostics via Device Manager
If the physical switches are OK, the next step is to check the status of the network adapter in the system. device Manager This is the main hardware management tool that will show whether the operating system sees your WiFi module and whether it's working properly. To access it, right-click the Start button and select the appropriate menu item.
In the window that opens, find the "Network Adapters" section and expand it. You should be interested in the adapter whose name contains the words Wireless, 802.11 or WiFiIf such a device is not listed at all, or it is displayed as "Unknown device" with a yellow exclamation mark, this indicates a problem with the drivers or a physical malfunction of the module.
☑️ Adapter diagnostics
Double-click the adapter to open its properties. On the "General" tab, the "Device Status" field should say "The device is working properly." If you see an error code, for example, Code 10 or Code 43, this means the device cannot start. In this case, try going to the "Driver" tab and clicking "Roll Back Driver" if it's active, or "Uninstall Device," then restarting your computer to automatically reinstall it.
⚠️ Important: When uninstalling the driver, make sure you have an alternative way to connect to the Internet (Ethernet cable or sharing from your phone) so that the system can automatically find and install the necessary software after a reboot.
Updating and reinstalling drivers
The most common reason why Windows 10 If your WiFi network stops detecting, the problem is probably due to incorrect driver functionality. This can happen after a major system update, when a new OS build conflicts with an older driver version, or vice versa—when a new driver contains errors. The solution is to manually install the latest software version.
The best source of drivers is the official website of your laptop or motherboard manufacturer. Don't rely blindly on automatic driver installers, as they often offer generic, but not always stable, versions. Find your device model, go to the "Support" or "Drivers" section, and download the driver for WLAN or Wireless LAN, corresponding to your version of Windows.
It is best to perform the installation process in the following order:
- 📥 Download the driver installation file from the manufacturer's official website.
- ❌ In Device Manager, uninstall the current WiFi adapter driver by checking the box "Delete the driver software for this device."
- 🔄 Restart your computer, even if the system does not explicitly require it.
- ▶️ Run the downloaded installer and follow the installation wizard instructions.
Sometimes forcing a change of the driver type in the device properties helps. In Device Manager, in the adapter properties, go to the "Driver" tab → "Update Driver" → "Browse my computer for driver software" → "Select a driver from a list of available drivers." If there are multiple versions (for example, from Intel and from Microsoft), try choosing an alternative option. Often the standard driver Microsoft Wi-Fi Direct Virtual Adapter is not the main one, you need to look for the physical device.
What to do if the driver is not installed?
If the installation is interrupted or fails, try running the installer as administrator. Temporarily disabling your antivirus and firewall software, which may be blocking changes to system files, may also help. As a last resort, try installing the driver in Windows 8 or 7 compatibility mode.
Configuring services and power options
operating system Windows The network stack relies on background processes called services to function. If the service responsible for wireless networks is stopped or configured to start manually, you won't see any available connections. Checking this setting is critical.
Press the key combination Win + R, enter the command services.msc and press Enter. In the list of all services, find "WLAN AutoConfig Service" (or WLAN AutoConfig). Double-click it. Make sure the startup type is set to "Avtomatic" and the service status is "Running." If it is stopped, click the "Start" button.
Another hidden cause of problems could be the power management scheme. The system may erroneously turn off the WiFi adapter to save power, then fail to wake it up correctly. To prevent this:
- ⚡ Open Device Manager and find your WiFi adapter.
- ⚙️ Go to the device properties and select the "Power Management" tab.
- 🚫 Uncheck "Allow the computer to turn off this device to save power."
⚠️ Note: The power settings interface may vary depending on the BIOS version and laptop model. If the "Power Management" tab is not present in the adapter properties, it is controlled via the BIOS or the adapter does not support this feature.
Resetting network settings and command line
When manual settings and drivers do not help, it is advisable to perform a complete reset of the network stack Windows 10This action will reset all network components to factory defaults, delete saved WiFi profiles, and reset TCP/IP settings. This often resolves network invisibility issues caused by software conflicts.
The easiest way is to use the built-in reset mechanism. Go to "Start" → "Settings" (gear icon) → "Network & Internet." At the very bottom of the "Status" tab, you'll find a link called "Network Reset." Clicking it and confirming the action will initiate a process that will restart your computer in 5 minutes.
For a more thorough cleanup, you can use the command line. Run it as administrator and run the following commands in sequence, entering them after the symbol > and pressing Enter:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running these commands, the system will flush the DNS cache, reset socket settings, and renew IP addressing. If the problem was caused by accumulated configuration errors, this method should resolve the issue. Please note that after the reset, you will have to re-enter your WiFi network passwords.
Table of main error codes and solutions
When troubleshooting in Device Manager, you may encounter specific error codes. Understanding their meaning helps you quickly locate the problem. Below is a table of the most common codes related to WiFi adapters.
| Error code | Description of the problem | Recommended action |
|---|---|---|
| Code 10 | The device cannot be started. | Update driver, check BIOS |
| Code 28 | Device drivers are not installed | Install the driver from the manufacturer's website |
| Code 43 | Windows has stopped the device (request failed) | Turn off the PC, remove the battery (if possible), turn it on |
| Code 45 | The device is disabled | Check the physical connection or switch |
Code 43 deserves special attention, as it often indicates a temporary hardware failure. In such cases, a "cold boot"—completely powering down the device—can help. For laptops with a removable battery, this means turning off the power, disconnecting the charger, removing the battery, and holding the power button for 30 seconds. For devices with an integrated battery, this means waiting until the battery is completely discharged or using special EC (Embedded Controller) reset combinations.
If none of the software solutions help, and the adapter either disappears in Device Manager or returns an unrecoverable error, there's a high probability of physical damage. This could be a loose antenna contact inside the case, corrosion on the module contacts, or a faulty WiFi board.
Frequently Asked Questions (FAQ)
Why can't Windows 10 see 5 GHz WiFi networks?
Most likely, your WiFi adapter does not support the standard. 802.11ac or ax, operating only in the 2.4 GHz band. Check your network card's specifications on the manufacturer's website. Also, make sure the driver settings (under the "Advanced" tab) aren't limited to 2.4 GHz only.
Can a virus block WiFi?
Yes, some malware can change network settings or block services. It is recommended to run a full system scan with an antivirus, such as the built-in one. Windows Defender or a third-party solution.
What should I do if the WiFi icon disappears after a Windows update?
This is a common update bug. Try uninstalling the latest updates via "Settings" → "Update & Security" → "View update history" → "Uninstall updates." If that doesn't help, use a system restore point.
Does the region in the router settings affect network visibility?
Yes, if your router settings are set to a different region than yours or a channel not permitted in your country is selected, the adapter may not see the network. Make sure the router settings are set to the correct region (e.g., Russia or United States) and the channel is set to "Auto."