WiFi connected but no internet is one of the most confusing Windows errors because everything looks fine. The WiFi icon in the taskbar shows connected. The bars are full. But every browser tab comes up blank, apps can’t load anything, and Windows quietly displays “No internet access” or “No internet, secured” in the corner.
This is one of the most common and most frustrating Windows networking problems – and the maddening part is that everything looks fine. Your computer thinks it’s connected. Your router thinks it’s connected. But something between your PC and the actual internet has broken down.
The good news: this problem is almost always fixable without calling your ISP. Here are 10 fixes, ranked by how often they actually solve it.
Diagnose first – this saves time.
Check your other devices (phone, tablet, another PC) on the same WiFi.
All devices have no internet – Problem is with your router or ISP. Start with Fix 1.
Only your Windows PC has no internet – Problem is on your PC. Skip to Fix 3.
Fix 1: Restart Your Router and Modem
If all devices on your network have no internet, your router or ISP connection is the issue – not your PC. Before anything else, restart your network hardware.
- Unplug your router from the power outlet
- If you have a separate modem, unplug that too
- Wait 30 seconds – this clears the router’s memory and forces it to reconnect to your ISP
- Plug the modem back in first, wait 30 seconds for it to fully restart
- Plug the router back in and wait another 30 seconds
- Try connecting again
This solves the problem in roughly 60% of “all devices affected” cases. If every device gets internet after this, you’re done.
Before giving up on this step: Check your ISP’s status page or Downdetector.com using your phone’s mobile data. If there’s an outage in your area, the fix is just waiting – nothing you do on your PC will help.
Fix 2: Run the Windows Network Troubleshooter
Windows has a built-in diagnostic that detects and fixes common connectivity problems automatically. It’s not perfect, but it solves straightforward issues quickly and – more importantly – often identifies the exact cause even when it can’t fix it itself.
Windows 11:
- Settings then System then Troubleshoot then Other troubleshooters
- Click Run next to Internet Connections
- Follow the prompts
Windows 10:
- Settings then Update & Security then Troubleshoot then Additional troubleshooters
- Click Internet Connections then Run the troubleshooter
Microsoft Official WiFi Fix Guide
Fix 3: Flush DNS and Renew IP Address
This is the most effective single fix for the “connected but no internet” problem on Windows. Stale DNS cache entries or an expired IP address lease are one of the most common causes – and flushing them forces your PC to get fresh network settings.
- Press Windows + X then Terminal (Admin) or Command Prompt (Admin)
- Type each command and press Enter after each one:
ipconfig /release ipconfig /flushdns ipconfig /renew netsh winsock reset netsh int ip reset
- Restart your PC
- Try connecting to the internet
This combination of commands releases your current IP address, clears corrupted DNS cache, gets a fresh IP from your router, and resets the Windows networking stack to its default state. It fixes a large proportion of single-device “no internet” cases.
Fix 4: Change Your DNS Server to Google or Cloudflare
If your ISP’s DNS server is down or slow, websites won’t load even though your internet connection itself is fine. Switching to a public DNS server – Google’s or Cloudflare’s – bypasses your ISP’s DNS entirely.
- Settings then Network & Internet then WiFi then click your network name then Properties
- Scroll down to IP settings then click Edit
- Change from Automatic (DHCP) to Manual
- Toggle IPv4 on
- Enter the following:
| Field | Google DNS | Cloudflare DNS |
|---|---|---|
| Preferred DNS | 8.8.8.8 | 1.1.1.1 |
| Alternate DNS | 8.8.4.4 | 1.0.0.1 |
- Click Save and try loading a website
Quick test: Before changing settings, open Command Prompt and type
ping 8.8.8.8. If you get responses, your internet connection works but DNS is broken – Fix 4 will solve it. If ping fails, the connection itself is the issue.
Fix 5: Update or Reinstall Your WiFi Driver
Outdated or corrupted WiFi drivers are a surprisingly common cause – especially after Windows updates, which sometimes replace working drivers with generic versions that don’t function correctly.
- Press Windows + X then Device Manager
- Expand Network adapters
- Right-click your WiFi adapter (e.g., Intel AX211, Realtek RTL8852BE) then Update driver then Search automatically
- If no update is found, right-click then Uninstall device (check “Delete the driver software for this device”)
- Restart your PC – Windows reinstalls the driver automatically
If the problem started after a Windows update, try rolling back the driver instead:
- Device Manager then right-click your WiFi adapter then Properties
- Driver tab then Roll Back Driver
- Restart and test
Fix 6: Disable Metered Connection
Windows sometimes marks WiFi networks as “metered” – meaning it limits background data to save bandwidth. This can prevent certain services and apps from connecting to the internet even though the connection itself works.
- Settings then Network & Internet then WiFi
- Click on your network name
- Find Metered connection and make sure it’s toggled Off
Fix 7: Disable VPN or Proxy
A VPN or proxy that’s malfunctioning or misconfigured can cause exactly this symptom – WiFi connected, no internet access, no obvious error message.
Disable VPN: Find your VPN app in the taskbar or system tray and disconnect or quit it completely.
Disable proxy settings:
- Settings then Network & Internet then Proxy
- Under Manual proxy setup, make sure Use a proxy server is toggled Off
- Under Automatic proxy setup, make sure Automatically detect settings is On
Fix 8: Check for IP Address Conflict
If two devices on your network somehow get assigned the same IP address, both will show as connected but neither will have reliable internet. This is rare but does happen.
- Open Command Prompt and type
ipconfig - Note your IPv4 Address (e.g., 192.168.1.5)
- Open Command Prompt and type
ping [your IP address] - If you get more responses than expected, there’s a conflict
The fix: restart your router (Fix 1) which re-assigns IP addresses, or manually set a static IP address outside the DHCP range of your router.
Fix 9: Reset TCP/IP Stack
If the flush DNS commands in Fix 3 didn’t fully work, a more thorough TCP/IP reset can help. This resets the Windows networking components to their factory state.
- Open Command Prompt as Administrator
- Run these commands one by one:
netsh int tcp reset netsh int ip reset resetlog.txt netsh winsock reset catalog
- Restart your PC
Fix 10: Full Network Reset (Last Resort)
A network reset reinstalls all network adapters and returns all networking settings to their defaults – essentially a factory reset for your PC’s network configuration. This fixes problems that survive everything else.
Windows 11:
- Settings then Network & Internet then Advanced network settings
- Scroll down and click Network reset
- Click Reset now then confirm
- Your PC restarts automatically
Windows 10:
- Settings then Network & Internet then Status
- Scroll down and click Network reset
- Click Reset now
Warning: Network reset erases all saved WiFi passwords, VPN configurations, and some network software settings. Make sure you know your WiFi password before proceeding. You’ll need to reconnect to your network and re-enter the password after the reset.
WiFi Connected But No Internet – Quick Reference
| Situation | Try this first |
|---|---|
| All devices have no internet | Fix 1 – Restart router |
| Only your PC has no internet | Fix 3 – Flush DNS |
| Websites won’t load but ping works | Fix 4 – Change DNS server |
| Problem started after Windows update | Fix 5 – Roll back WiFi driver |
| You have a VPN installed | Fix 7 – Disable VPN/proxy |
| Shows “No internet, secured” | Fix 3 then Fix 4 then Fix 5 |
| Nothing else worked | Fix 10 – Network reset |
Frequently Asked Questions
Why does my WiFi say “No internet, secured” on Windows 11?
“No internet, secured” means Windows has a valid WiFi connection to your router but can’t reach the internet. “Secured” refers to the WPA2/WPA3 encryption on your WiFi – it’s working. The problem is either DNS (Fix 3, Fix 4), your router (Fix 1), or a driver issue (Fix 5).
My phone has internet on the same WiFi but my PC doesn’t – why?
This almost always means the problem is on your PC, not your router or ISP. Start with Fix 3 (flush DNS), then Fix 4 (change DNS server), then Fix 5 (update WiFi driver). These three fixes solve the vast majority of single-device cases.
Will flushing DNS delete anything important?
No. The DNS cache is just a temporary record of recently visited websites – it’s automatically rebuilt as you browse. Flushing it is completely safe and has no effect on your files, passwords, or settings.
Can a Windows update cause “connected but no internet”?
Yes. Windows updates sometimes replace working WiFi drivers with generic versions that don’t function correctly with your hardware. If the problem started immediately after a Windows update, Fix 5 (roll back the WiFi driver) is your most likely solution.
What does “Network reset” delete?
Network reset removes all saved WiFi passwords, VPN configurations, virtual network adapters, and networking software settings. It does not delete personal files. You’ll need to reconnect to WiFi networks by entering their passwords again afterward.
Final Thoughts on WiFi Connected But No Internet
WiFi connected but no internet almost always traces back to DNS, drivers, or your router – rarely anything more serious than that.
“WiFi connected but no internet” is one of those problems that looks mysterious but almost always has a straightforward cause. Start with the router restart if all devices are affected. If it’s just your PC, flush the DNS first – that single command solves the majority of single-device cases. Change the DNS server if websites still won’t load. Update the WiFi driver if the problem appeared after a Windows update.
Work through the fixes in order and you’ll almost certainly be back online within 15 minutes. If this turned out to be a driver issue, our guide on fixing Windows Update problems covers related update-driven issues in more depth.
Tested on: Windows 11 25H2 · Windows 10 22H2 · Updated August 2026
