My laptop can't detect my WiFi router, but my phone works: A solution for Windows 10

A situation where a smartphone or tablet instantly finds a home network, but a Windows 10 laptop is completely indifferent to available connections, is one of the most frustrating problems in home IT diagnostics. This is especially frustrating when you urgently need internet access, and a device designed to handle demanding tasks can't even display a list of available access points. More often than not, the problem stems not from a hardware failure, but from a software conflict or specific power-saving settings in the operating system.

The reason for this selective behavior lies in the differences in the architecture of mobile operating systems and desktop Windows. Mobile devices have more flexible airtime scanning algorithms and often ignore certain security standards for the sake of connection speed, while Windows 10 strictly adheres to protocols and can block the connection at the slightest parameter discrepancy. Understanding this fundamental difference is the first step to successfully restoring the connection without calling a technician.

In this article, we'll examine the main scenarios why a laptop isn't detecting a Wi-Fi router and offer a step-by-step solution. We'll cover driver issues, 2.4 GHz and 5 GHz frequency band settings, and hidden network card settings. Attention: Before you begin any complex manipulations, make sure that the wireless network indicators on your router are lit, as sometimes the problem is more trivial than it seems.

Basic diagnostics and physical communication layer

Before delving into the depths of system settings, it's important to rule out simple physical causes. Users often forget that the laptop's WiFi module could be disabled mechanically or programmatically via hotkeys. Check your keyboard for an antenna or airplane icon; the combination Fn + F2 (or another function key depending on the model) can bring the adapter back to life.

It's also worth making sure your laptop is in a strong signal area. Walls, mirrors, and household appliances can create "dead zones" for a specific device if its antenna module is weaker than your phone's. Try moving closer to the router: if the network appears, the issue is with the signal strength or sensitivity of the laptop's receiver.

It's important to check whether the module itself is enabled in the system. Sometimes, after Windows updates or power outages, the adapter goes into the "Disabled" state. Go to Settings → Network and Internet → Wi-Fi and make sure the slider is enabled. If the switch is grayed out and unclickable, this is a sure sign of a driver or service issue.

⚠️ Important: If the WiFi indicator on the keyboard remains red or has a slash through it even after being turned on, the wireless module may be disabled in the BIOS. Check the Advanced or Security section of the BIOS/UEFI for the WLAN Device or Wireless LAN option and ensure it is set to Enabled.

Problems with wireless adapter drivers

The most common reason why a laptop doesn't detect a WiFi router is a faulty driver. Windows 10 is notorious for automatically installing "universal" drivers, which often perform poorly or don't support all the features of your router. WiFi adapterIn Device Manager, this may show up as a yellow exclamation point or, worse, as a normally functioning device that simply isn't scanning the air.

First, open Device Manager by right-clicking the Start button and selecting the appropriate item. Find the "Network Adapters" section. If you see a device with a name containing "Wireless," "WiFi," or "802.11," or brands like Realtek, Intel, or Qualcomm, but it's marked with an error, the driver definitely needs updating. Try uninstalling the device (right-click → Uninstall device), checking "Delete the driver software," and restarting your computer. The system will attempt to reinstall the driver from scratch.

If automatic installation doesn't help, you should download the latest version from the laptop manufacturer's website. Don't rely on driver packs or aggregator programs, as they often install the wrong versions. Look for a driver specifically for your motherboard model and Windows version (x64 or x86).

☑️ Driver Update Checklist

Completed: 0 / 1

There's a caveat with security protocols. If your router is configured to use a modern standard WPA3If your laptop's network card is old or has an outdated driver, it simply won't see the network. In such cases, you should try switching the security mode to [unclear] in the router settings (from your phone). WPA2/WPA3 Mixed or purely WPA2-PSK.

2.4 GHz and 5 GHz frequency band settings

Modern routers often operate in two bands: 2.4 GHz and 5 GHz. A phone can see both, while a laptop, especially one manufactured more than 5-7 years ago, may only support the 2.4 GHz frequency. If the router is configured to hide the network name (SSID) in the 2.4 GHz band or only broadcasts the 5 GHz band, an older laptop will be left without internet access.

You can check supported frequencies via the command line. Open the terminal (press Win + R, enter cmd) and enter the command:

netsh wlan show drivers

In the list that opens, find the line "Supported radio module types." If it only lists 802.11b/g/n, then 5 GHz (the ac/ax standard) is out of the question. In this case, you need to access the router settings (via your phone) and ensure the 2.4 GHz network is active and not hidden.

