"No Internet, secured" means your laptop successfully connected to your Wi-Fi network (the "secured" part confirms the password worked), but it cannot pass traffic through to the internet. The usual causes are a bad IP address, a DNS problem, a stuck router, an outdated network driver, or a VPN. Most cases are fixed by renewing the IP address and restarting the router.
Why this happens
This is a Windows status message. It is telling you two separate facts: the connection to the router is encrypted and authenticated, but there is no working path to the internet beyond it.
- IP address problem: Your laptop did not get a valid address from the router, or it grabbed a conflicting one.
- DNS failure: The laptop cannot translate website names into addresses, so pages will not load even though the link is up.
- Router or modem issue: The router is up but has lost its own connection to the internet, or its DHCP service is stuck.
- Outdated or glitchy network driver: A bad Wi-Fi driver, especially after a Windows update, is a frequent cause.
- VPN or firewall: A VPN client or security software can block traffic and trigger this state.
- Power management: Windows may be putting the Wi-Fi adapter to sleep to save power.
Is this normal?
Seeing it briefly after waking from sleep or right after connecting is common and usually clears in a few seconds. If it stays that way, or happens repeatedly, there is a real configuration or hardware issue to fix.
Does it cause any problems?
Yes, it simply means you have no internet on that device. It does not damage anything, but nothing online will work until the underlying IP, DNS, or driver issue is resolved.
How to fix or check it
- Check other devices first: If your phone and other devices also have no internet, the problem is the router or your provider, not the laptop. Restart the modem and router (unplug for 30 seconds, plug back in).
- Forget and reconnect: In Windows Wi-Fi settings, forget the network, then reconnect and re-enter the password.
- Renew the IP address (Windows): Open Command Prompt as administrator and run ipconfig /release then ipconfig /renew, followed by ipconfig /flushdns.
- Reset the network stack (Windows): In an administrator Command Prompt run netsh winsock reset and netsh int ip reset, then restart the laptop.
- Run the troubleshooter: Open Settings > Network and Internet and run the network troubleshooter, which fixes many IP and DNS issues automatically.
- Update the Wi-Fi driver: In Device Manager, expand Network adapters, right-click your Wi-Fi adapter, and choose Update driver. If the problem began after an update, try Roll Back Driver.
- Turn off power saving on the adapter: In Device Manager, open the adapter's Properties, go to the Power Management tab, and uncheck "Allow the computer to turn off this device to save power."
- Disable the VPN temporarily: Turn off any VPN and see if the connection recovers.
- Try a set DNS: In the adapter's IPv4 settings, set a public DNS such as 1.1.1.1 or 8.8.8.8 to rule out a DNS failure.
Frequently asked questions
Does Mac show No Internet, secured too?
No, that exact wording is a Windows message. A Mac shows a Wi-Fi icon with an exclamation mark or says it is connected but has no internet. The fixes are similar: restart the router, renew the DHCP lease in Network settings, and check DNS.
Why does it happen only after Windows updates?
Updates sometimes replace or reset the network driver, which can leave it misconfigured. Updating the driver from the manufacturer or rolling it back usually clears it, along with a network stack reset.
Is it a router problem or a laptop problem?
Check another device. If everything loses internet, it is the router or your provider. If only the laptop shows the message while other devices work fine, the issue is on the laptop's driver or IP configuration.