My laptop stopped detecting Wi-Fi: causes and solutions

Many users are familiar with the situation when a laptop suddenly stops detecting wireless networks. Just yesterday, the device was connecting to the internet without any problems, but today the Wi-Fi icon has disappeared or the list of available networks is empty. This causes panic, especially if you urgently need to send an important file or connect to a video conference. More often than not, the problem stems not from hardware failure, but from a software glitch or an accidental settings change.

The first thing to do is not panic and perform an initial visual inspection. Make sure the wireless module off indicator on the laptop hasn't lit up, or that you haven't accidentally pressed the key combination to enter Airplane Mode. Modern operating systems, such as Windows 10 or Windows 11, often update drivers themselves, which can lead to version conflicts and temporary inoperability of the adapter.

In this article, we'll take a detailed look at the main reasons why your laptop isn't searching for Wi-Fi and offer step-by-step solutions. We'll cover both operating system software settings and possible hardware issues. Understanding the nature of the problem will help you quickly restore network access without calling a service center.

Checking the activation of the wireless module

The most common, but often overlooked, reason is a physical or software disconnection of the module. On many laptop models, especially business-class ones, Lenovo ThinkPad or HP ProBookThere's a separate slider on the end of the case or a dedicated function key. If the module is disabled at the hardware level, the operating system may not even display the device in the Task Manager.

Pay attention to the keyboard. Look for an antenna or airplane icon among the keys. F1-F12. Pressing this key (sometimes in combination with Fn) switches the module's state. If the laptop is unresponsive, the function keys may be blocked in the BIOS, or a proprietary management utility may be installed that is taking over control.

⚠️ Note: If the Wi-Fi icon appears after turning on the module, but no networks are found, the problem may be in the power saving settings, and not in the switch itself.

It's also worth checking the settings in the operating system itself. In Windows 10 and 11, network interface management is located in the notification center. Click the network icon in the system tray and make sure the Wi-Fi button isn't grayed out or off. Sometimes the system "forgets" previously enabled airplane mode, blocking all radios.

For a more in-depth check, you can use the command line. Launch Terminal as administrator and enter the command netsh wlan show interfacesIf the response shows "Interface not found" or the list is empty, the system either doesn't physically detect the adapter or the driver is completely missing.

📊 How exactly did your device's Wi-Fi disappear?
The tray icon has disappeared.
There is an icon, but there are no networks.
It says "No connections available"
Doesn't respond at all when turned on.

Diagnosing wireless adapter drivers

The most common technical reason for a lack of Wi-Fi is a faulty driver. This is the software that allows the operating system to communicate with the hardware. The driver could have crashed after a Windows update, been damaged by a virus, or conflicted with other software. Always start checking in Device Manager.

Right-click on the Start button and select device Manager. Find the section Network adaptersIf you see a device named Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm Atheros, then the adapter is detected. If there's a yellow exclamation mark or an arrow next to it (the device is disabled), that's where the problem lies.

  • 🔴 Yellow triangle: The driver is malfunctioning or unsuitable. Reinstallation required.
  • 🔵 Blue arrow: The device is disabled by software. Right-click and select "Enable."
  • ⚪ Unknown device: The driver is completely missing, the system only sees the presence of some component.

If the adapter isn't listed at all, try clicking "Action" → "Scan for hardware configuration" in the Device Manager menu. This sometimes forces the system to re-scan the PCIe or USB buses to which the module is connected. If the adapter still doesn't appear, a connection inside the laptop may have come loose or the module may be burned out.

What to do if the driver is not found automatically?

Windows often can't find the driver without an internet connection. In this case, download the driver from the Wi-Fi adapter on another device (phone or PC) and transfer the file via USB cable. Search for the driver by the exact hardware ID, which can be found in the unknown device's properties on the "Details" tab.

The best solution is to completely reinstall the driver. Don't rely on Windows' automatic search. Visit your laptop manufacturer's official website (for example, Asus, Acer, Dell), find your model in the support section and download the WLAN driver specifically for your OS version. Uninstall the old driver through Device Manager (right-click → Uninstall device, then check "Delete driver software"), reboot, and install the new file.

Windows Services and System Settings

A special system service in Windows is responsible for searching for and connecting to wireless networks. If this service is stopped or its startup type is changed, the laptop will stop searching for networks, even if the driver is working properly. This is a common issue after optimizing the system with third-party "accelerator" programs.

To check, click Win + R, enter services.msc and press Enter. Find the service in the list. WLAN AutoConfig (in some versions Wireless Zero Configuration). Double-click it. Make sure the Startup Type is "Automatic" and the Status is "Running." If the service is stopped, click the "Start" button.

