My laptop's Wi-Fi isn't working: What to do if it says there's no internet connection

When a laptop's Wi-Fi suddenly stops working and the system displays "no internet connection," it can be frustrating for any user. It can happen at the most inopportune moment: during an important video conference, downloading a large file, or playing an online game. More often than not, the problem isn't a physical hardware failure, but a software glitch that can be fixed in a few minutes.

Before panicking or taking your device to a service center, it's worth running a basic diagnostic. No network This could be caused by a simple router freeze, a network card configuration error, or a temporary outage at your ISP. Understanding the nature of the problem is the first step to successfully restoring internet access.

In this article, we'll walk you through a step-by-step process to restore a stable connection. We'll cover both software solutions in the Windows operating system and possible hardware conflicts. By carefully following the instructions, you'll be able to identify the source of the problem and resolve it.

⚠️ Attention: If your laptop doesn't display a list of available Wi-Fi networks at all (the icon is a crossed-out globe or airplane), this may indicate a physically disconnected module or a critical driver failure. In this case, software resets may not help without first installing the software.

Primary diagnostics and equipment testing

Troubleshooting should begin with the most basic steps—checking the physical condition of the device and external factors. Users often forget that their laptop may have a mechanical switch or function key that disables the wireless module. It's also worth making sure the problem isn't rooted in the router itself.

Check the router's lights. If only the power light is on and the WAN or Internet light is dim, the issue may be with your ISP. In this case, no amount of laptop adjustments will restore access. Rebooting the router — a universal action that solves up to 80% of problems with network protocol freezing.

Pay attention to the status of the Airplane Mode button. In Windows 10 and 11, this mode overrides all other settings. When enabled, it forcibly disables all wireless interfaces. Make sure the airplane icon in the lower right corner of the screen is not lit.

  • 🔌 Check the physical Wi-Fi switch on the end of the laptop (relevant for older Lenovo and Acer models).
  • ✈️ Make sure Airplane Mode is turned off in the Notification Center.
  • 🔄 Reboot your router by disconnecting it from the network for 10-15 seconds.
  • 📱 Check if Wi-Fi works on other devices (phone, tablet).
📊 What does the Wi-Fi indicator on your laptop show?
It's on and flashing
It's on, but there's no internet.
Crossed out or missing
It doesn't burn at all

Using the built-in troubleshooter

The Windows operating system has a powerful built-in diagnostic tool, which experienced users often ignore, relying on manual settings. However, an automatic troubleshooter can independently identify and fix a number of common errors, such as incorrectly obtained IP addresses or DNS client failures.

To run diagnostics, right-click the network icon in the system tray (near the clock) and select "Troubleshoot" or "Diagnose network problems." The system will run a series of tests, attempting to reset the adapter or update the configuration. This process can take one to three minutes.

If the system prompts you to apply a fix, accept it. In some cases, Windows may request administrator privileges to make registry changes or configure the network stack. Once the process is complete, the system will notify you whether the issue has been resolved.

☑️ Primary diagnostic algorithm

Completed: 0 / 4

It's worth noting that automatic troubleshooting isn't always effective for deep driver conflicts. If the diagnostics report "problem not found," but there's still no internet connection, or if it can't fix the error automatically, you'll need to resort to manual network settings.

Checking and updating network adapter drivers

The most common reason for a laptop's Wi-Fi not working is a faulty driver. This is the software that allows the operating system to communicate with the hardware. The driver could have crashed after a Windows update, been damaged by a virus, or simply become unstable due to an outdated version.

To check, go to device ManagerYou can do this by right-clicking the Start button and selecting the appropriate option from the menu. In the window that opens, find the "Network Adapters" section. If you see a device with a yellow exclamation point, the driver is malfunctioning or missing.

devmgmt.msc

This command, entered into the Run window (Win+R), will also open the Device Manager. In the list of adapters, look for names containing the words "Wireless," "Wi-Fi," "802.11," "WLAN," or manufacturer brands, such as Intel Dual Band Wireless, Realtek RTL8822BE, Qualcomm Atheros.

If the adapter displays correctly but the internet isn't working, try updating the driver. Right-click the adapter and select "Update driver" -> "Search automatically for driver software." If Windows finds an update, it will install it. If the search fails, it's best to download the latest version from the laptop manufacturer's official website using another device with internet access and install it manually.

⚠️ Attention: When manually installing drivers, make sure you download the correct version for your laptop model and Windows version (10 or 11, 64-bit). Installing the wrong driver may render the network module completely inoperable.

Reset network settings and TCP/IP parameters

Accumulating errors in the Windows network stack is another common cause of connection problems. DNS cache, incorrect IP addressing settings, or protocol conflicts can block access. In such cases, a complete reset of network settings to factory defaults is effective.

