The situation when a laptop suddenly stops seeing or connecting to a Wi-Fi network that worked properly yesterday and the day before yesterday causes serious irritation. The feeling of complete loss of connection with the outside world in a modern office or home becomes critical, especially if you work remotely. The problem is often disguised as a hardware failure, although in most cases the root of the evil lies in software settings or an update conflict.

Windows or macOS can update without the user noticing by changing network adapter settings or security protocols. Sometimes the router itself is to blame; it could reboot and change the broadcast channel, becoming invisible to the old settings. You can figure out the reasons and return a stable Internet on your own if you act consistently and do not ignore system logs.

Checking Hardware Switches and LEDs

Before delving into complex operating system settings, you should make sure that the physical wireless module is not disabled. On many laptop models, especially in the lines Lenovo ThinkPad or Dell Latitude, there is a separate key or key combination (usually Fn + F2 or F12) to hard turn off Wi-Fi.

If the wireless network indicator on the laptop body is orange or has completely gone out, and the tray icon shows an “airplane”, the problem can be solved with one click. Also check to see if Airplane Mode is enabled in the Action Center. This is a trivial but common reason that users overlook when trying to reinstall drivers.

In rare cases, completely de-energizing the device helps. Turn off the laptop, unplug the power cable and, if the battery is removable, remove it. Hold the power button down for about 15-20 seconds to release the residual charge on the capacitors, and only then turn on the device again.

Reset network settings and delete forgotten access point

Often the system remembers the network configuration so deeply that with the slightest change in the router parameters (even changing the password), the connection attempt fails with an error. In this case, you need to completely “forget” the network and configure it again. To do this, go to Settings → Network and Internet → Wi-Fi → Manage known networks.

Find the problematic network in the list and click the “Forget” button. After that, try connecting again by entering your password. This procedure clears the configuration cache and forces the adapter to go through the protocol negotiation process with the router again. If the network does not appear in the list of available ones, perhaps the problem is deeper and lies in the drivers.

In some cases, a complete reset of all network components to factory state helps. This is a drastic measure, but it eliminates many hidden registry conflicts. Run the command in Command Prompt as Administrator:

netsh winsock reset
and
netsh int ip reset
, and then be sure to restart your computer.

Working with network adapter drivers

A driver is a software interface between the hardware and the system. Its damage or obsolescence after automatic Windows updates is one of the most common causes of connection loss. Go to Device Manager and expand the "Network adapters" section.

Find your Wi-Fi module (the name often contains the words Intel, Realtek, Atheros or Qualcomm). If there is a yellow exclamation mark next to the icon, the driver is not working correctly. Try right-clicking and selecting “Uninstall device”, checking the “Uninstall driver programs” checkbox. After the reboot, the system itself will try to install the latest driver.

If the automatic installation does not help, go to the official website of the manufacturer of your laptop or chipset. Download the current driver version specifically for your model. Do not use universal utilities from the Internet, as they may install the wrong version, which will only worsen the situation.

📊 What operating system is installed on your device?
  • Windows 10
  • Windows 11
  • macOS
  • Linux

Checking services and power settings

Windows has a power saving feature that can turn off the AC adapter to save battery power, but sometimes forgets to turn it back on. This leads to the fact that the laptop sees the network, but cannot establish a connection, or the adapter disappears from the system altogether. Go to Network adapter properties in Device Manager and open the Power Management tab.

Uncheck "Allow the computer to turn off this device to save energy." This is critical for stable wireless performance on battery-powered laptops. If this item is missing or does not help, it is worth checking the operation of system services.

Click Win + R, enter services.msc and find the service "WLAN AutoConfig Service". Make sure its status is “Running” and its startup type is set to “Automatic”. If the service is stopped, start it manually and check the connection.

☑️ WLAN service diagnostics

Done: 0 / 4

IP address conflicts and DNS settings

Sometimes the laptop connects to the router, but the Internet does not work because it received an incorrect IP address or cannot convert domain names to server addresses. This is a common problem when using static addresses or failures in the router's DHCP server. Try registering the addressing manually or resetting it.

Open a command prompt and enter the following commands in sequence to clear the DNS cache and reset TCP/IP settings:

ipconfig /release
ipconfig /renew
ipconfig /flushdns

If the problem persists, try registering Google or Cloudflare public DNS servers. This often solves the problem where sites won't open even though the Wi-Fi icon shows full connection. In the properties of the IPv4 protocol, specify the addresses 8.8.8.8 and 8.8.4.4.

