The situation when a laptop suddenly stops seeing available Wi-Fi networks is familiar to many users of the operating system Windows 10You were browsing the internet just fine this morning, but now the wireless connection icon has disappeared from the taskbar, or the list of networks is simply empty. This can cause panic, especially if your desktop computer isn't connected via cable and your smartphone is using mobile data.
The causes of this behavior can be varied, ranging from a simple software glitch to a malfunctioning physical wireless module. Often, the problem stems from an incorrect driver update or an accidental shutdown of the network discovery service. Understanding the nature of the problem is the first step to restoring internet access without calling a technician.
In this article, we'll explore all possible scenarios why your device isn't detecting Wi-Fi and offer step-by-step solutions. We'll cover everything from simple checks to a comprehensive system diagnostic, so you can get your laptop back up and running as quickly as possible.
Primary diagnostics and equipment testing
Before delving into complex system settings, it's important to rule out simple physical causes. Sometimes the problem can be solved with a few seconds of careful inspection of the laptop case. Many models, especially business-class or older versions, have a physical switch or a special key combination to enable the module. Wi-Fi.
Take a look at your keyboard. One of the keys on the top row (usually F1-F12) may have an antenna icon. Try pressing it, perhaps in combination with the FnIf you accidentally pressed this combination, the adapter may have been disabled at the hardware level, and no software methods will help until you reactivate it.
⚠️ Attention: If your keyboard has a wireless indicator (usually orange or white) and it lights up orange, this is a direct signal that the Wi-Fi module is disabled physically or software-wise via BIOS/UEFI.
It's also worth checking the Device Manager. Right-click the Start button and select device ManagerFind the "Network Adapters" section. If you see a device with a yellow exclamation point or the words "Unknown Device," the system recognizes the hardware but can't access it properly. In this case, the problem is definitely with the drivers.
Checking the status of the WLAN service and drivers
One of the most common reasons why Windows 10 stops finding networks is when the system service responsible for wireless connections stops. If the service WLAN AutoConfig disabled, the operating system simply will not scan the air for access points.
To check this, press the key combination Win + R, enter the command services.msc and press Enter. In the list that opens, find the "WLAN AutoConfig" service. Double-click it. Make sure the "Startup type" field is set to "Automatic" and the service is running. If it is stopped, click "Start."
If the service is OK, we move on to the drivers. A driver is an intermediary between the operating system and the network card. After major Windows 10 updates (for example, to versions 21H2 or 22H2), old drivers may conflict with new system libraries.
- 🔄 Open the Device Manager and find your Wi-Fi adapter (often the name contains the words Wireless, Wi-Fi, or 802.11).
- 🗑️ Right-click and select "Uninstall device." Don't worry, the system will try to reinstall it after rebooting.
- 📥 If automatic installation doesn't help, download the latest driver from the laptop manufacturer's official website (HP, Lenovo, Asus, etc.) using another device.
Sometimes simply rolling back the driver can help. In the device properties in Device Manager, the "Roll Back Driver" button may be enabled on the "Driver" tab. This will restore the previous software version that worked reliably if the problem appeared immediately after an update.
☑️ Driver diagnostics
Reset network settings and TCP/IP parameters
If the drivers are OK and the services are running, it's possible that errors have accumulated in the network protocols. Windows 10 has a built-in tool for completely resetting network settings, which often solves the problem when a laptop becomes "blind" and cannot detect any networks.
Go to the menu Start → Settings → Network & InternetAt the very bottom of the "Status" page, you'll find a link called "Network Reset." Click it, then click "Reset Now." The system will warn you that your computer will restart in 5 minutes. This process will delete all saved Wi-Fi passwords and VPN profiles, and restore the adapters to factory settings.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands can be entered manually in a command prompt running as administrator if the automatic reset fails. They clear the DNS cache, reset the TCP/IP stack, and reinstall the Winsock protocol, which is often the culprit in network conflicts.
⚠️ Attention: After a full network reset, you will have to re-enter the password for your home Wi-Fi router, as all saved profiles will be permanently deleted.
It's also worth checking if you have a static IP address that conflicts with your current network. In the protocol properties Internet Protocol version 4 (TCP/IPv4) The IP address and DNS servers should be set to be obtained automatically if your router distributes them via DHCP (which is standard for homes).
Power settings and energy management
Windows 10 is known for its aggressive power-saving policy. The system may disable the Wi-Fi adapter to conserve battery life, but then "forget" to turn it back on when waking from sleep mode or simply while working. This is a common cause of intermittent connectivity.
To prevent the system from turning off the adapter, go to Device Manager again. 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."
Additionally, check your power plan. Search for "Choose a power plan." In the selected plan (usually "Balanced"), click "Change plan settings" → "Change advanced power settings." Find "Wireless adapter settings" → "Power saving mode" and set it to "Maximum performance."
Why does my laptop see my neighbors' networks but not mine?
This could be related to the Wi-Fi channel. If your router operates on channel 12 or 13 (2.4 GHz), and your network card driver is set to the US standard (where only channels 1-11 are available), your laptop simply won't "hear" your network. Solution: Go to your router settings and force the channel to be between 1 and 11.
Table of basic errors and solutions
To make diagnosis easier, we've compiled a table that will help you quickly navigate the symptoms and choose the right solution.
| Symptom | Probable cause | Solution method |
|---|---|---|
| The Wi-Fi icon has disappeared completely. | WLAN service or driver is disabled | Checking services (services.msc), reinstalling the driver |
| The network list is empty, but the icon is there. | Scan failure or physical switch | Checking the Fn keys, resetting the network, rebooting the router |
| Yellow triangle on the adapter | Driver conflict or error code 10/43 | Removing the device in the device manager, installing the driver from the website |
| Wi-Fi works, but it's slow. | Interference or the old 802.11n standard | Changing the router channel to 5 GHz |
If none of the software methods help, and the adapter displays error code 10 ("The device cannot start") or 43 in Device Manager, this may indicate a physical fault with the Wi-Fi module. In laptops, this is often a small circuit board connected via a Mini-PCIe or M.2 slot, which may have become loose due to vibration or burned out.
Troubleshooting 5GHz Band and Frequency Issues
Modern routers often operate in two bands: 2.4 GHz and 5 GHz. Some older or low-end network adapters in laptops may not support the 5 GHz band or standard. 802.11acIf the router is configured to operate only in 5 GHz mode, such a laptop simply won't see the network.
Check the adapter properties in Device Manager. On the "Advanced" tab, look for "Wireless Mode" or "802.11 Mode." Make sure the selected value supports mixed mode or your specific standard. Also, make sure the channel width isn't set to a value your adapter doesn't support (e.g., 160 MHz for older cards).
Sometimes, temporarily separating network names (SSIDs) on your router can help. Name the 2.4 GHz network, for example, "HomeWiFi," and the 5 GHz network, "HomeWiFi_5G." This will allow you to force a connection to the desired band and check whether your laptop can detect at least one of the frequencies.
⚠️ Attention: Router and Windows settings interfaces are constantly being updated. The layout of menu items may vary depending on your router's firmware version and Windows 10 build. If you don't find an exact match, look for equivalents.
When does a Wi-Fi module need to be replaced?
If all software tricks have failed, drivers have been reinstalled, services have been started, and the adapter has either disappeared completely or is showing a hardware error in Device Manager, it's probably time for hardware intervention. Wi-Fi modules are consumables, and replacing them doesn't always require a trip to a service center.
To replace it, you will need to know the form factor of your card (usually it is Mini PCI-E or M.2 NGFF). You can buy a compatible module at any computer store. It's also important to check whether the antennas are soldered to the module or connected via connectors. If the latter, replacement will take 15 minutes.
An external USB Wi-Fi adapter can be an alternative to an internal replacement. This is a compact device that plugs into a USB port. Modern models with 5 GHz support and an antenna are inexpensive and often more stable than integrated solutions, as they have their own chipset and are independent of the laptop's motherboard.
What should I do if Wi-Fi is lost after reinstalling Windows 10?
During a clean installation, Windows often doesn't have built-in drivers for your laptop's specific hardware. In this case, you'll need to download the Wi-Fi driver from another device (PC, smartphone), transfer it to your laptop via USB, and install it manually. Search for the driver for your exact laptop model on the manufacturer's website.
Why is Wi-Fi working but it says "No Internet access"?
This means there's a connection to the router, but it can't access the external network. The problem isn't with the laptop, but with the ISP or router settings. Try rebooting the router or calling your ISP's technical support.
Can antivirus software block Wi-Fi network scanning?
Yes, some third-party antiviruses and firewalls (e.g., Kaspersky, ESET) have their own firewall modules. These may block the WLAN service or conflict with drivers. Try temporarily disabling your antivirus to check.