Wi-Fi is connected but there's no internet access: How to fix it on a PC

It's frustrating for any user when a laptop or PC shows a wireless connection but won't open web pages. You see the Wi-Fi icon, perhaps even the "Connected, Secure" status, but there's no actual data exchange with the outside world. This is a classic symptom of disconnected connectivity: there's a physical connection to the router, but no packet routing beyond it.

Before panicking or calling your provider, it's worth running a basic diagnostic, which often reveals trivial software glitches. The problem could be hidden in a static IP address, which was manually configured and conflicts with the current network, or incorrectly configured DNS servers that have stopped responding to queries. In most cases, restoring functionality takes 5 to 15 minutes and does not require in-depth knowledge of network architecture.

In this article, we'll walk you through a step-by-step process to restore your global network to working order. We'll cover both software solutions via the command line and Windows settings, as well as hardware aspects of your router. Understanding why your computer isn't accessing resources will help you avoid similar problems in the future.

⚠️ Attention: Operating system and router interfaces may vary depending on the software version. If you don't see the item described, search for a similar one or consult your equipment manufacturer's documentation.

Diagnosing the problem and checking the equipment

The first step should always be checking the physical network status and connection status on other devices. If there's no internet on all devices (smartphones, tablets, other laptops) connected to the same access point, the problem is guaranteed to lie with the provider or the router itself. In this case, troubleshooting a specific computer is pointless, as the gateway through which it should connect is itself unconnected.

Pay attention to the indicators on the router. Is the WAN or Internet light on? If it's off or red, this indicates a connection failure. However, if the internet works fine on the phone but not on the PC, the problem lies with the operating system configuration or the computer's network adapter. In this scenario, network adapter may not work correctly due to a driver failure or settings conflict.

Try a simple operation: turn off Wi-Fi on your computer and turn it back on. Sometimes this is enough to prompt you again. DHCP- lease (IP address lease) from the router. A complete reboot of the router is also effective: unplug the power cord, wait 10-15 seconds, and plug it back in. This clears the device's cache and resolves temporary connection errors.

📊 How does the Wi-Fi indicator behave on your PC?
It's on, but there's no internet.
Flashing constantly
It's yellow
It says "No connection"
Other

Reset network settings via command line

One of the most effective methods for troubleshooting software errors in Windows is resetting the TCP/IP stack and flushing the DNS cache. Often, the system accumulates invalid entries or processes responsible for data transfer freeze. To perform this procedure, you will need to launch the Command Prompt with administrator rights. Right-click the Start menu and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)".

In the window that opens, you must enter a series of commands sequentially, pressing Enter after each one. The first command ipconfig /flushdns Clears the DNS cache, which solves problems with opening websites by name. The second command netsh winsock reset Resets the Winsock socket directory, returning network settings to factory defaults. This is especially useful if the system has been modified by viruses or malfunctioning programs.

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

netsh winsock reset

netsh int ip reset

After executing all commands, the system will prompt you to restart your computer. Don't ignore this prompt, as the changes will only take effect after restarting the network service. If the "Wi-Fi is on but no internet" issue persists after rebooting, the cause lies deeper—perhaps in manual IP addressing settings or drivers.

Checking IP and DNS settings

A common cause of internet inaccessibility is a manually assigned static IP address that doesn't match the router's current subnet. For example, the router assigns addresses starting with 192.168.1.10, but the computer is hard-coded to 192.168.0.5. In this situation, the computer connects to the Wi-Fi network and receives permission from the router to connect, but doesn't know where to send requests because the gateway is unreachable.

To check and fix this, open "Network and Internet Settings" and go to "Change adapter settings." Find your wireless connection, right-click it, and select "Properties." In the list of protocols, find "Internet Protocol Version 4 (TCP/IPv4)," select it, and click "Properties." Make sure "Obtain an IP address automatically" and "Obtain DNS server address automatically" are checked.

If automatic address acquisition is already enabled but the internet isn't working, try entering public DNS servers from Google or Cloudflare. This often helps if your provider's DNS servers are slow or blocked. Enter the following values ​​in the preferred and alternate DNS fields:

  • 🌐 Google DNS: 8.8.8.8 and 8.4.4.4
  • 🌐 Cloudflare DNS: 1.1.1.1 and 1.0.0.1
  • 🌐 Yandex DNS: 77.88.8.8 and 77.88.8.1

After changing the settings, be sure to close all windows by clicking "OK" to apply the changes. Check the websites' accessibility. If the issue was due to DNS blocking by your provider or a local failure, access should be restored almost immediately.

☑️ Check IP settings

Completed: 0 / 1

Network adapter driver analysis

The software controlling the Wi-Fi module may be malfunctioning. Even if there are no yellow exclamation marks in Device Manager, the driver may be incompatible with the latest Windows updates or contain errors. Network driver — is an intermediary between the hardware and the operating system, and its incorrect operation leads to connection breaks or the inability to transfer data.

