There’s something uniquely frustrating about this situation. You’re staring at your Windows 11 laptop, and the Wi-Fi icon says it’s connected. The signal is full bars. But there’s that little yellow triangle next to it, and the tooltip reads: “No internet, secured.”
Meanwhile, your phone is streaming YouTube on the same Wi-Fi. Your partner’s laptop is fine. The tablet in the other room is fine. It’s just your PC, sitting there, connected to the network but completely cut off from the internet.
If this sounds familiar, you’re dealing with a local network configuration issue on your PC — not a router problem. And it’s surprisingly common on Windows 11, especially after updates, driver changes, or if you’ve ever used a VPN.
Let’s fix it.
First: Make Sure It’s Really Just Your PC
Before diving into fixes, take 30 seconds to confirm the problem is isolated to your device:
- Test another device on the same Wi-Fi network. If your phone or another laptop can browse the internet, your router is fine.
- Try a different browser. Sometimes a browser cache issue can mimic a “no internet” problem. Open Edge (or whatever you don’t normally use) and try loading google.com.
- Disconnect from VPN. If you’re running NordVPN, ExpressVPN, Windscribe, or any VPN — disconnect it. VPNs create a virtual network adapter that can override your real connection.
If other devices work and you’ve ruled out VPN and browser issues, the problem is 100% on your PC. Keep reading.
Method 1: The Network Reset Commands (Fixes 70% of Cases)
This is the first thing to try because it resolves the majority of “connected but no internet” issues. We’re going to flush the DNS cache, release and renew your IP address, and reset the network stack.
Step 1: Click Start, type cmd, right-click Command Prompt, and select Run as administrator.
Step 2: Type each command below, pressing Enter after each one:
ipconfig /release
ipconfig /flushdns
ipconfig /renew
netsh winsock reset
netsh int ip reset
Step 3: Restart your PC. Not just sleep and wake — a full restart.
After it boots up, connect to Wi-Fi and check if internet is working.
What these commands actually do:
ipconfig /releasedrops your current IP addressipconfig /flushdnsclears out any corrupted DNS entries your PC has cachedipconfig /renewrequests a fresh IP address from your routernetsh winsock resetresets the Windows socket API (the layer that apps use to access the network)netsh int ip resetresets the TCP/IP stack to factory defaults
If this fixed your issue, you’re done. If not, move on.
Method 2: Disable IPv6
This fix sounds random, but it works more often than you’d expect. Windows 11 tries to use IPv6 by default, and some routers or ISPs don’t handle it well. When the IPv6 connection fails, Windows reports “no internet” even though IPv4 would work just fine.
Step 1: Press Win + R, type ncpa.cpl, press Enter. This opens your network connections.
Step 2: Right-click your Wi-Fi adapter and select Properties.
Step 3: In the list, uncheck the box next to Internet Protocol Version 6 (TCP/IPv6).
Step 4: Click OK. Disconnect and reconnect to Wi-Fi.
Try browsing. If it works, IPv6 was the problem. You can leave it disabled — the vast majority of websites and services work perfectly fine on IPv4.
Method 3: Change Your DNS Servers
Your PC gets DNS server addresses from your router by default. If those DNS servers are slow, unreliable, or misconfigured by your ISP, your PC can connect to Wi-Fi but fail to resolve any website names into IP addresses — which looks exactly like “no internet.”
Step 1: Open ncpa.cpl again (Win + R → ncpa.cpl → Enter).
Step 2: Right-click your Wi-Fi adapter → Properties.
Step 3: Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
Step 4: Select “Use the following DNS server addresses” and enter one of these:
| Provider | Primary DNS | Secondary DNS |
|---|---|---|
| Cloudflare | 1.1.1.1 | 1.0.0.1 |
| 8.8.8.8 | 8.8.4.4 | |
| Quad9 | 9.9.9.9 | 149.112.112.112 |
I usually go with Cloudflare’s 1.1.1.1 — it’s the fastest public DNS and they have a solid privacy policy. Google’s 8.8.8.8 is another reliable option.
Step 5: Click OK on both windows. Disconnect and reconnect to Wi-Fi.
Method 4: Disable Power Management for Wi-Fi Adapter
Windows has a habit of turning off your Wi-Fi adapter to save power. On laptops, this can randomly kill your internet connection, especially after waking from sleep.
Step 1: Press Win + X and select Device Manager.
Step 2: Expand Network adapters, find your Wi-Fi adapter (usually Intel, Realtek, or Qualcomm), and double-click it.
Step 3: Go to the Power Management tab.
Step 4: Uncheck “Allow the computer to turn off this device to save power.”
Step 5: Click OK and restart.
This is a common hidden cause on laptops. Microsoft acknowledges that power management settings can interfere with Wi-Fi stability.
Method 5: Reinstall the Wi-Fi Driver
If none of the above worked, your Wi-Fi driver might be corrupted — especially if the problem started after a Windows update.
Step 1: Open Device Manager (Win + X → Device Manager).
Step 2: Expand Network adapters.
Step 3: Right-click your Wi-Fi adapter and select Uninstall device. Check the box for “Attempt to remove the driver for this device” if it appears.
Step 4: Restart your PC. Windows will automatically detect and reinstall the Wi-Fi adapter with a fresh driver.
Step 5: Connect to Wi-Fi and test.
If you want a newer driver than what Windows provides, visit your laptop manufacturer’s support page (Dell, HP, Lenovo, ASUS) and download the latest Wi-Fi driver for your specific model.
Method 6: Full Network Reset (Nuclear Option)
This is the “start over” option. It removes all network adapters, wipes all Wi-Fi passwords, and resets every network setting to factory defaults. Only do this if nothing else has worked.
Step 1: Open Settings (Win + I).
Step 2: Go to Network & internet → Advanced network settings → Network reset.
Step 3: Click Reset now and confirm with Yes.
Step 4: Your PC will restart. After booting up, connect to your Wi-Fi network again (you’ll need to enter the password).
Heads up: You’ll need to reconnect to all your Wi-Fi networks, reconfigure VPN connections, and any custom network settings will be gone. Write down anything important before doing this.
Quick Diagnostic: “Is It My PC or My Router?”
Still not sure? Here’s a quick reference table to help you figure out where the problem actually is:
| Symptom | Problem Is | What To Do |
|---|---|---|
| No internet on ALL devices | Router or ISP | Restart router, contact ISP |
| No internet on ONE device only | That device’s config | Use methods above |
| Internet works in browser but apps say “no internet” | Windows NCSI misreporting | Google “NCSI Windows 11 fix” or restart PC |
| Wi-Fi keeps disconnecting randomly | Power management or driver | Method 4 and 5 above |
| “No internet” after waking from sleep | Power management | Method 4 above |
| “No internet” after Windows update | Driver conflict | Method 5 above |
Frequently Asked Questions
Why does only my Windows 11 PC say “No internet” while everything else works?
Because the problem is your PC’s local network stack — not the internet itself. The most common culprits are a corrupted DNS cache, a stale IP lease, IPv6 conflicts, or a Wi-Fi driver issue caused by a recent Windows update. Running the network reset commands (Method 1) clears out the most common ones.
What exactly does “No internet, secured” mean?
It means two things at once: “secured” means your PC successfully connected to the Wi-Fi router with WPA2/WPA3 encryption. “No internet” means the router isn’t routing internet traffic to your PC. Your PC can see the router, but the router isn’t giving it a working internet path. Usually a DNS or IP problem on the PC side.
I reset everything and it still doesn’t work. What now?
At this point, try connecting via Ethernet cable to rule out a Wi-Fi hardware problem. If Ethernet works but Wi-Fi doesn’t, the issue is your Wi-Fi adapter itself. Visit your laptop manufacturer’s support page, download the latest Wi-Fi driver for your exact model, and install it manually. In rare cases, the Wi-Fi card hardware may be failing.
Will a network reset delete my files or applications?
No. A network reset only affects network settings — saved Wi-Fi passwords, VPN configurations, and custom network adapter settings. It does not touch your files, applications, or anything else on your PC.
My laptop loses internet every time it wakes from sleep. Why?
Windows aggressively manages power on laptops to extend battery life. It sometimes shuts off the Wi-Fi adapter during sleep and doesn’t properly reinitialize it on wake. Disabling power management for the Wi-Fi adapter (Method 4) fixes this for most people.
Wrapping Up
When your Windows 11 PC shows “connected, no internet” while everything else on the same Wi-Fi works perfectly, the problem is always on the PC’s end. Start with the network reset commands — they fix the issue about 70% of the time. If that doesn’t work, disable IPv6 and change your DNS servers. For laptop-specific issues, turn off Wi-Fi power management. And if all else fails, a full network reset gives your PC a clean slate.
Don’t spend hours reinstalling Windows over this. It’s almost always a configuration issue, not a hardware one.
Last updated: February 2026 | Tested on Windows 11 23H2, 24H2 — Intel, Realtek, and Qualcomm Wi-Fi adapters