A situation where a laptop suddenly loses access to a wireless network can unsettle any user, be it a student preparing for exams or a specialist working remotely. The problem can manifest itself in different ways: the device simply does not see available access points, tries to connect, but displays the error “Could not connect,” or shows a globe icon instead of the usual waves.
Before you panic and take your equipment to a service center, you should understand that in most cases the reason lies in a software failure or incorrect configuration of network parameters, and not in hardware failure. Adapter Drivers, power saving settings or a TCP/IP stack failure are the most common culprits. We will analyze a step-by-step algorithm of actions that will allow you to return the Internet in a matter of minutes.
Basic diagnostics and testing of hardware switches
The first step is to eliminate trivial causes that are often overlooked during more complex troubleshooting. Make sure the router(s) itself is turned on and is sending a signal to other devices, such as your smartphone. If the problem is only on the laptop, check the physical Wi-Fi switch. On some models Lenovo or Asus this is a separate button on the case, on others it’s a key combination, for example, F2 or Fn + F12.
Sometimes the system simply turns off the module in order to save energy or due to accidental pressing. Look in the lower right corner of the screen at the network icon: if it shows an airplane, it means “Airplane mode” is turned on. You need to turn it off. Also check if the adapter is disabled in Network Sharing Center. Right-click the network icon and select Open Network and Internet Settings, then Change adapter settings.
If the wireless network icon has a red cross or a crossed out circle, this is a sure sign that the adapter is disabled by software. In the list of connections, find “Wireless Network”, right-click on it and select “Enable”. This action often solves the problem if the user accidentally pressed the power key or the power saving feature was triggered.
Using the built-in Windows troubleshooter
The Windows operating system is equipped with a powerful tool for automatically finding and fixing errors. This method is worth using immediately after checking the physical switches, as it can automatically reset a hung network stack. Right-click on the Wi-Fi icon in the tray and select “Troubleshoot.” The system will analyze the configuration and suggest possible solutions.
Often the system finds a problem with IP address or failure to receive a DHCP response. In this case, it will offer to reset the adapter settings or reissue the IP address. Agree with the actions of the master. If the system writes that it cannot find the problem, but the Internet still does not work, proceed to deeper settings.
It is important to note that the automatic tool does not always correctly identify complex driver conflicts, but for simple glitches it is ideal. Don't ignore his recommendations, even if they seem obvious, as they may restart services that are stuck in the background.
Working with network adapter drivers
The most common cause of connection problems is an outdated, damaged or incorrectly installed driver. To check its status, open Device Manager. This can be done by right-clicking on the Start button and selecting the appropriate item from the menu. In the window that opens, find the “Network adapters” section and expand it.
You need to find a device that has the words Wireless, Wi-Fi, 802.11 or manufacturer's name in its name, e.g. Intel, Realtek, Qualcomm or Atheros. If there is a yellow exclamation mark or a down arrow next to the adapter icon, it means that the driver is not working correctly or is disabled. Right-click on it and select Update Driver.
If the automatic search does not help, it is best to download the latest driver from the official website of the laptop manufacturer. Use another computer or phone for this, create a bootable USB flash drive or send the file by mail. After installation, be sure to restart your device for the changes to take effect. Uninstalling the driver followed by a reboot can also help: the system itself will find and install the basic driver at startup.
- Windows 10
- Windows 11
- macOS
- Linux
- Other
Resetting network settings via command line
If the previous methods did not work, you must manually reset the network stack settings. This is a procedure that clears the DNS cache, resets IP addresses, and rebuilds protocol configurations. To do this, run Command Prompt as an administrator. Search for "cmd" in search, right-click and select "Run as administrator".
In the black window that opens, enter the following commands one by one by pressing Enter after each:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands sequentially reset the Winsock directory, restore TCP/IP settings, disable and reconnect the network adapter, and clear the DNS cache. After executing all the commands, you need to restart the laptop. This method often helps if the problem is caused by a virus or an incorrect registry change.
⚠️ Attention: Resetting network settings via the command line will delete saved passwords from all Wi-Fi networks that you have previously connected to. Be prepared to re-enter them.
Checking the adapter's power settings
The operating system may disable the AC adapter to save power, especially on laptops running on battery power. Sometimes the system “forgets” to turn it back on when necessary, which leads to a loss of connection. To prevent this, you need to change your power management settings. Go back to Device Manager, find your Wi-Fi adapter, right-click on it and select Properties.
Go to the Power Management tab. Here you will see a checkbox “Allow the computer to turn off this device to save power.” Uncheck this box and click OK. This will prevent the system from turning off the Wi-Fi module during periods of inactivity. If you have multiple power profiles (mains and battery), check the settings in the Power Options control panel for both modes.
It’s also worth checking if the power settings are set to “Energy Saving” mode, which may limit the operation of peripheral devices. Switch to High Performance or Balanced mode to ensure that the system is not throttling the network card. This is especially true for older laptop models with limited battery life.
☑️ Power settings checklist
Setting up static IP and DNS
Sometimes the problem is that the router is not issuing IP addresses correctly. If automatic address acquisition (DHCP) does not work, you can try setting up static settings. To do this, go to “Change adapter settings” again, right-click on “Wireless Network” and select “Properties”.
Find the “IP version 4 (TCP/IPv4)” item in the list, highlight it and click “Properties”. By default, it should be “Obtain an IP address automatically.” If you suspect a problem with DHCP, try setting the following values:
- IP address:
192.168.1.100(or192.168.0.100, depending on the subnet of your router) - Subnet mask:
255.255.255.0 - Gateway:
192.168.1.1(regular router address) - Preferred DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare)
This allows you to bypass possible address conflicts within the local network. If you don't know the address of your router, look it up on the sticker on the device or in the documentation. Using public DNS servers can also speed up the Internet and solve problems accessing certain sites.
What to do if a static IP did not help?
If manually entered addresses do not produce results, return to the settings and select “Obtain an IP address automatically.” Perhaps the problem is not in the addresses, but in the router itself or the cable, if it is used to connect to the Internet.
Table of common errors and ways to resolve them
For clarity, we will collect the main errors that can occur in the Windows interface and ways to solve them in one table. This will help you quickly navigate the situation without lengthy reading of instructions.
| Error/Symptom | Probable Cause | Solution |
|---|---|---|
| "We couldn't connect to this network" | Incorrect password or profile failure | “Forget” the network in the settings and enter the password again |
| "No Internet Connections" (globe icon) | ISP or router problem | Reboot the router, check the cable |
| Adapter is not listed | The driver is missing or physically disabled | Check the switch, install the driver |
| Constant connection reset | Weak signal or adapter overheating | Install the router closer, check the driver |
| The network is invisible | The router broadcasts at a different frequency | Enable 5 GHz or 2.4 GHz support in settings |
Please note that the “No Internet connections” error most often indicates a problem on the side of the ISP or the router itself, and not the laptop. In such cases, rebooting the router (unplugging for 30 seconds) solves the problem in 90% of cases. If the laptop does not see the network at all, the problem is almost guaranteed to be in the settings of the device itself.
Before performing a network reset via the command line, write down your current IP and DNS settings if you are using a corporate network, so as not to lose access to internal company resources.
⚠️ Warning: Do not change registry settings manually without in-depth knowledge, as this may lead to complete inoperability of network services and will require reinstalling Windows.
Alternative methods and last resorts
If none of the methods described above help, you should consider the possibility of a hardware failure. Try connecting an external USB Wi-Fi adapter. If the Internet appears with it, it means that the built-in module of your laptop has failed. This can happen due to overheating, power surges or normal wear and tear. External adapters are inexpensive and can be a temporary or permanent solution.
It’s also worth checking to see if your antivirus or firewall is blocking the connection. Sometimes security software mistakenly perceives a new connection as a threat and blocks it. Try temporarily disabling your antivirus and Windows Firewall to check. If this helps, add your network to exceptions or reconfigure your security settings.
As a last resort, if the problem cannot be solved by any methods, you can reset Windows to factory settings (while saving the files). This will return all system files and settings to their original state, eliminating any software conflicts. However, this will require time to set up all the programs again, so use this method only if you are sure of the hardware functionality of the device.
Correctly setting up drivers and disabling adapter power saving solves more than 80% of problems with unstable Wi-Fi connections on laptops.
Why does my laptop see Wi-Fi, but says “No connection”?
This often means that the laptop has successfully established a connection with the router, but the router cannot transmit data further to the Internet. Check your provider's cable, reboot your router, or call your provider's support line.
How can I find out my Wi-Fi password if I forgot it?
If you have previously connected to this network from the same laptop, go to the “Network and Sharing Center”, click on the name of your network, select “Wireless Network Properties”, then the “Security” tab and check the “Display characters you type” checkbox.
What to do if the driver does not install?
Try downloading the driver in compatibility mode with a previous version of Windows or use generic drivers from the chipset manufacturer (for example, Intel PROSet). Also check if your antivirus is blocking the installation.
Will resetting network settings help?
Yes, resetting the network settings (via Windows settings or the command line) often solves problems with incorrect configuration of IP, DNS and network protocols, returning the system to a “clean” state.