My computer can't see my Wi-Fi router: what to do

It's often a surprise when your computer stops detecting your wireless network, especially if you need to get work done or finish downloading files. Typically, the problem isn't hardware failure, but a software glitch or misconfigured settings. In most cases, you can restore the connection yourself, without the need for professional help.

The absence of a list of available networks in the Windows system tray or the complete disappearance of the Wi-Fi icon can indicate various problems. This could be a simple wireless service freeze, a driver update that didn't complete correctly, or even a physically disconnected antenna inside the laptop. First, it's important to assess the scope of the problem: is the network connection lost on just one device or has the router stopped broadcasting a signal to all devices?

What you do next will depend on whether you see other networks from your neighbors or if the list is completely empty. If other access points are visible, then Wi-Fi adapter is working properly, and the problem lies in the specific router's settings. If the list is empty, you'll need to run a more in-depth system diagnostic.

Primary diagnostics and equipment testing

Before delving into the operating system's intricacies, it's important to rule out trivial physical causes. Users often forget that a desktop PC or laptop may have a mechanical switch for wireless modules. Accidentally displacing it can completely disable the radio module.

It's also worth paying attention to the router's indicator lights. If the light that indicates the wireless network (usually marked with an antenna symbol or "WLAN/Wi-Fi") isn't lit or flashing, the wireless function is disabled on the device itself. Some models require you to hold down a button to activate it. WPS or a special key on the back panel.

Check your router's antennas. If they're removable, make sure they're securely fastened. Even a slight looseness can result in the signal becoming too weak for a computer in another room to detect.

⚠️ Attention: If you've just updated your motherboard BIOS, the integrated Wi-Fi module settings may have been reset to default. Go to the BIOS and check if the setting is enabled. Wireless LAN Controller.

  • 🔌 Check that the antennas are tightly connected to the router and the USB adapter to the PC port.
  • 💡 Make sure the WLAN indicator on your router is on or blinking.
  • 🔘 Find the physical Wi-Fi switch on the laptop case or keyboard (combination Fn + F-key).
📊 Is the Wi-Fi indicator on the router on?
On/Blinking
It doesn't burn at all
The router is not at hand
I don't know where it is.

It's also important to check that the USB adapter hasn't become loose if you're using an external signal receiver. Try moving it to a different port, preferably a USB 2.0 one, as some older adapters don't work correctly with USB 3.0 ports due to interference.

Checking the adapter status in the operating system

If everything is physically connected correctly, the next step is to check the network adapter status in Windows. The operating system may have automatically disabled the device to save power or after a crash.

To do this, go to the Network Control Panel. Press the key combination Win + R and enter the command ncpa.cplIn the window that opens, find the "Wireless Network" icon. If it's grayed out and labeled "Disabled," right-click it and select "Enable."

In some cases, the icon may be completely missing, indicating a missing driver or hardware failure. If the adapter is enabled but the computer can't see the network, try resetting its status. Right-click the adapter, select "Disable," wait a few seconds, and then select "Enable" again.

It's also worth checking your power settings. Windows may be aggressively disabling the Wi-Fi module. In the adapter's properties (via Device Manager, under the "Power Management" tab), uncheck "Allow the computer to turn off this device to save power."

⚠️ Attention: The settings interface may differ depending on the version of Windows (10 or 11) and the installed network utility from the laptop manufacturer (for example, Lenovo Vantage or HP Connection Manager).

Working with network adapter drivers

The most common software reason why a computer doesn't detect a Wi-Fi router is incorrect driver functionality. This can occur after a major Windows update or installing new software.

Go to Device Manager and find the Network Adapters section. Expand the list. If you see a device with a name containing Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm Atheros, which means the system recognizes the hardware. However, if there's a yellow triangle next to it, the driver is not working properly.

Try reinstalling the driver without uninstalling it. Right-click the adapter and select "Uninstall device." In the window that appears don't put Check the "Delete the driver software for this device" box. Simply click "Uninstall." Then, in the Device Manager menu, select "Action" → "Scan for hardware changes." The system will attempt to reinitialize the device.

devmgmt.msc

This command will open the Device Manager if you prefer to work through the Command Prompt or Run window.

☑️ Driver procedure

Completed: 0 / 4

If automatic installation doesn't help, you'll need to download the driver manually. To do this, you'll need another device with internet access. Download the latest driver from the official website of the motherboard or laptop manufacturer, transfer it to the affected PC, and install it.

Router settings and broadcast parameters

Sometimes the problem lies not with the computer, but with the router's settings. The owner may have accidentally changed the broadcast settings, making the network invisible to older devices or devices with certain settings.

Check if "Hide Network" (SSID) mode is enabled. If this feature is enabled, the router stops broadcasting the network name. Your computer won't be able to find it automatically, even though the network technically exists. To connect, you'll need to create a new connection manually, entering the network name (SSID) and password.