Parameter Normal value Problematic meaning Action
Service name WLAN AutoConfig Disabled Turn on
Launch type Automatically Manual / Disabled Change to Auto
State In progress Stopped Launch
Dependencies NDIS, Extensible Dependency error Check related services

Another important aspect is power settings. Windows may disable the adapter to save power, after which it is unable to wake it up. In Device Manager, find your Wi-Fi adapter, go to Properties → tab Power managementUncheck the box next to "Allow the computer to turn off this device to save power."

Problems with the router and frequency range

Sometimes a laptop is working properly, but it can't see the network due to the router's settings. This is especially true for older laptop models, manufactured before 2013-2015. They may not support the standard. 802.11ac or frequency 5 GHzIf the router is configured to operate only in the 5 GHz band, an old laptop simply won't hear the network.

Check your router settings via the web interface (usually the address 192.168.0.1 or 192.168.1.1). Make sure the SSID (network name) isn't hidden. If "Hide SSID" is enabled, your laptop won't display the network in the general list; you'll need to add it manually via "Hidden Network." Also, check your router's region settings: some models limit the number of channels based on the selected country.

⚠️ Please note: Router interfaces are constantly updated by manufacturers. The location of frequency range (2.4 GHz / 5 GHz) and channel settings may vary. Please check the manufacturer's official website for the latest instructions for your router model.

Try changing the broadcast channel. If neighboring routers are clogging the airwaves, your laptop may lose signal or be unable to see the network due to interference. Change the channel in your router settings from "Auto" to a fixed channel (e.g., 1, 6, or 11 for the 2.4 GHz band). This often resolves the issue of unstable network detection.

☑️ Router diagnostics

Completed: 0 / 4

Resetting network settings and command line

If driver manipulation doesn't help, try a full reset of the Windows network stacks. Accumulated DNS cache errors, incorrect TCP/IP settings, or IP address conflicts can block the adapter. Windows 10 and 11 have a built-in full reset feature.

Go to Settings → Network & Internet → Advanced network settings (or "Network Reset" at the bottom of the page). Click the button Reset nowThe computer will warn you that it will restart in 5 minutes. This action will delete all saved Wi-Fi passwords and restore network settings to factory defaults.

For more advanced users, a reset via the command line is effective. Open CMD as administrator and run the following commands in sequence:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After executing the commands, be sure to restart your laptop. Command netsh winsock reset Reinstalls the Winsock socket directory, which often solves problems when the adapter is present but no networks are searched for. The command flushdns Clears the DNS cache, which is useful if the Internet is available but the pages are not loading.

Wi-Fi module hardware failure

If none of the software solutions help, there's a high probability of physical damage. In laptops, the Wi-Fi module is a small board that connects to the motherboard via a Mini-PCIe or M.2 slot. Over time, the contact may oxidize, or the module may become loose due to vibration during transportation.

Symptoms of a hardware problem:

  • 🔥 The adapter appears and disappears from the Device Manager.
  • 📉 The signal is very weak even a meter from the router.
  • ❌ Complete absence of wireless adapters in the system (only Ethernet).

In some cases, carefully disassembling the laptop, removing the module, and cleaning the contacts with an eraser or alcohol can help. However, if the module has burned out (often after a thunderstorm or power surge, if the router and laptop were connected by a cable, although Wi-Fi isn't the culprit, but static could have caused a shock), it will need to be replaced. Fortunately, universal modules Intel Dual Band or Realtek are inexpensive.

As a temporary solution, if you urgently need Wi-Fi and don't have time to take your laptop in for repair, you can use a USB Wi-Fi adapter. This is a small dongle that plugs into a USB port. It takes over the wireless connection, bypassing the built-in, faulty module. For Windows 10/11, most of these adapters work out of the box, without installing drivers.

Why does my laptop see my neighbors' networks but not mine?

Most likely, your router is operating on a channel that your laptop adapter doesn't support (for example, channels 12-14 in the 2.4 GHz band, which aren't allowed in all countries), or the SSID is hidden. Try changing the router's channel to 1-11.

Will a system reset help if Wi-Fi is lost?

Yes, if the problem occurred immediately after installing a Windows update or a new driver. Rolling back to a restore point created before the problem occurred often restores the adapter's functionality.

Can a virus disable Wi-Fi?

Yes, some malware blocks network services or changes registry settings to prevent internet access and antivirus updates. Scanning your system with an antivirus scanner is essential.