Your WiFi says connected, the little icon looks fine, and then you see it: No internet, Secured error. So you are on the network, but nothing loads. I have hit this on my own Windows 11 PC more times than I can count, and the good news is that it is almost always a small software hiccup, not a dead adapter. In this guide, I’ll show you exactly how I fix the No internet Secured error, step by step, starting with the easy stuff.
Let’s fix it.
Quick answer
The “No internet, Secured” message means your PC joined the WiFi but cannot reach the internet. Fix it fast by disconnecting any VPN, then forgetting and reconnecting to the network. If that fails, reset your connection with these commands in an admin Command Prompt:
- ipconfig /release
- ipconfig /renew
- ipconfig /flushdns
Set IP assignment and DNS server assignment back to Automatic (DHCP), and restart your router. A full Network reset is the last resort.
What does “No internet, Secured” mean?
It is simpler than it sounds. Secured just means you connected to a password-protected WiFi network successfully. No internet means the connection stops at your router and never reaches the wider web.
So the WiFi part is working. The handshake between your PC and the internet is what broke. That usually points at an IP address problem, a DNS issue, a VPN getting in the way, or your router needing a reboot.
Why does the No internet Secured error happen
From what I have seen fixing this, a handful of causes cover almost every case:
- A VPN or its network driver is intercepting traffic and blocking it.
- Your PC grabbed a bad IP address from the router, or someone set a manual IP that no longer fits the network.
- The DNS server is wrong or unreachable, so names like google.com never resolve.
- The router is stuck and needs a restart.
- A recent Windows update left the network adapter driver in a confused state.
- Airplane mode or a power saving setting quietly switched the adapter off.
You do not need to guess which one it is. Just work down the list below and one of them will stick.
Step-by-step fixes (easy to advanced)
Try these in order. I put the quick wins first, so most of you will be back online before the halfway point.
1. Turn WiFi off and on, then reconnect
Start stupidly simple, because it works surprisingly often.
- Click the WiFi icon in the taskbar.
- Toggle WiFi off, wait five seconds, and turn it back on.
- Reconnect to your network.
Why it works: it forces your PC to redo the connection and ask the router for a fresh IP address. When to use it: always try this first. It takes ten seconds.

2. Disconnect your VPN
This is the one people miss, and in the video that inspired this guide it was a big part of the fix. If you have a VPN installed, like NordVPN, Proton, or any OpenVPN client, disconnect it completely.
- Open Settings > Network & internet > VPN.
- Disconnect any active VPN.
- If a VPN keeps auto-connecting, disable it or remove the connection for now.

Why it works: VPN software adds its own virtual network adapter. When it hangs, your real traffic gets trapped behind it. What to expect: the internet often springs back the second the VPN drops.
3. Restart your router and modem
If more than one device is offline, the problem is probably the router, not your PC.
- Unplug the router (and modem if separate) from power.
- Wait about 30 seconds.
- Plug it back in and let it fully boot, which can take a couple of minutes.
Why it works: routers run tiny computers that get stuck too. A reboot clears the jam and hands out fresh addresses. When to use it: whenever other phones or laptops also show no internet.
4. Run the Windows Network Troubleshooter
Windows can spot and fix a lot of this on its own.
On Windows 11, open Settings > System > Troubleshoot > Other troubleshooters, then run Network and Internet. On newer builds Microsoft moved this into the Get Help app, so if you do not see it, open Get Help and search for network troubleshooter.
On Windows 10, go to Settings > Update & Security > Troubleshoot > Additional troubleshooters > Internet Connections.
Why it works: it resets the adapter, checks services, and renews your IP automatically. What to expect: it either fixes it silently or tells you what is wrong.
5. Reset your connection with Command Prompt
This is my go to when the quick steps do not land. Right-click Start, open Terminal (Admin) or Command Prompt (Admin), and run these one at a time:
- ipconfig /release
- ipconfig /renew
- ipconfig /flushdns
- netsh winsock reset
- netsh int ip reset
Restart your PC after the last two.
Why it works: the first three drop your old address and pull a clean one, then clear the DNS cache. The two netsh commands rebuild the network stack that a bad update or app can corrupt. What to expect: a reboot, then a fresh, working connection.
6. Check IP and DNS are set to Automatic
A wrong manual IP or DNS will cause this every time. Let’s put them back to automatic.
- Go to Settings > Network & internet > Wi-Fi, then click your network name to open its properties.
- Find IP assignment and make sure it says Automatic (DHCP). If not, click Edit and set it to Automatic (DHCP).
- Do the same for DNS server assignment.


