When your laptop or desktop PC suddenly stops detecting available wireless networks, it can catch you off guard at the most inopportune moment. You open the list of connections in Windows 10, but instead of the usual router names, you see blank screens or a message stating that there are no networks at all. Often, the problem lies not in hardware failure, but in a software glitch in the operating system or power saving settings.
Before panicking and taking your device to a service center, it's worth running a basic diagnostic. In most cases, Wi-Fi adapter It simply shut down due to static electricity or a driver conflict. Restoring operation takes anywhere from a few minutes to half an hour if you proceed consistently and methodically, eliminating possible causes one by one.
In this guide, we'll walk you through every step of restoring your connection: from a simple service restart to deep registry tweaks. If the Wi-Fi indicator on the device is on, but the network does not appear, the problem is almost always software-related. Let's start by checking the physical condition of the hardware and basic switches.
Primary diagnostics of equipment and switches
The most common, but often overlooked, reason for a lack of network connectivity is a physically disconnected module. On many laptops, especially business series, Lenovo, HP or DellThere's a dedicated slider or key combination for quickly disabling wireless interfaces. This is done to save battery life or comply with airplane safety regulations.
Carefully inspect the edges of your device's case. If you find a mechanical switch, make sure it's in the "On" position. On the keyboard, look for an antenna or airplane icon, usually located on one of the function keys. F1-F12. Often requires holding down a key to activate. Fn and press the corresponding button.
- 🔌 Check if the Wi-Fi indicator on the laptop case or the front panel of the USB adapter is lit.
- ⌨️ Press the key combination to enable wireless mode (often
Fn + F2orFn + F12). - 🔄 If you are using a USB dongle, try plugging it into a different port, preferably USB 2.0.
- 📶 Make sure the router is turned on and the WLAN/Wi-Fi indicator is blinking.
Sometimes the system gets stuck in a state where the hardware appears connected but isn't functioning. In such cases, a full reboot cycle with the power off helps. Turn off the laptop, disconnect the charger, and, if possible, remove the battery. Press and hold the power button for 15-20 seconds to drain any residual voltage from the motherboard capacitors.
⚠️ Attention: If you're using a desktop PC with an internal PCIe Wi-Fi module, make sure the antennas are securely screwed into the connectors on the back of the system unit. Without the antennas, the module may perform poorly or not detect the network at all.
After turning on your computer, let the system fully boot. If the network icon appears but there are still no networks, go to Windows software settings.
Checking the status of a network adapter in Windows
operating system Windows 10 Allows flexible management of network interfaces. The adapter may have been accidentally disabled in Device Manager or after a driver update. This is a common occurrence and can be easily corrected through the Control Panel.
Open the Start menu and start typing Control Panel, then go to Network and Internet → Network and Sharing CenterIn the left menu, select the item Changing adapter settingsA window will open with a list of all network connections.
Find the icon Wireless network (Wireless Network Connection). If it's grayed out and labeled "Disabled," right-click it and select "Enable." If the Wi-Fi icon isn't listed at all, the system isn't detecting the physical device, and the problem lies deeper—in the drivers or hardware.
It's also worth checking your power settings. Windows 10 aggressively saves power and may disable USB ports or PCIe slots that power the Wi-Fi module. Open device Manager (click Win + X and select the appropriate item). Find the section Network adapters, open it and double-click on your Wi-Fi device (usually contains the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm).
Go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will prevent the module from turning off accidentally when idle.
Updating and reinstalling Wi-Fi drivers
A driver is an intermediary between the operating system and the hardware. If it's damaged, outdated, or installed incorrectly after a Windows update, the adapter stops functioning. The standard update procedure through Device Manager often fails to find new versions, as Microsoft maintains basic, but not always up-to-date, versions.
The best way is to download the driver from the official website of the laptop or motherboard manufacturer. You will need another device with internet access (smartphone or another PC). Find your device model on the manufacturer's website, go to the "Support" section, and download the driver. Wireless LAN specifically for your version of Windows 10.
If you don't have access to another device, you can try deleting the current driver and having Windows find it again:
- Open
device Manager. - Find your Wi-Fi adapter in the "Network adapters" section.
- Right-click and select "Uninstall device".
- In the window that appears, check the box "Delete the driver software for this device" (if available).
- Click "Uninstall" and restart your computer.
After rebooting, the system will attempt to install the driver automatically. If this fails, install the previously downloaded file manually. Please note that some older router and adapter models may require specific security protocols.
☑️ What to do if you have a driver issue
⚠️ Attention: Avoid using driver update programs ("driver packs") with a dubious reputation. They often install generic drivers that can cause instability in specific hardware.
Resetting network settings and TCP/IP parameters
The operating system accumulates temporary files, DNS cache, and protocol settings, which can conflict with each other. If the computer doesn't detect the router even though the drivers are working properly, it's worth performing a full reset of the network settings. This will return all parameters to factory defaults.
Windows 10 has a built-in reset feature. Go to Start → Parameters (gear) → Network and InternetAt the very bottom of the "Status" tab, find the link Network resetClick it, then the "Reset Now" button. The system will warn you that a reboot will take place in 5 minutes. After this, the computer will restart, and you will need to re-enter the Wi-Fi password.
For a deeper cleanup, you can use the command prompt. Run it as administrator (search for "cmd" in the search bar, right-click and select "Run as administrator"). Enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands reset the TCP/IP stack, flush the DNS cache, and renew the IP address. Be sure to restart your computer after completing these commands. This often resolves issues where the adapter sees networks but cannot connect, or when the network list is empty.
It's also worth checking the WLAN autoconfiguration service. Click Win + R, enter services.msc and find it in the list WLAN AutoConfig Service (WLAN AutoConfig). Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click "Start."
Command line diagnostics and log analysis
For advanced users or in complex cases where standard methods fail, it's worth consulting the system logs. The command line provides powerful tools for diagnosing the status of the wireless interface. netsh wlan show interfaces will display detailed information about the status of the Wi-Fi adapter.
In the command output, pay attention to the "State" line. If it says "Not connected" but the adapter is detected, it's working but can't find the access point. If the status says "Hardware Missing," the problem is definitely with the driver or the physical connection.
Another useful tool is the Event Viewer. Click Win + X and select "Event Viewer". Follow the path: Windows logs → SystemOn the right side, select "Filter current log" and enter in the sources field WLAN-AutoConfigThis will filter out events related to the wireless network. Look for errors (red icons) with codes indicating driver failure or adapter disconnection.
| Event Code / Error | Probable cause | Solution |
|---|---|---|
| Code 10 | The device cannot start | Reinstalling the driver, checking for IRQ conflicts |
| Code 43 | Windows has stopped the device | Relieving static electricity, replacing the adapter |
| WLAN-AutoConfig 20006 | The service did not start | Checking dependent services, antivirus |
| Code 28 | Drivers not installed | Installing drivers from a disk or website |
Log analysis may reveal that an antivirus or third-party firewall is blocking the network interface. Try temporarily disabling third-party security software and checking if the networks reappear.
What to do if nothing helps?
If none of the software solutions help, the Wi-Fi module itself may be faulty. In laptops, this is often a miniature card connected via a Mini-PCIe or M.2 slot. You can replace it yourself or use a USB Wi-Fi adapter as a temporary solution. For desktop PCs, the easiest solution is to install a new PCIe card or use a USB dongle.
Router settings: frequency range and channels
Sometimes the problem isn't with your computer, but with the router settings. Modern Wi-Fi standards use both the 2.4 GHz and 5 GHz bands. Older adapters (802.11b/g/n) may not detect networks that operate exclusively in the 5 GHz band (802.11ac/ax). If the router is configured to only operate in the 5 GHz band, an older laptop simply won't detect the network.
Go to your router settings (usually via 192.168.0.1 or 192.168.1.1) and check the wireless mode. Make sure the operating mode is set to Mixed, for example, 802.11 b/g/n or 802.11 a/n/acYou should also try changing the broadcast channel. In apartment buildings, channels can be overloaded, and the adapter may not be able to cut through the noise.
Try setting a static channel (1, 6, or 11 for 2.4 GHz) instead of "Auto." Channel width is also important: for older devices, it's better to set it to 20 MHz instead of 40 MHz; this will improve connection stability on noisy frequencies.
⚠️ Attention: Interfaces of routers from different manufacturers (TP-Link, Asus, MikroTik, Keenetic) vary greatly. Specific menu item names may vary, but the logic for setting frequencies and channels is the same for all devices.
If, after all these steps, the computer still doesn't detect the Wi-Fi router, but other devices (phones, tablets) work fine, there's a high probability that the PC's Wi-Fi module is physically faulty. In this case, the most practical solution is to purchase an external USB Wi-Fi adapter that supports modern standards.
Frequently Asked Questions (FAQ)
Why did the Wi-Fi icon disappear after a Windows update?
Windows 10 updates often replace working drivers with generic ones, which may not work correctly with your hardware. The update may also reset registry settings or disable services. Solution: Roll back the driver using Device Manager or perform a network reset.
The computer sees neighboring networks, but not mine. What's wrong?
Most likely, your router is operating on a channel unsupported by your adapter, or is in the 5 GHz band, which your old adapter can't detect. It's also possible that the router's SSID (network name) is hidden. Try connecting manually, knowing the exact name and encryption type.
Can antivirus block Wi-Fi?
Yes, some network protection features in antivirus software (such as Kaspersky or ESET) may block connections to new or public networks, deeming them unsafe. Check your antivirus's firewall settings.
Will replacing the antenna help if the computer does not see the network?
If you have a desktop PC or laptop with detachable antennas and the signal is very weak (1-2 bars), replacing the antenna may improve reception. However, if the adapter doesn't detect any networks at all (0 networks), the problem is most likely with the driver or the module itself, not the antenna.