A laptop or PC that can see the home network but can't load a single page is one of the most frustrating situations for users. The Wi-Fi indicator is on, the connection is established, but a yellow triangle with an exclamation point or the "No internet access" status block the connection. The problem could be a software glitch in the operating system, or a physical fault with the router or ISP.
Before you panic or take your equipment to a service center, it's worth running a basic diagnostic. Often DNS error A simple reboot or reset of the network settings resolves the issue in a couple of minutes. In other cases, the culprit is an antivirus or an outdated network adapter driver.
In this article, we'll walk you through the process, from simple to complex, so you can restore internet access on your own. We'll cover TCP/IP protocol settings, command line operations, and router configuration checks without unnecessary technical complexity.
Initial diagnostics of equipment and provider
You should start by ruling out external factors beyond your computer's control. If the internet is down on all devices in the house (smartphones, tablets, TVs), the problem is 99% with your ISP or the router itself. In this case, messing around with Windows settings is pointless.
Check your router's indicator lights. If the indicator is lit or flashing, WAN (often labeled "Internet" or with a globe icon), this means the physical ISP cable is connected. If this indicator is off or red, check the cable's connection to the port. Sometimes, simply reconnecting the plug is enough.
⚠️ Important: If you use services under a fixed-fee contract, check your account balance. Providers often block access when your balance is zero, leaving only your personal account or certain portals accessible.
It's also important to check if the internet works on other devices. If websites open on your phone via Wi-Fi but not on your computer, the problem is localized to your PC. If there's no internet connection anywhere, try rebooting the router by unplugging it for 10-15 seconds.
Using the built-in troubleshooter
The Windows operating system has a built-in diagnostic tool that automatically checks the network adapter's status and attempts to fix common errors. This is the first software step you should take before attempting manual configuration.
To run diagnostics, right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will run a scan and may suggest resetting the adapter or adjusting DNS settings. In some cases, this resolves the issue immediately.
- 🛠️ The system will automatically detect if the network adapter is disabled by software and enable it.
- 🔄 The DNS cache will be flushed and the IP address will be updated if possible.
- 📡 Check for problems with device drivers.
However, don't rely entirely on automatic fixes. The built-in wizard often reports "Failed to fix" but provides a hint about the nature of the error, such as "The default gateway is unavailable." This information is critical for further action.
Reset network settings and TCP/IP protocol
The most common cause of the "No Internet Access" status is an IP address conflict or corruption of the TCP/IP protocol stack. Resetting these settings returns them to factory defaults, eliminating software errors.
To perform a reset, you need to open the command prompt with administrator rights. Click Win + X and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)". In the window that opens, you'll need to enter a series of commands.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Press Enter after entering each command. Command netsh winsock reset resets the Winsock sockets directory, and netsh int ip reset Rewrites the registry keys responsible for TCP/IP. Subsequent commands release the current IP address, request a new one from the router, and clear the DNS cache.
☑️ Network reset algorithm
After completing all the steps, be sure to restart your computer. Without a restart, changes to the registry and network stack may not take full effect. If the issue persists after a restart, proceed to manual IP configuration.
Manually configuring IP address and DNS servers
Sometimes the router can't assign an address automatically (DHCP), or the provider requires the use of specific DNS servers. In this case, static values must be specified. Most often, this problem is resolved by replacing the DNS with public servers from Google or Cloudflare.
Open Settings → Network & Internet → Change adapter settings (or run the command ncpa.cpl). Find your wireless connection, right-click and select "Properties". In the list, find the line Internet Protocol version 4 (TCP/IPv4) and click "Properties".
| Parameter | Google DNS | Cloudflare DNS | Yandex DNS |
|---|---|---|---|
| Preferred DNS | 8.8.8.8 | 1.1.1.1 | 77.88.8.8 |
| Alternative DNS | 8.8.4.4 | 1.0.0.1 | 77.88.8.1 |
| Response speed | High | Very high | High (RF) |
Select "Use the following DNS server addresses" and enter the values from the table above. For example, Google's servers (8.8.8.8) are the standard for reliability. If you entered other numbers, changing them often resolves the issue of accessing websites while Wi-Fi is working.
⚠️ Important: Do not change the IP address and subnet mask settings unless you know the exact values for your local network. An error in the default gateway will completely disconnect you from the router. Only change the DNS.
It's also worth checking that the "Obtain an IP address automatically" box isn't checked. Most home networks should be set to automatic. A static IP is rarely needed, only in specific corporate networks or if your provider has special requirements.
Updating and reinstalling Wi-Fi adapter drivers
Outdated, corrupted, or malfunctioning drivers are a common cause of unstable wireless module operation. Even if the device is detected by the system, it may malfunction, preventing data transfer.
Go to Device Manager (click Win + X and select the appropriate item). Expand the "Network adapters" branch. Find the device with a name containing Wireless, Wi-Fi, 802.11 or brand names like Realtek, Intel, Qualcomm.
- 📥 Try right-clicking and selecting "Update driver" → "Search automatically".
- 🗑️ If this doesn't help, select "Uninstall device," then click "Action" → "Scan for hardware changes" in the top menu. Windows will attempt to install the driver again.
- 💾 The best option is to download the latest driver from the laptop or motherboard manufacturer's website on another device and install it manually.
Check the "Power Management" tab in the adapter's properties. There may be a checkbox next to "Allow the computer to turn off this device to save power." Uncheck this box, as Windows may not correctly "wake up" the adapter, which leads to a loss of connection.
What to do if the driver is not found?
If Windows can't find the driver automatically and there's no download from the manufacturer's website, you can use a driver pack, but only from trusted sources, such as Snappy Driver Installer Origin. However, it's best to use official software.
The impact of antiviruses and firewalls
Third-party antivirus suites often have a built-in firewall that can block network connections, deeming them suspicious. This is especially true after updating the virus databases or the antivirus itself.
Try temporarily disabling your antivirus protection. If the internet connection returns after this, the problem lies with your firewall settings. In this case, you should reinstall the antivirus or reset its network settings to "Home" or "Public" (depending on your situation).
Also check the built-in Windows firewall. Click Win + R, enter firewall.cpl and select "Restore Defaults." This will reset any blocking rules that may have been created in error.
Resetting the router and checking the MAC filter
If all computer methods fail, your device may have been blocked by the router. This can occur due to a full DHCP table or MAC address filtering being enabled.
Log into your router's web interface (usually 192.168.0.1 or 192.168.1.1). Check the "Wireless" or "Wi-Fi" section. Make sure MAC address filtering isn't enabled. If it is, either disable it or add your computer's MAC address to the list of allowed MAC addresses.
The most radical, but often effective method is a full reset of the router. There's a button on the back panel. Reset (often recessed into the case). Press it with a paperclip for 10-15 seconds until the lights blink. The router will reset to factory settings, and you'll have to reconfigure your connection to your ISP.
⚠️ Warning: A full router reset will erase all your settings, including your Wi-Fi login and password, as well as your ISP connection settings (PPPoE, L2TP, etc.). Make sure you have your ISP login information before performing a reset.
After the reset, the router will function as new. You'll need to connect the ISP cable to the WAN port and complete the initial setup using the quick setup wizard, which will open automatically in your browser.
Frequently Asked Questions (FAQ)
Why does it say "No Internet access" even though there is Wi-Fi?
This means there's a physical connection between the computer and the router, but the router isn't connected to the global network. The issue could be with the ISP's cable, the computer's DNS settings, or a blocking issue by the ISP.
How do I know if the problem is with my computer or my router?
Check other devices. If the phone's internet connection works via the same Wi-Fi, then the problem lies with your computer settings. If it doesn't work anywhere, reboot your router or call your ISP.
Can date and time affect internet access?
Yes, if the date on your computer is significantly different from the actual date (for example, 2010), browsers will be unable to establish secure HTTPS connections due to a security certificate error. Check your system time.
What to do if even a network reset doesn’t help?
Try connecting to the router via a LAN cable. If you can connect via the cable, the laptop's Wi-Fi module may be faulty or there's significant interference. You should also check your driver versions.