The situation when a laptop or desktop PC is based on Windows 10 Suddenly losing track of wireless networks can be frustrating for any user. You might notice that the network icon in the system tray has disappeared completely, or it appears with a red cross, indicating there are no available connections. This often happens after a system update, a power surge, or simply at the most inopportune moment when you need to urgently resolve a work issue.
The reasons for this operating system behavior can be both software and hardware related. Most often, the problem lies in a failure of the network connection management service, an outdated driver wireless adapter or accidentally disabling the WiFi module using the button on the device's body. However, more complex scenarios related to router settings or physical damage to the antenna inside the laptop cannot be ruled out.
In this article, we'll walk through all possible failure scenarios step by step. You'll learn how to diagnose the problem using built-in diagnostic tools and how to force restart the network adapter if it's frozen. We won't use complex terms without explanation, but rather cover the steps to get your computer back online.
Diagnostics: Why the WiFi icon disappeared
The first step should always be a visual assessment of the situation. Look at the taskbar in the lower right corner of the screen. If the familiar monitor icon or WiFi "ladders" aren't there, and instead you see only a globe or a cross, this indicates the system isn't detecting the network adapter itself. Windows 10 may ignore the device if it is disabled in Device Manager or is not receiving power.
Sometimes the problem is trivial: a physical switch on the laptop case has been accidentally moved or the Fn key combination has been pressed. Check the F1-F12 row for an antenna icon. If the indicator light on the keyboard is lit or flashing a certain color, this could indicate Airplane Mode, which completely blocks the radio module.
It's also worth paying attention to system behavior after recent updates. Microsoft often releases patches that they claim optimize hardware performance, but in practice, they cause conflicts with drivers for specific WiFi module models. If the problem appears immediately after a reboot with updates installed, the likelihood of a software error increases to 80%.
- 📶 Check if Airplane mode is enabled in the notification center.
- 💻 Make sure there are no yellow exclamation marks in Device Manager.
- 🔌 Try rebooting your router and computer by turning off the power for 10 seconds.
- 🛡️ Temporarily disable any third-party antivirus software that may be blocking your network.
Checking the physical condition and switches
Before delving into the depths of operating system settings, it's important to rule out physical factors. On many laptop models, especially business series, Lenovo, HP or Dell, hardware switches for wireless communication are provided. They can be located on the end of the case or integrated into the keyboard keys.
If you have a desktop computer with a USB WiFi adapter, try plugging it into a different port. It is advisable to use ports USB 3.0 (usually blue), as they provide more stable power and data transfer speeds. Sometimes the port can become corroded or loose, causing contact to fail and the system to no longer detect the device as a network device.
⚠️ Attention: If you use a USB extender for your WiFi adapter, make sure it's no longer than 1.5-2 meters. Long cables without active signal boosting cause voltage drops, which can cause the adapter to constantly reconnect or not be detected by the system at all.
For internal PCIe adapters in desktop PCs, check that the card is seated tightly in the slot. Vibration or rough handling of the system unit could have caused micro-displacement of the contacts. Turn off the computer completely, open the lid, and press the adapter card with your finger, then turn on the PC again.
Network adapter settings in Windows 10
If the device is physically functional, we move on to the software. It often happens that the network adapter is simply disabled in Windows settings. To check, press the key combination Win + R and enter the command ncpa.cplThe Network Connections window will open, where you will see a list of all available interfaces.
Find the adapter labeled "Wireless Network" or "Wi-Fi." If its icon is dim and labeled "Disabled," right-click it and select "Enable." If the adapter is completely missing from the list, the problem is deeper—most likely a driver or hardware issue.
You can also check the adapter's properties in this window. Right-click the active WiFi adapter, select "Properties," then "Configure." Go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power." Windows 10 likes to save battery life by sometimes turning off the WiFi module and “forgetting” to turn it back on.
| Parameter | Normal condition | Problematic condition | Action |
|---|---|---|---|
| Device status | Included | Disabled / Unknown | Right click → Enable |
| Driver | It works fine | Code 10, 43 or error | Update or reinstall |
| Power supply | Allowed | Prohibited by the system | Uncheck the savings box |
| WLAN service | In progress | Stopped | Start manually |
Working with wireless adapter drivers
The most common reason for WiFi to disappear is a driver failure or malfunction. Even if there are no yellow icons in Device Manager, the driver may be malfunctioning. Open Device Manager by right-clicking the Start button and selecting Device Manager. Find the "Network Adapters" section.
If you see a device with a name containing the words Wireless, 802.11, WiFi or brands like Realtek, Intel, Qualcomm, but with a yellow triangle, it means the system can't start it. Try uninstalling this device (right-click → Uninstall device), then selecting "Scan for hardware changes" from the Device Manager menu. The system will attempt to install the driver again.
In some cases, rolling back the driver can help. Go to the adapter properties, select the "Driver" tab, and click "Roll Back" if the button is active. This will restore the previous software version, which may have been more stable than the current one. If rolling back isn't possible, it's best to download the latest driver from the official website of the laptop or motherboard manufacturer using another device with internet access (such as a smartphone).
Where can I find a driver if I don't have internet access?
Download the driver on another computer or smartphone. Save the installation file to a USB flash drive. Connect the USB flash drive to the problematic PC and run the installation. Important: Download the driver specifically for your WiFi adapter model, not a generic "driver pack."
Please pay attention to the security protocol version. Some older drivers may not support modern encryption standards. WPA3, which are enabled by default on new routers. In the driver properties, on the "Advanced" tab, you can try changing the operating mode from 802.11ax/ac to the older 802.11n or even g to check compatibility.
Windows Services and Reset Network Settings
A special system service is responsible for detecting and connecting to wireless networks in Windows 10. If this service is stopped, WiFi will not work. Click Win + R, enter services.msc and find "WLAN AutoConfig Service" (WlanSvc) in the list. Make sure its startup type is set to "Automatic" and its status is "Running."
If the service is stopped, start it. If it starts and then immediately stops, system files may be corrupted or there may be a conflict with other software. In this case, a complete network settings reset is an effective solution. This will return all network settings to factory defaults.
To reset your network, go to Settings (the gear icon in the Start menu) → Network & Internet → Status. At the bottom of the page, find the "Network reset" link. Click "Reset now" and confirm. Your computer will restart in 5 minutes. This will delete saved WiFi passwords and VPN settings, but it often resolves the issue of invisible networks.
☑️ Network Reset Checklist
⚠️ Attention: After resetting your network, you'll need to re-enter your WiFi router password. Settings for virtual network adapters (such as those from VirtualBox or Hamachi) may also be deleted and will need to be reconfigured.
Command line for advanced users
If the graphical interface doesn't help, commands can help. Run the command prompt as administrator (right-click Start → Windows PowerShell (Administrator) or Command Prompt (Administrator)). This is where we'll clear the network settings cache.
Enter the following sequence of commands, pressing Enter after each line. This will reset the TCP/IP stack, clear the DNS cache, and reset Winsock settings, which often resolves software conflicts that interfere with WiFi.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running all the commands, be sure to restart your computer. If Windows 10 still doesn't detect the WiFi network, the problem may lie in the router's settings (for example, a hidden SSID or MAC address filter) or a physical fault with the WiFi module in your computer.
Frequently Asked Questions (FAQ)
Why can my computer see my neighbors' networks but not my router?
Most likely, your router is operating on a channel that the adapter doesn't support (for example, channels 12-14 in the 2.4 GHz band, which are prohibited in some regions), or the router is configured for the 802.11ax (WiFi 6) standard, which the old adapter doesn't support. Try changing the WiFi channel in the router settings to 1, 6, or 11.
Can a virus disable WiFi on a computer?
Yes, some types of malware block network connections to prevent infection reports or antivirus updates. Scan your system with a cleaning utility, such as Dr.Web CureIt! or Kaspersky Virus Removal Tool.
What should I do if my WiFi driver is missing after updating Windows 10?
Go to Settings → Update & Security → View update history → Uninstall updates. Find the most recently installed update and uninstall it. Then, block its installation or wait for a fix from Microsoft.
How to check if the WiFi module is burned out?
If the Device Manager shows no unknown devices or network adapters (even with errors), and the WiFi module is enabled in the BIOS, there's a high probability of physical component failure. For a more accurate diagnosis, you can boot from a Live USB of another operating system (such as Linux). If WiFi isn't detected there either, the problem is hardware-related.