Wi-Fi is connected, but there's no internet: why and what to do

Many users are familiar with the situation where a device displays a Wi-Fi icon but browser pages fail to load. This condition is often referred to as a "limited connection" or DNS error, although the root cause of the problem may lie deeper. At this point, the system claims to have established a physical connection to the router, but there is no access to the external network.

There could be many reasons for this behavior, ranging from a simple ISP issue to incorrect IP addressing settings on your computer. Often, the problem stems from an address conflict or a frozen DHCP service, which is unable to assign the correct route to the device. Software glitches in network drivers or the DNS cache also shouldn't be ruled out.

Before panicking and calling tech support, it's important to run a basic diagnostic of your local network. Local area network If it's working properly, and you can see the router, that means the radio module and antennas are working properly. Your task now is to figure out where exactly the data transmission chain between your device and the global network is interrupted.

Diagnosing the source of the problem: router or provider

The first step should always be checking the connection status itself. If there's no internet connection on all devices in the house (smartphones, laptops, TVs), then the problem is 99% likely to be with the provider or the router itself. In this case, there's no point in tweaking the settings of each individual device.

Pay attention to the indicators on the router body. Typically, the light with the label "WAN" indicates internet access. WAN or InternetIf it's off or red, it's a clear sign that there's no signal from your service provider. Normally, this indicator should be flashing or green.

Sometimes providers carry out scheduled maintenance and forget to notify subscribers. Cable breaks in the building's entrance or failures at the backbone nodes are also possible. To rule this out, the easiest way is to call customer support or check your account via mobile internet.

If the internet is down on just one device, while others can load YouTube and websites without issue, the problem is localized within your local network. In this case, you need to look for a configuration error. Wi-Fi adapter a specific device or in the router configuration that blocks this particular device.

📊 On which device did the internet disappear?
Windows laptop
Android smartphone
iPhone/iPad
Smart TV

It's important to distinguish between a complete loss of connection and problems with individual services. Sometimes, instant messaging apps work, but websites don't open. This may indicate blocked ports or specific traffic filtering settings, rather than a complete loss of connection.

Basic recovery methods: reboot and reset

The simplest and often most effective solution is a complete hardware reboot. Computers and smartphones run for years without being turned off, accumulating errors in RAM and network buffers. Routers are also prone to clogging up their NAT tables and require periodic clearing.

Follow the correct sequence of steps. First, unplug the router. Then completely shut down your computer or restart your smartphone. Leave the router off for 15-20 seconds. This time is necessary for the capacitors inside the device to discharge and the RAM to be completely cleared.

Turn on the router and wait for it to fully boot up (usually 1-2 minutes, until all the standard indicators light up). Only then turn on your computer or phone. This procedure allows you to repeat the process. DHCP handshake, when the device requests a new IP address and receives fresh routing settings.

☑️ Proper network reboot

Completed: 0 / 5

Users often make the mistake of simply turning the power off and then back on again. This doesn't give the system time to clear temporary files. If the problem persists after a cold boot, it's likely due to a software setting or hardware issue.

Windows Network Settings: Reset TCP/IP and DNS

In Windows, a buildup of errors in the TCP/IP protocol stack is a common reason why Wi-Fi is connected but there's no internet. The system may store invalid entries in the DNS cache or have incorrect gateway settings. Correcting this requires using the command line.

Launch the Command Prompt as administrator. To do this, right-click the Start menu and select the appropriate option. In the window that opens, cmd You must enter a series of commands to reset your network settings. This action will return your network settings to factory defaults.

Enter the following commands one by one, pressing Enter after each:

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

After running the last command, the system will ask you to reboot. Be sure to do so. Command netsh winsock reset This is especially important because it resets the Windows socket directory, which is often damaged after installing incorrect drivers or viruses.

It's also worth checking if static IP addresses are manually entered. Go to Control Panel → Network and Internet → Network and Sharing Center. Select your connection, click "Properties", find Internet Protocol version 4 (TCP/IPv4) and make sure the "Obtain an IP address automatically" checkbox is checked. Manually entering addresses often leads to conflicts if the address is already taken by another device.

What to do if the command line doesn't help?

If resetting the TCP/IP stack doesn't help, try uninstalling the Wi-Fi adapter driver in Device Manager. Right-click the adapter, select "Uninstall device," and then click "Scan for hardware changes" in the Action menu. Windows will automatically reinstall the driver.

DNS Issues: When Websites Won't Open

One of the most common causes of the "No internet access" error is incorrect domain name servers (DNS). Your computer connects successfully to the router, and the router connects to your ISP, but your "how to find google.com" query gets no response. The browser can't convert the human-readable website name into a digital IP address.

Providers often provide their own default DNS servers, but these can be slow or temporarily unresponsive. In this case, registering public and reliable servers can help. Services from Google and Cloudflare are considered leaders in this area, offering high speed and security.

To change the settings, go to the network adapter properties (as described in the previous section for IPv4). Select "Use the following DNS server addresses" and enter:

  • 🌐 Preferred DNS: 8.8.8.8 (Google)
  • 🌐 Alternative DNS: 1.1.1.1 (Cloudflare)
  • 🌐 Backup DNS: 8.8.4.4

