My laptop is connected to Wi-Fi, but the internet isn't working: What should I do?

A laptop displaying a connected wireless connection, but not opening webpages in the browser, is one of the most frustrating situations for users. The connection indicator is on, the signal strength is full, but no actual data exchange with the outside world occurs. This condition is often referred to as "limited connectivity" or "no internet access," and can be caused by dozens of different reasons, from a simple router glitch to deep system errors. TCP/IP protocols.

The first thing to realize before panicking is that the problem could be on your device, your ISP, or your router. If a smartphone or tablet connects to the same access point without issue, then the problem is likely rooted in the laptop's operating system settings or hardware. However, if there's no internet connection on any device in the house, the problem is most likely rooted in router or from the service provider itself.

In this article, we'll walk you through a step-by-step process to help restore your connection. We won't use complex technical terms without explanation, but will focus on practical steps you can take yourself. It's important to proceed sequentially, moving from simple checks to complex settings, to avoid confusion and pinpoint the cause of the failure.

Primary diagnostics and equipment testing

Before delving into the intricacies of Windows or macOS settings, it's important to rule out trivial physical issues. Users often forget that a router is also a computer, which can freeze or overheat. First, check the indicators on the front panel of the router. If the WAN indicator (usually marked with a globe or the letter "W") is lit but blinks differently than usual, or isn't lit at all, it means you're not receiving a signal from your ISP.

Try a full reboot of the hardware chain. Turn off your laptop, then unplug the router. Wait 15-20 seconds for the capacitors inside the device to fully discharge. Turn on the router and wait for it to fully boot up (usually 1-2 minutes), then turn on your laptop. This fixes up to 40% of all temporary issues. network interfaces.

⚠️ Important: Don't simply reboot the router with the button; unplug it from the power outlet. A software reboot via the web interface sometimes doesn't reset frozen ISP connection processes, while completely disconnecting the power does solve the problem.

If the problem persists after rebooting, check if the internet is working on other devices. Connect your smartphone to the same Wi-Fi network. If pages load on your phone, your connection to the outside world is intact, and you need to check your laptop's settings. If there's no internet connection anywhere, call your provider's technical support—they may be performing maintenance or there may be a cable break.

It's also worth paying attention to the date and time in your system. If the time settings are incorrect, websites' security certificates may be invalidated, and the browser will block the connection, claiming you're offline even though you're physically connected. Make sure the date and time are correct, including the time zone.

Diagnostics using operating system tools

The Windows operating system has powerful built-in self-diagnostics tools. The system often identifies the cause of the blockage and can suggest troubleshooting it. Right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will run a script. netsh and check the adapter status, the presence of an IP address and the availability of the gateway.

During the diagnostic process, Windows may prompt you to reset your network adapter settings or update the driver. Accept these actions if offered. However, if the system reports "Unable to detect a problem," this doesn't mean there isn't one. It simply means that the automatic analysis didn't find any obvious breaks in the connection chain.

📊 What status does your laptop show?
Connected, no internet access
Limited
Without network connection
Identification in progress

For a more in-depth analysis, use the command line. Click Win + R, enter cmd and press Enter. In the black window, enter the command ipconfigYou're interested in the "Wireless LAN Adapter" section. Check the following fields:

  • 📡 IPv4 address: it should start with 192.168.xx or 10.xxx If you see an address like 169.254.xx, this means that the laptop has not received an address from the router (DHCP error).
  • 🚪 Main gateway: This is your router's address. If this field is empty, the laptop doesn't know where to send requests to the external network.
  • 🌐 DNS servers: If the addresses are listed here, but the internet is not working, there may be a problem with domain name resolution.

The data obtained will help us understand at what stage the connection is interrupted. A missing gateway indicates a connection problem with the router, while a gateway but no internet connection indicates a problem with the DNS or ISP.

Problems with wireless adapter drivers

A driver is software that allows the operating system to control hardware. If a driver Wi-Fi adapter If the router is outdated, corrupted, or conflicts with the latest Windows updates, the connection may be established, but data will not transfer. This is one of the most common causes after a router failure.

To check, open Device Manager. Right-click the Start button and select the appropriate item. Find the "Network Adapters" section. Your wireless module will usually have "Wireless," "Wi-Fi," or "802.11" in its name, or brand names like Intel, Realtek, or Qualcomm. If there's a yellow exclamation point next to the device, the driver is definitely not working correctly.

Even if there are no signs, try reinstalling the driver. Right-click the adapter and select "Uninstall device." In the window that appears, check "Delete the driver software for this device," if it's present, and confirm the deletion. Then, restart your laptop. The system will attempt to reinstall the driver automatically upon startup.

☑️ Driver Update Checklist

Completed: 0 / 5

A more reliable method is to download the latest driver in advance from the official website of the laptop manufacturer (e.g., HP, ASUS, Lenovo) or the chip manufacturer (Intel, Atheros) on another device, transfer it via USB, and install it manually. The automatic driver search via Windows Update often finds universal, but not always stable, versions.

