The situation when you successfully enter the password, see the wireless network icon, but the browser stubbornly says "No Internet access" is familiar to every user. Windows 10This condition often causes confusion, as the system claims a connection has been established, but no data is actually transferred. The problem could be a software glitch in the operating system, a hardware conflict, or an issue with the provider's settings.
The first thing to do is not to panic and carry out basic diagnostics. Often network settings failure This occurs after an incorrect driver update or a sudden power outage, when the router hasn't had time to complete its internal processes. In some cases, the culprit is the provider itself, performing maintenance on the line, which is rarely warned about in advance.
Your next steps depend on whether you see a yellow triangle on the network icon or a red "No Internet Access" message. In the former case, the IP address has been obtained, but the gateway isn't responding; in the latter case, the device can't properly connect to the router at all. We'll cover all the steps to restore connectivity, from simple reboots to in-depth configuration. TCP/IP.
Primary diagnostics and equipment testing
Before delving into the depths of your operating system settings, it's important to rule out trivial physical causes. Make sure the router's lights are flashing normally and the ISP cable is securely plugged into the port. WAN or InternetSometimes it's enough to simply unplug the router's power cord, wait 10-15 seconds, and plug it back in—this clears the device's memory cache.
It's also worth checking if the internet is working on other devices. If your smartphone also can't access the internet via the same Wi-Fi network, the problem is 99% with your router or ISP, not your laptop. In that case, you'll need to check the settings. Windows It's useless, it's better to call technical support or check your account balance.
⚠️ Important: If you're using a 3G/4G modem or satellite internet, make sure your SIM card isn't out of data or your plan hasn't expired. Often, a lack of internet service is caused by the operator blocking the service.
It is important to check whether the router has Airplane Mode or parental controls enabled, which may block access to a specific device. MAC addressIf other devices work fine, but the problem only occurs on one PC, then the issue lies with the configuration of that specific machine.
Using the built-in diagnostic tool
Windows 10 has a fairly powerful built-in self-diagnostic tool, which users often ignore in favor of more complex solutions. To launch it, right-click the network icon in the system tray and select "Troubleshoot." The system will automatically check the network card status, the IP address, and the availability of DNS servers.
During the scan, the operating system may prompt you to reset the network adapter settings or update the configuration. Accept all suggested actions, as they are safe and often resolve protocol errors. DHCPIf the diagnostic returns an error code, write it down—this will help you find the exact solution in the Microsoft Knowledge Base.
Sometimes the built-in wizard can't fix the problem automatically, but it will point to a specific component, such as "Default gateway unreachable." This means the computer can't see the router, even though there's a physical connection. In such cases, manually resetting the protocol stack via the command line helps, which we'll discuss in the following sections.
Reset network settings via command line
When the graphical interface fails, the command line comes to the rescue. This method allows you to clear the DNS cache, reset Winsock, and renew IP addressing, which resolves most software conflicts. To begin, open a terminal with administrator privileges: press Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)".
In the window that opens, you need to enter a series of commands sequentially by pressing Enter after each one. These commands will force a refresh of the network configurations and remove accumulated errors:
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After running the last command, the system will prompt you to restart your computer. Don't skip this step, as changes to the registry and drivers only take effect after a restart. Often, it's reset Winsock Restores network access when the driver is stuck in an invalid state.
☑️ CMD procedure
If the problem persists after a reboot, check to see if any static IP addresses are configured that conflict with the router's current network. We'll cover this in more detail in the section on IPv4 protocol settings.
Updating and reinstalling Wi-Fi adapter drivers
A driver is an intermediary between the hardware and the operating system. If it's outdated, damaged, or not working correctly after an update, Windows, network access may be lost, even if the indicator shows a connection. Go to device Manager through the Start menu (right-click) and find the "Network adapters" section.
Find your wireless adapter (usually it has the words Wireless, 802.11 or a brand like Realtek, Intel, Qualcomm). Right-click and select "Uninstall device." Don't worry, the system will attempt to reinstall the driver automatically after rebooting. If you can download the latest driver from the laptop manufacturer's official website on another device, do so and install it manually.
⚠️ Note: When uninstalling the driver, the confirmation window may show a checkbox labeled "Delete the driver software for this device." If you plan to install the driver manually, check it. If you're hoping for Windows to install automatically, leave it blank.
Also, in the adapter properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power." Windows 10 tends to disable the Wi-Fi module in the background, which leads to unstable performance and connection interruptions.
What to do if the driver is not found?
If there is a yellow exclamation mark in the Device Manager and the driver does not install, try finding the device by hardware ID (Details tab -> Hardware ID) and downloading the driver from the chipset manufacturer's website, not the laptop's.
Configuring TCP/IP and DNS protocols
A common cause of internet downtime is faulty DNS servers. Your computer is connected to the router but can't resolve a website name (e.g., google.com) to an IP address. This can be resolved by setting up reliable public DNS servers from Google or Cloudflare. Go to Control Panel → Network and Internet → Network and Sharing Center.
Click on the name of your Wi-Fi connection, then click "Properties." Find "Internet Protocol Version 4 (TCP/IPv4)" in the list, select it, and click "Properties" again. Select "Use the following DNS server addresses" and enter:
- 🌐 Preferred DNS:
8.8.8.8 - 🌐 Alternative DNS:
8.8.4.4
After saving the settings, be sure to clear the DNS cache with the command ipconfig /flushdns in the command line. Also, make sure the "Obtain an IP address automatically" box is checked in the same window, unless your ISP requires specific static settings.
In some cases, antiviruses or firewalls may block a network connection, deeming it suspicious. Try temporarily disabling your third-party antivirus and checking access. If internet access is restored, add your network connection to your security software's exceptions.
Table of main error codes and solutions
During diagnostics, you may encounter various error messages. Below is a table to help you understand the nature of the problem and choose the correct course of action.
| Error Code/Message | Probable cause | Solution method |
|---|---|---|
| Unidentified network | DHCP or driver issues | Reset TCP/IP, check drivers |
| Limited | Incorrect password or router settings | Forget the network, check the MAC filter |
| DNS_PROBE_FINISHED_NO_INTERNET | DNS servers unavailable | Set up static DNS (8.8.8.8) |
| The default gateway is not available. | IP conflict or router failure | Rebooting the router, resetting the network |
Please note that error codes may vary depending on your browser version and security updates. WindowsThe main thing is to understand the gist: if the error is related to DNS, change servers; if it's related to the gateway, check the router.
Resetting the network through Windows 10 settings
If none of the above methods help, the only option left is a full network reset. This function returns all network settings to factory defaults, deletes saved Wi-Fi profiles, and reinstalls network adapters. You can find this option at: Start → Parameters (gear) → Network and Internet → State.
At the very bottom of the page, you'll see a link labeled "Network Reset." Click it, then click "Reset Now." The computer will warn you that it will reboot in 5 minutes. Don't turn off the power during this time; let the system complete the process.
⚠️ Note: After resetting your network, you will need to re-enter the passwords for all Wi-Fi networks you previously connected to. Make sure you remember the password for your home network.
This method is especially effective after major updates. Windows 10 (e.g. upgrading from 1903 to 21H2) where old configuration files may conflict with new system libraries.
What if resetting the network didn't help?
If even a hard reset doesn't solve the problem, Windows system files may be corrupted. Run the sfc /scannow command in an elevated command prompt to check the system's integrity.
Frequently Asked Questions (FAQ)
Why is there internet on my phone but not on my computer?
This indicates a local issue with the PC. Most likely, the DNS settings are corrupted, the Wi-Fi adapter driver is outdated, or the antivirus is blocking the connection. The router or ISP are not to blame.
Can a virus block internet access?
Yes, some types of malware (miners, Trojans) can change proxy settings or the hosts file, redirecting or blocking traffic. Scan your system with an antivirus.
Do I need to change the Wi-Fi channel on my router?
If there are many neighboring networks nearby, they may cause interference. Changing the channel in your router settings (for example, to 1, 6, or 11) can improve connection stability, although this usually affects speed rather than access itself.
How often should I update my Wi-Fi drivers?
You should only specifically search for updates if you encounter problems. However, if you've updated to a new version of Windows 10, checking your laptop manufacturer's website for new drivers is a good idea.
What should I do if my Wi-Fi adapter disappears after resetting my network?
If the adapter disappears from Device Manager, try removing the laptop battery (if it's removable) for 5 minutes or completely powering off the PC. If that doesn't help, the adapter may be physically damaged.