The situation when a laptop suddenly stops detecting available wireless networks is one of the most common and annoying problems for users of the operating system Windows 10You may find yourself in a situation where other devices, such as smartphones or tablets, connect to the internet without issue, while your computer appears completely indifferent to the surrounding digital space. This can happen for a variety of reasons, from a simple driver glitch to complex hardware conflicts or power-saving settings.
Before panicking and taking your device to a service center, it's important to conduct a thorough diagnostic, as in most cases the problem can be resolved with software solutions at home. Often, the culprit is a system update that's interfering with the installed Wi-Fi module, or a physical switch that was accidentally touched. Understanding the nature of the problem can save you time and frustration, restoring your device to full functionality in minutes and at no extra cost.
In this article, we'll detail the steps needed to identify and troubleshoot the issue. We'll cover both standard diagnostic tools built into the operating system and more in-depth methods for configuring network settings. It's important to follow each step sequentially to eliminate possible causes and identify the one that's interfering with your connection.
Primary diagnostics and inspection of the physical condition of the equipment
The first step should always be to check the physical condition of the device and any obvious switches. Many laptop models, especially business series or older versions, have mechanical buttons or sliders on the case that completely disable the wireless module. Also, the Wi-Fi function is often duplicated by a keyboard shortcut, such as: Fn + F2 or Fn + F12, where the button has an antenna icon. If the module is disabled at the hardware level, Windows 10 software settings will have no effect.
Pay attention to the indicators on the laptop case. If the LED responsible for wireless communication is off or orange instead of white/blue, this is a clear sign that the module is disabled. In some cases, the system may display an "Airplane" icon in the system tray, indicating that Airplane mode is enabled, blocking all radio signals. Make sure this mode is disabled, as it overrides all other network settings.
⚠️ Attention: Some modern Ultrabooks have a Wi-Fi disable feature built into the BIOS/UEFI. If you've recently reset the BIOS settings or updated the motherboard firmware, check to see if the wireless adapter is disabled in the "Settings" section. Wireless or Onboard Devices.
It's also worth checking the Device Manager to see if the adapter itself is visible. If the system doesn't detect the Wi-Fi module at all, the problem may be a poor connection on the card inside the case or a faulty one. In this case, the device may appear with a yellow exclamation mark or be hidden in the "Hidden devices" list.
Checking and reinstalling network adapter drivers
The most common reason for the list of available networks to disappear is incorrect driver operation. After a major update Windows 10 The system may replace the manufacturer's native driver with a generic one that is unstable or doesn't support all of your adapter's features. To check, open Device Manager by right-clicking the Start button and selecting the appropriate item from the menu.
In the window that opens, find the "Network adapters" section and expand it. If you see your Wi-Fi adapter (usually with the words Wireless, 802.11, Wi-Fi or brands Intel, Realtek, Qualcomm), try the following steps:
- 🔹 Right-click on the adapter and select "Uninstall device," then restart your computer—the system will attempt to install the driver again.
- 🔹 Select "Update driver" and click "Search automatically", although this method rarely finds the latest versions.
- 🔹 Go to the laptop manufacturer's website, download the latest driver for your model, and install it manually.
It's important to note that if the adapter displays an error code (such as Code 10 or Code 43), this may indicate a resource conflict or physical failure. In this case, removing the device from the system and rebooting it often helps reset the controller. If the problem persists, try rolling back the driver to the previous version via the device properties in the "Driver" tab.
Configuring WLAN AutoConfig and System Settings
For detecting wireless networks in the operating system Windows 10 A specialized service is responsible. If it's stopped or its startup type is changed, the laptop will physically be unable to scan the air. To check, press the key combination Win + R, enter the command services.msc and press Enter. In the list of services, find "WLAN AutoConfig."
Make sure the startup type is set to "Automatic" and the service is running. If it's stopped, click "Start." Not running this service is a critical error that prevents you from connecting to Wi-Fi, even if the drivers are working properly. Sometimes antivirus software or third-party system optimizers can block this service from starting in an attempt to "speed up" your PC.
Additionally, it's worth checking your power settings. Windows 10 likes to save energy and can disable the Wi-Fi adapter when it thinks it's not in use, then "forget" to turn it back on. To fix this:
- Open Device Manager and find your Wi-Fi adapter.
- Go to the device properties and select the "Power Management" tab.
- Uncheck the box next to "Allow the computer to turn off this device to save power."
After making changes, be sure to reboot your system. This will allow the new power-saving settings to apply and services to start with the updated settings. Ignoring this step may result in the issue occurring intermittently.
☑️ Diagnostics of services and nutrition
Resetting network settings and command line
If manipulating drivers and services doesn't help, the system may have accumulated errors in the TCP/IP protocol stack or IP address conflicts. Windows 10 has a powerful built-in tool for resetting all network settings to factory defaults. This will delete all saved Wi-Fi passwords and VPN settings, but is often the only way to resolve complex software conflicts.
To perform a hard reset, go to the menu Start → Settings → Network & Internet → StatusAt the bottom of the page, find the "Network Reset" link and click "Reset Now." The system will warn you that the computer will restart in 5 minutes. This method is especially effective when the laptop sees networks but is unable to connect, or when the network list is empty due to a software glitch.
For a more thorough cleanup, you can use the command line. Launch Terminal as administrator and run the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Running these commands flushes the DNS cache, resets Winsock socket settings, and updates the IP configuration. After completing these steps, be sure to restart your laptop. If the laptop still can't see the network, the problem may lie deeper—in the router's settings or regional restrictions.
⚠️ Attention: After resetting your network, you'll need to re-enter passwords for all previously connected Wi-Fi networks. Make sure you remember your access keys or can view them on other connected devices.
Router band and channel compatibility issues
It often happens that a laptop is technically sound, the drivers are fine, but the list of networks is empty. This could be due to frequency band incompatibility. Older Wi-Fi adapters only work within the frequency range. 2.4 GHz and do not physically see the networks distributed in the range 5 GHzIf your router is configured to only operate on the 5 GHz band or combines networks under a single name (Smart Connect), your old laptop may become "lost."
The solution is to separate network names (SSIDs) for different frequencies in the router settings. Name the 2.4 GHz network, for example, MyWiFi_24, and the 5 GHz network is MyWiFi_5This will allow you to force older devices to connect to a compatible frequency. The channel number also plays an important role. In the 2.4 GHz band, channels 1 through 13 are active.
If your router is set to channel 14 (which is rare, but possible in some regions) or the automatic channel selection is set to a channel restricted in your region, your laptop may not display the network. This is especially true for devices imported from other countries (for example, the US, where channels 1-11 are permitted, but channels 12-13, which are popular in Europe and Russia, are prohibited).
| Parameter | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Range | Up to 50 meters (indoors) | Up to 20-30 meters |
| Penetration ability | High (better through walls) | Low (walls muffle the signal) |
| Transfer speed | Up to 150-300 Mbps | Up to 800+ Mbps |
| Compatibility | Works with all devices | Only with modern adapters |
It's recommended to set a static channel in your router settings (e.g., 1, 6, or 11 for 2.4 GHz) to avoid issues with automatic switching. This will stabilize the connection and help your laptop see the network reliably.
How do I know if my laptop supports 5GHz?
Open Device Manager, find your Wi-Fi adapter, and go to Properties → Advanced. Look for the "Band" or "Mode" line. If the value says 802.11ac or 802.11ax, it supports 5 GHz. If it only says 802.11n or 802.11g, it most likely only supports 2.4 GHz.
Regional settings and hidden networks
Another specific cause is a regional settings mismatch. In Windows 10, the Wi-Fi region may be set incorrectly, limiting the list of available channels. You can check and change this using the command line. Enter the command netsh wlan show countryto see the current region.
If the region is specified incorrectly (for example, it says US, but you are in Russia or Europe), change it using the command netsh wlan set countrycode=RU (or your country code), replacing RU to the desired ISO code. After changing the region, you must reboot the router so that it applies the new channel restrictions appropriate to your location.
Hidden networks are also worth mentioning. If your router is configured for "Hidden Network" (SSID), it won't broadcast its name. Your laptop won't see it in the general list until you manually enter the network name and security type. To connect, click "Hidden Network" in the list of available connections and enter the exact name (SSID) and password.
Some corporate or public networks use MAC address filtering. Even if your laptop sees the network, it may not attempt to connect or be rejected immediately. Make sure your MAC address isn't blocked in your router settings.
Frequently Asked Questions (FAQ)
Why does my phone see Wi-Fi but my laptop doesn't?
This indicates that the router is working properly and transmitting a signal. The problem is localized to the laptop: most likely, the Wi-Fi adapter driver is outdated, the power settings are incorrect, or the Windows region is incorrect. It's also possible that the laptop is too old and doesn't support the encryption standard or the frequency (5 GHz) the router operates on.
Can a virus block Wi-Fi network searches?
Yes, some types of malware can change network settings, block services, or modify the registry, causing the adapter to disappear. It is recommended to run a full system scan with an antivirus and a utility. Malwarebytes, if standard methods do not help.
What should I do if there is no Wi-Fi adapter in the Device Manager?
If the adapter isn't showing up even in the hidden devices, it may have come loose inside the case (a contact issue) or burned out. Try gently tapping the bottom of the laptop (near the antennas) or, if you're skilled, checking the card's connection inside. Connecting a USB Wi-Fi adapter may also help.
How to update a driver on a laptop without the internet?
Download the driver from the manufacturer's official website on another device (PC or smartphone), transfer the file to your laptop via USB flash drive or cable, and install it manually. Use the "Support" section on your laptop's brand website.