Why your PC can't see WiFi and how to fix it

When a personal computer suddenly stops detecting wireless networks, it can catch any user by surprise. The screen displays an empty list of available connections or even a completely missing WiFi icon in the system tray, instantly cutting off internet access. A software glitch is often the cause, but physical hardware issues cannot be ruled out.

Restoring functionality requires a consistent approach: from simple checks of switches to in-depth configuration of Windows system services. It's important not to panic and methodically eliminate possible causes of the malfunction. In most cases, the problem can be resolved using software solutions without calling a service center.

Primary diagnostics and equipment testing

First, ensure the physical integrity of the wireless module. If you're using a desktop computer with an external USB adapter, try reconnecting it to a different port, preferably located directly on the motherboard at the rear of the case. For laptops, it's important to check the hardware switches or function keys, which may be blocking the radio module.

Users often forget about "Airplane Mode," which software-based disables all wireless interfaces. Check the network control panel in the lower right corner of the screen. If the airplane icon is highlighted blue, the WiFi module is disabled at the system level.

Pay attention to the indicators on the router itself. If the WLAN or Wireless light is off or blinking at an unusual rate, the router's wireless module may be frozen or disabled in its settings.

⚠️ Note: On some laptop models, the Fn+F2 key combination (or another F-key with an antenna icon) may block the adapter even after rebooting. Make sure you haven't accidentally pressed this combination.

Checking wireless adapter drivers

The most common reason for network connections to disappear is incorrect driver functionality. Drivers are software that allows the operating system to communicate with the hardware. If a driver crashes or is updated incorrectly, the computer stops seeing surrounding networks.

To check, open Device Manager. Right-click the Start button and select the appropriate item from the menu. In the window that opens, find the "Network Adapters" section and expand it. Look for a device with the word "Wireless," "WiFi," or "802.11" in the name.

  • 🔍 If the device is marked with a yellow triangle, it means the driver is not working correctly or is missing.
  • 🚫 If the adapter is not listed at all, it may be disabled in the BIOS or physically broken.
  • 🔄 If the device appears normally, try right-clicking and selecting "Uninstall device", then restarting your PC to automatically reinstall it.

Don't rely solely on automatic Windows driver installation. It's best to download the latest version from the official website of your laptop or motherboard manufacturer. Using generic drivers often leads to instability.

What should I do if the drivers are not available on the official website?

If the manufacturer's website is down or drivers are unavailable, you can use third-party driver databases, but proceed with caution. Look for the hardware ID in the adapter's properties (Details tab) and search for it online.

Configuring Windows system services

In the Windows operating system, a special service is responsible for detecting and connecting to wireless networks. If this service is stopped or its startup type is changed to "Disabled," the computer will be physically unable to scan the air.

To check the service status, press Win + R and enter the command services.mscIn the list that opens, find "WLAN AutoConfig." Make sure its status is "Running" and its startup type is set to "Automatic."

If the service is stopped, select it and click the "Start" button in the left panel. This should immediately start searching for available networks. It's also worth checking the Connection Manager service for errors.

⚠️ Warning: Third-party antivirus programs may block network system services. Try temporarily disabling your antivirus to test this hypothesis.

Resetting network settings and command line

Accumulated network errors and IP address conflicts can interfere with normal WiFi operation. Resetting network settings to factory defaults often helps resolve software issues that aren't visible in the standard interface.

Launch the Command Prompt as administrator. To do this, type CMD in the search box, right-click, and select the appropriate option. Run the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running all commands, be sure to restart your computer. This process clears the DNS cache, resets the TCP/IP stack, and refreshes the Winsock registry, which resolves many hidden connection errors.

☑️ Network Reset Checklist

Completed: 0 / 4

The influence of the router and frequency ranges

Sometimes the problem isn't with your computer, but with your router settings. If your router only broadcasts a 5 GHz signal, and your PC's network card only supports 2.4 GHz, your computer simply won't see that network. This is a common issue with older laptops and newer routers.

Check your adapter's specifications. If it's a single-standard (2.4 GHz only), you'll need to access your router settings (via cable or phone) and enable the 2.4 GHz network. You might also want to try changing the broadcast channel if it's congested with neighboring devices.

Below is a table of WiFi standard compatibility that will help you understand why your PC may be ignoring your router's network:

Adapter standard Supported frequencies Compatibility with 5 GHz router Compatible with 2.4 GHz router
802.11b/g/n 2.4 GHz only No Yes
802.11ac 5 GHz (main), 2.4 GHz Yes Yes
802.11ax (WiFi 6) 2.4 GHz, 5 GHz, 6 GHz Yes Yes
802.11a 5 GHz only Yes No

It's also worth checking if MAC address filtering is enabled on your router. If your computer is blacklisted, it will see the network but won't be able to connect, or the network may be hidden from it.

Solving energy saving problems

Windows has a power saving feature that can disable the WiFi adapter to extend battery life. Sometimes the system fails to properly wake the device, causing it to stop responding to scanning commands.

Return to Device Manager, find your wireless adapter, open its properties, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power."

This action will prevent the system from jamming the WiFi module. After applying the settings, it is recommended to restart the computer. In some cases, changing the power plan in Control Panel to "High Performance" may also help.

⚠️ Note: Windows settings interfaces may vary depending on the version (10 or 11) and updates. If you can't find the item, use the search in system settings.

Using the built-in troubleshooter

Windows has a powerful built-in diagnostic tool that can automatically detect and fix common errors. While it's not all-powerful, it's effective in simple cases.

Go to Settings → Update & Security → Troubleshoot → Advanced troubleshooters. Select "Network Adapter" and run the wizard. The system will attempt to reset the adapter and update its configuration.

If the built-in tool doesn't help, you can perform a full network reset. In Settings, find the "Network & Internet" section, scroll down to "Network reset," and click "Reset now." The computer will restart in 5 minutes, and all network settings will be reset to factory defaults.

📊 Which method helped you solve the problem?
Checking drivers
Reset network settings
Setting up a router
Nothing helped, the hardware needs to be changed.
Why can my computer see my neighbors' networks but not mine?

The problem is most likely with the channel or channel width your router is using. If the router uses a rare or restricted channel in your region (for example, 12-14 in the US), the adapter may be ignoring it. Try setting the channel automatically in your router settings or selecting the standard channels 1, 6, or 11.

Can a virus block WiFi?

Yes, some malware can change network settings, block access to the Device Manager, or deny internet connections to hide its activity. It is recommended to run a full system scan with an antivirus program.

What should I do if the WiFi icon is missing?

This almost always indicates a driver issue or a physically disconnected module. Check Device Manager: if there's an "Unknown Device" error, the driver is corrupted. If the adapter isn't listed, check to see if it's disabled in the BIOS (Advanced or Security section).