Your device shows full bars and the word “Connected,” yet every tab returns a blank page and your apps quietly refuse to load. This is the classic Wi-Fi connected but no internet problem, and it is maddening precisely because everything looks like it should be working. The good news: the culprit is almost never your ISP, and the fix usually takes under three minutes once you know where to look.
I troubleshoot this for friends and family more than any other network issue, and the pattern is always the same. Your device has a local link to the router but cannot reach the wider internet — an expired IP lease, a stale DNS cache, a glitched router, or a captive portal waiting for a login. I have ordered the steps below the way I actually run them, from quickest to most thorough.
Quick Answer
Restart your router and device first; this clears the majority of cases in under two minutes. If that fails, open Command Prompt and run ipconfig /flushdns, then ipconfig /release and ipconfig /renew. Still stuck? Switch your DNS to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare), then forget and reconnect to the network.
Why does Wi-Fi say connected but show no internet?
Your device completed the radio handshake with the router, so Windows or your phone marks the connection as active. But “connected” only describes the link to the router — not whether the router can reach the internet, or whether your device got a usable IP address and working DNS. When any of those upstream pieces breaks, you get full bars and zero loading pages.
The first time this hit my own laptop, I assumed the broadband line was down and nearly called the ISP. Then I checked my phone on the same network — it was fine. That one test told me the problem was my laptop, not the line, and saved me a pointless 40-minute support call.
The status word reflects your link to the router, not the router’s link to the internet.
How do I fix it fast with a router and device restart?
Unplug your modem and router from the wall, wait 30 seconds, then plug the modem back in first. Once its lights stabilize (about 60 seconds), plug in the router, wait for it to fully boot, then restart your computer or phone. This clears stuck DHCP leases and rebuilds the connection from scratch.
If you have a combined modem/router unit from your ISP, 30 seconds is not always enough — I wait a full 60 seconds before plugging back in so the DHCP server fully resets. On the units I have dealt with, that extra half-minute is the difference between a clean boot and the same yellow warning coming right back.
Power-cycle the modem and router together, not just your device, and give the modem a full minute off.
How do I release and renew my IP address on Windows?
Open Command Prompt as Administrator (search cmd, right-click, choose Run as administrator) and run these commands in order:
ipconfig /releaseipconfig /flushdnsipconfig /renew
This drops your current IP lease, clears cached DNS lookups, and requests a fresh address from the router. If your device was holding a conflicting or expired IP, you are usually back online within seconds of the third command. I keep this three-line sequence saved as a note because it fixes the yellow “No Internet” triangle for me more often than anything else.
What if the yellow warning still persists?
Some routers do not fully support IPv6, which can leave the warning stuck. Press Windows + R, type ncpa.cpl, right-click your Wi-Fi connection > Properties, and uncheck Internet Protocol Version 6 (TCP/IPv6). It is safe, reversible, and clears the “connected, no internet” state when an IPv6 mismatch is to blame.
Releasing and renewing your IP fixes most cases where the device grabbed a bad address.
Should I run the Windows Network Troubleshooter?
Yes — it is worth a minute before you go deeper. Go to Settings → System → Troubleshoot → Other troubleshooters and run Internet Connections. Windows tests your adapter, resets the TCP/IP stack, and re-registers with DNS automatically, and in my experience it clears the yellow triangle more than half the time without any manual steps.
If the troubleshooter reports “DNS server not responding,” skip straight to the DNS section below — that message is a direct signal your DNS configuration, not your hardware, needs attention.
The built-in troubleshooter quietly resets the TCP/IP stack and often fixes things on its own.
How do I flush DNS and switch my DNS server?
A corrupted DNS cache makes every website look unreachable even when your connection is fine. On Windows, the ipconfig /flushdns step above handles the cache. On Android or iPhone, the equivalent move is switching your DNS to Google’s 8.8.8.8 / 8.8.4.4 or Cloudflare’s 1.1.1.1 / 1.0.0.1.
When I switched a relative’s phone off its ISP DNS and onto 1.1.1.1, pages that had been dead for an hour loaded instantly. My full walkthrough on changing your DNS server on any device covers every platform step by step. Google also publishes official documentation on its public DNS service if you want the technical background.
A stale DNS cache or flaky ISP resolver can break browsing even with a perfectly healthy connection.
Could a captive portal be blocking you?
Often, yes — especially on public networks. Hotels, airports, coffee shops, and schools block all traffic until you accept terms through a browser login page, so your device joins the Wi-Fi radio while internet access stays gated behind that page. Open any browser and go to http://neverssl.com; if a login page appears, complete it and you are online.
I always test this first at a hotel, because that plain HTTP address forces the portal to surface. If neverssl.com does not load at all, the captive portal is not your problem and you can move on to the next step.
On public Wi-Fi, a login page you never reached is the single most common cause of “no internet.”
What if I forget and reconnect, or reset network settings?
When a single device has been working for months and suddenly loses internet, the saved network profile is often the cause — it can store bad authentication tokens or outdated IP settings. Forget the network, then reconnect with the password fresh:
- Windows: Settings → Network & Internet → Wi-Fi → Manage known networks → select the network → Forget.
- Android: Settings → Wi-Fi → long-press the network → Forget.
- iPhone: Settings → Wi-Fi → tap the ℹ icon → Forget This Network.
If forgetting the network does not help on a phone, a full network reset clears every saved Wi-Fi password, VPN config, and Bluetooth pairing and resolves deeper bugs. On Android: Settings → General Management → Reset → Reset Network Settings. On iPhone: Settings → General → Transfer or Reset iPhone → Reset → Reset Network Settings. Note your Wi-Fi passwords first — I learned that the hard way after locking myself out of three saved networks at once.
Forget-and-reconnect fixes a single stubborn device; a full reset is the last resort for a phone.
Which fix should you try first?
This table maps each fix to the situation where it works best, so you can jump straight to the most likely one instead of running them blindly.
| Fix | Best for | Time needed | Works on |
|---|---|---|---|
| Restart router & device | Any first attempt | ~3 min | All devices |
| Release/renew IP (ipconfig) | Yellow “No Internet” triangle | <2 min | Windows |
| DNS flush / switch DNS | “DNS server not responding” | 2–5 min | All devices |
| Forget & reconnect | Sudden loss after months working | 1 min | All devices |
| Reset network settings | Nothing else resolved it | 5 min | Android, iPhone |
Match the symptom to the fix and you will usually solve it in one or two attempts.
Common Mistakes to Avoid
- Restarting only the device, not the router. The device is not always at fault. Power-cycle the router too — it is the most commonly skipped step. Fix: always restart both together.
- Turning on a VPN over a broken connection. VPNs need internet to connect, so enabling one while offline just adds another failure point. Fix: get back online first, then start the VPN.
- Assuming it is your ISP without checking other devices. If another device on the same network works, the problem is device-specific. Fix: test a second device before calling support.
- Skipping the captive portal check on public Wi-Fi. This is the top cause of “connected, no internet” at hotels and airports. Fix: load a plain HTTP URL like neverssl.com first.
- Running a network reset without saving your passwords. The reset wipes all saved credentials. Fix: write your Wi-Fi passwords down before you reset.
Frequently Asked Questions
Why does my phone say “Connected” but still show no internet?
Your phone has a valid radio link to the router but cannot reach the internet, or it received a bad IP address. For example, my own phone once showed full bars in a cafe yet loaded nothing — a quick forget-and-reconnect, after a router restart, fixed it in under a minute.
What does the yellow exclamation mark on the Wi-Fi icon mean in Windows?
It means Windows can reach the router but cannot reach Microsoft’s connectivity-check server. When I see it, I run ipconfig /flushdns and ipconfig /renew in an elevated Command Prompt, which clears the warning the large majority of the time.
Will resetting network settings delete my apps or photos?
No. A network reset on Android or iPhone only removes Wi-Fi passwords, Bluetooth pairings, VPN profiles, and mobile data settings. I have run it dozens of times on test phones and my apps, photos, and files were always completely untouched.
Can I have full signal bars but still have no internet?
Yes. Signal bars only measure the radio link between your device and the router. I have sat next to a router with four bars and no internet because the router itself had lost its connection to the ISP — the bars say nothing about that upstream link.
My Wi-Fi also keeps dropping — is that related?
It can be. Intermittent drops alongside “no internet” often point to a failing router, channel conflict, or driver issue. My guide on why Wi-Fi keeps disconnecting covers those specific fixes.
Conclusion
A “connected, no internet” message sounds dire but is almost always fixable in a couple of minutes — most people are back online after the first or second step above. If your trouble is a slower-than-usual connection rather than a dead one, see my slow internet speed fixes, or my guide to no internet on Ethernet if you are wired in. Bookmark this page for the next time your Wi-Fi icon insists everything is fine when it clearly is not.