After applying the settings, run the command again ipconfig /flushdns in the command line to clear the old cache. This often instantly resolves the issue when the browser displays "DNS_PROBE_FINISHED_NO_INTERNET."

In some cases, antivirus software or firewalls may block DNS requests, deeming them suspicious. If changing the addresses doesn't help, try temporarily disabling your antivirus software and checking the connection.

IP addressing and DHCP conflicts

On a home network, every device must have a unique identifier—an IP address. The router is usually responsible for assigning these addresses (using the DHCP protocol). However, if a second device is added to the network that assigns addresses (for example, a second router connected incorrectly or a virtual server), a conflict occurs.

Symptoms of an IP address conflict often look like this: the device connects, but after a few seconds the connection is lost, or the message "An IP address conflict has occurred" appears. Windows may automatically assign itself an address from the range 169.254.x.x, which means failure to obtain an address from the DHCP server.

To diagnose this, enter the command at the command prompt ipconfigLook at the "Default Gateway" and "IPv4 Address" lines. If the address starts with 169, the router is silent or overloaded. If the address is valid (for example, 192.168.1.5), but there's no internet connection, it's possible that this address is already taken by someone else on the network.

A solution might be to statically assign an address outside the DHCP range. For example, if the router assigns addresses from 100 to 200, assign the address to the problematic device. 192.168.1.50This will eliminate the possibility of another gadget accidentally capturing the address.

Mobile device specifics: Android and iOS

On smartphones and tablets, Wi-Fi issues are often related to power-saving features or smart switches. Operating systems can block data transfers if they detect an unstable network, even when the signal is present. On Android, this often manifests itself as a Wi-Fi icon with an exclamation point.

Android users should go to Wi-Fi settings, tap the gear icon next to your network, and select "Forget Network" (or "Delete"). Then re-enter the password. This will reset any saved configurations, including any encryption errors.

Resetting network settings on Android often helps. This won't delete your photos or contacts, but it will erase all saved Wi-Fi passwords and Bluetooth settings. The path to this option is usually in Settings → System → Reset settings → Reset network settings.

Apple devices (iOS) have a feature called "Private Wi-Fi Address." It generates a random MAC address for each network to hide the device's real identity. Some routers with MAC address filtering may block such a device. Try disabling this feature in the settings of your specific Wi-Fi network.

Why is there Wi-Fi on my phone, but no internet in the browser?

This is often related to the "Wi-Fi Assistant" feature (on iPhone) or "Switch to Mobile Data" (on Android). The phone detects that the Wi-Fi connection is poor and silently switches to 4G, but the Wi-Fi icon remains. Check if pages load even with mobile data turned off.

Table of common mistakes and solutions

For a quick diagnosis, use the following table, which organizes symptoms and treatment methods. This will help you avoid confusion among the many possible causes.

Symptom Probable cause Solution method
Wi-Fi icon with a yellow triangle No Internet access Reboot your router and check your provider's balance.
"Restricted" status in Windows DHCP or driver issues Reset TCP/IP, update adapter driver
Websites aren't loading, but Skype works. DNS error Registering DNS 8.8.8.8 and clearing the DNS cache
Connects and disconnects immediately IP conflict or weak signal Static IP, signal strength test
There is Internet on the PC, but not on the phone. MAC blocking or phone OS glitch Forget a network on your phone, check filtering

Don't forget that router software also requires updates. Outdated firmware may contain bugs that prevent new encryption standards or protocols from working correctly. Check the software version in the router interface (usually at 192.168.0.1 or 192.168.1.1).

⚠️ Attention: Router and operating system interfaces are constantly updated. The menu item layout may differ from that described depending on your device's firmware version or smartphone model. If you don't find an exact match, look for sections with similar names (Network, WLAN, TCP/IP).

Frequently Asked Questions (FAQ)

Why is the Wi-Fi on, but pages won't load in the browser?

The problem is most likely with your proxy server settings or browser extensions. Check if the proxy is enabled in your system settings or browser settings. Also, try opening the website in incognito mode. If everything works, the cache or one of your extensions is interfering.

Can a virus block the Internet when connected to Wi-Fi?

Yes, some types of malware change DNS settings or specify incorrect gateways, redirecting traffic to their servers or blocking it. We recommend running a full system scan with an antivirus program and resetting network settings using the netsh winsock reset command.

What does the error "No internet access, secure" mean?

This phrase means that the connection between your device and the router is established and password-protected (encryption is working), but the router itself doesn't have access to the global network. The problem lies with your ISP or with the router's WAN port settings.

Will resetting the router to factory settings help?

A reset will erase all your settings, including your Wi-Fi password and internet connection information (PPPoE login and password, if used). This is a last resort. Before resetting, make sure you know your ISP's connection settings, otherwise you'll be left without internet access altogether.

⚠️ Attention: If you're using a PPPoE connection (requiring you to enter your ISP login and password on the router itself), after a reset, internet access will be lost on all devices until you reconfigure the router. Make sure you have your ISP contract with this information handy.

Why did the Internet disappear after a Windows update?

Operating system updates often replace network card drivers with newer ones, which may not work correctly with your hardware. In this case, rolling back the driver in Device Manager or installing the previous stable version from the laptop manufacturer's website may help.