When network access disappears on a laptop or desktop PC, while Wi-Fi continues to function flawlessly on a smartphone or tablet, it's understandable that users are perplexed. You see an active connection, the network icon shows a full signal, but no browser or program can load data. This is a classic symptom of a desynchronized operating system's network settings. Windows 10 and router.
Most often, the problem isn't a physical cable break or a provider outage, as other devices in the house are working reliably. The culprits are usually software conflicts, outdated network card drivers, or DNS server failures. Diagnostics should begin with a software analysis, as hardware failures in this context are much less common.
Restoring access will require a series of steps, from simple checks to extensive system configuration. Don't panic or rush into reinstalling the operating system. In most cases, a proper network reset or refresh of the IP address configuration is sufficient to resolve the error.
Primary diagnostics and status check
Before proceeding with complex manipulations, you need to ensure that the connection status is displayed correctly. Sometimes the system shows network availability, but no actual data transfer occurs due to a frozen network management service. Settings → Network & Internet → Status and check if the "No Internet access" status is still on.
It's also worth checking if the internet is working on other devices connected to the same access point. If websites aren't loading anywhere, the problem may be with your ISP, even if the router's lights are on. However, if the phones are working properly, the focus shifts solely to Windows configuration.
It's important to distinguish between a complete loss of connection and problems with specific websites. If you're only unable to access social media or messaging apps, this may indicate a block by your ISP or DNS issues, rather than a physical connection failure.
⚠️ Note: If the Wi-Fi icon has a yellow exclamation point, it almost always means an IP conflict or incorrect DNS settings, not a lack of signal.
Using the built-in troubleshooter
operating system Windows 10 The system is equipped with a fairly powerful built-in diagnostic module that can automatically detect and fix a number of common errors. You can launch it by right-clicking the network icon in the system tray and selecting "Troubleshoot."
The system will scan the adapter, check for a default gateway, and attempt to reset the network stack. This tool is often helpful if the settings have become corrupted. TCP/IP protocol or temporary service conflicts have arisen.
However, don't rely on automatic fixes 100% of the time. If the diagnostic wizard reports that the problem is not found or cannot be fixed automatically, this is a signal to manually adjust the settings.
Resetting network settings and command line
The most effective way to resolve the "no internet connection" issue is to completely reset your network settings via the command prompt. This clears the DNS cache, resets Winsock, and renews the IP address lease. First, open the command prompt as administrator.
Enter the following commands sequentially, pressing Enter after each line. This will force a refresh of all key network components on your system:
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After executing the last command, the system will require a reboot. Reboot In this case, it is mandatory, since changes in the registry and network drivers take effect only after restarting the services.
☑️ Network Reset Checklist
What does the netsh winsock reset command do?
This command resets the Winsock directory to its default state. Winsock is a software interface that allows Windows applications to access network services. Its corruption often results in internet connection loss, even if there is a physical connection.
Updating and reinstalling network card drivers
A common cause of unstable Wi-Fi on a PC is outdated or corrupted drivers. Even if a device appears correctly in Device Manager, this doesn't guarantee it will work correctly with the latest Windows updates.
Go to device Manager, find the "Network adapters" section, and select your Wi-Fi module. Try selecting "Uninstall device" after checking "Delete the driver software for this device." After uninstalling, click "Scan for hardware changes" or simply restart your computer—the system will attempt to reinstall the driver.
If automatic installation doesn't help, we recommend visiting your laptop or motherboard manufacturer's website and downloading the latest driver manually. Pay special attention to the driver's compatibility with your version. Windows 10.
⚠️ Important: When uninstalling drivers, make sure you have an alternative internet connection (for example, via a USB modem or smartphone) to download the necessary files if the automatic search does not work.
Setting up DNS and a static IP address
Sometimes your ISP or router incorrectly assigns DNS server addresses, making it impossible to open websites even with a working connection. In this case, registering reliable public DNS addresses, such as those from Google or Cloudflare, can help.
To do this, go to Control Panel → Network and Internet → Network and Sharing Center, select your connection, click "Properties" and find Internet Protocol version 4 (TCP/IPv4)In the properties, select "Use the following DNS server addresses".
| Service | Preferred DNS | Alternative DNS | Response speed |
|---|---|---|---|
| Google Public DNS | 8.8.8.8 | 8.8.4.4 | High |
| Cloudflare | 1.1.1.1 | 1.0.0.1 | Very high |
| OpenDNS | 208.67.222.222 | 208.67.220.220 | Average |
| Quad9 (Safe) | 9.9.9.9 | 149.112.112.112 | High |
Using static DNS often solves the problem when pages load slowly or do not open at all, although ping The connection to the gateway is successful. This is especially relevant for users whose providers are experiencing issues with their own name servers.
Reset TCP/IP settings and power saving
Windows 10 has a power-saving feature that can disable the Wi-Fi adapter to conserve battery power, after which it doesn't resume properly. This is a common cause of internet connection "disappearing" on its own.
In Device Manager, go to the "Power Management" tab for your network adapter. Uncheck "Allow the computer to turn off this device to save power." This will force the system to keep the adapter active at all times.
It's also worth checking your IPv6 protocol settings. In some cases, especially on older routers or with certain providers, attempting to use IPv6 can cause the connection to freeze. Try unchecking the box. Internet Protocol version 6 (TCP/IPv6) in the connection properties.
⚠️ Note: Router interfaces and provider settings may differ. If you changed LAN/WAN settings manually, make sure the DHCP address range does not conflict with the static IP you are trying to set.
Drastic Measures: Network Reset in Windows 10
If none of the above methods help, the only option left is to perform a full network reset. This will remove all installed network adapters and reset all network settings to factory defaults.
Find this option in the menu Settings → Network & Internet → Status → Network resetThe system will warn you about a reboot in 5 minutes. After turning on, the computer will appear as if you just installed Windows.
You'll need to re-enter your Wi-Fi network password. This method is effective in 95% of software crashes, as it completely rebuilds the operating system's network stack, eliminating deep registry errors.
Why did the Internet disappear after a Windows update?
Operating system updates often include new driver versions or change security settings. If a new driver conflicts with your hardware or antivirus software, the connection may be lost. In this case, rolling back the driver or uninstalling the latest update may resolve the issue.
Can a virus block the Internet on a PC?
Yes, some malware changes hosts, proxy, or DNS settings to redirect your traffic or block access to antivirus databases. Scanning your system with an up-to-date antivirus scanner is essential if other methods fail.
What should I do if Wi-Fi only doesn't work in my browser?
If Skype or torrents download, but pages don't load, the problem is with your proxy settings. Check your browser and system settings (Settings → Network & Internet → Proxy) to make sure "Use a proxy server" is disabled, unless you're specifically using one.