Users often find themselves caught off guard when their operating system stops detecting wireless networks. You're used to instant internet access, but suddenly the connection icon disappears or the list of available hotspots is empty. This can happen after a system update, a power surge, or a hardware failure.
Don't panic if you think the network module has burned out. In most cases, the problem lies in the software or misconfigured settings. communication protocolsProper diagnostics allow you to fix the problem in minutes, restoring your computer to full functionality without having to visit a service center.
In this article, we'll explore the main reasons why Windows 10 isn't detecting Wi-Fi networks and offer step-by-step instructions for restoring functionality. We'll cover everything from simple checks of switches to complex registry and driver manipulations.
Primary diagnostics and equipment testing
Before delving into system settings, it's important to ensure the hardware is physically functional. Users often forget that there's a hardware switch on the laptop case or keyboard that disables the module. If the module is physically disabled, no software methods will help detect networks.
Pay attention to the indicators on your keyboard. Usually, it's a button with an image of an antenna or airplane. Try pressing it in combination with a function key. FnIt's also worth checking whether Airplane Mode, which forcibly disables all wireless interfaces, is activated.
- 🔌 Check the physical Wi-Fi switch on the end of the laptop case.
- ✈️ Make sure Airplane mode is turned off in the notification center.
- 📡 Try connecting a different USB Wi-Fi adapter to rule out damage to the built-in one.
- 🔋 Reboot your router, as the problem may be on the access point side.
If the hardware switches are OK, it's worth checking the device's status in the system. Sometimes the module can be accidentally disabled in the network management interface. Go to Settings → Network & Internet → Status and make sure the wireless slider is active.
Checking the WLAN AutoConfig service
A critical component for wireless networking in Windows 10 is a dedicated service. If the service WLAN AutoConfig If the Wi-Fi network is stopped or its startup type is changed, the system will simply stop scanning the air. This is one of the most common reasons why the Wi-Fi icon may disappear completely or become grayed out.
To check, you need to open the Services control panel. Press the key combination Win + R and enter the command services.mscIn the list that opens, find the service named "WLAN AutoConfig Service" (or WLAN AutoConfig). Double-click it to open its properties.
Make sure "Automatic" is selected in the "Startup type" field. If the service is stopped, click "Start." After applying the changes, be sure to restart your computer for the new settings to take effect.
Updating and reinstalling adapter drivers
Driver version conflicts are a common issue after major Windows updates. The system may automatically install a generic driver that doesn't work correctly with your specific network card model. This often appears in Device Manager as a yellow exclamation point or a hidden device.
Open Device Manager from the Start menu (right-click). Expand the "Network Adapters" tab. Find your wireless adapter (usually listed as "Wireless," "Wi-Fi," or "802.11"). Try updating the driver automatically first, but a complete reinstallation is often more effective.
Remove the device from the list by checking the box to remove software if prompted. Then, restart your computer. Upon startup, Windows 10 will attempt to re-detect the hardware and install the default driver, which often resolves the compatibility issue.
☑️ Driver procedure
It's important to download drivers from the official website of your laptop or motherboard manufacturer, rather than using third-party auto-installers. They may install the wrong software version, which will lead to unstable operation.
Reset network settings and TCP/IP parameters
When software glitches accumulate, errors in the protocol stack can occur, blocking network discovery. Windows 10 has a powerful built-in tool for completely resetting network components. This action will return all network settings to factory defaults.
Go to Settings → Network & Internet → StatusAt the bottom of the page, find the "Network Reset" link. Click it and confirm the action by clicking "Reset Now." The computer will warn you that it will restart in 5 minutes. This method is effective if the previous steps didn't help.
An alternative method is to use the command line. Launch Terminal as administrator and enter the following commands to reset the TCP/IP stack and clear the DNS cache:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running the commands, be sure to reboot. This method is especially useful if the problem is related to incorrect IP addresses or corrupted network system files.
What to do if resetting doesn't help?
If a hard reset doesn't resolve the issue, Windows system files may be corrupted. Run the sfc /scannow command in an elevated command prompt to check the system's integrity.
Power settings and energy management
Windows 10 aggressively manages power consumption to extend laptop battery life. Sometimes the system mistakenly disables the Wi-Fi adapter to save power and fails to properly "wake it up." This causes the adapter to disappear from the list of available networks or stop detecting them.
To prevent the system from turning off the device, open Device Manager again. Find your wireless adapter, go to Properties, and open the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power."
It's also worth checking your power plan. In the control panel, go to Power Options → Change plan settings → Change advanced power settingsIn the "Wireless Network Adapter Settings" section, select the "Maximum Performance" mode.
Diagnostics via command line and registry
In some cases, the problem lies deeper, in registry settings or specific service settings. If standard methods don't work, you can try manually checking the configuration. Be careful when working with the registry, and only change the specified values.
Click Win + R, enter regedit. Follow the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc. Make sure the parameter Start has a value of 2 (Automatic). If it says 4, the service is disabled.
You can also use Windows' built-in diagnostics. Right-click the network icon (even if it has an X) and select "Diagnose." The system will attempt to automatically find and fix common errors.
| Problem | Probable cause | Solution method |
|---|---|---|
| No Wi-Fi icon | WLAN service is disabled | Starting the service via services.msc |
| Sees networks but doesn't connect | Driver error | Removing and installing the driver |
| Disappears after sleep | Energy saving | Disabling savings in the manager |
| Gray adapter icon | Hardware shutdown | Checking switches and Fn keys |
⚠️ Attention: The Windows 10 Settings interface may vary slightly depending on your build version (Home, Pro, or Enterprise). If you can't find the item, search in the Start menu using keywords such as "Device Manager" or "Services."
Frequently Asked Questions (FAQ)
Why did the Wi-Fi icon disappear after a Windows update?
The update may have replaced a working driver with an incompatible version or changed service settings. We recommend uninstalling the current driver in Device Manager and restarting the PC so the system will attempt to install the correct version automatically, or installing the driver manually from the manufacturer's website.
Can a virus block a Wi-Fi connection?
Yes, some malware blocks access to network settings or changes DNS and proxy settings. If standard methods don't help, be sure to run a full system scan with antivirus software and malware detection tools.
What should I do if I don't see a wireless adapter in Device Manager?
This indicates that the system is not physically detecting the device. Check to see if the adapter is disabled in the BIOS/UEFI. It's also possible that the Wi-Fi module has become disconnected from the contacts inside the laptop or is faulty. In this case, a USB Wi-Fi adapter will help.
How to reset network settings without losing data?
The "Network Reset" feature in Windows 10 doesn't delete your personal files, documents, or programs. It only resets your network settings, including saved Wi-Fi passwords, VPN settings, and virtual switches. You'll need to re-enter your Wi-Fi passwords.
⚠️ Attention: If your laptop is under warranty, do not open the case to check the Wi-Fi antenna connection to the module. This will void the warranty. Contact an authorized service center.