When a laptop or desktop PC stops detecting available wireless networks, it's one of the most common and frustrating internet problems at home. This usually happens at the most inopportune moment, when you urgently need to download an important file or end a video conference. Most often, the cause is a software glitch in the Windows operating system or a temporary malfunction of the wireless module.
Before panicking or calling a technician, it's important to perform a basic diagnostic of your equipment. Wi-Fi adapter It may simply be physically or software-related, which is easy to fix without extensive IT knowledge. In most cases, restarting the wireless network service or updating the drivers resolves the issue, which only takes a few minutes.
In this article we will examine in detail all the possible reasons why Windows If your router doesn't display a list of available connections, we'll offer step-by-step solutions. We'll cover everything from simple button checks to complex registry manipulations and router settings. If the Wi-Fi indicator on the keyboard is on, but there are no networks, the problem in 90% of cases lies in the driver or a failure of the WLAN AutoConfig service.
Initial diagnostics and physical inspection of equipment
The very first step should be a visual inspection of the device and checking the physical connections. On many laptop models, especially business-class ones, Lenovo or HPThere's a separate switch or key combination to activate the wireless module. If the module is disabled at the hardware level, the operating system won't see any networks, even if the drivers are installed correctly.
Pay attention to the indicators on your keyboard. Often, a key combination is used to turn on Wi-Fi. Fn + F2 (or another F-row button with an antenna icon). Press this combination and wait a few seconds, watching the screen for a notification that wireless mode has been enabled. It's also worth checking that Airplane Mode isn't activated, as it blocks all radios.
- 📡 Check if the Wi-Fi indicator on the laptop case or key is lit.
- 🔌 For PC, make sure the USB adapter is firmly inserted into the port and is not overheating.
- 🔋 On laptops, disable power saving, which can mute the adapter.
If you're using an external USB adapter on a desktop computer, try plugging it into a different port. It's best to use USB 2.0 or 3.0 ports located on the rear panel of the system unit, as they receive a more stable power supply directly from the motherboard. Front ports, when connected via an extension cable, may not provide sufficient voltage to support powerful dual-band adapters.
⚠️ Attention: Some antivirus programs and firewalls have their own network control modules that can block the Wi-Fi adapter. Try temporarily disabling your third-party antivirus to check its impact on your connection.
Keep in mind that physical damage to the antenna inside the laptop can also lead to network loss. If the device has recently been dropped or impacted, contact with the motherboard may have been disrupted. In this case, software solutions won't help, and you'll need to disassemble the device to check the antenna wires' connections to the module.
Checking the adapter status in Device Manager
If the physical switches are OK, the next step is to check how the operating system sees your hardware. device Manager — This is the main diagnostic tool that will show you if there are any conflicts, errors, or missing drivers. It can be opened from the Start menu by right-clicking or using the command devmgmt.msc.
In the window that opens, find the "Network Adapters" section. Expand it and look for a device with the words "Network Adapters" in its name. Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, QualcommIf such a section does not exist at all, or the device is marked with a yellow exclamation mark, it means the system cannot correctly interact with the hardware.
Double-click the adapter and go to the "General" tab. The "Device Status" field should say "The device is working properly." If you see error codes such as Code 10 or Code 43, this indicates a hardware failure or a critical driver error. In this case, removing the device and reinstalling the driver from scratch helps.
What to do if the adapter is hidden?
In the Device Manager menu, click "View" → "Show hidden devices." If the adapter appears translucent, it was previously connected but is now inactive. Try removing it and refreshing the hardware configuration.
A simple reset via Device Manager often helps. Right-click the adapter and select "Uninstall device." It's important to check "Delete the driver software for this device," if available. Afterward, restart your computer—Windows will attempt to automatically find and install the default driver, which often resolves conflicts.
Configuring and restarting Windows services
A special system service in the Windows operating system is responsible for detecting and connecting to wireless networks. If it is stopped or is not working correctly, the Wi-Fi icon may disappear from the system tray, and the list of networks may stop updating. This service is called WLAN AutoConfig (in older versions of Windows it may be called differently).
To access service management, press the combination Win + R and enter the command services.mscIn the list that opens, find "WLAN AutoConfig Service." Double-click it to open its properties, where you should check the startup type. It should be set to "Automatic" and the status to "Running."
- 🔄 Click the "Stop" button, wait a couple of seconds, then click "Start".
- ⚙️ Make sure that the "Log on as local system" option is selected in the "Log on" tab.
- 🔒 Check the service's dependencies to ensure that related components are also working.
If the service fails to start and returns an error, this may indicate corruption of Windows system files. In this case, you should launch the command prompt as administrator and run the command sfc /scannowThis utility will check the integrity of system files and attempt to repair damaged areas, which may restore the service to working order.
It's also worth paying attention to the Network Connection Manager service. It provides the user interface and displays a list of available connections. Stopping it also prevents the computer from seeing its surroundings. Restarting both services together often produces better results than manipulating one or the other.
Updating and reinstalling Wi-Fi drivers
A driver is software that allows the operating system to communicate with hardware. Outdated, corrupted, or simply incorrect driver versions are the most common cause of Wi-Fi issues. This is especially true after major Windows updates, when older drivers may no longer be supported.
Don't rely solely on automatic driver installation via Windows Update. It often downloads basic versions with limited functionality. A better solution is to visit the official website of your laptop or motherboard manufacturer. Find your device model in the "Support" or "Drivers" section and download the latest driver for your OS version.
It's best to perform the installation process in clean mode. After downloading the installer, disconnect from the internet (to prevent Windows from downloading the driver automatically), uninstall the old driver through Device Manager, reboot, and install the latest version. This ensures that no remnants of the old configuration remain in the system.
| Adapter manufacturer | Typical names in the dispatcher | Where to look for the driver | Peculiarities |
|---|---|---|---|
| Intel | Intel Wi-Fi 6 AX200, Dual Band Wireless-AC | Intel or laptop manufacturer's website | Often require separate Bluetooth installation |
| Realtek | Realtek RTL8821AE, RTL8723BE | Laptop manufacturer's website | Unstable on standard Windows drivers |
| Qualcomm/Atheros | Qualcomm Atheros AR9xxx | Laptop support site | Frequently there are problems with the 5 GHz band |
| Broadcom | Broadcom 802.11ac Network Adapter | Dell, HP, Lenovo website | They require the exact driver version for the OS. |
If the driver is unavailable or not found, you can use specialized driver search utilities, but proceed with caution. Always create a system restore point before installing drivers from untrusted sources. This will allow you to roll back if the new driver causes further problems.
☑️ Driver Action Plan
Resetting network settings and command line
Sometimes the problem lies deeper, in accumulated TCP/IP network protocol errors or incorrect DNS cache settings. In such cases, manually changing the settings may not help, and a full reset of the network settings to factory defaults is required. This is a safe procedure that will return Windows network settings to their default state.
To perform a reset via the command line, launch the terminal as administrator. Enter the command netsh winsock reset and press Enter. This command resets the Winsock directory, which contains information about how programs access the network. Then type netsh int ip reset to reset the IP protocol.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running these commands, be sure to restart your computer. The system will only apply the changes after a restart. If this doesn't help, Windows 10 and 11 have a built-in network reset feature. You can find it in Settings → Network & Internet → Advanced network settings → Network reset.
⚠️ Attention: After resetting your network, Windows will delete all saved Wi-Fi passwords and VPN settings. You'll have to re-enter your home and work network passwords, so make sure you remember them or write them down.
It's also worth checking if there are any static IP addresses set that conflict with the current router. In the protocol properties IPv4 IP and DNS should be set to automatic unless you're using a specific corporate network with strict requirements. Changing DNS to a public one (for example, Google's) 8.8.8.8) may also improve the network discovery situation.
Problems with the router and frequency range
The problem isn't always your computer. Your router may have stopped broadcasting the network name (SSID) or may have malfunctioned. A simple router reboot (unplug it for 10 seconds and then plug it back in) resolves about 30% of connection issues. It's also worth checking whether the network name broadcast is hidden in your router settings.
Modern routers operate in two bands: 2.4 GHz and 5 GHz. Older Wi-Fi adapters may simply not see 5 GHz networks because they don't physically support this standard. If your router combines both bands under one name, try separating them in the router settings by giving the 2.4 GHz network a separate name.
- 📶 Check if there is a MAC address filter in your router settings.
- 📡 Make sure that your Wi-Fi channel is not clogged by your neighbors (changing the channel helps).
- 🔌 Check the integrity of the provider's cable going to the router.
If your computer is far from the router, the signal may be too weak for a stable connection, even if the network occasionally appears in the list. Walls, mirrors, and household appliances (such as microwaves) can significantly interfere with the signal. Try moving closer to the signal source to diagnose the problem.
In rare cases, your router's firmware may contain bugs that cause incompatibility with certain network card models. Check your router's firmware version and, if available, install updates. Manufacturers often release patches that improve stability and compatibility with client devices.
Frequently Asked Questions (FAQ)
Why can my computer see my neighbors' networks but not mine?
This indicates that the adapter is working properly, but there's a conflict with your router. Possible causes: the router only broadcasts the 802.11ax (Wi-Fi 6) network, which the old adapter doesn't support, or hidden SSID broadcasting is enabled. Also, check if there's a limit on the number of connected devices.
Can a virus block Wi-Fi?
Yes, some types of malware can change network settings, specify incorrect DNS settings, or block access to network services. We recommend running a full system scan using an antivirus and the Malwarebytes utility.
What should I do if Wi-Fi disappears after a Windows update?
Windows updates sometimes break driver compatibility. Go to "Settings" → "Update & Security" → "View update history" → "Uninstall updates." Uninstall the most recently installed update and reboot. You can also roll back the driver in Device Manager.
How to check if the Wi-Fi module is burned out?
If the adapter displays error code 10 or 43 in Device Manager, and reinstalling drivers or resetting the BIOS doesn't help, there's a high probability that the module is physically faulty. For a more accurate diagnosis, you can connect an external USB Wi-Fi adapter: if it works, the built-in module is faulty.