My computer no longer detects my Wi-Fi router: what to do

Many users are familiar with the situation when a laptop suddenly loses its wireless connection, and the list of available connections appears frighteningly empty. This usually happens at the most inopportune moment: during an important video conference, downloading a large file, or playing an online game. There's no need to panic in this situation, as 90% of cases The problem lies in a software glitch or an accidental change in settings, not in a physical hardware failure.

The first thing you need to do is perform a quick visual diagnostic. Look at the indicators on the router body: if the light Wi-Fi If the indicator lights are on or blinking, it means the access point is active. If the indicator lights are off, the device may simply be unplugged or there may have been a power surge. In most modern operating systems, such as Windows 10 or Windows 11, the system itself will suggest a possible cause, but often these messages are too general and require decoding.

What you do next depends on whether you see other networks or the list is completely empty. If other networks are displayed but yours isn't, the problem is most likely with your router. If the list is completely empty, then Wi-Fi adapter Your computer is either disabled or not working properly. In this guide, we'll cover all possible scenarios, from simple reboots to complex registry manipulations.

Basic diagnostics and hardware reboot

The most basic, yet often overlooked, step is a full power cycle. Computers and routers are complex computing devices that can accumulate temporary buffer errors or experience IP address conflicts. Simply turning off the laptop with the power button doesn't always clear these errors, so a full power cycle is necessary.

There's a golden rule for routers: unplug it, wait at least 15-20 seconds, and then plug it back in. This time is necessary for the capacitors to discharge and the device's RAM to clear. If your computer stops detecting the Wi-Fi router immediately after plugging it in, give the router 2-3 minutes to fully boot up the operating system and initialize the communication modules.

On the computer side, it's also worth restarting network services. In the operating system Windows This can be done via the command line, but often, simply switching to airplane mode is sufficient. Click the network icon in the system tray, enable airplane mode, wait 5 seconds, and then disable it. This will force a restart of the wireless adapter driver.

📊 How often do you reboot your router?
Once a week
Once a month
Only when the internet goes down
I never reboot

Checking the status of the Wi-Fi adapter in the system

If the network list is still empty after rebooting, you should ensure that the wireless module itself is enabled and working properly. Modern laptops often have physical switches or key combinations that completely disable the antenna. Look for a slider switch with an antenna or wireless network icon on the device's body.

It's also worth checking the software enablement through the Device Manager. To do this, right-click the Start button and select the appropriate item from the menu. In the window that opens, find the section Network adaptersIf you see your device (usually the name has the words Wireless, Wi-Fi, 802.11 or brands like Intel, Realtek, Qualcomm), but the icon has a downward arrow, which means the device is turned off.

  • 📡 Right-click on the adapter and select "Enable" if it is disabled.
  • 🔄 If the adapter is working properly, try selecting "Remove device" and then clicking "Scan for hardware changes" in the menu at the top.
  • ⚙️ Check the adapter properties: in the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."

Sometimes the system may not physically detect the adapter if it appears in the "Other devices" section as unknown hardware with a yellow exclamation point. This indicates that the driver is incorrectly installed or has been corrupted. In this case, reinstalling the driver is a mandatory step that we will discuss in the next section.

Why might an adapter disappear from the list?

If the device has completely disappeared from Device Manager (even from hidden lists), it's possible that a contact inside the laptop has come loose (if it's removable) or a hardware failure has occurred. In rare cases, a static discharge can help: remove the battery (if removable), unplug the charger, and hold the power button for 30 seconds.

Updating and reinstalling drivers

A driver is the intermediary between the operating system and the hardware. If this intermediary is faulty or outdated, the computer stops detecting the Wi-Fi router, even if the antenna is physically intact. Problems often arise after a major update. Windowswhen the new OS version conflicts with the old driver.

The best way to get the latest driver is to download it from the official website of your laptop or motherboard manufacturer. Don't rely on automatic third-party utilities, as they often install generic but unstable versions. You'll need your device's model number, which can be found on a sticker on the bottom of your laptop or in the documentation.

Device type Where to look for the driver Search keywords
Laptop (HP, Asus, Lenovo) Official support site (Support/Drivers section) WLAN Driver, Wireless LAN, Network
Pre-built PC with USB adapter Adapter manufacturer's website (TP-Link, D-Link) Model number + Driver
Intel Integrated Module Intel Download Center website Intel Wireless WiFi Link

After downloading the installation file, run it as administrator. If the installation was successful but the problem persists, try the "roll back" method. In Device Manager, in the adapter properties, go to the "Driver" tab and click the "Driver" button. Roll back, if it's active. This will revert to the previous, more stable version of the software.

