It's often a surprise when your laptop stops detecting available wireless networks, especially if you need to get some work done or finish an important call. Typically, the connection indicator in the lower right corner of the screen displays a globe or airplane with a line through it, signaling a lack of connections. This can happen suddenly after an operating system update, a power surge, or even for no apparent reason, simply while you're working.
In most cases, the problem lies not in a hardware failure, but in a software glitch or incorrect power saving settings. Wireless adapter It could simply go into deep sleep mode and not wake up correctly. Driver conflicts that occur after automatic installation of Windows updates are also often to blame.
Before taking your device to a service center, it's worth performing a self-diagnosis, which restores internet access in 90% of cases. Windows offers fairly flexible tools for managing network interfaces, but they don't always work automatically. We'll cover basic troubleshooting scenarios, from simple switches to registry edits.
Hardware power on and physical switches
The most common, yet often overlooked, cause is a physically disconnected module. Many modern laptops, especially gaming ones, still have dedicated keys or key combinations for quickly enabling and disabling wireless interfaces. If you accidentally press such a key, the system completely cuts off power to the module, and it disappears from the list of available devices.
Note the row of function keys F1-F12They often feature an antenna or airplane icon. Activating the function may require pressing the key simultaneously. Fn and the corresponding function button. For example, on models Asus this is often F2, and on Lenovo — F5 or a separate switch on the end of the case.
⚠️ Note: On some business models, the Wi-Fi switch is located on the side of the case and uses a sliding mechanism. Check all edges of the device, as it could have accidentally shifted when removing the laptop from its bag.
It's also worth checking if "Airplane Mode" is activated. In this mode, the operating system forcibly blocks all radios, including Bluetooth and Wi-Fi. You can disable it through the notification center or by pressing the corresponding button on your keyboard. If the indicator light is on but no networks are found, try rebooting the router, as the issue may be with the signal source.
Diagnostics via Device Manager
If the physical buttons are OK, the next step is to check the driver status in the system. device Manager — This is the main administrator tool that shows whether the operating system sees the network card at all. Open it by right-clicking the Start menu and selecting the appropriate option.
In the window that opens, find the "Network Adapters" section. If you see a device named Wireless, Wi-Fi or 802.11, then the module is detected. However, if there's a yellow triangle with an exclamation point next to it, this indicates a driver error or resource conflict. In this case, right-click the device and select "Enable" if it's disabled.
Often, simply reinstalling the driver without downloading any files from outside helps. The system will automatically try to find the default driver upon reboot. To do this:
- 🔌 Right-click on the adapter and select "Uninstall device".
- 🔄 Confirm the deletion, but do not check the box to delete driver programs if the system asks.
- 💻 Restart your laptop using the power button or through the Start menu.
- 🔍 After turning on, Windows will automatically attempt to initialize the device again.
If the list of network adapters doesn't show a wireless module at all, but only "Ethernet Controller" or "Bluetooth Device," the module may be faulty or have a loose connection inside the case. In rare cases, it may appear in the "Other Devices" section as unknown hardware.
Power and energy saving settings
One of the most insidious causes of Wi-Fi loss is an aggressive power-saving policy. The operating system, in an effort to extend battery life, can cut off power to the USB port or PCIe slot to which the module is connected, and then incorrectly restore it. This leads to adapter simply stops responding to system requests.
To eliminate this factor, you need to change the power management settings. Access the properties of your wireless adapter through Device Manager (double-click on its name). Go to the "Power Management" tab.
Here you'll see the option "Allow the computer to turn off this device to save power." Uncheck this option and click "OK." This will prevent the system from completely powering down the module, even if the laptop goes into sleep mode.
⚠️ Note: This tab may not appear on some laptop models. This is normal for new driver versions. Intel And Realtek, where control is transferred to the system. In this case, focus on the Windows power plan.
Also, check your overall power plan. Search for "Choose a power plan" and make sure it's set to "High Performance" or at least "Balanced." "Power Saver" mode may limit processor speed and peripheral performance, which can negatively impact the stability of your wireless connection.
Why does my laptop only see 2.4 GHz networks?
If your router broadcasts both 2.4 and 5 GHz networks under the same name, and your laptop is older, it may be stuck on the 2.4 GHz band. Try temporarily separating the network names (SSIDs) in your router settings by adding "_5G" to the second network name to force the device to connect to the faster band.
Windows Services and Network Settings
A special service in the operating system is responsible for detecting and connecting to wireless networks. If it is stopped or is running incorrectly, the list of networks will be empty, even if the driver is working properly. This service is called WlanSvc (WLAN AutoConfig Service).
To check, open the Run window using the keyboard shortcut Win + R and enter the command services.mscFind "WLAN AutoConfig Service" in the list. Make sure the startup type is set to "Automatic" and the status is "Running." If the service is stopped, click the "Start" button.
Additionally, it's worth resetting your network settings if there are any errors in the configuration. This can be done via the command line. Launch Terminal as administrator and run the following commands one by one:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running the last command, be sure to restart your computer. This will flush the DNS cache, reset the TCP/IP stack, and renew the IP address, which often resolves network visibility issues.
| Team | Function | Need to reboot |
|---|---|---|
netsh winsock reset |
Resetting the Winsock catalog | Yes |
netsh int ip reset |
Resetting the TCP/IP protocol | Yes |
ipconfig /flushdns |
Clearing the DNS cache | No |
ipconfig /renew |
Renewing IP address | No |
Driver problems and solutions
A driver is an intermediary between the hardware and the operating system. If the driver version is outdated or, conversely, was automatically updated by Windows to an incompatible version, the module may not function correctly. Users often encounter a situation where the manufacturer's Wi-Fi stops working after updating to Windows 10/11. Realtek or Qualcomm Atheros.
The best way to resolve this issue is to find the latest driver on the laptop manufacturer's official website, not on the chip manufacturer's website. Enter the exact device model (e.g., HP Pavilion 15-dk1000) to search for support. Download the Wireless LAN driver, even if it's from last year—it's guaranteed to be compatible with your motherboard.
If your laptop doesn't have internet access, use another computer or smartphone with USB modem support to download the file. After installing the driver, be sure to perform a full system reboot, not just wake from sleep mode.
- 📥 Download the driver installer from the official website.
- 🚫 Disconnect from the Internet before installation to prevent Windows from trying to find the driver itself.
- ⚙️ Run the installation as administrator.
- 🔌 After installation, disconnect all unnecessary USB devices and reboot.
⚠️ Caution: Avoid using driver packs or automatic driver updaters. They often install generic versions of software that may not work correctly with your laptop's specific antenna modules.
☑️ Driver Update Checklist
Specifics of Windows 10 and 11
In modern versions of the operating system, Microsoft has introduced a "Network Reset" feature, which is a nuclear weapon against network problems. It removes all installed network adapters and resets all network components to factory settings. This is especially relevant if you recently upgraded from Windows 10 to 11 or between major updates.
You can find this option by following this path: Settings → Network & Internet → Advanced network settings → Network resetAfter clicking "Reset Now," your computer will restart in 5 minutes. Please be aware that you will need to re-enter your Wi-Fi network password after this, as all saved profiles will be deleted.
There is also a hidden issue with the service in Windows 10/11 WlanSvc, depending on the region. If the region settings are set to the wrong country, some Wi-Fi channels may be blocked, and the laptop simply won't see the router operating on those frequencies. Check the settings in "Time & Language" → "Region."
Sometimes creating a new power profile or changing virtualization settings can help if you're using Android emulators that can hijack the network adapter. In such cases, disabling the hypervisor Hyper-V can restore network visibility.
Frequently Asked Questions (FAQ)
Why can my laptop see my neighbors' networks but not my router?
The problem is most likely with the channel or broadcast standard. Your router may be operating on a channel unsupported by your laptop driver (for example, channels 12-14 in some regions), or it may be using the Wi-Fi 6 (802.11ax) standard, which your old adapter doesn't support. Try rebooting the router or changing the broadcast channel in its settings to 1, 6, or 11.
Can a virus block Wi-Fi display?
Yes, some types of malware can modify registry settings or block network services to prevent internet access and antivirus database updates. Check your system with an antivirus program and run a scan. Dr.Web CureIt! or an analogue.
What should I do if the Wi-Fi icon in the tray has disappeared?
Click the up arrow in the system tray, then select "Configure." Find "Network" or "Network Indicator" in the list and enable it. If the icon isn't there, check whether Do Not Disturb or Focus Assist is enabled in Windows 11.
Will reinstalling Windows help if Wi-Fi is not visible?
Reinstalling the OS will only help if the problem is software-related (damaged system files). If the module is physically damaged or the antenna cable inside the case is loose, reinstalling the OS will not help. First, try booting from a Live USB with a different operating system (such as Linux) to test.
How to check if the Wi-Fi module is burned out?
If there are no unknown devices in Device Manager, but there's no Wi-Fi adapter either, and resetting the BIOS doesn't help, there's a high probability of a hardware problem. An external USB Wi-Fi adapter is a great temporary solution to test this hypothesis.