Go to "Device Manager" (you can find it in the Start search). Expand the "Network Adapters" branch. Find a device whose name includes "Wireless," "Wi-Fi," or "802.11," or brand names like Intel, Realtek, or Qualcomm. Right-click and select "Uninstall device." Don't worry, this won't permanently break your system: after a reboot, Windows will attempt to reinstall the driver automatically.

If automatic installation fails or the device disappears from the list, you'll need to download the latest driver from the official website of the laptop or motherboard manufacturer. It's best to do this in advance or from another device with network access and transfer the installer via USB. Outdated driver versions often don't support the new encryption standards used by modern routers.

⚠️ Attention: When uninstalling a driver in Device Manager, don't check "Delete the driver software for this device" if you're simply updating it. A complete uninstall is only necessary in the case of a complete system reinstall or a serious conflict.

The impact of antivirus and firewall

Third-party antivirus programs and the built-in Windows firewall may mistakenly block a network connection, deeming it unsafe. This often happens after updating virus signature databases or the antivirus program itself. If you recently installed a new antivirus or updated an old one, try temporarily disabling its protection and checking your internet connection.

It's also worth checking your firewall settings. Sometimes, after a Windows update, the network profile resets from "Private" to "Public," which imposes stricter restrictions on incoming and outgoing connections. Go to "Control Panel" → "Windows Defender Firewall" and check if your connection is being blocked.

In some cases, malware (viruses, miners) can change proxy server settings, redirecting your traffic through third-party nodes that are no longer functioning. Check your proxy settings in your browser and system. In Windows 10/11, this can be done through "Settings" → "Network & Internet" → "Proxy Server." Make sure the "Use a proxy server" switch is disabled unless you are using a corporate network or special services.

How to check if your antivirus is blocking your network?

Temporarily disable real-time protection in the antivirus interface. If the internet connection is restored, add your network to the exceptions list or change the antivirus mode to a less aggressive one. Don't forget to turn the protection back on!

Specifics of problems on Windows 10 and 11

Windows operating systems have a built-in self-diagnosis mechanism that's often overlooked. However, the latest versions (10 and 11) feature a more powerful tool: "Network Reset." It removes all installed network adapters and reinstalls them, as well as resets all network settings to their default values. This "heavy artillery" helps in 90% of software failures.

To reset your network, go to "Settings" → "Network & Internet." In Windows 10, the "Network reset" link is at the very bottom of the "Status" page. In Windows 11, the path is slightly different: "Advanced network settings" → "Network reset." Click "Reset now" and confirm. Your computer will restart in 5 minutes.

It's important to understand that after this procedure, you'll have to re-enter your Wi-Fi network password, as all saved profiles will be deleted. Virtual machine and VPN client settings may also be lost, so be sure to remember the necessary login information. This method is especially effective when other methods fail.

Comparison table of causes and solutions

To make diagnosis easier, we've compiled the main symptoms and their corresponding solutions into a single table. This will help you quickly navigate the wide variety of possible problems and choose the right course of action.

Symptom Probable cause Solution method
Status: "No Internet Access" Incorrect IP/DNS settings Reset TCP/IP, check for automatic IP acquisition
There is Internet on the phone, but not on the PC. Driver or antivirus blocking Reinstalling the driver, disabling the firewall
Websites won't open, but Skype works. DNS problem Set DNS to 8.8.8.8 and clear the DNS cache.
The connection keeps dropping. Adapter power saving Disable power saving in device properties
Error: "Failed to connect" Incorrect password or encryption type Forget the network, re-enter the password, check the security type (WPA2/WPA3)

If none of the above methods help, the problem may be hardware-related. This could be a faulty Wi-Fi module in your computer or an overheating router. In such cases, it's recommended to contact a specialist or try connecting your PC to the network via an Ethernet cable to rule out issues with the wireless module.

Frequently Asked Questions (FAQ)

Why is the yellow triangle on the Wi-Fi icon lit up?

A yellow triangle with an exclamation point means there's a physical connection to the router, but no data transfer to the internet. This confirms that the problem is either with the router settings (no connection to the ISP) or with your computer's IP addressing settings.

Can date and time affect internet access?

Yes, it can. If the date and time on your computer differ significantly from the actual date and time, errors occur when verifying websites' SSL security certificates. The browser blocks the connection, considering it insecure, and you see a connection error. Make sure the time is synchronized automatically.

Should I update my router firmware?

Updating your router's firmware often resolves connection stability and compatibility issues with new devices. However, it should be done carefully, downloading the file only from the manufacturer's official website and strictly following the instructions to avoid bricking your router.

What should I do if only rebooting the router helps?

If the internet connection only appears after rebooting the router and then disappears again after a while, this could indicate the device is overheating, the signal from the ISP is weak, or the router's memory is full. Try improving the router's ventilation or replacing it with a more powerful model.