Computer Can't See Wi-Fi Networks: Troubleshooting

When the list of available wireless networks on your laptop or desktop PC suddenly disappears, it can catch you off guard at the most inopportune moment. Instead of the familiar router names, you see an empty list or a message stating that no available networks foundThis doesn't always mean hardware failure; often, the problem lies in a software glitch that can be fixed independently.

Lack of network visibility can be caused by a variety of factors: from simply disabling a module with a physical button to conflicts in the operating system files Windows 10/11Understanding the nature of the problem is the first step to successfully restoring your connection. In this article, we'll detail a step-by-step process that will help you get your internet back up and running without calling a technician.

Checking the hardware switch and adapter status

The first thing to rule out is a physically disabled wireless module. Many laptops, especially business-class or older models, have a dedicated switch on the case or a key combination to quickly turn Wi-Fi on and off. If the module is disabled at the hardware level, the operating system will not be able to detect any network, regardless of the installed drivers.

Pay attention to the indicators on your keyboard: if the airplane icon or the crossed-out antenna is lit, the wireless connection is blocked. Press the corresponding function key (often Fn + F2, F12 (or another key with an antenna icon). Also, check the sides of the laptop for a mechanical slider.

⚠️ Attention: On some laptop models, the Wi-Fi hotkey may conflict with other software. If pressing the hotkey doesn't work, try using the software switch via the Network and Sharing Center.

If the hardware switches are OK, check the adapter's status in the system. Sometimes, a user may accidentally disable the network connection in Windows settings. To do this, go to Control Panel → Network and Internet → Network and Sharing Center and select Change adapter settings. Make sure the wireless connection icon isn't grayed out.

📊 How often do you experience Wi-Fi problems on your PC?
Daily
Once a week
Rarely
Only after updates

Diagnostics via Device Manager

The most common reason why a computer stops seeing networks is incorrect driver operation or a failure in its configuration. device Manager — This is the main diagnostic tool that will show the actual status of the hardware. If the system detects the adapter but it's not working properly, a yellow exclamation mark or a downward-pointing arrow will appear next to its name.

To access the task manager, right-click the Start button and select the appropriate item. Expand the Network Adapters branch. Find the device whose name contains the words Wireless, Wi-Fi or 802.11If the device is completely missing from the list, it may be hidden or not physically detected by the motherboard.

Try resetting the driver configuration. Right-click the adapter and select "Uninstall device." Don't worry, this won't permanently delete the driver files unless you check the "Delete the driver software" box. After uninstalling, click "Action" → "Scan for hardware changes." The system will attempt to reinitialize the device.

☑️ Driver diagnostics

Completed: 0 / 4

If a simple restart doesn't help, you may need to completely reinstall the driver. Download the latest version from the official website of your laptop or motherboard manufacturer using another device with internet access. Reinstall the package and restart your computer.

Setting up the WLAN AutoConfig service

In the Windows operating system, a special system service is responsible for searching for and connecting to wireless networks. WLAN AutoConfigIf this service is stopped or its startup type is set to Disabled, the computer will be physically unable to scan the air for available access points.

To check the service status, press the key combination Win + R and enter the command services.mscIn the list that opens, find the "WLAN AutoConfig" service (or "WLAN AutoConfig Service"). Double-clicking it will open the properties window.

Make sure "Automatic" is selected in the "Startup type" field. If the service is stopped, click "Start." This should immediately activate the network search.

Parameter Recommended value Impact on work
Launch type Automatically The service starts with Windows.
State In progress Network scanning is active
Recovery Restarting the service Automatic start on failure
What to do if the service does not start?

If you receive an error when starting the service (such as code 1068), check for dependencies on other services. The Network Connection Information Service (NlaSvc) service is often required to start. Without it, WLAN AutoConfig will not function. You should also check the registry for blocking keys, but this requires caution.

Resetting network settings and TCP/IP protocols

Accumulated network protocol errors or incorrect DNS cache settings can result in the adapter working, but the network list remaining empty. In such cases, a complete reset of network settings to factory defaults is an effective solution.

In Windows 10 and 11, this can be done through the graphical interface. Go to Settings → Network & Internet → Advanced network settings (or "Status"). At the bottom of the page, find the "Network Reset" button. Click it and confirm the action. The computer will restart in 5 minutes.

An alternative, more in-depth method is to use the command line. Launch Terminal as administrator and enter the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands will reset the TCP/IP stack, flush the DNS cache, and reinstall the virtual network drivers. After completing these steps, be sure to restart your computer for the changes to take effect.

⚠️ Attention: After resetting your network, Windows may forget your saved Wi-Fi passwords. You'll have to re-enter them the first time you connect to your access points.

Frequency range and driver issues

Modern routers often operate in two ranges: 2.4 GHz And 5 GHzIf your computer is equipped with an older Wi-Fi adapter, it may simply not be able to see networks operating in the 5 GHz band. This is not a malfunction, but a hardware limitation.

You can check the supported ranges via the command line. Enter the command netsh wlan show drivers and find the line “Supported radio module types”. If it only says 802.11b/g/n, then the standard networks ac or ax (Wi-Fi 5/6) in the 5 GHz range will not be displayed.

It's also worth checking the adapter's power settings. Windows may try to save power by disabling the Wi-Fi module. In Device Manager, under the adapter's properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."

Using the built-in troubleshooter

Don't ignore Microsoft's built-in diagnostic tools. While they don't always find complex issues, their automatic repair algorithms can often restart frozen services or fix registry errors you might have missed.

Run the troubleshooter via Settings → System → Diagnostics (in Windows 11) or through the context menu of the network icon in the system tray. Follow the on-screen instructions. The system will attempt to reset the adapter and check for known issues.

If the built-in tool reports that the problem isn't found, but there's still no network connection, the issue is likely a driver or hardware issue. In this case, it might be worth connecting a USB Wi-Fi adapter to test.

Frequently Asked Questions (FAQ)

Why did the Wi-Fi icon disappear from the tray?

The icon may disappear due to a process failure. explorer.exe, disabling the WLAN AutoConfig service, or uninstalling the driver. Try restarting Explorer or checking the service's status.

Can antivirus block network search?

Yes, some firewall features in third-party antivirus programs can block the network adapter. Try temporarily disabling your antivirus to check.

What to do if the adapter is marked with error code 43?

Code 43 means the device has reported a malfunction. Try completely powering off the laptop (remove the battery, if possible, or turn it off and hold the power button for 15 seconds), then power it on again. This will relieve any static electricity.

Does Windows update affect Wi-Fi performance?

Yes, major updates may replace working drivers with default ones that don't work correctly with your hardware. In this case, you'll need to roll back the driver or install the version from the manufacturer's website.