The situation when laptop suddenly loses connection to the Internet, becoming a real test for the productivity and peace of mind of the user. The problem can manifest itself in different ways: from a complete lack of available networks in the list to an endless connection process followed by an error message. Most often, the reason lies in a software failure, outdated drivers or incorrect network settings, rather than in physical damage to the equipment.
Before you panic and take the device to a service center, it is worth conducting independent diagnostics. Most problems can be resolved in a few minutes by simply manipulating the operating system settings or rebooting the router. It is important to understand that modern adapters, such as models from Intel or Realtek, are very sensitive to software failures, but rarely fail physically for no apparent reason.
Basic diagnostics and hardware reboot
The first step in solving the problem should be a complete reboot of all devices involved in the process. This is a commonplace action, but it eliminates up to 80% of temporary failures in the Windows network stack. Turn off your laptop completely rather than using sleep or hibernation mode, as these do not reset the network driver cache.
After this, be sure to reboot your router. Disconnect it from the power supply for 15-20 seconds to reset the buffered data and re-initialize the process of distributing IP addresses. If you have multiple access points at home, check to see if one of them is overloaded.
Make sure the physical wireless switch on the laptop is in the active position. On some models Asus or Lenovo this can be a separate button or the Fn + F2 key combination. The LED on the keypad should glow blue or white to indicate that the module is turned on.
- 🔌 Completely turn off the power to the router for 20 seconds before turning it on
- ⌨️ Check the key combination to turn on the Wi-Fi adapter
- 🔋 Make sure the laptop is plugged in and not running on battery
If the problem persists after a reboot, proceed to a more in-depth analysis of the system settings.
Checking and updating network adapter drivers
A driver is a software interface that communicates iron your operating system device. If this file is damaged, out of date, or has been replaced with a generic standard one, the adapter may not work correctly or may not be detected at all. In Device Manager, you may see a yellow exclamation mark next to the name of the adapter, which is a sure sign of a problem.
Go to Device Manager through a search in the Start menu or the Win + X key combination. Find the “Network adapters” section and expand it. If you see a device labeled "Wireless", "Wi-Fi" or the name of the chip (for example, Intel Wi-Fi 6 AX200), try removing it and restarting your computer. The system will automatically reinstall the driver upon startup.
For more reliable results, download the latest version of the driver from the official website of the laptop manufacturer. Use another computer or phone to download if the problem device does not have Internet access. Transfer the file to a USB flash drive and install it manually.
- 🔍 Check for yellow exclamation marks in the manager
- 🔄 Use the "Update Driver" function in the context menu
- 📥 Download the official driver from the manufacturer’s website
⚠️ Attention: Never install drivers from dubious sources or auto-installer programs. This can lead to a version conflict and complete failure of the adapter.
- Constantly doesn't see the network
- Connects, but no internet
- Connects with a delay
- Switches off without permission
Resetting network and IP settings
Sometimes the system accumulates network configuration errors that cannot be resolved by a simple reboot. In such cases, a complete reset of network stacks and clearing of the DNS cache is required. This will return the settings to the factory state and eliminate address conflicts.
Open Command Prompt as Administrator. To do this, enter in the search cmd, right-click and select Run as administrator. In the window that opens, enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After completing all the commands, be sure to restart your laptop. These actions reset the routing table and clear the cache, which often resolves the stuck connection problem. If you use a static IP address, the system will revert to automatically obtaining addresses via DHCP.
- 💻Run Command Prompt as Administrator
- ⌨️ Enter TCP/IP stack reset commands
- 🔄 Reboot your device to apply the changes
☑️ Network reset check
Setting up power and Windows registry
Windows has a power saving feature that can turn off the AC adapter to save battery power. This often leads to the laptop not being able to see networks or losing connections when idle. You must disable this option for a specific device.
Open again Device Manager, find your Wi-Fi adapter, right-click on it and select "Properties". Go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This ensures that the adapter will work continuously.
It's also worth checking your registry settings if the problem occurs after a system update. Sometimes Group Policy settings block the connection. Enter in search regedit and follow the path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc. Make sure "Start" is set to "2" (automatic).
⚠️ Attention: Be extremely careful when editing the registry. An error can lead to unstable operation of the entire operating system. Create a restore point before making changes.
| Parameter | Value type | Recommended value | Description |
|---|---|---|---|
Start |
REG_DWORD | 2 | Service starts automatically |
AutoConfigEnabled |
REG_DWORD | 1 | Enabling WLAN Auto Configuration |
PowerSaveMode |
REG_DWORD | 0 | Disabling Power Saving Mode |
WlanAutoConfig |
REG_DWORD | 1 | Activating the Automatic Configuration Service |
Troubleshooting problems with the router and frequency bands
The problem is not always in the laptop. The router may be configured for channels that your adapter does not support, or use encryption protocols that are incompatible with the current driver version. For example, modern adapters may not work correctly with outdated WEP encryption or specific channel settings.
Go to your router's web interface (usually 192.168.0.1 or 192.168.1.1). Check your wireless network settings. Make sure the 2.4 GHz or 5 GHz band is active. Try switching the channel from "Auto" to a specific one (for example, 1, 6 or 11 for 2.4 GHz) to avoid interference from neighboring networks.
Also check the wireless network operating mode. If the mode is set to "802.11n only" and your laptop only supports the old standard, it will not see the network. It is better to set the mixed mode "802.11 b/g/n/ac mixed". This will ensure maximum compatibility with any equipment.
- 📶 Check the selected Wi-Fi channel in the router settings
- 🔒 Make sure WPA2/WPA3 encryption is supported by your laptop
- 🔄 Switch the adapter operating mode to mixed
Why doesn't 5GHz work on an old laptop?
Old adapters do not physically have antennas to receive signals in the 5 GHz range. If the 2.4 GHz band is disabled in the router settings, the old laptop simply will not see the network, since its “radio” is tuned only to lower frequencies.
Setting the channel and operating mode of the router often solves the problem if the laptop does not see the network, but other devices work fine.
Specific settings for Windows 10 and 11
Recent versions of Windows have new security and network management features that may block connections. The Random Hardware Addresses feature sometimes causes conflicts with routers that do not support this feature correctly.
Go to Settings → Network and Internet → Wi-Fi. Find the item "Random hardware addresses" and set the value to "Disabled". Also check your specific network profile settings. Click on your network name, select Properties, and make sure the network type is set to Private and not Public.
Sometimes the problem lies with the WLAN automatic configuration service. Click Win + R, enter services.msc. Find the WLAN Automatic Configuration Service service. Make sure its status is "Running" and its startup type is set to "Automatic". If the service is stopped, start it and check the connection.
If the laptop sees the network but cannot connect, try “forgetting” the network in the settings (Network and Internet -> Wi-Fi -> Manage known networks -> Forget) and enter the password again.
If none of the above methods help, there may be a hardware problem. Try connecting an external USB Wi-Fi adapter. If it works stably, this confirms that the built-in module of your laptop has failed and requires replacement or repair.
In rare cases, the problem may be related to the BIOS. Check your BIOS settings for an option to disable wireless devices (Wireless LAN or WLAN). Make sure it is set to "Enabled". Updating your BIOS to the latest version can also fix driver incompatibility.
⚠️ Attention: If you are not confident in your BIOS skills, it is better not to change the settings yourself so as not to disrupt the performance of other system components.
What to do if the laptop does not see any network?
This is a sign that the adapter is either completely disabled in software or has failed in hardware. Check if the Wi-Fi indicator on the case is lit. If not, try updating the driver or reinstalling Windows. If the indicator is on, but there are no networks, the module itself is probably broken.
Frequently asked questions from users
Why does my laptop say "Couldn't connect to this network"?
Most often this is a password error or a security type mismatch. Make sure you enter the correct password and that your router uses WPA2-Personal encryption, which is supported by most devices.
What to do if the Wi-Fi adapter does not appear in Device Manager at all?
This could mean that the device is disabled in the BIOS or is physically damaged. Try going into the BIOS and enabling the Wireless LAN option. If this does not help, you may need to replace the module or use an external USB adapter.
Does resetting the network help in Windows 10/11?
Yes, the Reset Network feature in Windows Settings removes all network adapters and reinstalls them with default settings. This is an effective method if the problem is caused by a software configuration failure.
Can an antivirus block Wi-Fi?
Yes, some antiviruses have built-in firewalls that can block network connections. Try disabling your antivirus temporarily to check if it is causing the problem.
How to check if the router itself is working?
Connect another device, such as a smartphone, to the router. If the phone has internet, then the problem is with the laptop. If the phone does not see the network, the problem is with the router or provider.