
"Connected but no internet" almost always means your device reached the router fine, but the router cannot reach the wider internet, or your device cannot resolve domain names (DNS) or get a valid IP address. The fastest fix path: confirm whether it is one device or all of them, reboot the router, then on the affected device renew the IP, change DNS to 1.1.1.1 / 8.8.8.8, and flush the DNS cache. If every device is offline, it is the router or your ISP, not your laptop. Stuck abroad on a tight deadline? We connect over a second device and fix it live — flat $149.99 USD, remote WiFi & network help, No Fix No Fee.
It is one of the most confusing status messages in computing: the WiFi icon shows full bars, your laptop says it is connected, yet nothing loads. The key thing to understand is that joining a WiFi network and reaching the internet are two separate steps.
When you connect to WiFi, your device establishes a local link to the router. That part can succeed perfectly. But to actually browse, three more things have to work: your device needs a valid IP address from the router (via DHCP), it needs to resolve domain names into addresses through DNS, and the router itself needs a working route out to the internet from your ISP.
So "connected, no internet" is the system politely telling you: the first step worked, but one of the next three failed. The good news is that this narrows the problem dramatically. Instead of randomly rebooting things, you can test each layer in order and find the broken link in a few minutes.
Before changing a single setting, answer one question, because it splits the entire problem in half.
Pick up your phone and turn off its mobile data so it relies only on WiFi. Then try loading a normal website on it.
This single test saves you from spending twenty minutes resetting your laptop's network stack when the real issue is a router that needs a reboot, or an ISP outage you can do nothing about. Always start here.
If it is just your device, these five moves clear the large majority of "connected but no internet" cases. Try them in order and test after each one.
If quick wins did not do it, the issue is almost always DNS or your IP address. These are the two layers that most often break while WiFi stays "connected."
DNS translates names like example.com into numeric addresses. If your ISP's DNS server is flaky, sites won't load even though you are online. Pointing your device at Cloudflare (1.1.1.1) or Google (8.8.8.8) fixes this instantly in many cases.
Windows 11/10: Settings → Network & internet → WiFi → Hardware properties → DNS server assignment → Edit → Manual, turn on IPv4, set Preferred to 1.1.1.1 and Alternate to 8.8.8.8. Then open Command Prompt and run ipconfig /flushdns.
macOS: System Settings → Wi-Fi → Details → DNS, click +, add 1.1.1.1 and 8.8.8.8, click OK. To flush the cache, open Terminal and run sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder.
If your device shows an address starting with 169.254.x.x, that is an APIPA address — it means the router never handed out a real IP, so you are connected to WiFi but have no usable network. Renewing the lease usually fixes it.
Windows: in Command Prompt, run ipconfig /release then ipconfig /renew. macOS: System Settings → Wi-Fi → Details → TCP/IP → Renew DHCP Lease.
We connect over a phone hotspot or second device, diagnose DNS/router/driver live, fix it; flat $149.99 USD; No Fix No Fee.
Book a remote network fix — $149.99Windows users often see the exact phrase "No Internet, Secured" under the WiFi name. The "Secured" part just means the connection is encrypted (good); the "No Internet" part means Windows tested for internet access and failed. It is the same underlying problem — DNS, IP, or upstream — but Windows has a few extra levers worth pulling.
A corrupted Winsock or TCP/IP stack causes persistent "No Internet, Secured." Open Command Prompt as administrator and run these in order, then reboot:
If your triage test showed that every device is offline, stop touching your laptop — the problem is upstream and no amount of DNS editing will help.
If rebooting the router does not restore other devices and there is no outage reported, the router hardware or its ISP configuration may be the issue — that is when a guided remote look-through saves a frustrating call with the provider.
Use this to jump straight to the likely cause based on exactly what you see.
| Symptom | Likely cause | Fix |
|---|---|---|
| Only one device offline, others fine | Device-side DNS, IP, or adapter | Renew IP, set DNS 1.1.1.1/8.8.8.8, flush DNS |
| All devices offline | Router or ISP outage | Reboot modem + router; check ISP status |
| IP starts with 169.254.x.x | No DHCP lease (APIPA) | ipconfig /release then /renew; reboot router |
| "No Internet, Secured" (Windows) | Corrupt network stack / DNS | netsh winsock reset, netsh int ip reset, reboot |
| Connects but login page never appears | Captive portal (hotel/café) | Open an http:// site to trigger the portal |
| Online but HTTPS sites fail, others vary | Wrong date/time or broken DNS | Fix clock auto-sync; switch DNS servers |
| Works without VPN, fails with it | VPN/proxy broke DNS or routing | Quit VPN; reconnect or switch VPN protocol |
| Pages half-load or stall on some networks | MTU mismatch | Lower adapter MTU (e.g. 1400) |
Still stuck after working down the list? Some cases — driver corruption, MTU, layered VPN and DNS conflicts, or a router you can't physically reach — are faster to fix live. We do this every day for remote workers and travelers in 130+ cities, and we'll tell you in the first few minutes whether it's your machine or the network.
It means your device successfully joined the router but cannot reach the wider internet. The local WiFi link is fine, but one of three things failed: your device did not get a valid IP address, DNS cannot translate website names into addresses, or the router itself has no route out through your ISP. Test whether other devices work to see if it is your device or the network, then fix DNS and IP first.
Point your device at a reliable public DNS server. On Windows or macOS, open your WiFi DNS settings and set the servers to 1.1.1.1 (Cloudflare) and 8.8.8.8 (Google). Then flush the cache: on Windows run ipconfig /flushdns in Command Prompt; on Mac run sudo dscacheutil -flushcache and killall -HUP mDNSResponder in Terminal. This fixes a large share of cases where you are technically online but nothing loads.
"Secured" simply means your WiFi connection is encrypted, which is good. "No Internet" means Windows ran its connectivity test and could not reach the internet. The cause is usually a corrupted network stack, a DNS problem, or an upstream router or ISP issue. Try resetting with netsh winsock reset and netsh int ip reset as administrator, flush DNS, then reboot. If every device is affected, the problem is the router or ISP.
An address starting with 169.254 is an APIPA self-assigned address. It means your device connected to WiFi but never received a real IP from the router's DHCP server, so it has no usable internet route. Renew the lease: on Windows run ipconfig /release then ipconfig /renew; on macOS click Renew DHCP Lease in the WiFi TCP/IP details. If it keeps happening, reboot the router, since DHCP on it has likely stalled.
Run a quick test. Turn off mobile data on your phone so it uses only WiFi, then load a website. If the phone and other devices also fail, the problem is the router or your ISP, so reboot the modem and router and check for an outage. If only your laptop fails while other devices work fine, the issue is on that device, so focus on its DNS, IP, network adapter, VPN, or clock settings.