Appearance
How to Fix "No Internet, Secured" Wi-Fi Error on Windows 11
Applies to: Windows 10, Windows 11
Article Type: Troubleshooting
Last Updated: 2026-06-17
Summary
This article walks you through fixing the "No Internet, Secured" error that appears on your Wi-Fi connection. This message means Windows has successfully connected to your Wi-Fi network (the "Secured" part) but cannot reach the internet (the "No Internet" part). Most causes are software-related and can be resolved without administrator rights in under five minutes.
Prerequisites
- A Wi-Fi network you normally connect to successfully.
- Windows 10 or Windows 11.
- Access to another device (phone, tablet, or another computer) to verify whether the internet is working on your network — this helps distinguish between a computer issue and a network issue.
Instructions
1. Confirm the Problem Is Your Computer (Not the Network)
Before troubleshooting your computer, verify that your internet connection is actually working.
- Pick up your phone or another device connected to the same Wi-Fi network.
- Open a browser and load any website (e.g.,
google.com). - If the other device also has no internet: The problem is your router or internet service, not your computer. Restart your router (unplug it for 30 seconds, then plug it back in) and wait 2–3 minutes.
- If the other device works fine: The problem is specific to your computer. Continue with the steps below.
2. Toggle Airplane Mode On and Off
The fastest fix. Toggling Airplane Mode resets all wireless radios and forces Windows to re-establish the Wi-Fi connection from scratch.
- Click the Wi-Fi / Sound / Battery icons in the bottom-right corner of the taskbar to open Quick Settings.
- Click the Airplane mode button to turn it on. Wait 10 seconds.
- Click Airplane mode again to turn it off.
- Wait for Windows to reconnect to your Wi-Fi network.
- Open a browser and try loading a page.
3. Forget and Reconnect to the Wi-Fi Network
Reconnecting forces Windows to request a fresh IP address and DNS configuration from the router.
- Click the Wi-Fi icon in the taskbar.
- Click the arrow (>) next to the Wi-Fi button to see available networks.
- Find your network (it will show "Connected, No Internet" or similar).
- Right-click your network name and select Forget.
- Wait a few seconds. Your network will reappear in the list.
- Click your network name, click Connect, and enter your Wi-Fi password.
- Wait for the connection to establish and check if the "No Internet" warning is gone.
4. Run the Windows Network Troubleshooter
Windows includes a built-in diagnostic tool that can identify and fix common network problems automatically.
- Press Win + I to open Settings.
- Navigate to System > Troubleshoot > Other troubleshooters.
- Find Network and Internet (or Internet Connections) and click Run.
- Follow the on-screen prompts. The troubleshooter will check your adapter, DNS, and gateway settings.
- If it finds and fixes a problem, test your connection by opening a browser.
- If it reports "No issues found," continue to Step 5.
5. Flush DNS and Renew Your IP Address
Stale DNS cache entries or an expired IP address lease are common causes of the "No Internet, Secured" error. These commands clear the old data and request fresh network settings from your router.
- Press the Start key, type
cmd, and press Enter to open Command Prompt. - Type each command below, pressing Enter after each one:
ipconfig /release
ipconfig /flushdns
ipconfig /renew- Wait for each command to complete. The
ipconfig /renewcommand may take 10–15 seconds. - Close Command Prompt and check your Wi-Fi connection.
6. Reset the TCP/IP Stack and Winsock
If flushing DNS did not help, the Windows networking stack itself may be in a bad state. These commands reset the core network components to their defaults.
- Press the Start key, type
cmd. - Right-click Command Prompt and select Run as administrator (if available). If you cannot run as administrator, try the commands anyway — some will work without elevated permissions.
- Type each command, pressing Enter after each:
netsh winsock reset
netsh int ip reset- Restart your computer — these changes require a reboot to take effect.
- After restarting, connect to your Wi-Fi network and test.
7. Change Your DNS Server to a Public DNS
Your router's default DNS server may be slow or unresponsive. Switching to a well-known public DNS server can resolve the "No Internet" issue instantly.
- Press Win + I to open Settings.
- Navigate to Network & internet > Wi-Fi.
- Click your connected network name (or Hardware properties).
- Next to DNS server assignment, click Edit.
- Change the setting from Automatic (DHCP) to Manual.
- Toggle IPv4 to On and enter the following:
- Preferred DNS:
8.8.8.8 - Alternate DNS:
8.8.4.4
- Preferred DNS:
- Click Save.
- Open a browser and test. If the issue persists, try Cloudflare's DNS instead:
1.1.1.1(preferred) and1.0.0.1(alternate).
8. Disable and Re-enable the Wi-Fi Adapter
This forces Windows to completely reinitialize the Wi-Fi adapter driver without requiring a full reboot.
- Press Win + I to open Settings.
- Navigate to Network & internet > Advanced network settings.
- Under Network adapters, find your Wi-Fi adapter.
- Click Disable. Wait 10 seconds.
- Click Enable.
- Wait for Windows to reconnect and test your internet connection.
9. Update or Reinstall the Wi-Fi Driver
An outdated or corrupted Wi-Fi driver can cause intermittent connectivity issues — especially after a Windows update.
- Right-click the Start button and select Device Manager.
- Expand Network adapters.
- Find your Wi-Fi adapter (usually named something like "Intel Wi-Fi 6" or "Realtek Wireless").
- Right-click it and select Update driver > Search automatically for drivers.
- If Windows says the driver is already up to date, right-click the adapter again and select Uninstall device.
- Check the box Attempt to remove the driver for this device if it appears, then click Uninstall.
- Restart your computer. Windows will automatically reinstall the default Wi-Fi driver on startup.
- Connect to your Wi-Fi network and test.
10. Disable IPv6 on the Wi-Fi Adapter
Some routers or network configurations have issues with IPv6, which can cause the "No Internet" error even though IPv4 connectivity works.
- Press Win + R, type
ncpa.cpl, and press Enter to open Network Connections. - Right-click your Wi-Fi adapter and select Properties.
- In the list, find Internet Protocol Version 6 (TCP/IPv6).
- Uncheck the box next to it.
- Click OK.
- Test your connection.
11. When to Contact IT
A fault that survives every step above sits on the network, not on your machine, and IT cannot see your side of it. Raise a ticket naming the exact Wi-Fi network you are connecting to, the building or floor you are in, when the connection last worked, and whether other people near you are affected.
Contact your IT helpdesk or network administrator if:
- You have completed all steps above and the error persists.
- The issue affects multiple devices on the same network — this indicates a router or network infrastructure problem, not a computer problem.
- Your organization uses a captive portal (a login page for Wi-Fi) and the portal page does not appear.
- You recently changed offices, desks, or buildings — you may need to be granted access to a different Wi-Fi network.
- The problem occurs only on your corporate network but not on home Wi-Fi — a Group Policy or network configuration may be involved.
Troubleshooting
DANGER
If other devices on the same Wi-Fi network have internet access but your computer does not, the problem is local to your machine — focus on Steps 5 through 9. If no devices can reach the internet, restart your router first (Step 1).
| Symptom / Error | Potential Cause | Solution |
|---|---|---|
| "No Internet, Secured" on one computer only | Stale IP or DNS cache | Flush DNS and renew IP (Step 5). |
| Error appears after waking from sleep | Wi-Fi adapter did not resume properly | Toggle Airplane Mode (Step 2) or disable/re-enable the adapter (Step 8). |
| Error started after a Windows update | Driver compatibility issue | Update or reinstall the Wi-Fi driver (Step 9). |
| All devices on the network have no internet | Router or ISP issue | Restart the router — unplug for 30 seconds, plug back in, wait 2–3 minutes. |
| Error on corporate Wi-Fi but not home Wi-Fi | Network policy or proxy issue | Ask IT to confirm whether a Group Policy, proxy, or captive portal applies to your device, and mention that home Wi-Fi works fine. |
| Error goes away after reboot but comes back | TCP/IP stack corruption | Reset Winsock and TCP/IP (Step 6), which persists across reboots. |
| Connected to Wi-Fi, pages load very slowly | DNS server is slow or unresponsive | Switch to a public DNS server (Step 7). |
| "No Internet" after connecting to a new network | Incorrect network profile or DNS | Forget and reconnect (Step 3), then set public DNS (Step 7). |
Related Articles
- How to Fix Wi-Fi Connection Issues on Windows 11
- How to Troubleshoot Slow Internet or Network Performance (User-Level Steps)
- How to Find Your Computer Name and IP Address
- How to Troubleshoot Bluetooth Device Issues (No Admin Required)
- How to Troubleshoot VPN Connection Issues (User-Level Steps)
- How to Fix Common Computer Glitches by Restarting