Wi-Fi Says "Connected" But There's No Internet
Short answer
"Connected, no internet" means your device reached the router but nothing beyond it. Test one other device on the same Wi-Fi: if it also fails, the problem is the router or your provider; if only yours fails, it is DNS or your device's network configuration. That single test decides which half of this guide you need.
On this page
Full bars, the word “Connected”, and nothing loads. It is the most confusing network failure because the device is telling you the truth: it is connected — to your router. What it cannot tell you is that everything past the router is broken.
Home internet has three links in the chain, and this symptom means link one is fine:
- Device → router — the Wi-Fi radio link. Working.
- Router → provider — the line into your home.
- Provider → the internet — DNS, routing, their network.
Two minutes of testing identifies which of the other two is at fault, which saves you working through fixes for the wrong layer.
The two-minute triage
Test 1 — try another device. Pick up a phone or a second laptop on the same Wi-Fi and open any website.
| Result | Where the problem is | Go to |
|---|---|---|
| Other devices also fail | Router or provider | The router and beyond |
| Only your device fails | Your device’s configuration | Just one device |
Test 2 — separate DNS from connectivity. Open a browser and try to load an IP address directly:
http://1.1.1.1
If that page loads but named sites do not, the connection works and DNS is broken. That is a specific, easily fixed problem.
Test 3 — check the router lights. Most routers have a separate internet or WAN indicator, distinct from the Wi-Fi and power lights. Solid usually means the line is up; flashing, red or off means it is not, and nothing you do on your laptop will change that.
When every device fails
The problem is the router or the line into your home.
Restart in the right order
Order matters, because the router requests an address from your provider’s equipment and needs that equipment ready first.
- Unplug the modem (or the combined modem-router) from power.
- Unplug the router, if it is a separate box.
- Wait 60 seconds — long enough for the provider’s equipment to release the session.
- Plug in the modem. Wait until its lights are steady, typically 2–3 minutes.
- Plug in the router. Wait another 2 minutes.
Use the power cable, not a reset button. The reset button restores factory defaults and wipes your Wi-Fi name and password.
Check the cables
Unglamorous and regularly the answer: the coaxial or DSL line at the wall and at the modem, and the ethernet cable between modem and router. Unplug and reseat each. Cleaners, vacuum cleaners and pets loosen these more often than anyone expects.
Check whether it is an outage
Before spending an hour on your own equipment: check your provider’s status page or app on mobile data, and look at a service like Downdetector. Regional outages are common and produce exactly this symptom.
Look at the router’s admin page
If the router itself is reachable — typically 192.168.1.1 or 192.168.0.1,
printed on a label on the device — log in and find the status or WAN page.
- No WAN IP address means the router is not getting a connection from your provider. That is a line or account problem, not a home network one.
- A WAN IP is present but nothing works points at the provider’s routing or DNS.
While you are there, check for a firmware update. Routers left un-updated for years develop exactly this kind of intermittent fault.
When only one device fails
The connection is fine; your device’s configuration is not.
Forget the network and rejoin
This clears a stale DHCP lease, a cached gateway address and any saved proxy settings for that network in one step. It is the highest-yield fix here.
- Windows: Settings → Network & internet → Wi-Fi → Manage known networks → select the network → Forget. Then reconnect with the password.
- macOS: System Settings → Wi-Fi → Details next to the network → Forget This Network.
- iPhone: Settings → Wi-Fi → the i next to the network → Forget This Network.
- Android: Settings → Network & internet → Internet → the gear next to the network → Forget.
Have the Wi-Fi password to hand before you do this.
Flush DNS and renew the address
If test 2 pointed at DNS, this is the fix.
Windows — Terminal as administrator:
ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh winsock reset
Restart after the last one.
macOS — Terminal:
sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder
iPhone and Android — there is no manual flush. Toggle airplane mode on and off, or restart the device.
Set a reliable DNS server
If your provider’s DNS is the recurring problem, point the device elsewhere:
- Cloudflare:
1.1.1.1and1.0.0.1 - Google:
8.8.8.8and8.8.4.4
Windows: Settings → Network & internet → Wi-Fi → Hardware properties → DNS server assignment → Edit → Manual → IPv4 on → enter both.
iPhone: Settings → Wi-Fi → i → Configure DNS → Manual.
Android: Settings → Network & internet → Private DNS → Private DNS provider
hostname → one.one.one.one.
Better still, set it once on the router so every device inherits it.
Turn off VPNs and proxies
A VPN that disconnected badly frequently leaves the network stack pointing at a tunnel that no longer exists — the classic “connected but nothing loads” case.
Disconnect any VPN fully, and quit the client rather than just disconnecting. Then on Windows check Settings → Network & internet → Proxy and confirm nothing is set manually.
Reset the network stack
The blunt instrument, when nothing above works. It removes every saved Wi-Fi network and VPN configuration, so have your passwords ready.
- Windows: Settings → Network & internet → Advanced network settings → Network reset. Restarts after 5 minutes.
- iPhone: Settings → General → Transfer or Reset iPhone → Reset → Reset Network Settings.
- Android: Settings → System → Reset options → Reset Wi-Fi, mobile and Bluetooth.
Update the network driver (Windows)
If the failure started after a Windows update, the driver is a strong suspect. Get it from your laptop manufacturer’s support page for your exact model rather than from Windows Update, which ships generic versions.
The case that is not a fault at all
A Wi-Fi network in a hotel, café or airport that connects but does not work is usually waiting for you to accept its terms on a captive portal.
Open a browser and go to a plain http:// address — http://neverssl.com is
designed for this — and the sign-in page should appear. HTTPS sites will not
trigger it, which is why nothing seems to load.
What does not help
- Repeatedly toggling Wi-Fi off and on. If it did not work twice, it will not work the ninth time.
- Pressing the router’s reset button as an early step. It wipes your configuration and you will be setting up your Wi-Fi name and password again.
- “Network booster” apps. They cannot influence the connection between the router and your provider.
- Changing the Wi-Fi channel for this specific symptom. Channels affect speed and stability, not whether traffic reaches the internet.
Realistic expectations
Most cases resolve in the first five minutes — a router restart when every device is affected, or forgetting and rejoining the network when it is only one.
If it keeps recurring on a schedule, that is a different problem with a different shape: Wi-Fi that keeps disconnecting covers intermittent drops, and slow Wi-Fi despite a strong signal covers the case where everything connects but nothing is fast.