In Windows 10 and 11, this can be done through the graphical interface. Go to Settings → Network & Internet → Advanced network settings (or simply scroll down in the "Status" section). There you'll find the "Network Reset" button. Click it, then confirm the action by clicking "Reset Now."

After this operation, your computer will restart. All saved Wi-Fi passwords will be deleted, and you will have to enter them again. This is normal behavior, as all network adapters and their configurations are reset.

For a deeper cleanup, you can use the command line. Run cmd as administrator and enter the following commands one by one, confirming each one by pressing Enter:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands reset the Winsock socket catalog, IP protocol parameters, release and renew the IP address, and flush the DNS cache. This is the "heavy artillery" that helps in 90% of software errors.

What does the netsh winsock reset command do?

This command resets the Winsock socket directory to its default state. This is useful when settings affecting internet connectivity are corrupted, or when malware has modified system files.

Manually Configuring DNS and IP Addressing

Sometimes a laptop can't receive the correct settings from the router (DHCP server). In this case, manually setting static DNS servers, such as those from Google or Cloudflare, can help. This often solves the problem when Wi-Fi is connected but pages won't load.

To change the settings, click Win + R, enter ncpa.cpl and press Enter. Find your wireless connection, right-click it, and select "Properties." Find the line "Internet Protocol Version 4 (TCP/IPv4)" in the list, select it, and click "Properties" again.

In the window that opens, select the option “Use the following DNS server addresses” and enter:

  • Preferred DNS: 8.8.8.8
  • Alternative DNS: 8.8.4.4

If the issue was caused by blocking by your ISP or DNS server failures, your internet connection should be restored immediately. You can also try switching from automatic IP address acquisition to manual entry in this menu if you know your local network settings (usually the router's IP address is 192.168.0.1 or 192.168.1.1).

Parameter Automatic (DHCP) Manually (Static) Recommended DNS
IP address Receives router 192.168.x.x -
Mask 255.255.255.0 255.255.255.0 -
Main gateway Router address Router address -
DNS server 1 From the provider 8.8.8.8 Google Public DNS
DNS server 2 From the provider 1.1.1.1 Cloudflare

Power Management and Windows Services

Windows' power management system sometimes becomes overly aggressive, disabling the network adapter to conserve battery power and then failing to re-enable it. This is a common issue with laptops running on battery power.

To prevent the system from turning off the adapter, return to Device Manager. Find your Wi-Fi adapter, go to "Properties," and open the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power."

It's also worth checking the operation of the "WLAN AutoConfig" service. Click Win + R, enter services.mscFind the service in the list. WLAN AutoConfigMake sure its startup type is set to "Automatic" and the service is running. If it is stopped, click the "Start" button.

Router and Wi-Fi Channel Issues

If all the settings on your laptop are correct, but the connection is unstable or nonexistent, the cause may be airwave congestion. Neighboring routers operating on the same channel can cause interference. This is especially true in apartment buildings.

Go to your router settings (usually through a browser at 192.168.0.1 or 192.168.1.1). Find the Wireless section. Try changing the Channel from "Auto" to a specific number (e.g., 1, 6, or 11 for the 2.4 GHz band). You can also try switching the operating mode from 802.11 b/g/n on 802.11 n/ac/ax or vice versa, to check compatibility.

Sometimes changing the channel width helps. For the 2.4 GHz band, it's best to set it to 20 MHz, as 40 MHz is more susceptible to interference. For 5 GHz, you can leave it at 80 MHz or Auto.

⚠️ Attention: Router interfaces from different manufacturers (TP-Link, ASUS, D-Link, Keenetic) vary significantly. Look for sections labeled "Wireless," "WLAN," or "Wireless Mode." The exact names of the options may vary.

Frequently Asked Questions (FAQ)

Why did Wi-Fi disappear after updating Windows 10/11?

Operating system updates often contain new driver versions that may conflict with your hardware. The update may also reset network settings or roll back the driver to a standard Microsoft version that doesn't support all the features of your adapter. Solution: Roll back the driver in Device Manager or install the version from the manufacturer's website.

What should I do if my Wi-Fi is not listed at all?

This could mean the adapter is physically disabled (hotkeys), the driver isn't installed (Device Manager will show "Unknown Device"), or the router is hiding the SSID (network name). Try connecting to the network manually by entering the name and security type.

My laptop says "Limited" or "No Internet Access", what does this mean?

This means there's a connection to the router, but the router can't transmit data further to the ISP. Check your balance, service status with your ISP, and the correct time settings on your laptop (an incorrect date can block secure connections).

Can antivirus block Wi-Fi?

Yes, some network protection features in third-party antivirus programs (Kaspersky, ESET, Avast) may block connections if they detect a public or unsafe network. Try temporarily disabling your antivirus's firewall to test.