Optional DNS tip: if pages still will not load, set DNS to Manual and enter Google’s 8.8.8.8 and 8.8.4.4, or Cloudflare’s 1.1.1.1. I keep Cloudflare on my own machine because it is fast and reliable.
Why it works: it makes sure your router, not a stale setting, is handing out the right network details. When to use it: especially after moving between networks or changing routers.
7. Reinstall the network adapter driver
If this started right after a Windows update, the driver is the likely suspect.
- Right click Start and open Device Manager.
- Expand Network adapters.
- Right click your Wi-Fi adapter, choose Uninstall device, and confirm.
- Restart your PC.
Windows reinstalls the driver automatically on reboot. For a cleaner result, grab the latest WiFi driver from your laptop maker’s support site (Dell, HP, Lenovo, ASUS) or the chip maker, like Intel, and install that.
Why it works: it replaces a driver that an update left broken. What to expect: the WiFi icon may blink out for a moment during reinstall, which is normal.
Extra troubleshooting tips
A few smaller things worth checking if you are still stuck:
- Airplane mode: make sure it is off. It is easy to toggle by accident.
- Adapter power saving: in Device Manager, open your WiFi adapter’s Properties > Power Management, and untick Allow the computer to turn off this device to save power.
- Date and time: a wrong clock can break secure connections. Turn on Set time automatically in Settings > Time & language.
- Antivirus or firewall: third party security tools sometimes block traffic. Pause yours briefly to test.
- Try another band: if your router shows a 2.4GHz and a 5GHz network, connect to the other one and see if it behaves.
Quick tip: Test on your phone. If your phone has internet on the same WiFi, the problem is your PC. If the phone is also dead, restart the router first.
When to reset network settings
If nothing above worked, a full Network reset wipes every adapter and rebuilds your networking from scratch. It is powerful, so I save it for last.
- Go to Settings > Network & internet > Advanced network settings > Network reset.
- Click Reset now and confirm.
- Your PC restarts and reinstalls all network adapters.
Heads up: this removes saved WiFi passwords and any VPN setups, so you will reconnect and re enter them afterward. On Windows 10 the path is Settings > Network & Internet > Status > Network reset.
Why it works: it clears out every stubborn setting, driver quirk, and leftover VPN adapter in one move. It is the reliable reset button when you cannot pin down the cause.
Conclusion
The “No internet, Secured” error looks scary, but it rarely means anything is truly broken. Nine times out of ten it is a stuck VPN, a bad IP or DNS setting, or a router that needs a reboot. Work down the list, from the ten second WiFi toggle to the Command Prompt reset, and you will clear the No internet Secured message without any special tools.
If you fixed it, I would love to know which step did the trick for you. And if you are still stuck after a full network reset, it is worth calling your internet provider, since the fault may be on their end.
FAQs
It means your PC connected to a password protected WiFi network successfully, but it cannot reach the internet. The WiFi link works, yet traffic stops at your router. It usually points to an IP or DNS problem, a VPN, or a router that needs a restart.
Disconnect any VPN, then forget and reconnect to the network. If that fails, open Command Prompt as admin and run ipconfig /release, ipconfig /renew and ipconfig /flushdns. Set IP and DNS to Automatic (DHCP), restart your router, and use Network reset as a last resort.
Your device joined the WiFi, but something between it and the internet is broken. Common causes are a bad IP address, wrong DNS settings, a VPN blocking traffic, a stuck router, or a network driver that a Windows update left in a bad state.
Yes, often. VPN software adds its own virtual network adapter, and if it hangs or fails to connect, your real traffic gets stuck behind it. Disconnecting or removing the VPN frequently restores the internet right away.
Yes. A Network reset removes all saved WiFi networks and passwords, plus any VPN connections, and reinstalls your network adapters. You will need to reconnect to your WiFi and re enter passwords afterward, so use it only when other fixes fail.
For most home networks, leave DNS on Automatic (DHCP). If pages still will not load, set it to Manual and use Google DNS (8.8.8.8 and 8.8.4.4) or Cloudflare (1.1.1.1). These public servers are fast and reliable and often fix name resolution problems.
A recent update can break the WiFi driver. Open Device Manager, expand Network adapters, uninstall your Wi-Fi adapter, and restart to let Windows reinstall it. For a cleaner result, download the latest driver from your laptop maker or the chip maker, such as Intel.



