Having your laptop suddenly stop detecting available Wi-Fi networks can be frustrating for anyone. Just yesterday, you were browsing the internet without a problem, but today the wireless icon has disappeared or shows an empty list of available connections. This is a common problem that can be caused by either a software glitch or physical hardware damage.
Before panicking and taking your device to a service center, it's important to run a preliminary diagnostic. In most cases, the problem lies in the operating system settings or drivers that may have crashed after a recent Windows update. Sometimes the culprit is the router itself, which has simply frozen and requires a reboot.
In this article, we'll take a detailed look at all the possible reasons why your laptop isn't detecting Wi-Fi and offer step-by-step solutions. We'll cover everything from simple steps like pressing a button on the case to more complex registry and device manager manipulations. Follow the instructions step by step to avoid missing any important details.
Primary diagnostics and equipment testing
The first step is to rule out simple mechanical causes for the lack of connection. Users often accidentally trip the wireless module switch or press a key combination that completely disables the adapter. Check the laptop case: on some models Asus, HP or Lenovo There is a physical slider on the end that switches the Wi-Fi module to "Off" mode.
Also, pay attention to the keyboard. One of the function keys (usually F2, F5, or F12) has an antenna icon. Pressing this key (sometimes in combination with the Fn key) enables or disables wireless connectivity. If the indicator light is orange or red, the module is disabled.
Don't forget about the router's status either. If your laptop can't see any network, even your neighbors', the problem may be with the access point, not the laptop. Try connecting your phone or tablet to the Wi-Fi. If other devices also can't see the network, the problem lies with your ISP or router.
⚠️ Attention: If the Wi-Fi indicator on your keyboard is red or orange, and toggling the Wi-Fi key doesn't help, the wireless module may be disabled in the BIOS. Check your BIOS settings in the Wireless or Network section.
Checking adapter settings in Windows
If the physical buttons are working properly, we move on to the software. The Windows operating system sometimes automatically disables the network adapter to save power or due to a service conflict. You need to ensure that the adapter is enabled in the system. To do this, right-click the network icon in the system tray and select "Network and Internet settings."
In the window that opens, find "Change adapter settings" or go to "Control Panel" -> "Network and Internet" -> "Network and Sharing Center." Here you'll see a list of all network connections. If the "Wireless Network" icon is grayed out and labeled "Disabled," the system sees the device but isn't using it.
To fix this, right-click the icon and select "Enable." If the wireless network icon isn't listed at all, this may indicate a more serious driver or hardware issue. In some cases, resetting the network settings via the command line can help.
- 📡 Click
Win + R, enterncpa.cpland press Enter to quickly access adapters. - 🔄 If the adapter is enabled, try selecting "Diagnostics" from the context menu to automatically scan for problems.
- ⚙️ Make sure that the adapter properties (IP protocol version 4) are set to obtain an IP address automatically.
☑️ Checking the adapter
Working with wireless adapter drivers
The most common reason a laptop stops detecting Wi-Fi networks is incorrect driver functionality. This can occur after a Windows update, installing new software, or a virus attack. A driver is the intermediary between the hardware and the operating system, and without it working properly, the adapter won't be able to scan the air.
To check, open the Device Manager. You can do this by right-clicking the Start button and selecting the appropriate item from the menu. Find the "Network Adapters" section and expand it. Here you should see the name of your wireless device, usually containing the words Wireless, Wi-Fi, 802.11 or brands Intel, Realtek, Qualcomm.
If a device has a yellow exclamation point or a downward-facing arrow next to it, the driver is malfunctioning or the device is disabled. In this case, you need to update or reinstall the driver. It's best to download the latest version from the laptop manufacturer's official website, as standard Windows drivers may not work correctly.
If the wireless device is not present in the list of network adapters at all, and it is not even displayed in the hidden devices, this may indicate a physical malfunction of the module or its complete disabling in the BIOS.
What to do if the driver is not installed?
If an error occurs during driver installation, first try completely removing the old device from the Device Manager (right click -> Uninstall device), then restart the laptop and try to install the driver again.
⚠️ Attention: Avoid using driver auto-installers from unknown websites. They may install a generic but unstable driver that will cause constant connection interruptions.
Windows Services and Power Settings
A special system service in Windows is responsible for detecting and connecting to wireless networks. If it's stopped or malfunctioning, the laptop will simply stop responding to Wi-Fi signals. Checking this service is a mandatory diagnostic step.
Click Win + R, enter the command services.msc and find the "WLAN AutoConfig" service in the list. Make sure its startup type is set to "Automatic" and its status is "Running." If the service is stopped, start it manually.
Another important aspect is power settings. Windows may disable the USB root or network adapter to save battery power, causing the device to not wake up correctly. In Device Manager, open the properties of your Wi-Fi adapter, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."
| Parameter | Recommended value | Where to check |
|---|---|---|
| WLAN AutoConfig Service | Automatically / Running | services.msc |
| Power saving mode | Max. productivity | Control Panel / Power Supply |
| device Manager | No errors or warnings | devmgmt.msc |
| Network reset | Completed | Settings / Network |
Problems with the router frequency range and channel
Sometimes a laptop is technically functional, but it can't see your network due to incompatible router settings. Modern routers operate in two bands: 2.4 GHz and 5 GHz. Older laptops or adapters may not support the 5 GHz band, making the 5 GHz network invisible to them.
Another common cause is channel selection. There are only 13 channels in the 2.4 GHz band, and if neighboring routers operate on the same frequencies, interference occurs. Some adapters don't respond well to the router's automatic channel selection. Try accessing your router's settings (usually at 192.168.0.1 or 192.168.1.1) and manually changing the channel to 1, 6, or 11.
It's also worth checking the wireless network standard (Wireless Mode). If the router is set to wireless mode only 802.11ac or ax (Wi-Fi 6), and your laptop only supports 802.11n, it won't see the network. Set the mode to Mixed, for example 802.11 b/g/n or 802.11 a/n/ac.
- 📶 Make sure your laptop supports 5 GHz if your router only broadcasts in this range.
- 🔄 Change the broadcast channel in your router settings to a less busy one (1, 6, or 11).
- 🌐 Check if the network is hidden (SSID Broadcast is disabled). In this case, you'll need to add the network manually.
Resetting network settings and command line
If the previous methods don't help, you can try a full reset of your network settings. This will return all TCP/IP and DNS settings to factory defaults, removing any conflicts or invalid entries. This is a drastic, but often effective, method.
Launch Command Prompt as administrator. To do this, type "cmd" in Windows Search, right-click "Command Prompt," and select "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
After running all the commands, be sure to restart your computer. Windows 10 and 11 also have a built-in "Network Reset" feature that does the same thing in the graphical interface. You can find it in Settings -> Network & Internet -> Status -> Network Reset.
⚠️ Attention: After resetting your network settings, you may need to re-enter your Wi-Fi password because your saved network profiles will be deleted.
What should I do if CMD commands give an error?
If you receive an access denied message when entering commands, make sure you're running the command prompt as Administrator. Without these privileges, the reset is impossible.
Physical damage and module replacement
Once software solutions have been exhausted, the possibility of physical failure remains. The Wi-Fi module in a laptop is a small circuit board connected via antenna wires. Over time, the contacts can oxidize, the antenna wire can become loose, or the module itself can fail due to a power surge or overheating.
If a device with error code 10, 28, or 43 appears in Device Manager, and reinstalling the drivers doesn't help, there's likely a hardware issue. Another sign of trouble might be the complete absence of any wireless devices in the system, even after resetting the BIOS.
In such cases, replacing the Wi-Fi module helps. Fortunately, in most laptops these are standard Wi-Fi cards. Mini PCIe or M.2, which are inexpensive and easy to replace. If you're unsure, it's best to take it to a service center for diagnostics.
- 🔌 Check the connection of the antenna wires to the module (black and white wires).
- 💻 Try removing the module, cleaning the contacts with an eraser, and installing it back.
- 🛒 Consider purchasing an external USB Wi-Fi adapter as a quick solution to the problem.
Why does my laptop see other Wi-Fi networks but not mine?
Most likely, the problem lies with your router settings: a hidden SSID, an unsupported encryption standard, or the router is operating on a channel that your adapter can't handle. Also, check the MAC address filter on your router.
Can a virus disable Wi-Fi on a laptop?
Yes, some malware blocks network services or changes DNS and proxy settings, making it impossible to connect to the internet or search for networks.
How to check if the Wi-Fi module is burned out?
If an "Unknown device" error code appears in Device Manager, or the module disappears from the list after resetting the BIOS and reinstalling the OS, there is a high probability of physical damage.
Will an external USB Wi-Fi adapter help if the built-in one doesn't work?
Yes, this is a great temporary or permanent solution. The external adapter takes care of all the work, bypassing the faulty built-in module.