The situation when a laptop suddenly stops seeing a Wi-Fi router is one of the most common and annoying problems when working with Windows 10You may notice that the wireless network icon has disappeared from the system tray, or the list of available connections remains empty, even though other devices (smartphones, tablets) are successfully connected to the same network. Users often mistakenly assume the problem lies with the router itself and restart it, but the root cause may lie in a software glitch in the operating system or drivers.
Troubleshooting requires a sequential approach, as there can be many causes: from something as simple as disabling a module with a physical button to deep conflicts in system services. It's important not to panic and methodically check every possible failure scenario. In most cases, functionality can be restored. Wi-Fi adapter takes no more than 15-20 minutes without the need to contact a service center.
Initial diagnostics and physical inspection of equipment
Before delving into complex operating system settings, it's important to rule out simple physical causes for a lack of signal. It often happens that a user accidentally trips the wireless module switch on the laptop or presses a key combination on the keyboard, completely disabling the radio module. This may not be noticeable, other than the disappearance of the network icon. Check the sides of the case for sliders with antenna markings.
It's also worth paying attention to the indicators. If your laptop has an LED indicating wireless network activity, make sure it's lit or blinking. If it's not lit, it could indicate the adapter is not powered or is faulty. On some models, HP or Lenovo Double-clicking the airplane or antenna key can block all wireless interfaces.
⚠️ Caution: If your laptop has been dropped or impacted, the problem may be hardware-related. In this case, software solutions won't help, and you'll need to disassemble the device to check the antenna cable leading to the Wi-Fi card.
It's a good idea to check whether other devices can see your network. If the router isn't transmitting a signal to any device, the problem is clearly with the ISP or the router itself. If the phone has internet access but the laptop doesn't, it's a classic case of a local client failure.
Checking adapter settings in Windows 10
The most common software scenario is disabling a network interface within the operating system itself. Windows 10 allows you to manage adapter status through the Control Panel, and sometimes after updates or power surges, the settings can reset. First, open the Network and Sharing Center. Press the following key combination. Win + R and enter the command ncpa.cplThis will open a window with a list of all network connections.
Look for the icon labeled "Wireless Network" or "Wi-Fi." If it's grayed out and labeled "Disabled," the system detects the device but prevents it from working. Right-click it and select "Enable." If there's no Wi-Fi icon in the list at all, and only "Ethernet" appears, this indicates a more serious driver or hardware issue.
You can also run built-in diagnostics in this window. Right-click the problematic adapter and select "Diagnose." Windows 10 has a fairly powerful built-in troubleshooting wizard that can automatically reset the TCP/IP protocol stack or restart the WLAN service.
Working with network adapter drivers
Driver conflicts are the number one reason why a laptop stops detecting a router after a Windows update. The operating system may automatically install a generic driver that doesn't work reliably with your specific network card model. To check, open the Device Manager. You can do this by right-clicking the Start button and selecting the appropriate item from the menu.
In the list that opens, find the "Network Adapters" section. Expand it. If you see a device with a yellow exclamation point or the message "Unknown Device," the driver isn't working properly. Even if the device appears correctly, try reinstalling it. Right-click your Wi-Fi adapter (often the name contains the words Wireless, 802.11, Realtek, Intel, Qualcomm) and select "Remove device".
Important: When uninstalling, check the "Delete the driver software for this device" box if available. Then, restart your laptop. Windows will attempt to reinstall the driver upon startup. If this doesn't help, download the latest driver from the laptop manufacturer's official website using a different device or an Ethernet cable and install it manually.
☑️ Driver Checklist
Setting up power and WLAN services
Windows 10's power management system can be overly aggressive in conserving battery power, disabling the Wi-Fi module to save power and preventing it from being turned back on. To prevent the system from disabling the adapter, go to Device Manager, find your Wi-Fi adapter, open its properties, and go to the Power Management tab. Uncheck "Allow the computer to turn off this device to save power."
The second critical point is the operation of system services. The "WLAN AutoConfig" service is responsible for detecting networks. If it is stopped, the laptop simply won't scan the airwaves. Click Win + R, enter services.msc and find the "WLAN AutoConfig" service (or "Automatic wireless network configuration") in the list.
Make sure the startup type is set to "Automatic" and the service status is "Running." If the service is stopped, click the "Start" button. Without this feature running, Windows will not be able to initiate a search for access points.
⚠️ Note: The Services menu interface may vary slightly across Windows 10 builds, but the service name remains the same. Please select carefully.
Why might the WLAN AutoConfig service fail to start?
This is often caused by corrupted system files or conflicts with antivirus software. In rare cases, a system integrity check via the command line is required.
Resetting network settings and working with the command line
If simple methods don't help, you'll need to perform a hard reset of your network settings. Windows 10 has a built-in hard reset feature that deletes all saved networks and returns network components to factory settings. Go to Settings → Network & Internet → Status and find the "Network Reset" link. Click "Reset Now" and confirm. The computer will restart in 5 minutes.
A more advanced method is to use the command prompt. Launch the command prompt as administrator (search for cmd, right-click, and choose "Run as administrator"). Enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands flush the DNS cache, update the IP address, and rewrite the network protocol registry. This often helps when the laptop "sees" the router but cannot obtain an IP address or connect to it.
Table of common errors and solutions
To quickly navigate the problem, use the following table, which summarizes the symptoms and methods for eliminating them.
| Symptom | Possible cause | Solution method |
|---|---|---|
| The Wi-Fi icon has disappeared completely. | The adapter is disabled or there is no driver. | Checking Device Manager, enabling in ncpa.cpl |
| There are networks, but yours is not visible. | The router has hidden the SSID or changed the channel. | Check your router settings and change the channel to 1, 6, or 11. |
| Error "Unable to connect" | Incorrect password or IP conflict | Forget network, reset TCP/IP, check password |
| Adapter not found (code 10 or 43) | Hardware or driver failure | Reinstalling the driver from the manufacturer's website |
| There is a network, but no internet access | DNS or gateway problem | ipconfig /flushdns command, checking the router |
Problems with the 5 GHz band and frequency channels
Modern routers often operate in two bands: 2.4 GHz and 5 GHz. Older laptops or models with low-end network cards may simply not support the 5 GHz band. If your router only broadcasts in this band (or the network name for both 2.4 and 5 GHz is the same, and your laptop is trying to connect to the unavailable 5 GHz band), you won't see the network.
Try accessing your router settings (usually via 192.168.0.1 or 192.168.1.1) and separating the network names (SSIDs) for different frequencies, for example, adding "_5G" to one of them. You should also check that your router settings aren't set to a different region than yours or to a channel that your laptop's network card doesn't support (for example, some cards don't see channels above 11 in the 2.4 GHz band).
In rare cases, changing the channel width in the adapter properties helps. In Device Manager, under the Wi-Fi adapter properties, on the "Advanced" tab, find the "Wireless Mode" or "802.11n Channel Width" setting. Try changing the value from "Auto" to a specific one, such as "20 MHz Only" or "802.11 b/g/n."
⚠️ Note: Supported frequencies and channels depend on your network adapter model. The exact specifications can be found on the laptop manufacturer's website using the serial number.
Frequently Asked Questions (FAQ)
Why does my laptop see my neighbors' networks but not mine?
Most likely, the problem lies with your router settings. The SSID (network name) may be hidden, MAC address filtering may be enabled, or the router may be operating on a channel that your laptop isn't scanning. Also, check if there's a limit on the number of connected devices.
Can antivirus block Wi-Fi?
Yes, some third-party antiviruses and firewalls have public network protection features that can block the detection of new networks or connections to them. Try temporarily disabling your antivirus to test.
What should I do if Wi-Fi is lost after updating Windows 10?
This is a classic driver conflict. Go to Device Manager, uninstall the Wi-Fi adapter driver by checking "Uninstall programs," and reboot. If that doesn't help, roll back your system to a restore point before the update or download the driver from the manufacturer's website.
How can I check if the Wi-Fi module is physically working?
Boot from a Live USB of another operating system (for example, Linux). If Wi-Fi isn't detected there either, or the hardware isn't recognized, the module is likely physically damaged or the contacts are loose.