WiFi appears to have a complete signal, everything seems fine… but nothing will load. No Google, no YouTube — everything is dead. It's one of the most frustrating problems because everything looks like it should be working.
Here's the simple truth: your device is connected to the router, but the router is not properly connected to the internet. That's the "WiFi connected but no internet" situation.
The good news? In most cases you can solve it in a few minutes without any technical experience. There's a break somewhere between your device, your router, and your internet provider — it may be a temporary glitch, a configuration issue, or your ISP may be down. Let's fix it.
Device → Router connection is fine ✓ · Router → Internet connection is broken ✕ — that's the "connected, no internet" problem
What causes "WiFi connected but no internet"?
Before fixing anything, knowing the cause helps you go straight to the right solution:
- ISP outage — your provider's network is temporarily down
- Router glitch — temporary memory issue, needs a proper restart
- DNS failure — your device can't translate website names to IP addresses
- IP address conflict — two devices sharing the same IP on your network
- Corrupted saved network profile — stale authentication data on your device
- Wrong date/time settings — causes security certificate mismatches
- VPN interference — VPN routing conflicts blocking real internet access
Quick check: If all devices in your home show "no internet" → it's the router or ISP. If only one device has the problem → it's that device's settings.
Reboot everything — router, modem, and device
Sounds too simple, but this solves the majority of "connected, no internet" cases. A proper reboot clears the router's memory, re-establishes your ISP connection, and resets your device's network stack all at once.
- Turn off your phone or computer
- Unplug the router (and modem if separate) from the power socket
- Wait a full 30–60 seconds — don't rush this
- Plug the router back in and wait for all lights to stabilize
- Turn your device back on and reconnect
The 30–60 second wait is not optional — it fully drains residual power and clears the router's internal memory
Forget the WiFi network and reconnect fresh
Your saved WiFi profile stores authentication data that can become stale or corrupted — especially after a router reset or password change. Forgetting and rejoining creates a completely clean connection.
- Go to WiFi Settings on your device
- Find your network name in the list
- Tap or click "Forget" (or "Forget Network")
- Reconnect by selecting the network and entering the password
Forgetting the network wipes the corrupted profile — reconnecting creates clean authentication from scratch
Check if your ISP is down
Many people spend hours resetting their own devices when the real problem is simply that their internet provider is having an outage. Check this early to save yourself time.
- See if all devices in your home show no internet — if yes, it's the router or ISP
- Check your ISP's official status page
- Visit Downdetector.com (use mobile data) and search your provider's name
- If mobile data works fine but home WiFi doesn't, the problem is your home network
All devices offline = upstream problem. One device offline = device problem. Know which before you start fixing.
Check your mobile data to isolate the problem
If you're on a phone and experiencing "connected but no internet" on WiFi, turn off WiFi temporarily and switch to mobile data. This tells you immediately whether the problem is your phone or your network.
- If mobile data works → the problem is your WiFi/router, not your phone
- If mobile data also fails → the problem is with your phone's network settings
- Use mobile data to check your ISP's status page or Downdetector
Reset network settings on your phone
If the problem is specific to your phone, a network settings reset is one of the most effective fixes. It wipes all saved networks, resets WiFi, mobile data, and Bluetooth configuration — clearing any hidden corruption causing the issue.
- Android: Settings → General Management → Reset → Reset Network Settings
- iPhone: Settings → General → Transfer or Reset iPhone → Reset → Reset Network Settings
Network settings reset clears all hidden configuration bugs — one of the most reliable phone-side fixes available
Check date and time settings on your device
This is one that almost nobody thinks of — but wrong date or time settings can block your internet access entirely. Many websites use SSL/TLS security certificates that check your device's clock. If it's wrong, the security handshake fails and nothing loads.
- Go to your device's Date & Time settings
- Enable "Set automatically" (or "Automatic date & time")
- Restart the device and try again
Run the Windows network troubleshooter (PC/Laptop)
If you're on a Windows laptop, the built-in network troubleshooter catches and fixes many common issues automatically — misconfigured adapters, DNS issues, IP conflicts, and more.
- Right-click the WiFi icon in the taskbar
- Select "Diagnose network problems"
- Follow the on-screen steps
Windows troubleshooter catches DNS, IP, and adapter issues automatically — always worth running first on a PC
Renew your IP address and flush DNS cache (PC/Laptop)
If your PC connects to the router but can't reach the internet, stale IP assignments or corrupted DNS cache is often the culprit. Open Command Prompt as Administrator and run these four commands:
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Restart your computer after. These commands reset the full network stack, get you a fresh IP address from the router, and clear all stale DNS records.
Run all four commands in Admin CMD — covers every layer of the network stack from IP to DNS
Change your DNS server to Google or Cloudflare
In most "connected but no internet" cases, the real culprit is DNS. Your device can reach the router and even the internet — but it can't translate website names (like google.com) into IP addresses. Your ISP's default DNS servers are often slow or temporarily broken.
Switching to a fast, reliable public DNS server usually fixes this instantly:
- Google DNS: Primary
8.8.8.8· Secondary8.8.4.4 - Cloudflare DNS: Primary
1.1.1.1· Secondary1.0.0.1
On Windows: Network Settings → Change adapter options → Right-click WiFi → Properties → IPv4 → Use the following DNS server addresses.
On Android: WiFi Settings → long-press your network → Modify → Advanced → DNS.
Switching DNS takes under 2 minutes and is one of the highest-success fixes for "connected but no internet"
Properly restart your router (full power cycle)
There's a difference between pressing the power button and a real power cycle. A proper router restart clears the connection to your ISP, flushes internal memory, and re-establishes everything from scratch.
- Do not just press the power button — that's a soft reboot
- Physically disconnect the power cable from the wall socket
- Wait 60 seconds or more — not 10, not 20
- Reconnect power and wait for all lights to fully stabilize (1–2 minutes)
Factory reset your router (last resort)
If nothing has worked, your router's configuration may be deeply corrupted. A factory reset wipes everything and restores it to out-of-box state — after which you'll need to reconfigure your WiFi network.
- Find the small Reset button on the back or bottom of your router (usually recessed)
- Use a pin or paperclip to hold it for 10–15 seconds
- Wait for the router to fully restart
- Reconfigure your WiFi network name and password
Check for IP conflicts and disable VPN
Two less-obvious but common causes worth checking if you've tried everything else:
IP Address Conflict — This happens when two devices on the same network are assigned the same IP address. Symptoms include intermittent "no internet" that comes and goes. A router reboot usually resolves it automatically by reassigning IPs.
VPN Interference — If you use a VPN, disable it completely. Some VPNs misconfigure routing tables in a way that shows WiFi as "connected" but breaks all actual internet traffic. Disable the VPN, disconnect and reconnect to WiFi, then test.
- Disable your VPN app completely (not just pause)
- Forget the WiFi network, reconnect
- If internet works — the VPN was the issue, check its settings
IP conflicts and VPN misconfiguration are easy to miss — check both before giving up on software fixes
🛡 How to prevent this from happening again
- Reboot your router once a week — keeps it fresh and clears memory buildup
- Keep router firmware updated — manufacturers regularly push fixes for connectivity bugs
- Don't overload the network — too many devices streaming at once causes instability
- Use a dual-band router (2.4GHz + 5GHz) — splits traffic and reduces congestion
- Switch to reliable DNS (Google 8.8.8.8 or Cloudflare 1.1.1.1) — prevents DNS-related outages
- Keep date & time set to automatic — prevents certificate-related connection failures
Final thoughts
"WiFi connected but no internet" is frustrating but almost always fixable. In most cases it's a temporary glitch, a DNS problem, or a router issue — none of which require any technical background to resolve.
Start with the basics (reboot, forget/reconnect, ISP check) and work through the list. Most people fix it within the first three steps. If the problem keeps recurring, that's a sign your router or ISP needs attention — don't ignore persistent issues.