Many users panic when their operating system suddenly stops detecting wireless networks. You open the connection list, but instead of the usual list of available access points, you see an empty list or a message stating that there are no networks at all. This often happens after a system update, a power surge, or installing new software.
The problem may lie in a simple software glitch or a physical malfunction. Wi-Fi adapterIt's important not to panic and methodically check the settings, as in most cases (about 80%) the problem can be resolved using software without a trip to a service center.
In this article, we'll examine all possible reasons why a laptop or PC isn't detecting Wi-Fi and offer step-by-step instructions for restoring the module's functionality. We'll cover everything from simple checks to complex registry and driver manipulations.
Primary diagnostics and physical switches
Before delving into the depths of system settings, it's important to ensure the problem isn't trivial. Users often accidentally disable the wireless module with a physical switch or key combination, wondering why the internet connection has disappeared. Laptops often have a slider or button with an antenna icon that completely disables the module.
It's also worth paying attention to the indicators. If there's an LED on the case indicating wireless network activity, it should be lit or blinking. If it doesn't light up even when the laptop is turned on, the module may be faulty. deactivated At the hardware level. Check your keyboard: the function keys F1-F12 may have an antenna icon. Press them in combination with the Fn key.
- 🔌 Check for a physical Wi-Fi switch on the end of the laptop.
- ⌨️ Try the key combination Fn + F2 (or another one with the antenna icon) to activate airplane mode.
- 🔍 Make sure the wireless indicator on the case responds to your actions.
⚠️ Attention: On some laptop models (such as HP or Lenovo), holding the Wi-Fi power button for a long time can block the adapter at the BIOS level. If the keys don't help, try restarting the device.
If you have a desktop computer with an external USB adapter, try plugging it into a different port. USB 3.0 ports can sometimes interfere with older adapters, so it's best to use USB 2.0 ports (usually black).
Checking the adapter status in Device Manager
The next step is to check whether the operating system itself recognizes the presence of the wireless module. For this, we will need device ManagerThis is a basic diagnostic tool that will show you if there is a hardware conflict or driver issue.
Right-click the Start button and select Device Manager. In the window that opens, find the "Network Adapters" section. If you see the name of your adapter there (often containing words like Wireless, Wi-Fi, 802.11, Realtek, Intel, or Atheros), then the system recognizes the device. However, a yellow exclamation point or downward-facing arrow indicates a problem.
If the "Network Adapters" list doesn't show anything resembling a wireless module, but instead lists an "Unknown Device" with a yellow icon, the drivers are likely corrupted or the chip is malfunctioning. In this case, right-click the device and select "Uninstall device," then select "Scan for hardware changes" from the menu at the top.
What to do if the adapter is completely gone?
If the adapter still doesn't appear in the list after rebooting, it may have become disconnected from the motherboard (in laptops) or failed. In some cases, relieving static electricity can help: turn off the laptop, unplug the charger, remove the battery (if removable), and hold the power button for 30 seconds.
Configuring Windows services and power options
A disabled system service is often the cause of Windows 10 stopping searching for networks. The operating system may be saving power by forcibly disabling the module, or the network management service may have been stopped accidentally.
To check, click Win + R, enter services.msc and press Enter. Find the "WLAN AutoConfig" service in the list. Make sure its startup type is set to "Automatic" and the service is running. If it is stopped, click the "Start" button.
☑️ Checking the WLAN service
It's also worth checking your power settings. Go to Device Manager, open the properties of your Wi-Fi adapter, and find the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will prevent the module from going into sleep mode, which can sometimes cause freezing.
- 🚀 Make sure the WLAN AutoConfig service is running and set to start automatically.
- ⚡ Disable power saving for the network adapter in its properties.
- 🔄 Restart the service if it was stopped using the context menu.
After making changes to services and power settings, be sure to reboot the system. Without this, the new settings may not take effect, and the adapter may continue to operate incorrectly.
Installing and updating Wi-Fi drivers
The most common cause of problems is incorrect driver functionality. This can occur after a major Windows 10 update, when the system installs a generic but incompatible driver, or when the original driver files are damaged by a virus.
The ideal option is to download the latest driver from the official website of your laptop or motherboard manufacturer. However, if you don't have internet access on your PC, you'll need to use another device (smartphone or another computer) to download the file. Search for the driver based on your exact device model.
If you can't download the driver from the official website, you can use Windows' built-in tools. In Device Manager, right-click the adapter and select "Update driver" -> "Search automatically for driver software." The system will attempt to find suitable software in its database.
In some cases, rolling back the driver can help. If the problem appeared after a recent update, go to the adapter properties, select the "Driver" tab, and click "Roll Back." This will restore the previous, working version of the software.
Resetting network settings and working with the registry
When simple methods fail, more drastic measures are necessary. Windows 10 has a built-in network settings reset feature that deletes all saved passwords and returns network configurations to factory defaults.
To perform a reset, go to Parameters -> Network and Internet -> StateAt the very bottom of the page, find the "Network Reset" link. Click it and confirm the action. The computer will restart in 5 minutes.
What happens when you reset your network?
All saved Wi-Fi passwords are deleted, TCP/IP settings are reset, and network adapters are disabled and reinstalled. This is a secure procedure, but you will have to re-enter your Wi-Fi passwords.
If this doesn't help, you can check your registry for blocking entries. Sometimes viruses or buggy programs can block wireless network access. Click Win + R, enter regedit and follow the path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc
In the right part of the window, find the parameter StartIts value must be equal to 2 (Automatic). If it says 3 or 4, change it to 2. Also check the branch HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}If there are parameters there UpperFilters or LowerFilters, it is better to remove them, as they often conflict with drivers.
⚠️ Attention: Use extreme caution when editing the registry. An error in the registry key name or value can lead to system instability. We recommend creating a restore point before making any changes.
Diagnostics via command line
For advanced users and when the graphical interface is unresponsive, the command line is a great tool. It allows you to reset the TCP/IP stack and flush the DNS cache, which often resolves connection issues.
Launch Command Prompt as administrator (search for cmd in the search bar, right-click, and choose Run as administrator). Enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running all commands, be sure to restart your computer. This will rebuild the network protocols and resolve any software errors.
Table of common errors and solutions
To make diagnosis easier, we've compiled the main symptoms and their treatments into a single table. This will help you quickly identify the nature of the problem.
| Symptom | Probable cause | Solution |
|---|---|---|
| There is no Wi-Fi icon in the tray | The adapter is disabled or there is no driver. | Check Device Manager, turn it on with the button |
| The network list is empty | WLAN service stopped | Start the WLAN AutoConfig service |
| Limited (yellow exclamation mark) | Problem with router or DNS | Reboot your router and reset your DNS. |
| Adapter not found (Code 10/43) | Driver or hardware failure | Reinstall the driver, check the contacts |
| Wi-Fi comes and goes | Energy saving or overheating | Disable energy saving in properties |
Frequently Asked Questions (FAQ)
Why did Wi-Fi disappear after updating Windows 10?
Updates often replace manufacturer-specific drivers with generic ones, which may not work correctly. Solution: Uninstall the current driver in Device Manager and install the original one from the laptop manufacturer's website.
Can a virus disable a Wi-Fi adapter?
Yes, some types of malware block network connections to prevent antivirus updates or data transfer. A full system scan with Malwarebytes antivirus and scanner is recommended.
What to do if the driver is not installed?
Try running the installer as administrator. If that doesn't help, temporarily disable your antivirus. As a last resort, try installing the driver in compatibility mode with the previous version of Windows.
Will buying a new USB adapter help?
If the built-in module has physically burned out or lost contact with the motherboard, an external USB adapter is an excellent and inexpensive solution that doesn't require complex laptop repairs.