A situation where a computer with an operating system Windows 10 Stopping detecting available wireless networks is one of the most common and frustrating problems for users. You turn on your laptop, look at the lower right corner of the screen, and instead of the usual list of available connections, you see a blank screen or an icon with a red X. This means that either the operating system can't find any access points, or the wireless module itself is disabled, either by software or physically.
The causes of this behavior can range from a simple wireless network service failure to more complex driver or registry configuration issues. Users often panic, thinking the hardware is faulty, but in the vast majority of cases, the problem can be resolved with software solutions without a trip to a service center. It's important to consistently check all possible sources of conflict, from simple switches to reinstalling system components.
In this guide, we'll detail the steps to restore internet access. We'll cover both standard diagnostic tools and hidden settings that not everyone knows about. Follow the instructions carefully to avoid missing an important step that could be crucial in restoring your device's functionality. Wi-Fi adapter.
Initial diagnosis and physical examination
Before delving into the depths of system settings and the command line, it's important to rule out simple causes of no signal. Users often forget about simple mechanical switches or accidental key presses. On many laptops, especially models HP, Lenovo or Asus, there is a separate button or key combination (usually Fn + F-key with a picture of an antenna) that completely turns off the power to the wireless module.
It's also worth checking whether Airplane Mode itself is enabled. In Windows 10, this feature overrides other settings and blocks all radios. If the airplane icon is blue, it means the system is forcibly blocking wireless interfaces. Sometimes, simply toggling this mode can help: turn it off, wait 10 seconds, and then turn it back on to initiate a new network scan.
- 📶 Check the physical Wi-Fi switch on your laptop or the hotkey combination.
- ✈️ Make sure Airplane mode is turned off in the notification center.
- 🔌 If you are using an external USB adapter, try reconnecting it to a different port.
- 🔄 Restart your router and computer to rule out a temporary hardware failure.
It's a good idea to check the device manager to see if the system is detecting the device. If the adapter is still displayed with a yellow exclamation point or is missing entirely, the problem may be hardware or a critical driver error. However, if the device is detected as "working normally" but there's no network connection, we need to move on to software settings.
Checking the WLAN AutoConfig service
A special system service called Wireless Networks is responsible for detecting wireless networks and managing connections in the Windows operating system. WLAN AutoConfigIf this service is stopped, disabled, or malfunctioning, the computer will be physically unable to scan the air for available access points. This is one of the most common reasons why the Wi-Fi icon disappears from the taskbar.
To check the service status, you need to open the Run window. Press the key combination Win + R and enter the command services.mscIn the list that opens, find "WLAN AutoConfig Service" (or WLAN AutoConfig). Double-click it to open its properties.
In the window that opens, note the "Startup Type." It should be set to "Automatic." If the service is stopped, click "Start." If it's already running, try clicking "Stop" and then "Start" again to restart the process. After completing these steps, check if available networks appear in the connections list.
⚠️ Attention: If the "Run" button is inactive (grayed out) or an error occurs during startup (for example, code 1068), this may indicate damage to Windows system files or a conflict with antivirus software.
Sometimes the problem lies in the dependencies of this service. In the "Dependencies" tab of the WLAN AutoConfig service properties, you can see which components are required for it to function. Make sure that the services that WLAN depends on (for example, NDIS Usermode I/O Protocol) are also running and functioning correctly.
Configuring adapter settings and power management
The Windows 10 operating system has aggressive power-saving algorithms that can automatically disable the network adapter to conserve battery life. In some cases, the adapter "falls asleep" and fails to wake up on its own, causing the network list to disappear. This issue can be resolved through the Device Manager.
Open Device Manager by right-clicking the Start button and selecting the appropriate item. Find the "Network Adapters" section and expand it. Find your wireless adapter in the list (usually the name contains the words "Wireless," "Wi-Fi," "802.11," or the brand name). Intel, Realtek, Qualcomm). Right-click and select "Properties".
Go to the "Power Management" tab. Here you will see a checkbox labeled "Allow the computer to turn off this device to save power." This needs to be checked. take offThis will prevent the system from turning off the adapter's power, which often solves the problem of Wi-Fi spontaneously disappearing after waking up from sleep mode.
It's also worth checking the IPv4 protocol settings themselves. This rarely affects network detection, but it can block the connection. In the "Network Connections" window (can be accessed with the command ncpa.cpl) Right-click on the wireless connection, select "Properties", then "Internet Protocol Version 4 (TCP/IPv4)" and make sure that the checkboxes for Obtain IP and DNS automatically are checked.
Updating and reinstalling device drivers
A driver is an intermediary between the operating system and the hardware. If it's outdated, corrupted, or simply installed incorrectly after a Windows update, the adapter may become unstable. Windows 10 often automatically installs generic drivers, which may not fully support the functionality of your specific module.
The best solution is to visit the official website of your laptop or motherboard manufacturer (if you have a PC). Find your device model in the support section and download the latest driver for it. Wireless LANPlease note that drivers for Windows 7 or 8 may not be suitable; look specifically for the version for Windows 10 (or 11, if compatible).
If downloading the driver offline is not possible, use another computer or smartphone to download the file and transfer it via USB. Before installing the new driver, we recommend completely uninstalling the old one. In Device Manager, right-click the adapter and select "Uninstall device." Be sure to check "Delete the driver software for this device" if prompted.
- 📥 Download the latest driver from the hardware manufacturer's official website.
- 🗑️ Completely uninstall the old version of the driver through the Device Manager.
- 🛠️ Install the downloaded driver and restart your computer.
- ✅ Check if the yellow exclamation mark has disappeared in Device Manager.
After reinstalling the driver, the system may require a reboot. Don't skip this step, as this is when the new software module is fully initialized and registered in the system.
Reset network settings via command line
If the previous methods didn't help, there may be errors or configuration conflicts in the Windows network stack. Resetting network settings to factory defaults often helps when the system is glitching and unable to detect networks, even though the drivers are working properly. This will return all network components to their "clean install" state.
To perform a reset, open Command Prompt as administrator. Click Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)". Enter the following commands in sequence, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Team netsh winsock reset resets the Winsock catalog, which often solves connection problems. The command netsh int ip reset Resets TCP/IP protocol settings. The remaining commands renew the IP address and flush the DNS cache. After completing all commands, be sure to restart your computer.
☑️ Network Reset Checklist
There is also a more radical, but convenient way through the graphical interface. Go to Settings → Network & Internet → StatusAt the bottom of the page, find the "Network Reset" link. Clicking it and confirming the action will reboot the system and reset all network adapters to their default settings.
Diagnostics of the registry and system files
In rare cases, the problem stems from corrupted registry entries responsible for filtering network packets or corrupted Windows system files. If incorrect filters are present in the registry, they may block the adapter. This can be checked using the registry editor, but requires caution.
Open Registry Editor (regedit) and follow the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}Find the settings in the right part of the window. UpperFilters And LowerFiltersIf they exist, delete them. If they don't, nothing needs to be done. This step often helps if the adapter displays error code 10 or 43.
It's also worth checking the integrity of system files. In the administrator command prompt, enter the command sfc /scannowThe system will scan and attempt to automatically repair damaged files. This process may take 10-15 minutes.
⚠️ Attention: It is strongly recommended to create a backup copy of the registry before making changes. Errors while editing the registry can lead to operating system instability.
If nothing helps, the problem may be deeper and related to specific Windows updates. In this case, it might be worth uninstalling the most recently installed updates or rolling back the system to a restore point when Wi-Fi was working properly.
Table of error codes and possible solutions
When troubleshooting in Device Manager, you may encounter various error codes. Understanding their meaning allows you to more quickly locate the problem. Below is a table of the most common codes related to Wi-Fi adapters.
| Error code | Description of the problem | A probable solution |
|---|---|---|
| Code 10 | The device cannot be started. | Update the driver, check the registry for filters |
| Code 28 | Device drivers are not installed | Install the driver manually from the disk or the manufacturer's website |
| Code 43 | Windows has stopped the device (request failed) | Relieve static electricity (remove battery/turn off power), replace adapter |
| Code 45 | The device is not connected to the computer | Check the physical connection (for USB) or the contact in the slot (for internal) |
If the adapter continues to display Code 43 after all these steps, this often indicates a hardware failure or the need to discharge static electricity. For laptops with a removable battery, removing it and holding the power button for 30-60 seconds while the power is off helps.
For built-in adapters in desktop PCs or laptops with a non-removable battery, try unplugging the system unit from the power outlet for 5-10 minutes. Sometimes, accumulated static charge can block the power controller.
Frequently Asked Questions (FAQ)
Why did the Wi-Fi icon disappear after a Windows update?
Windows updates often contain new driver versions or network configuration changes that can conflict with existing software. The system may have automatically replaced your working driver with a newer, but less stable one. Solution: Roll back the driver in Device Manager or uninstall the latest update from Control Panel.
My computer can see my neighbors' networks but not my home network?
This may indicate issues with the frequency range or router channel. If your router only broadcasts at 5 GHz, and your old laptop's adapter only supports 2.4 GHz, the network won't be visible. Also, check if the network is hidden (Hidden SSID) in your router settings.
Can antivirus software block Wi-Fi network scanning?
Yes, some third-party antiviruses and firewalls have built-in network protection modules that can block system network discovery services. Try temporarily disabling your antivirus and see if the network list appears.
What should I do if there is no "Network Adapters" section in the Device Manager?
This is a warning sign. Either the adapter is physically burned out/the connection has come loose, or there's been a critical chipset failure. Try resetting the BIOS/UEFI settings or checking the device for unknown devices with exclamation marks in the "Other devices" section.
Will buying a new USB Wi-Fi adapter help?
If the built-in module is physically faulty, an external USB adapter is an excellent and inexpensive solution. It takes over signal reception, bypassing the built-in hardware. Simply plug it in, install the driver, and get started.
Hidden reason
Virtual network conflict: If you use Android emulators (BlueStacks, Nox) or virtualization software (VirtualBox, VMware), they create their own virtual network adapters. Sometimes the drivers for these virtual adapters conflict with the physical Wi-Fi module. Try temporarily removing or disabling the virtual adapters in Device Manager.