The situation when a laptop suddenly loses connection to the Internet or refuses to connect to the usual wireless network is familiar to many users. A sudden connection loss can paralyze your work, especially if you are in the middle of an important project or online meeting. The problem may be hidden either in a software failure of the operating system or in hardware problems with the equipment itself.
Often, users are faced with the fact that the network icon is displayed as unavailable, or the system constantly writes “Could not connect to this network.” In such cases, panic will not help; a systematic approach to diagnosis is required. It is necessary to consistently eliminate the most likely causes, ranging from simple settings to complex protocol failures.
Primary diagnostics and checking the physical condition of equipment
The first step should always be to inspect the physical condition of the device and its immediate surroundings. Sometimes the reason for the lack of connection is trivial and can be solved with one click of a button. Make sure that the “Airplane Mode” is not activated on the laptop case, which forcibly turns off all wireless modules.
Pay attention to the indicators on the keyboard or case of your HP, Lenovo or Asus. Many models have a special key or combination of keys (for example, Fn + F2 or Fn + F12), which blocks the operation of the Wi-Fi module. If the LED next to this button is red or not lit at all, wireless adaptation is disabled at the hardware level.
Also check the condition of the router itself. The LEDs on the device body should indicate the active operation of the WAN port and wireless network. If the router is frozen, a simple reboot by turning off the power for 10-15 seconds can restore functionality. Sometimes it is enough to simply move the laptop closer to the signal source, since walls and metal objects strongly shield radio waves.
It is also important to check if the laptop has a power saving mode enabled, which may disable the adapter to save battery. Go to the power settings and make sure that your power profile does not have restrictions on the operation of the wireless module.
⚠️ Attention: If the laptop does not connect to any network, including neighboring ones, the problem almost certainly lies in the device itself, and not in your router.
Checking and updating network adapter drivers
Drivers are software that allows the operating system to communicate with the hardware. If this layer is damaged or outdated, the laptop simply will not be able to see available networks. In Device Manager, you may see an adapter with a yellow exclamation point or no device at all.
To correct the situation, you need to open Device Manager through the context menu of the Start button. Find the "Network Adapters" section and find your Intel Wi-Fi 6, Realtek or Qualcomm. If there is an error icon next to the name, try removing the device and restarting the laptop - the system will try to install the driver automatically at startup.
If automatic installation does not help, you need to download the current version of the driver from the official website of the laptop manufacturer. Use another computer or phone connected to the Internet to download and transfer the file to the problematic device via a USB drive. The installation must be performed as an administrator.
Sometimes it is not an update that helps, but rather a rollback of the driver to the previous version if the problem arose immediately after the update. In the adapter properties on the “Driver” tab, the “Roll Back” button is available, which will return the system to the working state before changes were made.
☑️ Driver diagnostics
Reset network settings and clear DNS cache
A failure in the TCP/IP stack or accumulation of errors in the DNS cache can block connections even with fully functional hardware. The operating system may “remember” incorrect configurations that prevent the connection from being established. In such cases, a complete reset of the network settings to the factory state is required.
The most effective way is to use the built-in network reset utility. In Windows 10 and 11 this is done via Settings → Network and Internet → Status → Network reset. After confirming the action, the system will reboot and reinstall all network adapters with default settings. This will solve problems with incorrect IP address or conflicting proxy settings.
If the GUI doesn't help, you can use a command prompt with administrative rights to perform a manual reset. Run the following commands in turn, waiting for each one to complete:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After entering all the commands, be sure to restart your computer. These steps clear the DNS cache, reset the Winsock socket, and reconfigure the IP interfaces. This is often the only way to fix the “Connection Restricted” error or constantly searching for a network.
What is the DNS cache and why clear it?
The DNS cache stores the addresses of websites you have visited. If the site address has changed, but the old one is in the cache, the browser will not be able to open the page. Clearing the cache forces the system to re-request the latest data from the DNS server, which often solves problems with accessing resources even when Wi-Fi is working.
IP address conflicts and DHCP settings
The problem may be that your laptop receives an IP address that is already occupied by another device on the network, or cannot obtain an address at all due to a failure of the router's DHCP server. In this case, the system assigns a random address to the device (usually starting with 169.254.x.x), which does not allow access to the Internet.
Click to check Win + R, enter cmd and press Enter. Enter the command ipconfig. If in the “IPv4 address” line you see a value different from the range of your network (for example, 192.168.0.x or 192.168.1.x), then the problem is in obtaining the address. The router cannot allocate a free IP address to your laptop.
Try assigning a static IP address manually to avoid conflicts. Go to the properties of the network adapter, select “Internet Protocol version 4 (TCP/IPv4)” and enter the address manually. Make sure that the address does not match other devices, and that the Gateway matches the address of your router.
| Parameter | Value (example for router 192.168.1.1) | Comment |
|---|---|---|
| IP address | 192.168.1.150 | Unique address for laptop |
| Subnet mask | 255.255.255.0 | Standard mask for home network |
| Main gateway | 192.168.1.1 | Your router address |
| Preferred DNS | 8.8.8.8 | Public DNS from Google |
If manual configuration does not help, it is possible that the range of addresses for distribution in the router settings has been exhausted. Go to the router's web interface and expand the range of the DHCP server or increase the address lease time.
Manually setting a static IP address is a reliable way to bypass DHCP server errors if the router cannot automatically distribute addresses between devices.
Impact of antivirus software and firewall
Sometimes computer protection is too effective and blocks the network connection, considering it suspicious. Antivirus complexes such as Kaspersky, ESET or Avast, have their own firewalls that can intercept control of the network interface and block attempts to connect to unknown networks.
Try temporarily disabling your antivirus and Windows firewall. If after disabling the protection the connection is restored, then the problem is in the traffic filtering rules. You need to add your home network to the list of trusted ones in your antivirus settings or create a new firewall rule.
Often the problem occurs after installing security updates that tighten access policies. Check your antivirus event log to see if it is blocking certain ports or protocols required for Wi-Fi to work. Disabling “Network Attack Protection” during diagnostics can give quick results.
⚠️ Attention: Do not leave the antivirus disabled for a long time. If you find a conflict, configure exceptions rather than disabling protection completely.
- Windows 10
- Windows 11
- macOS
- Linux
Problems with 5 GHz frequency and Wi-Fi channels
Modern routers operate in two frequency ranges: 2.4 GHz and 5 GHz. Some older or budget laptops may not support 5GHz, resulting in the network simply not being visible or connecting. If your router is configured to operate only in the 5 GHz band, and the laptop adapter is old, there will be no connection.
There may also be a problem with channel selection. In the 2.4 GHz range there are only three non-overlapping channels (1, 6, 11). If your router is set to auto-select, it may select a noisy channel from which the laptop cannot “fight off” the interference. Try manually setting the channel in the router settings to 1, 6 or 11.
You can check the supported modes in the wireless adapter settings in Device Manager. Make sure that in the adapter properties on the Advanced tab, the Preferred Mode or 802.11 Mode option is set to support both 2.4 and 5 GHz, or specifically 5 GHz if the adapter is modern.
If you are using a router with the “Smart Connect” function (combining 2.4 and 5 GHz networks into one access point), try dividing them into two different networks with different names (SSID). This will allow you to force your laptop into the desired band and eliminate switching errors.
If the laptop sees the network, but says “Could not connect,” try changing the “Transmission speed” parameter to “Automatic” in the adapter settings to avoid conflicts when negotiating the speed with the router.
Hardware faults and adapter replacement
If all software methods have been exhausted and the laptop still does not see any Wi-Fi networks, the problem may be physical. The wireless module may have failed due to overheating, static electricity, or simply wear and tear. This often happens with laptops that are run in dusty conditions without regular cleaning.
In some laptops, the Wi-Fi module is removable and consists of a small board with two antennas (black and white wire). If you have disassembly skills, you can carefully remove this module, clean the contacts with an eraser and insert it back. Sometimes this solves the problem of poor contact.
If a module is faulty, replacing it is the easiest way to restore functionality. Modern adapters are connected via the M.2 Key E or Mini-PCIe connector. You can buy a new adapter, e.g. Intel AX200 or AX210, which will be inexpensive and provide support for new Wi-Fi 6 standards.
As a last resort, if replacing the module is impossible (for example, the adapter is soldered to the motherboard), you can always use an external USB-Wi-Fi adapter. This is a cheap solution that will turn any laptop into a full-fledged wireless device without the need for complex repairs.
⚠️ Attention: When disassembling the laptop to replace the Wi-Fi module, be sure to disconnect the battery to avoid short circuiting the motherboard.
Questions and answers (FAQ)
Why does my laptop connect to Wi-Fi, but there is no Internet?
This may mean that there is a connection with the router, but the router itself does not have access to the Internet. Check your provider's cable, reboot your router, or call your provider's technical support. Also check the DNS settings in the adapter properties.
What should I do if the Wi-Fi network does not appear in the list of available ones?
Most likely, the Wi-Fi module on the laptop is disabled (button or airplane mode) or the adapter itself is faulty. It is also possible that the router has hidden the SSID (network name) and needs to be added manually via “Add network”.
How do I know if my laptop supports 5GHz Wi-Fi?
Go to “Device Manager” -> “Network Adapters”. Look at the model name. If it has "AC" or "AX" in the name, it most likely supports 5GHz. If "N" or "G" - only 2.4 GHz.
Will resetting Windows 11 network help?
Yes, the network reset feature in Windows 11 completely removes all network settings and reinstalls adapters. This is an effective way to resolve software conflicts, but you will have to re-enter your Wi-Fi passwords.
Is it possible to connect a laptop to the Internet via a phone?
Yes, you can use the Hotspot feature on your smartphone. This will allow you to get the Internet via Wi-Fi, Bluetooth or USB cable if the built-in module of the laptop is faulty.