When your laptop suddenly loses Wi-Fi connectivity, it can catch you off guard at the most inopportune moment. You open the device's lid, expecting the usual list of available connections, but instead you see a globe with a red X, or no wireless network icon at all. This is a common problem, most often caused by software conflicts or temporary operating system glitches, rather than a physical failure of an expensive module.
There's no need to panic right away, as in most cases you can restore the connection yourself without contacting a service center. Modern operating systems, such as Windows 10 And Windows 11, have powerful built-in diagnostic tools that often automatically detect and fix minor errors. However, if automatic tools fail, manual intervention in the network adapter or driver settings will be required.
In this article, we'll cover everything from simple reboots to complex registry and BIOS manipulations. You'll learn how to check the WLAN service status, update the adapter firmware, and reset network settings to factory defaults. Follow the instructions carefullyto get the laptop back online.
Initial diagnosis and quick solutions
Before delving into complex settings, it's important to rule out simple causes of signal loss. A simple reboot of the router or laptop itself can often resolve the issue, as errors can accumulate in the network adapter cache over extended periods of use, blocking the connection. It's also worth checking the physical condition of the device: are the keys wet or has it been dropped recently, which could have dislodged the antenna cable inside the case.
Pay attention to the Wi-Fi indicators on the keyboard. On many laptop models, for example, ASUS, Lenovo or HP, there is a special function key (often F2, F12, or a separate button with an image of an antenna) that software-based disables the wireless module. Accidental pressing of the combination Fn + Wi-Fi key could block the signal reception and the system will claim that there are no wireless connections.
Check if other devices can see your home network. If your smartphone, tablet, or TV connects to the internet without issue, the problem is localized to your laptop. If the network connection is lost everywhere, there may be a problem with your router or ISP, and you'll need to troubleshoot the issue with your service provider's equipment.
⚠️ Important: If after all these steps your laptop still doesn't see any networks, try connecting it to the router via a LAN cable. If the wired internet works, the network card is working properly, and the issue is with the Wi-Fi module or its settings.
There's a simple way to quickly check the adapter's status through Device Manager. Right-click the Start button and select the appropriate item. In the list, find the "Network adapters" section. If you see a device named Wireless, Wi-Fi or 802.11, which means the system at least recognizes the hardware. A yellow exclamation point next to the name indicates a driver issue.
Checking drivers and updating adapter software
The most common cause of Wi-Fi loss is incorrect driver functionality. This is the software that allows the operating system to communicate with the physical network module. Drivers may become corrupted after a Windows update, installing a new antivirus, or a software conflict. In this case, you need to reinstall or update the adapter software.
Go to "Device Manager" through the Control Panel or by command devmgmt.mscFind your wireless adapter in the list. If it shows up as "Unknown Device" or has an error, try right-clicking it and selecting "Uninstall Device." Don't worry, after rebooting, the system will attempt to automatically install the default driver, which often resolves the issue.
If automatic installation doesn't work, you'll need to download the latest driver manually. To do this, you'll need another device with internet access or a cable connection to your laptop. Find your laptop model on the manufacturer's official website (e.g., Dell Support or Lenovo Drivers) and download the WLAN driver for your OS version. Manual installation is often more effective than automatic updates via Windows Update.
- 🔄 Open Device Manager and find the network adapters section.
- 🗑️ Uninstall your current wireless driver by checking the box to remove software.
- 🔌 Restart your laptop and wait for the system to automatically install the driver.
- 📥 If that doesn't help, download the driver from the manufacturer's website and install it manually.
It's also important to check the adapter's power settings. Windows may turn off the device to save power, after which it stops responding to power-on commands. In the driver properties in Device Manager, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device."
Configuring Windows services and network settings
A special service is responsible for the operation of wireless networks in the Windows operating system. WLAN AutoConfigIf this service is stopped or its startup type is changed to "Disabled," the laptop will physically be unable to search for and connect to Wi-Fi networks. Checking the status of this service is a mandatory diagnostic step.
To check, click Win + R, enter the command services.msc and press Enter. In the list that opens, find the service "WLAN AutoConfig Service" (or WLAN AutoConfig). Double-click it to open its properties. Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click the "Start" button.
Another effective method is a complete reset of network settings. This will return all TCP/IP, DNS, and network cache settings to factory defaults. This is especially useful if the system has accumulated conflicting entries or static IP addresses have changed, preventing connection.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands must be entered from a command prompt running as administrator. After executing the commands, be sure to restart your computer. Resetting the TCP/IP stack often resolves errors that aren't apparent during a cursory analysis.
☑️ Windows service diagnostics
Problems with the router frequency range and channel
Sometimes a laptop stops detecting Wi-Fi due to frequency band incompatibility. Older network cards may only operate in the 2.4 GHz band and not recognize the 5 GHz networks that providers are now actively deploying. Conversely, newer laptops may ignore 2.4 GHz networks if the router settings only enable this mode, and the driver requires 5 GHz for stable operation (although this is rare).
The channel your router operates on also plays a crucial role. In apartment buildings, the airwaves are often clogged with signals from neighboring routers. If your router uses a channel that's heavily polluted or isn't supported by the region set in your laptop's driver, your network may become invisible. For example, some countries restrict certain channels in the 5 GHz band.
| Parameter | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Range of action | Tall, breaks through walls | Low, sensitive to obstacles |
| Transfer speed | Below, up to 300-450 Mbps | High, up to 1000+ Mbps |
| Workload | Very high (many neighbors) | Low (cleaner ether) |
| Compatibility | Works on all devices | Requires 802.11ac/ax support |
Try accessing your router settings (usually via 192.168.0.1 or 192.168.1.1) and changing the broadcast channel to 1, 6, or 11 for the 2.4 GHz band. For the 5 GHz band, select a channel in the lower end of the spectrum (36-48), as these are the most versatile. Also, make sure the channel width is not set to "Auto" but rather fixed (e.g., 20 MHz for 2.4 GHz for better stability).
⚠️ Note: Router interfaces are constantly being updated. Menu item names may differ from those described. If you are unsure of the channel settings, it's best to use the "Auto" function or consult the manual for your router model.
Network settings failure and factory reset
If software methods don't help, the system may have accumulated critical configuration errors. Windows 10 and 11 offer a full network reset feature. This will delete all saved Wi-Fi passwords, VPN settings, and virtual adapters, returning the system to its default state.
To perform a reset, go to "Settings" (keys Win + I), then select "Network & Internet." Scroll down to "Advanced network settings" or find "Network reset." Click "Reset now" and confirm. The computer will restart in 5 minutes.
This method is effective when your laptop sees networks but can't connect, or when the network list is empty due to software blocking. After resetting, you'll need to re-enter your home Wi-Fi password. Make sure you remember it or write it down on a sticker on the router.
- 💻 Click Start and select the "Settings" gear icon.
- 🌐 Go to "Network and Internet" -> "Status".
- 🔄 Find the "Network reset" link at the bottom of the window.
- ✅ Click "Reset now" and wait for the reboot.
After rebooting, the system will reinstall the network adapters. If the issue was due to corrupted system configuration files, this step should resolve it. If the laptop still doesn't detect Wi-Fi, the problem may be deeper.
What to do if resetting the network didn't help?
If even a hard reset doesn't restore Wi-Fi, try creating a new hotspot from your phone (sharing your mobile internet). If the laptop sees your phone's network, the module is working properly, and the issue lies with your router's compatibility (WPA3 encryption, channels). If it doesn't see anything, there's likely a hardware problem.
Hardware faults and BIOS
Once software methods have been exhausted, it's time to look at the hardware. The Wi-Fi module may be disabled at the BIOS/UEFI level. This can happen after a BIOS reset, a motherboard firmware update, or a power surge. In the Basic Input/Output System settings, find the section related to peripherals (Onboard Devices, Advanced) and ensure that the item is enabled. Wireless LAN or Wi-Fi Controller has status Enabled.
Physical damage to the antenna or the module itself is also possible. The antenna wires inside the laptop are thin and can become detached from the module contacts if dropped or when actively cleaning it from dust. If you've recently disassembled the laptop, check the antenna connector connections (usually black and white wires that snap into place with a soft click).
An external USB Wi-Fi adapter can be a great temporary solution or even a permanent replacement for the built-in module. These compact adapters support modern speed standards and are often more stable than built-in solutions, especially if the built-in module fails. This is a cheap way to restore a laptop without soldering.
⚠️ Caution: Opening your laptop may void your warranty. If your device is under warranty, do not attempt to disassemble it yourself to check the antennas. Contact an authorized service center.
Hardware diagnostics also include checking Device Manager for error codes. Code 10 ("The device cannot start") or code 43 ("Windows has stopped this device") often indicate a physical malfunction of the module or its permanent failure. In such cases, only replacement of the module can resolve the issue.
Why does my laptop see other networks but not mine?
The problem is most likely with the channel or encryption standard. Your router may be broadcasting on a channel unsupported by your laptop's region, or it may be using the WPA3 security standard, which your old adapter doesn't support. Try changing your router settings to WPA2 and channels 1-11.
Can a virus disable Wi-Fi?
Yes, some malware blocks network connections to prevent reports or antivirus updates. Scan your system with Malwarebytes or Dr.Web CureIt, and also check your hosts file and proxy server settings.
How do I know if my laptop supports 5GHz?
Open command prompt and type netsh wlan show driversFind the line "Supported Radio Types." If it says 802.11ac or 802.11ax, it supports 5 GHz. If it only says 802.11b/g/n, it most likely only supports 2.4 GHz.
What is error code 10 in device manager?
Code 10 means the device cannot start. This often occurs due to a driver conflict or a hardware failure. Completely uninstalling the driver and rebooting the device, or, in the worst case, replacing the Wi-Fi module, can help.