When your laptop or desktop computer suddenly stops detecting available wireless networks, it can catch you off guard at the most inopportune moment. You open the connections list, but instead of the familiar router names, you see a blank field or a message stating that there are no networks. This doesn't always indicate hardware failure; often, the problem lies in a software glitch or an accidental change to system settings.
First, you should perform a quick visual diagnostic and check the basic indicators. If the Wi-Fi icon has disappeared from the system tray or has a red cross through it, the adapter is disabled or not working properly. In some cases, the system may see your neighbors' network but ignore your router, which narrows the problem down to channel or frequency settings.
Don't panic and take your device to a service center right away, as in most cases the problem can be solved on your own. Software conflict, an outdated driver, or a Windows service failure are the most common culprits for signal loss. Below, we'll detail the steps you can take to restore your internet connection.
Primary diagnostics and equipment testing
Before delving into the depths of your operating system settings, make sure your hardware is functioning properly. If you have a laptop, check for a hardware Wi-Fi switch on the case or a key combination on the keyboard. Users often accidentally press the button, activating it. airplane mode or completely disabling the wireless module.
Check the indicators on the router itself. If the WLAN or Wi-Fi light isn't lit or flashing, the router's wireless module may be disabled. Try rebooting the router by unplugging it for 10-15 seconds. This can help clear temporary errors and firmware freezes.
If you're using a desktop PC with an external USB adapter, try reconnecting it to a different port. USB 3.0 ports can sometimes interfere with 2.4 GHz Wi-Fi modules, so it might be worth using USB 2.0 ports or an extender.
⚠️ Important: If the Wi-Fi indicators still don't light up after rebooting the router, check the settings in the router's web interface. The wireless network may have been disabled programmatically through the admin panel.
It's also important to check whether other devices (smartphones, tablets) can see your network. If all devices in your home can't see the Wi-Fi, the problem is definitely with your router or provider, not your computer.
Checking drivers and adapter status
The most common reason Windows 10 or 11 stops detecting Wi-Fi networks is a malfunctioning driver. A driver is the software bridge between the operating system and the network card. If it's corrupted, outdated, or conflicts with system updates, the adapter may stop responding.
For diagnostics, open device ManagerRight-click the Start menu and select the appropriate item. Find the "Network Adapters" section in the list. If you see a device with a yellow exclamation point or the message "Unknown Device," the driver is missing or malfunctioning.
Please try the following steps to recover:
- 🔄 Right-click the adapter and select "Uninstall device," then restart your computer—the system will attempt to install the driver again.
- 📥 Download the latest driver from the official website of your laptop or motherboard manufacturer using another device with internet access.
- ⚙️ In the adapter properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."
Sometimes, forcing a reinstallation of the default Microsoft driver helps. When updating the driver, select "Let me pick from a list of available drivers on my computer" and try selecting a compatible model from the list, even if it's called "Microsoft Wi-Fi Direct Virtual Adapter."
☑️ Checking drivers
Configuring Windows services and network settings
The Windows operating system relies on special background processes called services to manage network connections. If the service responsible for detecting wireless networks is stopped or its startup type is changed, the computer will be physically unable to scan the air.
To check this, click Win + R, enter services.msc and find "WLAN AutoConfig" in the list. Make sure its status is "Running" and the startup type is set to "Automatic." If it is stopped, click "Start."
It's also worth checking the adapter settings in the control panel. Go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsFind the "Wireless Network" connection. If it's grayed out and labeled "Disabled," right-click it and select "Enable."
In some cases, resetting network settings to factory defaults can help. This will delete all saved Wi-Fi profiles and reset TCP/IP settings.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Run these commands in Command Prompt running as administrator and be sure to restart your PC after the procedure is complete.
Problems with the router frequency range and channel
A common situation: your computer sees your neighbors' networks but not yours, even though your router is working properly. This is often due to channel or frequency range settings. Older network cards may not support the 5 GHz band, and newer routers broadcast only in this range by default.
The selected channel may also be the issue. Some adapters (especially older or regional versions) don't see channels above 13 in the 2.4 GHz band. If the router is configured to automatically select a channel and it's stuck on 14 or higher, the PC will simply ignore the signal.
It is recommended to enter the router settings (usually at 192.168.0.1 or 192.168.1.1) and check the following parameters:
- 📡 Make sure the operating mode is set to Mixed, such as 802.11 b/g/n, not just n or ac.
- 🔢 Manually set the channel to 1, 6, or 11 for the 2.4 GHz band.
- 🌐 Separate the network names (SSIDs) for 2.4 GHz and 5 GHz by adding a suffix, for example, "MyWiFi_2G" and "MyWiFi_5G".
Why doesn't the PC see 5 GHz?
Network cards manufactured before 2012-2013 often don't support the 802.11ac or 802.11ax standards. If your laptop is more than 10 years old, it won't be able to see a network in the 5 GHz band. The solution is to use the 2.4 GHz band or buy an external USB adapter that supports 5 GHz.
Changing the channel width can also affect visibility. Try changing the channel width from 40 MHz to 20 MHz in your router's wireless settings.
Hidden network and special characters in the name
Sometimes users or technicians enable the "Hide Network" (SSID) feature during the initial router setup. When this happens, the router stops broadcasting its name, and computers don't see it in the general list. To connect, you need to know the exact network name and manually create a new connection profile.
Another nuance is the network name (SSID) encoding. If your Wi-Fi network name uses Cyrillic characters or special symbols, some network adapters (especially those running Linux or older versions of Windows) may display the network incorrectly or not detect it at all.
To connect to a hidden network, follow these steps:
- Open Settings → Network & Internet → Wi-Fi.
- Click "Manage known networks" → "Add new network".
- Enter the exact network name (SSID) and select the security type (usually WPA2-Personal).
- Enter your password and save your settings.
If the connection fails after entering the data, check if MAC address filtering is enabled on your router. In this case, the router sees the request from the PC but blocks it, so the network may show as "Unable to connect" or not appear at all.
⚠️ Warning: Using hidden networks is not a reliable security method. Experienced attackers can easily detect such networks, and your devices will constantly broadcast requests to find the hidden SSID, which drains your mobile device's battery.
Table of typical errors and solutions
For quick diagnosis, use the summary table to help you identify the problem based on symptoms.
| Symptom | Probable cause | Solution method |
|---|---|---|
| There is no Wi-Fi icon in the tray | The adapter is disabled or there is no driver. | Check Device Manager, enable it in BIOS |
| Sees other networks but not yours | Channel or band problem | Change the router channel and check the 2.4/5 GHz range. |
| It says "No connections available" | WLAN service stopped | Start the WLAN AutoConfig service |
| There is a network, but it doesn't connect. | Incorrect password or MAC filter | Forget the network, re-enter the password, check the MAC list |
Network stack failures and antivirus software
Sometimes third-party software, particularly antiviruses and firewalls, can block network adapters. After updating your antivirus or installing new security software, the security policy may change, preventing network detection in public places or even at home.
Try temporarily disabling your antivirus firewall and see if the network list appears. If the network is found, add your network connection to the exceptions or change the network profile from "Public" to "Private."
It's also worth paying attention to Windows system files. Damage to OS files can lead to network components not functioning properly.
sfc /scannow
Running this command in the Command Prompt as an administrator will check the integrity of system files and automatically repair damaged sections. This takes time, but often resolves mysterious network issues.
Wi-Fi module hardware failure
If software solutions don't help, the adapter isn't detected in Device Manager even after installing the drivers, or an "Unknown Device" appears in the device list, there's a high probability of physical failure. In laptops, the Wi-Fi module is often a small Mini PCIe or M.2 card, which may have become detached from its contacts.
In desktop PCs, the USB adapter contacts may have oxidized or the port itself on the motherboard may have failed. Testing on another computer will help accurately diagnose the hardware problem.
If a laptop's internal module fails, replacing it usually doesn't require soldering and is inexpensive. However, the easiest and fastest solution to restoring internet access is to purchase an external USB Wi-Fi adapter.
⚠️ Caution: Before disassembling the laptop to replace the Wi-Fi module, be sure to disconnect the battery. A short circuit on the board while the power is connected can damage the motherboard.
Frequently Asked Questions (FAQ)
Why does the PC see the 5 GHz network, but not the 2.4 GHz?
This may be due to router settings that specify different security standards or names for different bands. Also, your old adapter may not support the new encryption standards used in the 2.4 GHz band on your router.
Can a virus block Wi-Fi?
Yes, some types of malware can change network protocol settings, block access to adapter settings, or redirect traffic, making it appear as if there is no network connection.
What should I do if I've lost a driver and can't download it from the internet?
Use a smartphone with a USB cable. Enable USB tethering on your phone and connect it to your PC. The computer will connect to the internet via the mobile network, and you can download the necessary driver for the Wi-Fi adapter.
Does distance affect network visibility?
Absolutely. If you're far from the router or there are many concrete walls between you, the signal strength may drop below the adapter's sensitivity threshold, and the network simply won't appear in the list of available networks.
Secret Method for Windows 10/11
If all else fails, try creating a new user profile in Windows. Sometimes network stack errors are tied to the user profile, and Wi-Fi will work with the new account without any additional configuration.