⚠️ Attention: If you are using a corporate network, manually setting up DNS may disrupt the operation of internal resources and the security system. In such cases, it is better to contact your system administrator.

Problems on the router and communication channel side

Don't just blame the laptop. Possibly a router TP-Link or Asus it’s simply frozen or its channel is overloaded by neighboring networks. Try turning off the router's power for a minute and then turning it on again. This is the easiest way to restart its service processes.

If you have a modern dual-band router, check to see if it accidentally switched to the 5 GHz frequency that your old adapter is not capable of, or vice versa. Some adapters do not work well on channel 6 or 11 due to interference. Try changing the broadcast channel in the router settings to a fixed one, for example, 1 or 3.

It is also worth checking whether the “MAC Address Filter” is enabled on the router. If you changed the network adapter (for example, moved the card to a different slot), its MAC address may have changed, and the router simply blocks the connection of an unknown device.

What to do if the laptop sees the network, but says “No Internet access”?

This means that there is a connection with the router, but the router does not have access to the global network. Check your provider's cable, account balance, and PPPoE settings in your router.

Comparison of diagnostic and elimination methods

To systematize the approach to solving the problem, below is a table comparing the most likely causes with methods for eliminating them. This will help you quickly navigate depending on the symptoms.

Symptom Probable Cause Solution method Complexity
The network does not appear in the list Adapter or driver is disabled Checking the switch, reinstalling the driver Low
Password not accepted Changing the password on the router Deleting a network (“Forget”) and re-entering Low
There is a connection, but no internet DNS or DHCP failure Reset network settings, change DNS Average
Constant disconnections Channel overload or overheating Changing the channel, checking the router cooling High
Error "Network cable is not connected" Adapter firmware failure Updating the adapter firmware, replacing the card High
⚠️ Attention: If none of the software methods helped, and the adapter is not detected even in Device Manager after reinstalling the OS, the Wi-Fi module is likely to physically fail. In this case, you will need to replace the card or use an external USB adapter.

Sometimes the problem lies in outdated software of the router itself. Log into the device's web interface (usually 192.168.0.1 or 192.168.1.1) and check for firmware updates. Manufacturers regularly release patches that close vulnerabilities and fix compatibility bugs with new versions of Windows.

It is also important to consider that some antivirus programs and firewalls may block network connections, considering them suspicious. Try temporarily disabling your antivirus (for example, Kaspersky or ESET) and check if the connection is possible. If the problem goes away, add the network to the exclusion list.

💡

Before making changes to the router settings, take a screenshot of the current settings so that in case of an error you can quickly return everything to how it was.

Final steps and prevention

If the problem is resolved, it is important to take steps to prevent it from happening again in the future. Turn off automatic driver updates through Windows Update, as it often installs unstable versions. Instead, download drivers only from the official website of the laptop manufacturer.

Reboot your router regularly, especially if it runs 24/7 without being turned off. This clears its RAM and prevents errors from accumulating. Also monitor the temperature of the device; overheating can lead to unstable operation.

💡

Regularly updating drivers from the official website and disabling the adapter's power saving is the key to a stable Wi-Fi connection without sudden failures.

Remember that network diagnostics is a process of eliminating factors. Start with the simplest thing: rebooting and checking the switches. If this doesn't help, go to software settings. In most cases, the problem is solved without calling a technician and without the cost of repairs.

⚠️ Attention: Resetting network settings through Windows Settings may remove all saved Wi-Fi passwords and Bluetooth settings, so make sure you remember your network passwords before doing this.

Frequently Asked Questions

Why does my laptop connect to Wi-Fi but say “No Internet access”?

This means that the connection between the laptop and the router is established, but the router does not transmit data further. Check the provider's cable, account balance and WAN interface settings in the router.

Is it possible to update the Wi-Fi driver without internet on this laptop?

Yes. Download the driver on another device (phone or another PC), transfer it to your laptop via a USB flash drive and install it manually through Device Manager.

Why does Wi-Fi only disappear when running on battery?

Most likely, the aggressive power saving feature is turned on, turning off the adapter. Uncheck "Allow the computer to turn off this device" in the adapter properties in Device Manager.

What should I do if the laptop does not see my network, but sees the neighbors?

Check if your network is hidden (SSID Broadcast mode). Also make sure that the laptop supports the frequency on which your router broadcasts (2.4 GHz or 5 GHz).

Does resetting Windows 10/11 network help?

Yes, the Reset Network feature in Windows Settings often resolves complex software conflicts by removing all network components and reinstalling them again. This is an effective but radical method.