⚠️ Note: Some routers combine both bands under one name (Smart Connect or Band Steering). Older adapters may not process these signals correctly. Try separating the networks in your router settings by giving them different names, for example, HomeWiFi and HomeWiFi_5G.

It's also worth paying attention to your WiFi channels. In the 2.4 GHz band, channels 1 through 13 are usable. However, some network cards made for the American market are only configured for channels 1-11. If your router automatically selects channel 12 or 13 (which is common in apartment buildings to avoid interference), your laptop simply won't see the network. Solution: go to your router settings and manually set the channel to 1-11.

📊 What WiFi band does your router use by default?
2.4GHz Only:5GHz Only:Both Bands (Same Network):Both Bands (Different Names)

Windows Services and Power Management

Windows 10 has an aggressive power-saving policy that can disable the WiFi adapter to conserve battery life, after which it fails to wake it up correctly. This leads to a situation where the phone has a network connection but the laptop does not, especially after waking from sleep mode.

To fix this, go 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 will prevent the system from silencing the communication module.

The second critical point is Windows services. If the service responsible for managing wireless networks is stopped, the network search will not be performed. Click Win + R, enter services.msc and find "WLAN AutoConfig" in the list. Make sure its startup type is set to "Automatic" and that it is running.

Sometimes TCP/IP network settings get lost. To restore them, use the built-in reset utility. Open a command prompt as administrator and run the following commands one by one:

netsh winsock reset

netsh int ip reset

ipconfig /flushdns

After running these commands, a system reboot is required. This will clear the DNS cache and reset the protocol stack to factory defaults, which often resolves the issue of a laptop "forgetting" how to search for networks.

Antiviruses, VPNs, and third-party software

Don't discount third-party software. Aggressive antivirus programs (such as Kaspersky, ESET, and Avast) have network protection modules that can block detection of new devices or public networks, deeming them suspicious. Try temporarily disabling your antivirus's firewall and checking for new networks.

VPN clients can also create virtual adapters that conflict with the physical WiFi module. If you have a VPN installed and it shuts down improperly, it may have "hijacked" the network interface. Completely uninstalling the VPN client and restarting it often restores network visibility.

Also, check if Airplane Mode or restricted network profiles are enabled. Windows 10 has a "Random MAC Addresses" feature for increased privacy. While it often impacts connectivity rather than visibility, in rare cases, routers with strict filtering may ignore requests from devices with random MAC addresses. Try disabling this feature for your network in the WiFi settings.

The Impact of Virtual Machines

If you're using VirtualBox or VMware, they create their own virtual network adapters. Sometimes routing priority gets lost, and the system tries to search for networks through a virtual interface. Try temporarily disabling virtual adapters in Device Manager.

Diagnostic table: Phone sees, laptop doesn't

A pivot table is a handy way to organize problems. It helps you quickly identify the symptom and navigate to the appropriate section of the solution.

Symptom Probable cause Where to look for a solution Complexity
There is no WiFi icon in the tray The adapter is disabled or there is no driver. Device Manager, Fn buttons Low
Sees neighboring networks, but not yours 5 GHz band or channel above 11 Router settings (channels/bands) Average
Doesn't search for networks at all (list is empty) WLAN service stopped services.msc Low
It says "Unable to connect" Incorrect password or encryption type Forget network / Security settings Low
The adapter has disappeared from the task manager. Hardware failure or card failure BIOS / Physical Check High

If none of the software solutions help, consider a hardware problem. WiFi antennas in laptops are thin wires that run to the screen cover. If the laptop was dropped or disassembled, the connection may have become loose. In this case, even reinstalling Windows will not help, and a visit to a service center will be necessary.

Frequently Asked Questions (FAQ)

Why didn't resetting the network in Windows 10 help?

A network reset deletes saved passwords and adapter settings, but does not affect system driver files or registry settings related to power saving. If the reset doesn't help, the problem is deeper—most likely a driver version issue or a service conflict.

Can a virus block WiFi?

Yes, some types of malware can change proxy settings or block network services. Scan your system with an antivirus, such as the built-in Defender or Dr.Web CureIt.

Is a USB WiFi adapter worth buying?

If the built-in module has burned out or does not support the required frequencies (for example, only 2.4 GHz), an external USB adapter with 5 GHz support will be an excellent and inexpensive solution that does not require disassembling the laptop.

How do I know if my laptop can see any networks at all?

Click the network icon in the system tray. If the list is empty but other devices have network connections, the module is working but can't decode the signal (driver or band issue). If there is no icon, the module is disabled.

Does antivirus affect network visibility?

Yes, your antivirus's built-in firewall may block network detection by classifying them as "Public" with a high security level. Try temporarily disabling network protection.