⚠️ Caution: Avoid using third-party driver packs to update network cards. They often install modified or outdated software versions, which can lead to unstable Wi-Fi operation and intermittent connection drops.

Reset network settings and TCP/IP protocols

Sometimes errors accumulate in the Windows network stack, invalid DNS records are cached, or protocol settings become corrupted. In these cases, a full network reset can help. This will return all network settings to factory defaults, deleting saved Wi-Fi profiles and static IP addresses.

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) and find the "Network Reset" button. Click it and confirm the action. The computer will warn you that it will restart in 5 minutes.

For more advanced users, or if a graphical reset doesn't help, you can use the Command Prompt with administrator privileges. Launch the Command Prompt as administrator and run the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Team netsh winsock reset resets the Winsock catalog, which often helps with internet connection problems. The command ipconfig /flushdns Clears the DNS cache, which solves the problem where websites won't open but instant messaging apps work. After running all commands, be sure to restart your laptop.

What does the netsh winsock reset command do?

This command restores the Windows registry responsible for network connections. It's useful if malware or rogue programs have changed system settings, blocking normal network operation. After running this command, all programs that use the network may require reinstallation or reconfiguration.

DNS and IP addressing settings

One of the hidden, yet common, reasons for a lack of internet access despite a connection is incorrect DNS server operation. DNS (Domain Name System) translates human-readable addresses (such as yandex.ru) into server IP addresses. If the DNS is down or blocked by the ISP, the browser will not be able to find the website.

Try setting up public DNS servers from Google or Cloudflare. To do this, open Control Panel → Network and Internet → Network and Sharing CenterClick on the name of your Wi-Fi connection, then “Properties.” Find it in the list. Internet Protocol version 4 (TCP/IPv4), select it and click "Properties".

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

  • 🔹 Preferred DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)
  • <
  • 🔹 Alternative DNS: 8.8.4.4 or 1.0.0.1

It's also worth checking your IP address settings. Most home networks should assign an address automatically. Make sure the "Obtain an IP address automatically" switch is selected in the IPv4 properties. A static IP address may only be required on corporate networks or with specific router configurations.

Below is a table to help you quickly identify the type of problem based on symptoms:

Symptom Probable cause Solution
IP address starts with 169.254... DHCP failure, router did not assign an address Rebooting the router, resetting TCP/IP
There is an IP, there is a gateway, but the sites don't load. Problem with DNS or ISP Changing DNS, checking the WAN cable
Only some of the sites are working Blocked by your provider or antivirus Checking antivirus software, changing DNS
There is a connection, but "No Internet access" Invalid gateway or IP conflict Network reset, checking router settings

The impact of antiviruses and firewalls

Third-party antivirus suites (Kaspersky, ESET, Avast, etc.) have their own firewall modules. Sometimes, after updating their databases or the antivirus itself, its settings can become overly aggressive, blocking legitimate browser or system traffic.

Try temporarily disabling your antivirus protection (usually via the context menu of the tray icon or the program's main interface). If the internet connection returns after disabling it, the problem lies with the antivirus's firewall settings. In this case, check the "Firewalls" or "Network Protection" section and try resetting the protection settings to default.

Also check the built-in Windows firewall. Click Win + R, enter firewall.cplTry temporarily disabling the firewall for private and public networks. If disabling the firewall helps, don't leave your computer unprotected—it's best to reinstall your network drivers or reset your firewall rules via the command line.

⚠️ Note: Antivirus software interfaces and firewall settings may vary depending on the software version. If you're unsure of what you're doing, it's best to temporarily disable protection just to test it, then refer to the specific product's documentation to configure exceptions.

Frequently Asked Questions (FAQ)

Why is there internet on my phone but not on my laptop?

This indicates that the router and ISP are working properly. The problem is localized to the laptop: most likely, the DNS settings are incorrect, the Wi-Fi adapter driver is outdated, or the antivirus is blocking the connection. It's also possible that the router has MAC address filtering enabled, and the laptop isn't whitelisted.

What does the "Unidentified network" error mean?

This error means that the laptop is physically connected to the router but cannot obtain the correct parameters for accessing the global network. This is most often a DHCP issue (the router is not providing an IP address) or an incorrect network type in Windows. The following command helps: ipconfig /release And renew.

Can date and time affect internet connection?

Yes, it can. If the date on the laptop is significantly different from the actual date (for example, 2010), browsers will consider the website's security certificates (HTTPS) invalid and block access. This creates the illusion that there is no internet connection, even though the connection is still there.

Should I reset my router to factory settings?

Resetting your router (using the Reset button) should only be done as a last resort, if you're certain the problem is with the router and a simple reboot doesn't help. Keep in mind that after resetting, you'll have to reconfigure your ISP connection settings (PPPoE login/password, connection type) if they aren't automatically configured.