Many users are familiar with the situation when a laptop suddenly stops detecting a wireless network or can't connect to it. This usually happens at the most inopportune moment, when you urgently need to send a file or continue an online meeting. Initial panic often leads people to take unnecessary actions, such as endlessly rebooting the router, although the problem could be rooted in a software glitch in the operating system.
Before moving on to complex troubleshooting, it's important to perform basic diagnostics. Often, the cause is something as simple as a disabled adapter in the operating system itself or a malfunction in the Windows network service. It's important to understand that the problem could be on either the device or the router, so a methodical approach will save time.
In this article, we'll walk you through a procedure that applies to most modern laptops running Windows 10 and Windows 11. We'll cover software settings, driver testing, and physical connection aspects so you can troubleshoot the problem yourself without calling a technician.
Primary diagnostics and indicator testing
The very first step is a visual assessment of the hardware's condition. Look at the taskbar in the lower right corner of the screen: if you see a globe icon with a red cross or a yellow triangle, this indicates a lack of connection or internet access issues. If the Wi-Fi icon is missing altogether, the wireless module may be disabled, either physically or through software.
Many modern laptop models, such as Lenovo IdeaPad or HP Pavilion, have a special function key or switch on the body to control wireless modules. Accidental pressing of the combination Fn + F2 (or another key with an antenna) could block the adapter. Make sure airplane mode is not activated, as it forcibly disables all radio modules.
⚠️ Note: On some gaming laptop models, Wi-Fi control may be located in a separate proprietary application, for example, Alienware Command Center or MSI Dragon CenterCheck the settings inside these ulitsa before looking for hardware switches.
If the indicators are lit but there's no connection, try disconnecting from the network and reconnecting, first selecting the "Forget Network" option. This will delete the saved profile, which may contain configuration errors. Sometimes the system attempts to use old security settings that have already been changed on the router.
Checking the status of the network adapter
If the external switches are working properly, you'll need to delve deeper into your operating system settings. It's often the case that a device driver isn't working correctly, or the adapter has entered power-saving mode and can't exit. First, open Device Manager and check the hardware status.
Press the key combination Win + R, enter the command devmgmt.msc and press Enter. In the window that opens, find the "Network Adapters" section. If you see a device with a yellow exclamation point or a name with the prefix "Unknown Device," the driver is corrupted or missing. In this case, you'll need to reinstall it.
- 🔍 Right-click on the adapter and select "Properties".
- 🔍 Go to the "Driver" tab and try clicking "Roll Back Driver" if the problem appeared after an update.
- 🔍 On the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."
It's also worth checking whether the adapter itself is enabled in the list of network connections. To do this, click Win + R, enter ncpa.cpl and find the "Wireless Network" icon. If it's grayed out, right-click it and select "Enable." The absence of this icon means the system doesn't physically detect the device.
Resetting network settings and command line
When simple methods fail, it's worth resorting to more drastic measures like clearing network caches and resetting the TCP/IP stack. Accumulated network configuration errors can block normal connections even with functioning hardware. The command line provides powerful tools for troubleshooting such issues.
Run the Command Prompt as administrator. To do this, enter the following in the Windows search. cmd, right-click "Command Prompt" and select the appropriate option. Enter the following commands in sequence, 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. This will reset your socket settings, renew your IP address, and flush your DNS cache. In most cases, this resolves the "Unable to connect to this network" error or issues with indefinitely obtaining an IP address.
Windows 10 and 11 also have a built-in network reset feature. It's located in Settings -> Network & Internet -> Advanced network settings -> Network reset. This option will delete all saved Wi-Fi networks and restore network components to factory defaults.
Updating and reinstalling drivers
A driver is an intermediary between the operating system and the hardware. If it's outdated or contains bugs, stable operation is impossible. Automatic updates through Windows Device Manager often fail to find the latest versions, so it's best to use official sources.
Go to your laptop manufacturer's website (for example, ASUS, Dell, Acer) and find the support page for your model using the serial number. Download the WLAN (Wireless LAN) driver specifically for your operating system version. Installing a driver from another chip manufacturer (e.g., Intel or Realtek) directly is also possible, but requires precise knowledge of the adapter model.
| Driver type | Source | Recommendation |
|---|---|---|
| System (Microsoft) | Windows Update | Basic functionality, may not work quickly |
| OEM (from the laptop's website) | Laptop manufacturer's website | Optimal option, tested for compatibility |
| Reference | Intel/Realtek/MediaTek website | Latest version, but there may be some settings conflicts |
When installing a new driver, it's recommended to completely uninstall the old one first. In Device Manager, select the adapter, click "Uninstall device," and check "Delete the driver software for this device." Only then install the latest version.
What to do if the driver is not installed?
If the installation is interrupted or returns an error, try running the installer in compatibility mode with the previous version of Windows or temporarily disable your antivirus software, which may be blocking changes to system files.
Router-side issues and frequency ranges
Sometimes a laptop is working properly but can't communicate with the router. This often happens when using older encryption standards or incompatible frequency bands. Modern routers operate in both the 2.4 GHz and 5 GHz bands, and not all laptops support both.
Check your wireless security settings in your router's interface. If you're using an outdated protocol, WEP or mixed mode WPA/WPA2, some new adapters may refuse to connect. It is recommended to install a clean one. WPA2-Personal (AES) or WPA3, if the devices support it.
- 📡 Make sure your Wi-Fi channel isn't overloaded by neighboring networks (the Wi-Fi Analyzer app will help).
- 📡 Try separating the 2.4 GHz and 5 GHz networks on your router by giving them different names (SSIDs).
- 📡 Check the MAC address filter on your router: your laptop may be blacklisted.
- 📡 Make sure your router's "Hide SSID" feature is not enabled if you are trying to connect manually.
⚠️ Note: Router interfaces are constantly being updated. The location of encryption and channel settings may vary depending on the firmware (Keenetic, TP-Link, MikroTik). Always consult the official documentation for your router model.
It's also worth paying attention to signal strength. If the laptop is far from the router or there are many concrete walls between them, the connection may be interrupted while acquiring an IP address. In such cases, using a repeater or switching to the 2.4 GHz band, which penetrates obstacles better, can help.
☑️ Router diagnostics
WLAN AutoConfig service and system files
A special service in Windows is responsible for connecting to wireless networks. If it's stopped or malfunctioning, the Wi-Fi icon may disappear, and the system won't scan for networks. This is a common problem after installing system optimizers or viruses.
Open services by typing services.msc In the Run window, find "WLAN AutoConfig" in the list. Make sure the startup type is set to "Automatic" and the service status is "Running." If it is stopped, click "Start."
If the service fails to start or stops immediately, Windows system files may be corrupted. Use the built-in utility to check them. sfcOpen Command Prompt as administrator and enter the command:
sfc /scannow
The scanning process may take 10-15 minutes. The utility will attempt to automatically find and replace corrupted files with original copies from the system storage. After the scan is complete, be sure to restart your laptop.
Wi-Fi module hardware failure
If all software solutions have been exhausted, drivers have been reinstalled, and services are running, but the laptop still can't connect to any networks, there's a high probability of a hardware failure. The Wi-Fi module could be faulty, the antenna contact could be loose, or the chip on the motherboard could be fried.
In modern ultrabooks, the module is often soldered onto the board, and replacing it requires soldering skills and equipment at a service center. Larger laptops use a removable module. M.2 or Mini PCIe, which can be replaced independently by opening the back cover.
Signs of a hardware problem:
- ❌ In Device Manager, the device is displayed with error code 10, 28, or 43.
- ❌ The laptop does not see any network, even open ones, when located near the router.
- ❌ After reinstalling the operating system, the problem persists.
- ❌ The laptop gets very hot in the keyboard area near the antennas.
As a temporary solution, you can use an external USB Wi-Fi adapter. This compact device plugs into a USB port and takes over the functions of the wireless module. It's cheaper and faster than repairing the built-in hardware.
Why does my laptop connect to Wi-Fi but there is no internet?
Most often, this is a DNS issue or an incorrectly assigned IP address. Try assigning a static IP or changing your DNS to 8.8.8.8. Also, check if your provider's payment has expired or if you need to re-authorize on the service provider's portal.
Can a virus block Wi-Fi?
Yes, some malware can change network card or proxy server settings or block access to system services. We recommend running a full system scan using an antivirus and the Malwarebytes utility.
How to check Wi-Fi signal strength?
In Windows, click Win + R, enter cmd, then the command netsh wlan show interfacesThe "Signal" line will show the signal strength percentage. Values below 40-50% are considered low and may cause interruptions.
What should I do if only completely removing the driver helps?
This indicates a version conflict or registry corruption. Try using the Driver Store Explorer utility to completely clear old driver versions before installing the new one. Also, check the Windows event log for errors related to the network adapter.
Does antivirus software affect Wi-Fi connection?
Yes, third-party antiviruses and firewalls may block the connection, considering the network public or unsafe. Try temporarily disabling network protection in your antivirus or adding your home network to the exceptions list.