It's often surprising when your computer stops detecting wireless networks. Just yesterday, you were browsing the internet without any problems, but today, the list of available connections is empty. This could happen after a system update, a power surge, or simply a software glitch. The key is not to panic, as in most cases, the problem can be resolved using software solutions without a trip to a service center.
The first thing you need to do is understand the scope of the problem. Is it just your laptop that's not seeing the network, or are other devices also missing it? If your smartphone and tablet connect smoothly, then the router is working properly, and the issue lies with your PC's settings. If there are no networks anywhere, the router may be frozen or the ISP cable may be loose. In this article, we'll cover all the diagnostic details. Windows and equipment.
It's important to note that the lack of visible networks can be caused by a physical switch on the laptop case, which many people forget about. It could also be caused by a disabled service or a driver conflict after a system update. We'll cover everything from simple checks to complex registry settings so you can restore the connection. Internet connection as quickly as possible.
Basic diagnostics and equipment testing
Before delving into the depths of operating system settings, it's important to rule out trivial hardware issues. Users often spend hours reinstalling drivers, even though the problem lies with a physical button or a power supply failure. Make sure that Airplane Mode isn't enabled on your laptop, as it completely blocks all wireless interfaces.
Check the indicators on your router. If the light Wi-Fi If the light is off or blinking abnormally, the router's wireless module may be disabled. Try unplugging the router, waiting 15 seconds, and then plugging it back in. This clears temporary errors in the device's memory and often resolves the issue when the computer can't detect the Wi-Fi.
If you're using a desktop PC with an external USB adapter, try plugging it into a different port. The ports on the front panel of the system unit may not provide enough voltage to support the adapter. It's better to use the ports located directly on the motherboard at the rear of the case.
- 🔌 Check the physical connection of the antennas to the router and PC
- 📶 Make sure the wireless indicator on your router is active
- 🔘 Check the status of the Wi-Fi button on the laptop case or keyboard
⚠️ Note: If your router operates in the 5 GHz band, but your computer's network card only supports 2.4 GHz, you simply won't see that network in the list of available networks. Make sure the frequency ranges are compatible.
Checking the status of the network adapter
The most common software cause is a disabled network adapter in Windows Device Manager. The system may have mistakenly detected the device as faulty and deactivated it. To check this, open Device Manager through Control Panel or Command Prompt.
Find the "Network Adapters" section and expand it. If you see a device named Wireless, Wi-Fi or 802.11, but the icon has a downward arrow, which means the adapter is disabled. Right-click and select "Enable." If the device is marked with a yellow exclamation point, this indicates a problem with drivers.
In some cases, the adapter may disappear from the list entirely. This often happens due to static discharge or a power outage. Try a hard reset: shut down the computer, unplug the power cable (and remove the battery if it's a laptop with a removable battery), then hold down the power button for 15 seconds. Then, reconnect the power cable and turn on the PC. This will relieve any residual voltage and may revive the adapter.
If the adapter appears in the list but isn't working correctly, try updating its configuration automatically. Windows has a database of standard drivers that can temporarily start the device even if the firmware is corrupted. This will allow you to download the correct version from the manufacturer's website.
Updating and reinstalling drivers
Driver version conflicts are the scourge of modern operating systems. After a major update Windows The old driver may no longer communicate correctly with the system kernel, causing the computer to stop detecting wireless networks. The solution is to manually reinstall the network card software.
Visit the official website of your laptop or motherboard manufacturer. Find your device model in the support section and download the WLAN or Wireless LAN driver specifically for your OS version. Don't rely on auto-installers, as they often install incorrect versions. Install the downloaded file and restart your computer.
If installing the driver doesn't help, try completely uninstalling the current device. In Device Manager, right-click the adapter and select "Uninstall device." Be sure to check "Delete the driver software for this device" if prompted. After uninstalling, select "Action" -> "Scan for hardware changes" from the menu. The system will attempt to find and install the driver again.
☑️ Driver Checklist
Sometimes the problem lies in the adapter's power settings. The system may try to save power by disabling the Wi-Fi module, but it can't wake it up. Open the adapter's properties in Device Manager, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."
Configuring Windows services and network settings
A special service in Windows is responsible for detecting wireless networks. If it's stopped or its startup type is changed, the computer will be physically unable to scan the air. This is a common problem after system optimizers or viruses disable unnecessary processes.
Press the combination Win + R, enter services.msc and press Enter. In the list that opens, find the service WLAN AutoConfig (in some versions it may be called simply Wireless Zero Configuration). Double-clicking on it will open its properties.
Make sure the "Startup type" field is set to "Automatic." If the service is stopped, click "Start." After applying the settings, check the list of networks. If this was the issue, the networks should appear immediately.
| Parameter | Default value | Required value | Impact on work |
|---|---|---|---|
| Service name | WLAN AutoConfig | WLAN AutoConfig | Responsible for searching for networks |
| Launch type | Automatically | Automatically | Without this, the network will not turn on. |
| State | Works | Works | The process must be active |
| Dependencies | NDIS, Cryptography | No changes | System dependencies |
What to do if the service does not start?
If an error occurs when starting a service (for example, error 1068), check the dependencies in the "Dependencies" tab. Often, the "Cryptographic Service" or "NDIS" services are disabled; without them, the WLAN won't work. Enable them first.
It's also worth checking your TCP/IP protocol settings. Resetting network settings often helps if there are errors in the configuration. Open a command prompt as administrator and enter the command netsh winsock reset, then netsh int ip resetAfter this, be sure to reboot the system.
Router settings and frequency ranges
The problem may lie not with your computer, but with the router's settings. If you recently changed your wireless network settings, it's possible you changed the security standard or channel that isn't supported by your PC's network card. For example, older cards may not see networks that operate exclusively in wireless mode. 802.11ax (Wi-Fi 6) without support for older standards.
Log into your router's web interface (usually at 192.168.0.1 or 192.168.1.1). Find the Wi-Fi settings section. Check if the network name (SSID Broadcast) is hidden. If hidden, your computer won't display the network in the list; you'll have to connect it manually using "Add Network."
Pay special attention to the broadcast channel. In the 2.4 GHz band, it's best to use channels 1, 6, or 11. If channel 12 or 13 is selected and the network card driver is set to the US region, the computer simply won't see these channels. Change the channel to a fixed one (e.g., 6) instead of "Auto."
⚠️ Note: Router interfaces from different manufacturers (Asus, TP-Link, Keenetic, MikroTik) vary. Look for the Wireless, WLAN, or Wireless Mode sections. If you're unsure of the settings, it's best to reset the router to factory settings.
Network reset and using command line
If none of the above helps, it's worth resorting to a more radical method: a complete reset of Windows network settings. This will delete all saved passwords, static IP address settings, and restore network components to their original state. This often solves mysterious problems when the computer can't detect Wi-Fi.
In Windows 10 and 11, this can be done through the graphical interface. Go to Settings → Network & Internet → Advanced network settings (or simply "Network Reset"). Click the "Reset Now" button. The computer will warn you that it will restart in 5 minutes. Agree and wait for the process to complete.
For more in-depth diagnostics, you can use commands in the command line. Launch the terminal as administrator. Enter the command ipconfig /flushdns to clear the DNS cache. Then run netsh wlan show driversto ensure that the driver supports the operating modes and that hosted network support is enabled.
netsh wlan set hostednetwork mode=allow
netsh wlan start hostednetwork
These commands force the wireless network module to activate. If after entering the command start hostednetwork If you see the error "Failed to start hosted network," the problem is definitely driver-related or due to physical damage to the adapter. In this case, the only solution is to replace the hardware or roll back the system to a restore point when Wi-Fi was stable.
Frequently Asked Questions (FAQ)
Why can my computer see my neighbors' networks but not mine?
Most likely, your router is broadcasting in the 5 GHz band, but your computer's network card only supports 2.4 GHz. Or, your router may have SSID hiding enabled. Try separating the network names for 2.4 and 5 GHz in your router settings by adding "_2G" to one of the network names to clearly identify which frequency you're connecting to.
Will buying a new USB adapter help if the built-in one burns out?
Yes, this is the simplest and cheapest solution if the built-in module is physically damaged. An external USB adapter with an antenna often provides an even better signal than the built-in one. Just make sure the adapter has drivers for your version of Windows or that it's plug-and-play.
Can a virus block Wi-Fi?
Yes, some malware blocks network services or changes DNS and proxy settings, which can cause your computer to see the network but not connect, or not see it at all. Run a full system scan with an antivirus and the Malwarebytes utility.
What should I do if Wi-Fi disappears after a Windows update?
Go to Settings → Update & Security → View update history → Uninstall updates. Find the most recently installed update and uninstall it. Then, disable automatic updates for a while until the manufacturer releases a fix.