When the WiFi icon on your laptop suddenly disappears and the list of available networks disappears, it can catch you off guard at the most inopportune moment. Users often encounter this: wireless network adapter ceases to be detected by the system after an operating system update or a sudden power surge.
In the operating system Windows 10 A complex hardware and software system is responsible for connecting to the internet, and a malfunction can be caused by a variety of factors. This could range from a simple driver error to a physical disconnection of a module inside the device's casing.
Before you panic or take your device to a service center, it’s worth checking basic diagnosticsIn most cases, you can resolve the issue yourself by following a series of simple steps to restore software settings.
Initial diagnostics and physical connection check
The first step should always be a visual and hardware check of the hardware. Sometimes the problem lies not in software glitches, but in an accidentally disabled feature or hardware switch. Many laptop models, especially gaming or business series, have physical toggle switch or a key combination to quickly disable radio modules.
⚠️ Note: If the WiFi indicator on the keyboard is red or orange, this often indicates a forced hardware shutdown of the module, which cannot be corrected by software.
Check your keyboard for an antenna or airplane icon. These are usually function keys. F2, F12 or a separate button. Press them in combination with the key FnIf after this the network icon does not appear, the system may have gone into airplane mode programmatically.
It's also worth making sure the problem isn't related to your external router. Try connecting another device to the same network. If the internet is down everywhere, the problem lies with your router or ISP, not your computer.
Using the built-in troubleshooter
operating system Windows 10 has a powerful built-in diagnostic tool that automatically detects and fixes common network connection errors. This method is most effective when Wi-Fi connection is lost due to a protocol reset or a temporary service conflict.
To launch the wizard, you need to go to Settings → Network & Internet → StatusAt the bottom of the window, find the "Advanced options" link or select "Troubleshoot." The system will run a scan and offer troubleshooting options.
During the diagnostic process, cached DNS data may be reset or network components may be re-registered. If the system reports that wireless network adapter not found, this will indicate a deeper problem that requires working with the device manager.
Working with Device Manager and Drivers
The most common reason for a missing WiFi icon on a laptop is a faulty driver. This can happen after an automatic Windows update or installing new software. To check, open device Manager.
Right-click the Start button and select the appropriate menu item. In the window that opens, find the "Network Adapters" section. Expand it and look for the device whose name contains the words Wireless, WiFi or 802.11.
If the adapter is marked with a yellow exclamation point or an arrow (indicating it's disabled), right-click it. Select "Uninstall device" from the context menu, then click "Action → Scan for hardware changes" in the top menu. The system will attempt to reinitialize the device.
- 🔌 If the device is displayed as "Unknown", you need to download the driver from the laptop manufacturer's official website.
- 🔄 Try selecting "Update driver" → "Automatic search" if you have internet access via cable or phone.
- ⚙️ In the adapter properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device."
⚠️ Important: When uninstalling the driver, do not check the "Delete the driver software for this device" box unless you plan to completely reinstall the software from an external drive.
If standard methods don't help, you can try rolling back the driver. In the device properties, go to the "Driver" tab and click the button. Roll back, if it's active. This will revert the system to the previous stable software version.
Resetting network settings and command line
When software glitches accumulate, a full reset of network settings to factory defaults may be necessary. This action removes all saved networks, VPN settings, and virtual adapters, returning network stack to its original state.
You can perform a reset via the graphical interface: Settings → Network & Internet → Status → Network resetAfter clicking "Reset Now," your computer will reboot in 5 minutes. This is a drastic method, but often the only one that works.
For more fine-grained customization, you can use the command line. Run cmd as administrator and run the following sequence of commands to clear the cache and reset TCP/IP.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running all the commands, be sure to restart your laptop. These actions overwrite key registry entries responsible for network communication, which often resolves the issue where the adapter is "visible" but no networks are being searched for.
☑️ Network Reset Checklist
Checking services and group policies
A specialized service in Windows 10 is responsible for detecting and connecting to wireless networks. If it is stopped or its startup type is changed, the WiFi icon will disappear from the startup screen, even if the driver is working properly.
Click Win + R, enter services.msc and press Enter. Find the service in the list. WLAN AutoConfig (in some versions it may be called wlansvc). Double-click on it to open properties.
Make sure the startup type is set to Automatically, and the state of service is In progressIf the service is stopped, click the "Start" button. Without this service running, network searches are impossible.
| Service | Description | Launch type | Status |
|---|---|---|---|
| WLAN AutoConfig | Basic WiFi service | Automatically | In progress |
| Connection Information Service | Displaying network icons | Automatically | In progress |
| Connection Manager | Connection management | Manually | Stopped |
It's also worth checking whether the service is disabled in the registry or group policies, which is relevant for corporate laptops. Administrators may block wireless network connections for security reasons.
What should I do if the WLAN AutoConfig service does not start?
This is often due to a dependency on other services, such as NDIS Usermode I/O Protocol. Check the "Dependencies" tab in the service properties and ensure that the services listed there are also running.
Hardware faults and BIOS
If software methods fail, the problem may lie at the BIOS/UEFI level or physical damage to the module. An on/off option can often be found in the BIOS settings. Wireless LAN or Network Adapter.
When your computer boots, press the BIOS entry key (usually F2, Del or F10). Find the section Advanced or Configuration and make sure that the wireless module has the status Enabled. If it is disabled (Disabled), the system will not see the WiFi adapter.
In rare cases, resetting the BIOS settings to factory defaults helps (Load Default Settings). This may resolve the interrupt conflict that is blocking the network controller from working.
⚠️ Warning: Changing BIOS settings requires caution. If you are unsure about what you are doing, it is best to consult a specialist, as incorrect settings may cause system instability.
Physical damage to the antenna or the WiFi module itself is also possible, especially if the laptop has been subjected to impacts or drops. In such cases, the device must be disassembled and the component replaced.
Frequently Asked Questions (FAQ)
Why did WiFi disappear after updating Windows 10?
Updates often contain new driver versions that may conflict with your current hardware, or completely replace your existing driver with a generic one that doesn't support your adapter's features.
Can a virus disable WiFi on a laptop?
Yes, some types of malware block network connections to prevent the transmission of infection data or to block access to antivirus databases. A full system scan is recommended.
What should I do if there is no "Network Adapters" section in Device Manager?
This indicates a serious system or chipset failure. Try updating the chipset drivers from the laptop manufacturer's website or performing a system file restore using the command sfc /scannow.
Will buying an external USB WiFi adapter help?
Yes, this is an excellent temporary or permanent solution if the built-in module has burned out. The external adapter operates as a standalone device and is independent of the laptop's internal circuit board.