Fix 'No Internet, Secured' on Windows 11
Wi-Fi says 'No Internet, secured' on Windows 11? You're connected but something blocks the internet. Forget the network, reset TCP/IP, and more fixes here.

“No Internet, secured” on Windows 11 is a confusing message because both halves are true at once: “secured” means you really did join the Wi-Fi, and “no internet” means the connection dies somewhere past the router. The radio link is fine, so the fix is almost always in the IP, DNS, or driver plumbing — start by forgetting the network, then reset the network stack.
What the message means
It tells you the Wi-Fi password and encryption worked, so you are genuinely on the network, but Windows’ check for a route to the wider internet failed. That points away from the signal and toward a local fault: a bad IP lease, DNS, a stale driver, or a VPN that left things half-configured. Knowing that saves you from rebooting the router ten times when the problem is on the PC.
| Fix | How | Use when |
|---|---|---|
| Forget & rejoin | Wi-Fi > Manage known networks > Forget | First move, fixes a bad lease |
| Reset the network stack | netsh winsock reset, then reboot | Nothing connects properly |
| Update Wi-Fi driver | Device Manager > Network adapters | Started after an update |
| Network reset | Settings > Advanced network settings | Last resort |
Forget the network, then reset the stack
Open Settings, Network & internet, Wi-Fi, Manage known networks, pick the network, and choose Forget; reconnect with the password. Toggle Airplane mode on and off to re-init the radio, and run the Network and Internet troubleshooter under Settings, System, Troubleshoot, Other troubleshooters. If it persists, open an elevated terminal and run netsh winsock reset, netsh int ip reset, ipconfig /release, ipconfig /renew, and ipconfig /flushdns, then reboot. That clears a stale IP and DNS state, which is the most common cause.
Driver, power, and a full reset
If resets do not hold, the adapter driver or its power setting is suspect. In Device Manager, open Network adapters and update the Wi-Fi adapter’s driver, or uninstall it and reboot to let Windows reinstall. On the adapter’s Properties, open the Power Management tab and uncheck “Allow the computer to turn off this device to save power,” which stops the adapter dropping offline. As a last resort, Settings, Network & internet, Advanced network settings, Network reset reinstalls every adapter — note it wipes saved Wi-Fi, VPNs, and custom DNS. If the trouble is really per-site rather than the whole connection, ERR_CONNECTION_RESET fits better, and if Wi-Fi keeps dropping instead of showing no internet, see Wi-Fi that keeps disconnecting.
Work from forget-and-rejoin to a stack reset before touching the router, since the “secured” half already tells you the Wi-Fi itself is fine. Most cases clear at the ipconfig and Winsock step. If the same network also fails on your phone, that points back at the router — see Android won’t connect to Wi-Fi.
Common questions
Why does only my PC say “No Internet, secured”?
Because the network is fine and the fault is local to that machine — its IP or DNS stack, Wi-Fi driver, or a VPN or proxy setting. Start with ipconfig /flushdns and a Winsock reset rather than rebooting the router.
Can a VPN cause “No Internet, secured”?
Yes. A crashed or half-closed VPN can leave a broken virtual adapter or bad DNS and proxy settings behind. Fully exit the VPN client, run netsh winsock reset, and reboot; you may need to reinstall the VPN afterward.
It started right after a Windows update — why?
A Windows 11 update can replace the Wi-Fi driver or reset network settings. Roll back or reinstall the adapter driver in Device Manager, and run a Network reset if it still will not connect.
Ethernet works but Wi-Fi shows the error — what does that tell me?
That your internet line is fine and the problem is the wireless adapter or its driver and power settings. Update the Wi-Fi driver and uncheck its power-management box.