The situation when a laptop suddenly stops detecting wireless networks is familiar to many users of the operating system Windows 10You open the list of available connections, and they're empty or only display wired Ethernet, even though everything worked fine before. This can happen after a system update, installing a new antivirus, or even after a simple power surge.
The absence of the Wi-Fi icon or the "No connections available" status often indicates a software issue with the network adapter, but physical damage cannot be ruled out. Before panicking and taking the device to a service center, it's worth checking the basic settings, as in most cases the issue can be resolved using software.
In this article, we'll examine all possible reasons why your laptop isn't detecting Wi-Fi and offer step-by-step solutions. We'll cover everything from simple switch checks to complex registry and command line manipulations to get your computer back online.
Diagnostics of hardware switches and airplane mode
The first thing to do is check the physical condition of the wireless module. On many laptop models, especially business series Lenovo ThinkPad or HP ProBookThere are hardware switches or function keys that completely disable the radio module. If such a switch is set to "Off," the operating system may not detect the adapter at all.
Another common culprit is accidentally activating Airplane Mode. In this state, Windows forcibly blocks all wireless interfaces. Check the notification bar in the lower right corner of the screen: if the airplane icon is visible, you need to turn it off. Sometimes the system gets stuck in this mode, and simply toggling it doesn't help.
Pay attention to the indicators on the laptop case. If the LED responsible for wireless communication is not lit or is orange instead of white/blue, the module is disabled at a low level. Try pressing a key combination. Fn + F2 (or another key with an antenna image) to activate it.
⚠️ Note: On some gaming laptops, when an Ethernet cable is connected, the system automatically disables Wi-Fi to prioritize the wired connection. Disconnect the cable to check for network connectivity.
If software solutions don't work, the adapter may be physically damaged. However, before jumping to conclusions about the problem, software driver conflicts should be ruled out.
Checking WLAN service and adapter status
If the Wi-Fi icon has disappeared completely or has a red cross on it, the problem may lie in the stopping of a system service. Windows 10 The service is responsible for detecting and connecting to wireless networks WLAN AutoConfigIf it is stopped, you will not see any networks.
To check, press the combination Win + R, enter services.msc and press Enter. In the list that opens, find the service WLAN AutoConfigMake sure its startup type is set to Automatic and its status is Running. If the service is stopped, start it manually.
It's also worth checking to see if the adapter itself is disabled in Device Manager. Right-click the Start button and select Device Manager. Expand the Network Adapters branch. If you see a device with a yellow exclamation point or it's not listed at all, the system isn't communicating correctly with the hardware.
In Device Manager, you can try uninstalling the device driver (right-click and select "Uninstall device") and then restarting your computer. Upon startup, Windows will attempt to automatically reinstall the default driver, which often resolves the conflict.
Resetting network settings via the command line
When standard methods fail, a complete reset of network settings is the answer. In Windows 10, this can be done using a built-in tool or manually via the command line, which provides more comprehensive results. A reset clears the DNS cache, resets TCP/IP settings, and deletes saved Wi-Fi profiles.
To perform a manual reset, open a command prompt as administrator. Enter the following commands one by one, confirming each one by pressing Enter:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running the last command, be sure to restart your laptop. This process resolves many errors related to incorrect communication protocol settings that may have accumulated over time.
☑️ Checklist before resetting the network
An alternative, easier way is to use the built-in troubleshooter. Go to Settings → Network & Internet → Status and find the "Network Reset" link. Click "Reset Now," and the system will perform all the necessary actions automatically in a few minutes.
Updating and rolling back Wi-Fi adapter drivers
Drivers are the "brains" of your network equipment. It often happens that after a major Windows 10 update (for example, upgrading to version 22H2), the old driver stops working correctly, causing Wi-Fi to disappear. This is especially true for adapters from Realtek And MediaTek.
Open Device Manager and locate your wireless adapter (usually with "Wireless," "Wi-Fi," or "802.11" in its name). Right-click it and select "Update driver" → "Search automatically." If Windows finds an update, install it.
However, if the problem appeared immediately after updating the driver, you should roll back the driver. In the driver properties (Driver tab), click the "Roll Back" button. This will restore the previous, stable version of the software.
⚠️ Note: Driver interfaces and tab names may differ slightly depending on the laptop manufacturer (Dell, Asus, Acer) and Windows version.
If the automatic search doesn't help, it's best to download the latest driver from the laptop manufacturer's official website using another device with internet access and install it manually.
Power settings and hidden options
Windows 10 aggressively optimizes power consumption, and sometimes this backfires. The system may disable the Wi-Fi adapter to save power, then "forget" to turn it back on. This is a common reason why a laptop doesn't detect Wi-Fi after waking from sleep mode.
To fix this, open Device Manager again and go to the properties of your wireless adapter. Under the Power Management tab, uncheck "Allow the computer to turn off this device to save power."
It's also worth checking the power supply diagram. Enter it in the search edit power plan, go to "Change advanced power settings." Find "Wireless adapter settings" → "Power saving mode" and set it to "Maximum performance."
Hidden registry parameters
Sometimes a registry edit is required. Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc. Make sure the Start parameter is set to 2. Be careful when editing the registry!
Changing these settings ensures that the adapter operates at full capacity at all times, regardless of the battery level.
Table: Main causes and solutions
For ease of understanding, we have systematized the main symptoms and methods for eliminating them in a table.
| Symptom | Probable cause | Solution method |
|---|---|---|
| No Wi-Fi icon, red cross | WLAN service stopped | Starting the services.msc service |
| The network list is empty | Invalid region or channel | Changing the region in the router settings |
| The adapter is not visible in the device manager. | Driver failure or physical shutdown | Checking switches, reinstalling drivers |
| There is Wi-Fi, but it doesn't connect. | IP or DNS error | Resetting the network using the netsh command |
| Disappears after sleep | Energy saving | Disabling power saving in adapter properties |
Use this table as a quick diagnostic checklist. In most cases, one of these methods will solve the problem.
Specific 5GHz and Channel Issues
Modern routers operate in two bands: 2.4 GHz and 5 GHz. Older laptops or adapters with outdated drivers may simply not detect 5 GHz networks. If your router only broadcasts on the 5 GHz band and your laptop only supports 2.4 GHz, you won't detect Wi-Fi.
There's also an issue with channels. In Russia and the CIS, channels 1 through 13 are permitted. If the router is configured for channel 14 (Japan) or higher, some adapters may ignore that network. Go to your router settings (usually at 192.168.0.1 or 1.1) and check the region and channel.
Make sure that in the device manager, in the adapter properties, on the Advanced tab, support for the required standards is enabled (for example, 802.11ac or 802.11n). Sometimes it is set to "Disabled" or "Legacy", which limits network visibility.
Frequently Asked Questions (FAQ)
Why did Wi-Fi disappear after a Windows update?
Updates often replace working drivers with generic ones that may not work correctly with your specific hardware. Solution: roll back the driver or download the latest one from the laptop manufacturer's website.
What to do if the Device Manager is empty?
If the wireless module isn't listed in the "Network Adapters" section, it may be disabled in the BIOS/UEFI or a physical connection inside the case has come loose. Try resetting the BIOS to default settings.
Will reinstalling Windows help?
This is a last resort. If the problem is software-related (viruses, corrupted system files), it will help. But if the Wi-Fi module itself is burned out or there's a problem with the BIOS, reinstalling the system won't help.
How to check if the Wi-Fi module is physically working?
Boot from a Live USB (for example, Linux). If Wi-Fi still doesn't work and doesn't detect networks, the problem is most likely hardware-related.