A situation where your laptop detects your home Wi-Fi network, successfully enters the password, and displays a connection icon, but websites won't open is one of the most frustrating in the IT world. You're seemingly "connected," but you have no real access to the internet. In Windows 10, this issue often appears as "No Internet Access" or "Limited," even though there's a physical connection to the router. This means the problem isn't with the antenna or radio module, but with software settings, IP address conflicts, or network protocol glitches.
Before you panic and take your equipment to a service center, you need to understand the nature of the problem network conflictsMost often, the operating system receives incorrect traffic routing data from the router. This can be caused by anything from a simple DHCP server hangup on the router to deeper issues in the Windows TCP/IP stack. Sometimes, the culprit is an antivirus program that has decided your home network is a potential threat and blocked all traffic.
In this article, we'll walk you through a series of steps, from simple reboots to advanced command line configurations. We won't use complex terms without explanation, and we'll describe each step in as much detail as possible. If you're experiencing a problem where your laptop detects Wi-Fi but won't connect to the internet, this article will help you get everything back up and running.
Primary diagnostics and equipment testing
Any troubleshooting procedure begins with ruling out hardware failures. If your laptop connected to Wi-Fi, but the pages aren't loading, the first thing you need to do is make sure the problem isn't with your ISP. It's possible the line is undergoing maintenance, or your balance has run out. Check the indicators on your router: if the WAN indicator (usually labeled Internet or with a globe icon) is lit or blinking, you're receiving a signal from your ISP.
It often happens that a router simply gets tired from the constant load and stops correctly assigning IP addresses to new devices, although old ones continue to work. In this case, a simple but effective reboot can help. Unplug the router, wait 15-20 seconds, and plug it back in. Wait for the router's system to fully boot up (usually 1-2 minutes) and try connecting again. This clears temporary errors in the device's memory.
It's also worth checking if the internet works on other devices. Take your smartphone and try accessing a website over the same Wi-Fi network. If the phone has internet access but the laptop doesn't, the problem is likely with Windows settings or the laptop's drivers. If there's no internet connection anywhere, call your ISP. Don't waste time digging through the registry if the problem is with your service provider.
⚠️ Attention: If you have a router provided by your ISP (for example, Rostelecom or MGTS), rebooting may take longer as the device re-authorizes with the operator's network. Do not begin setting up the laptop until the WAN indicator is solid.
In some cases, the issue may lie in the physical location. If the laptop is too far from the router or there are many concrete walls between them, the signal may be strong enough to establish a connection (handshake), but not strong enough to reliably transmit data packets. As a result, you may see a connection, but the browser times out. Try moving closer to the signal source to check.
Using the built-in troubleshooter
Windows 10 has a fairly powerful built-in diagnostic tool, which users often ignore, preferring manual methods. However, in cases where the laptop sees the network but has no internet access, an automated script can automatically flush the DNS cache or renew the IP address. To run it, go to Settings → Network & Internet → Status and click the "Troubleshoot" button.
The system will begin scanning your wireless network adapter. During the diagnostic process, it will check for the presence of valid IP address, the DNS settings are correct, and the default gateway is available. If the system detects that the address was obtained automatically but isn't working, it may attempt to reset the TCP/IP settings. This is a safe operation that won't delete your personal files but will return your network settings to factory defaults.
It's important to note that the diagnostic interface may have changed in new versions of Windows 10 (after the 2026-2026 updates). Microsoft regularly updates the network stack algorithms. If the standard path through Settings doesn't work, you can run diagnostics through the Control Panel: click Win + R, enter the command msdt.exe /id NetworkDiagnosticsNetworkAdapter and press Enter. This will launch the classic version of the troubleshooting wizard.
If the diagnostics report "Default Gateway Unreachable," this often indicates an IP address conflict on the local network. Another device may have occupied the address the router is attempting to assign to your laptop. In this case, automatic troubleshooting may fail, requiring manual intervention via the command line, which we'll discuss in the following sections.
Resetting network settings and command line
When simple methods fail, it's time to resort to the "heavy artillery"—resetting network protocols via the command line. This is the most effective way to eliminate software errors in the TCP/IP stack, which are often the cause of The laptop does not connect to the InternetTo do this, you'll need administrator rights. Right-click the Start button and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)".
In the window that opens, enter a series of commands sequentially. Each command must be completed by pressing Enter. Don't copy all the lines at once; execute them one by one, observing the results. First, reset Winsock, which is responsible for network interfaces:
netsh winsock reset
Then we reset the TCP/IP settings to factory defaults, which eliminates most of the protocol's logical errors:
netsh int ip reset
After this, you need to clear the DNS cache, as it may contain incorrect records of domain names that are blocking access:
ipconfig /flushdns
And finally, we update the IP address by forcibly requesting new settings from the router:
ipconfig /release
ipconfig /renew
After running all commands, be sure to restart your computer. Simply turning it off and on isn't enough; a full system reboot is required for the registry changes to take effect. This method helps 80% of the time when the problem is related to Windows software.
☑️ Network Reset Checklist
DNS Server Problems and Solutions
One of the most common reasons why a laptop detects Wi-Fi but won't load pages is incorrect DNS servers. DNS (Domain Name System) translates human-readable website addresses (like google.com) into server IP addresses. If your ISP provides its own DNS servers, and they're slow or error-prone, the internet will appear down, even though the connection is still there.
To fix this, you can set up reliable public DNS addresses from Google or Cloudflare. To do this, go to Control Panel → Network and Internet → Network and Sharing CenterClick on the name of your connection (Wireless Network), then select "Properties." Find the line "Internet Protocol Version 4 (TCP/IPv4)" in the list, select it, and click "Properties."
In the window that opens, select the option “Use the following DNS server addresses” and enter:
- 🌐 Preferred DNS server:
8.8.8.8(Google) - 🌐 Alternative DNS server:
8.8.4.4(Google) or1.1.1.1(Cloudflare)
After saving the settings, try opening your browser. If websites start loading, the issue was with your provider's DNS. This may also speed up website loading, as Google's servers often respond faster than standard servers.
⚠️ Attention: If you're using a corporate network or specialized traffic metering software (for example, in dorms or hotels), manually changing your DNS may completely block network access, as the gateway won't let you in without its own settings. In such cases, revert to automatic DNS retrieval.
It's also worth mentioning that antivirus software with the "Secure DNS" feature can intercept these settings. If you use Kaspersky, ESET or Avast, check their settings. Sometimes after updating your antivirus, its firewall starts to conflict with standard Windows protocols, blocking outgoing connections.
Updating and reinstalling Wi-Fi adapter drivers
A driver is the intermediary between the operating system and the hardware. If the Wi-Fi adapter driver is outdated, corrupted, or simply malfunctions after a Windows update, the laptop may lose its ability to transmit data, even while maintaining network visibility. Device Manager is your main tool here. Win + X and select "Device Manager".
Expand the "Network adapters" branch. Find the device whose name contains the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm AtherosRight-click on it and select "Uninstall device." Don't worry, it won't break your system. In the window that appears, if there's a checkbox next to "Delete the driver software for this device," it's best to uncheck it the first time. do not putso that Windows can try to restore the driver from its store.
After uninstalling, click "Action" → "Scan for hardware configuration" in the top menu. The system will redetect the adapter and attempt to install the driver. If this doesn't help, it's best to download the latest driver from the laptop manufacturer's official website (e.g. HP, Lenovo, Asus) from another device with internet access and install it manually.
What to do if the driver is not found?
If the adapter name in Device Manager shows "Unknown Device" with a yellow exclamation point, the driver is completely missing. You'll need to find your laptop model (on the sticker on the bottom) and download the WLAN/Wi-Fi driver for your version of Windows 10 from the manufacturer's website. Without this step, the wireless network won't work.
It's also important to check the adapter's power settings. In the Wi-Fi adapter's properties (in Device Manager), go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." Windows 10 often aggressively saves battery power by disabling the Wi-Fi module, which leads to connection drops.
IP address conflicts and router settings
Sometimes the problem isn't with the laptop, but with how the router assigns addresses. If your network has many devices, the DHCP address pool may be exhausted, or a conflict may arise when two devices are assigned the same IP address. In this case, one of them (your laptop) will see the network but won't be able to transmit data.
To resolve this, you can try manually entering a static IP address in the IPv4 settings (the same place where you changed the DNS). For example, if the router's address 192.168.0.1, try registering the IP on your laptop: 192.168.0.155, mask: 255.255.255.0, gateway: 192.168.0.1This will eliminate the possibility of address conflicts.
It’s also worth looking into the settings of the router itself (via a browser, the address is usually 192.168.0.1 or 192.168.1.1). Check if MAC address filtering is enabled. If your laptop is accidentally blacklisted, it will connect to Wi-Fi (the password is correct), but the router will block its internet access.
| Parameter | Value for DHCP (Auto) | Example of a static IP | Meaning |
|---|---|---|---|
| IP address | Receive automatically | 192.168.1.150 | A unique address on the network |
| Subnet mask | Receive automatically | 255.255.255.0 | Standard for home networks |
| Main gateway | Receive automatically | 192.168.1.1 | Router address |
| DNS server 1 | Receive automatically | 8.8.8.8 | Google DNS |
The table shows example settings. Please note that the third octet of the address (in the example it is 1 V 192.168.1.1) must match the address of your router. Some providers (for example, Rostelecom) is used by default 192.168.0.1, at TP-Link often 192.168.1.1, and at Asus — 192.168.50.1Check this on the sticker under the router.
The impact of antiviruses and firewalls
Third-party antivirus programs often have their own firewalls, which can be configured too aggressively. After updating their virus databases or the program itself, the antivirus may start treating your home network as "Public," limiting visibility and access. Try temporarily disabling the antivirus (usually by right-clicking the tray icon → Pause Protection) and checking your internet connection.
If the internet connection returns after disabling the antivirus, the problem is with its settings. Don't leave your computer unprotected for long periods of time. Go to your antivirus's firewall settings and find your network profile. Change it from "Public" to "Home" or "Trusted." This will allow full network access.
Also check the built-in Windows firewall. Click Win + R, enter control firewall.cplClick "Turn firewall on or off." Try temporarily disabling it for your private network. If this helps, it means some rules are blocking the connection. However, most often, third-party security solutions are the culprit.
⚠️ Attention: Disabling your antivirus and firewall is a temporary diagnostic measure. Avoid browsing the internet with your protection disabled for extended periods of time, especially when downloading files or visiting unknown websites.
In rare cases, a network virus or miner can take up the entire bandwidth or change proxy settings. Check your system with this utility. Dr.Web CureIt! or MalwarebytesAlso, make sure that a proxy server is not enabled in your browser: Settings → Network & Internet → ProxyThe "Use proxy server" slider should be disabled unless you are using dedicated corporate networks.
Frequently Asked Questions (FAQ)
Why does my laptop say "Connected, no internet access"?
This message means there's a physical connection to the router (Wi-Fi signal is detected, password accepted), but the router can't transmit data further to the global network. Most often, this is due to a DNS failure, the ISP's payment has expired, or the router's DHCP server is frozen.
Can date and time affect Wi-Fi connection?
Yes, it can. If the system's date and time are incorrect, websites' security certificates (SSL/TLS) will not be verified, and the browser will block the connection. Make sure the current time and the correct time zone are set in the lower right corner of the screen.
What should I do if I lose my internet connection after updating Windows 10?
Updates often break old drivers. Go to Device Manager, find your Wi-Fi adapter, and select "Properties" → "Roll Back Driver" (if the button is enabled). If not, uninstall the device and reboot, or install the driver manually from the manufacturer's website.
Will resetting the router to factory settings help?
Resetting the router (using the Reset button on the back) will return it to its out-of-the-box state. This will resolve the issue if the router's internal settings have become corrupted. However, you'll have to reconfigure your connection to your ISP (PPPoE login/password or connection type), so only do this if you're confident in what you're doing or have your ISP contract handy.