A situation where a laptop suddenly stops detecting the router can be frustrating for any user. You open the list of available networks, but it's empty, or your home Wi-Fi connection simply disappears from the list. This is a common problem that can be caused by a software glitch in the operating system or physical damage to the hardware.
In most cases, there's no need to panic. Often, the problem lies in simply misconfigured power-saving settings or a driver update that didn't complete correctly. However, the problem shouldn't be ignored, as a lack of internet connection hinders work and entertainment.
In this article, we'll examine in detail all the possible reasons why a laptop isn't detecting a router and provide a step-by-step procedure for restoring the connection. We'll cover everything from simple button checks to complex registry and command line manipulations.
Initial diagnostics and physical connection
Before delving into the depths of Windows or BIOS settings, it's important to rule out simple physical causes. Users often forget about simple things like a disabled adapter or Airplane mode. Check if a special function key on your keyboard that disables wireless modules is enabled.
Pay attention to the indicators. The Wi-Fi icon on the laptop or in the system tray should be lit. If it's not there, the module may be physically disconnected. It's also worth checking that the router itself is working: are its lights blinking, and are other devices, such as a smartphone, connected?
- 📡 Make sure the Wi-Fi button on the case or keyboard (often Fn + F2, F5, or F12) is not switched to the "Off" position.
- ✈️ Check if Airplane mode is enabled in the Windows Action Center.
- 🔌 Reboot your router by unplugging it for 10-15 seconds, then plugging it back in.
- 📶 Move closer to the router to avoid interference from thick walls or signal range.
If after these steps the laptop still doesn't see the network, the problem may be deeper. It's important to determine whether the laptop isn't seeing any networks at all, or just your specific one. If the list of networks is completely empty, it's a problem with the laptop's adapter. If other networks are visible but yours isn't, the problem is most likely with the router settings.
Problems with wireless adapter drivers
The most common software-related cause of Wi-Fi failure is faulty drivers. They can fail after a Windows update, installing a new antivirus, or a software conflict. In Device Manager, this often appears as a yellow exclamation point next to the network adapter.
To check the driver status, right-click "Start" and select "Device Manager." Find the "Network Adapters" section. If there's a device labeled "Wireless," "Wi-Fi," or "802.11" but it's marked with an error, or if there's no such section at all (only Ethernet controllers), the system isn't detecting the hardware correctly.
⚠️ Important: If the adapter is marked with error code 10 or 43 in Device Manager, try uninstalling the device completely (right-click -> Uninstall device), then select "Action" -> "Scan for hardware changes" from the menu. Windows will attempt to install the driver again.The best solution is to download the latest driver from the laptop manufacturer's official website. Don't rely on generic Windows Update drivers, as they often perform unstable work with specific chip models. Realtek or Intel.
Where can I find a driver if I don't have internet access?
Download the driver on another device (a friend's smartphone or PC), save it to a USB flash drive, and install it on the problematic laptop. Search for the exact laptop model on the manufacturer's website.
Router settings: hidden networks and channels
Sometimes the laptop is working properly and the drivers are installed, but the network isn't visible due to the router's settings. The owner may have accidentally hidden the SSID (network name) or selected a non-standard broadcast channel that your laptop doesn't scan by default.
Check your wireless settings. If your router is set to standard only 802.11ax (Wi-Fi 6), and your laptop is old and only supports 802.11n, it simply won't see the network. It's necessary to ensure compatibility between operating modes.
Parameter Recommended value Impact on visibility Operating mode (Mode) Mixed (802.11 b/g/n/ac) High: Ensures compatibility between old and new devices Channel Auto or 1-11 (for 2.4 GHz) Average: Some regions and adapters do not see channels 12-14 Channel width 20 MHz (for 2.4 GHz) Low: Affects stability, less often visibility Hiding the SSID Disabled Critical: The network disappears from the list of available networks. It's also worth paying attention to the frequency range. If the router only broadcasts 5 GHz and the laptop only supports 2.4 GHz, there will be no connection. Modern routers often have this feature enabled. Smart Connect, which combines ranges, but sometimes it is better to disable it and separate the networks manually.
📊 What Wi-Fi band do you use at home?2.4 GHz5 GHzBoth (Dual Band)I don't know / ISP routerWindows services and system errors
The Windows operating system manages network connections through special background processes. If the WLAN AutoConfig service is stopped, network scanning will fail. This often happens after "optimizing" the system with third-party utilities.
To check, click
Win + R, enterservices.mscand find "WLAN AutoConfig" in the list. Make sure its startup type is set to "Automatic" and the service is running.net start wlansvcThis command can be entered in Command Prompt with administrator privileges to force the service to start. If the service fails to start and returns an error, Windows system files may be corrupted.
In this case, checking the system integrity will help. Launch the command prompt as administrator and enter the command
sfc /scannowThe system will find and replace damaged files, which may restore functionality to the network module.⚠️ Caution: Before making changes to the registry or system services, create a system restore point. Incorrectly changing service settings may cause OS instability.Reset network settings and TCP/IP
Accumulated errors in the TCP/IP stack or incorrect DNS settings can prevent the adapter from functioning properly. Windows 10 and 11 have a built-in network reset feature that deletes all saved Wi-Fi profiles and returns settings to factory defaults.
You can find this option by following this path:
Settings → Network & Internet → Advanced network settings → Network resetAfter you click the "Reset now" button, your computer will restart in 5 minutes.☑️ Checklist before resetting the network
Completed: 0 / 4If the automatic reset doesn't help, you can try resetting the TCP/IP stack manually via the command line. This is a more thorough cleanup that deletes the network settings cache.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdnsAfter executing these commands, a reboot is required. Resetting the TCP/IP stack often resolves issues where the laptop "sees" the router but cannot connect, or when the network list is empty due to an address conflict.
Hardware malfunctions and frequency conflicts
If software solutions fail, it's time to consider hardware issues. The Wi-Fi antennas inside the laptop can become detached from the module, especially if the device has been dropped or disassembled. The wireless module itself may also be damaged.
Another rare, but possible, cause is strong electromagnetic noise. Microwave ovens, numerous Bluetooth devices, or neighboring routers on the same channel can jam the signal to the point where the laptop can't see the network.
Try connecting an external USB Wi-Fi adapter. If the network appears and works reliably, your laptop's built-in module is faulty or has a poor connection to the antenna.
In conclusion, the lack of Wi-Fi problem is solvable in 95% of cases. Start with a reboot and driver check, then move on to the router settings and resetting the network. Only after ruling out all software options should you take your laptop to a service center.
Why can my laptop see my neighbors' networks but not mine?
The problem is most likely with your router settings. Check to see if the SSID (network name) is hidden, if there's a MAC address filter blocking your laptop, or if you've selected a channel that your laptop's network card doesn't support (for example, channels 12-14 in some regions).
Can antivirus software block Wi-Fi network scanning?
Yes, some security features in third-party antivirus programs (such as "Public Network Protection" or "Firewall") may block the adapter. Try temporarily disabling your antivirus to check.
What should I do if the Wi-Fi icon is missing after a Windows update?
This is a classic driver conflict. Go to Device Manager, uninstall the wireless adapter, and restart your laptop. If that doesn't help, download the driver for your version of Windows from the laptop manufacturer's website (not the chip, but the laptop itself).
Does the region in the router settings affect network visibility?
Yes. Different countries have different permitted frequency ranges and signal strengths. If your router is set to the "US" region and your laptop is set to "Russia," the laptop may not see channels that are permitted in the US but blocked in Russia (or vice versa).