Another important parameter is the wireless communication standard. Modern routers often operate in mixed mode or use a standard 802.11ax (Wi-Fi 6). If your computer adapter is old, it may simply not see the signal if the router is configured to work only in wireless mode. 802.11ax or ac.

Standard Frequency Max. speed Compatibility
802.11b/g/n 2.4 GHz up to 600 Mbps High (old PCs)
802.11ac 5 GHz up to 6.9 Gbps Average (laptops after 2013)
802.11ax 2.4/5 GHz up to 9.6 Gbps Low (new devices)
802.11a 5 GHz up to 54 Mbps Very low (outdated)

Try changing the wireless network mode in your router settings. Go to the web interface (usually at 192.168.0.1 or 192.168.1.1) and in the Wireless section find the parameter Mode. Set value Mixed (Mixed) or 802.11 b/g/nto ensure maximum compatibility.

How to access router settings?

The address is usually written on a sticker on the bottom of the device. Enter it in your browser. The default login and password are often admin/admin or admin/password, unless you've changed them.

Windows Services and Reset Network Settings

A special system service in Windows is responsible for detecting and connecting to wireless networks. If it's stopped or malfunctioning, your computer won't detect routers.

Click Win + R, enter services.msc and find the "WLAN AutoConfig" service in the list. Make sure its startup type is set to "Automatic" and its status is "Running." If the service is stopped, click the "Start" button.

If manipulating services doesn't help, you can perform a full reset of network settings. This will return all network components to factory defaults, delete saved Wi-Fi profiles, and reset the TCP/IP stack.

To reset, go to Settings (the gear icon in the Start menu) → Network & Internet → Advanced network settings (or simply scroll down) → Network reset. Click the "Reset now" button and confirm the action. The computer will restart in 5 minutes.

⚠️ Attention: After resetting your network, you'll need to re-enter passwords for all previously connected Wi-Fi networks. Saved security keys will be deleted.

An alternative, more in-depth reset method is via the command line. Launch the command line as administrator and enter the commands to reset the TCP/IP stack and DNS cache.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After executing these commands, a system reboot is required for the changes to take effect.

Broadcast range and channel issues

In apartment buildings, the airwaves are often saturated with signals from dozens of routers. If your router and your neighbors' routers are on the same channel, conflicts can arise, causing the PC adapter to jam and lose network connectivity.

This is especially true for the 2.4 GHz band. There are only 13 channels, and they often overlap. A computer may see the network but not connect, or not see it at all if the noise level is too high.

It is recommended to use Wi-Fi analysis applications (for example, WiFi Analyzer (on your smartphone) to find the least congested channel. Then, go to your router settings and manually set this channel instead of "Auto."

It's also worth considering that some older adapters don't support channels higher than 11 (US and European standards differ). If the router is configured for channel 12 or 13, an older computer simply won't detect it.

When to suspect hardware failure

If none of the software methods help, and the computer can't detect any networks (even neighboring ones), and the drivers have been reinstalled, there's a high probability of a physical problem. This could be a faulty Wi-Fi module, a loose antenna wire inside the case, or a damaged USB port.

For diagnostics, you can try connecting an external USB Wi-Fi adapter. If it works and detects networks, the built-in module is faulty. For a desktop PC, this is the simplest and cheapest solution.

The situation is more complex with laptops: the integrated module is often soldered onto the board or located in a hard-to-reach place. If the device is under warranty, it's best to contact a service center, as opening it yourself may void the warranty.

  • 🛠️ Try connecting an external USB adapter to check.
  • 🔍 Check Device Manager for "Unknown devices".
  • 📡 Test Wi-Fi on another device (phone, tablet) in the same location.

Sometimes the problem is static electricity. Try completely powering off the router and computer (unplugging them) for 10-15 minutes, then powering them back on. This helps discharge any residual charge from the network card capacitors.

Frequently Asked Questions (FAQ)

Why can my phone see Wi-Fi but my computer can't?

The problem is most likely with the drivers or settings of your computer's adapter. The phone uses a different communication module, which is working properly. Check whether the Wi-Fi module is disabled in the BIOS or Device Manager.

Can antivirus block network search?

Yes, some firewall features in antivirus software can block detection of public networks or consider the network "unsafe." Try temporarily disabling your antivirus to test.

What should I do if the Wi-Fi icon is missing after a Windows update?

This is a common issue. Go to Device Manager, find the network adapter, uninstall it, and restart your computer. Windows will attempt to reinstall the driver. Also, check if the WLAN AutoConfig service is disabled.

Does distance affect router visibility?

Yes, if you're too far away or there are a lot of concrete walls between you and the router, the signal may be so weak that the adapter won't be able to detect it. Move closer to the signal source.

How can I check if the adapter sees any networks at all?

Turn on your laptop and go to a neighbor's place or outside. If the list of networks is empty even where you know there's Wi-Fi, the problem lies with the adapter or its drivers, not your router.