⚠️ Note: If you're using a USB Wi-Fi adapter, try connecting it to a different port. USB 3.0 ports (blue) can sometimes interfere with 2.4 GHz frequencies. In this case, it's best to use a USB 2.0 port through an extender.

WLAN service settings and network parameters

In the operating system Windows A special system service is responsible for detecting wireless networks. If it is stopped or its startup type is changed, the computer will be physically unable to scan the airwaves. Checking this parameter is often overlooked, although it is critical.

To check the service status, press the key combination Win + R, enter the command services.msc and press Enter. Find the service in the list. WLAN AutoConfig Service (or WLAN AutoConfig). Double-clicking on it will open its properties.

  • 🛑 Make sure the startup type is set to Automatic.
  • ▶️ If the service status is “Stopped”, click the “Start” button.
  • 🔁 If the service is already running, try clicking "Stop" and then "Start" again to restart the process.

It's also worth checking to see if your TCP/IP settings have been reset. Resetting network settings to factory defaults often resolves the issue when a computer stops detecting a Wi-Fi router after a virus attack or a failed software installation. Open the command prompt as administrator and enter the command netsh winsock reset, then restart your computer.

☑️ Service Inspection Checklist

Completed: 0 / 1

Router-side issues: channels and SSID hiding

Sometimes the computer is working properly and the drivers are fine, but the network isn't showing up due to the router's settings. One common cause is a change in the broadcast channel. If the router automatically switches to a channel your adapter doesn't support (for example, some older cards don't see channels 12-14 in the 2.4 GHz band or channels above 52 in the 5 GHz band), the network will disappear from the list.

Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1). In the wireless network settings (Wireless Settings) Try manually changing the channel to 1, 6, or 11 for the 2.4 GHz frequency. For the 5 GHz band, select channels in the 36-48 range, as they are supported by most devices without restrictions.

Another option is the "Hide SSID" feature. When enabled, the router stops broadcasting the network name, and the computer won't see the Wi-Fi until you manually enter the name. This is a security measure, but it can often cause inconvenience. Check your router settings to see if this option is checked. Enable Hidden Wireless or similar.

Network reset and extreme measures

If none of the previous methods work, the next step is to perform a full reset of Windows network settings. This feature returns all network components to their "clean install" state, removing saved passwords, VPN settings, and static IP addresses.

In Windows 10 and 11, this is done through the Settings menu → Network & Internet → Advanced network settings (or just scroll down) → Network resetClick the "Reset Now" button and confirm. The computer will restart in 5 minutes.

As a last resort, if even a reset doesn't help, it's worth checking your router. If it's old or overheating, its wireless module may be faulty. Connect another device (such as a smartphone) to the router. If the phone also doesn't see the network or can't connect, the problem is definitely with the router. Try resetting the router to factory settings by holding down the reset button. Reset for 10-15 seconds.

⚠️ Please note: Resetting your router to factory settings will erase all your configurations, including your ISP login and password. Make sure you have your ISP contract handy to re-enter your PPPoE or L2TP connection details.

Frequently Asked Questions (FAQ)

Why can my computer see my neighbors' networks but not mine?

This indicates that the computer's adapter is working properly. Most likely, your router is broadcasting on a frequency or channel that isn't supported by your PC's driver, or the SSID hiding feature is enabled. Also, check if there's a MAC address filter enabled on your router, although this usually blocks connections rather than visibility.

Can antivirus software block visibility of Wi-Fi networks?

Yes, some Network Protection or Firewall features in third-party antivirus programs (Kaspersky, ESET, Avast) may block detection of new networks, considering them public. Try temporarily disabling your antivirus to test.

What should I do if Wi-Fi disappears after a Windows update?

The update may have replaced the working driver with an incorrect one. Go to Device Manager, find the adapter, select "Update driver" → "Select driver from a list of available drivers on my computer," and select an older version if one is listed.

Does distance affect whether a computer can see a router?

Yes, if the signal is too weak, the network may not appear in the list of available networks, even though the adapter technically "hears" it as noise. Move closer to the router. If the network appears, the problem is with the transmitter's power or obstacles (walls, mirrors).

How to check if the Wi-Fi module in a laptop is burned out?

If the wireless adapter isn't listed in Device Manager (even with an error message), and the Wireless option is enabled in the BIOS, and the static discharge test doesn't help, there's a high probability of a hardware failure. In this case, the only solution is to replace the module or use an external USB Wi-Fi adapter.