Fix Wi-Fi Connected But No Internet Access
Devices successfully authenticate and connect to the local Wi-Fi router but cannot reach external websites. This typically points to DNS failures, router WAN issues, or ISP outages.
Confirmed working on: Windows 10 · Windows 11 · macOS · Android · iOS
Before you begin
Problem overview
Your device successfully connects to your Wi-Fi network, but you cannot load any websites or use online services. The connection icon might show an exclamation mark or a “No Internet” label.
Common causes
- DNS server failure or misconfiguration
- The router has lost its connection to the ISP (WAN issue)
- IP address conflict or failure to obtain a valid IP
- A local ISP outage in your area
Solution 1: Restart your router and modem
- Unplug the power cable from your modem and your router.
- Wait at least 30 seconds to allow the capacitors to drain completely.
- Plug the modem back in and wait for its connection lights to become stable.
- Plug the router back in and wait for it to fully boot up.
- Reconnect your device to the Wi-Fi and check if the internet access is restored.
Many ISP gateways combine the modem and router into one unit. If you have a combined unit, you only need to unplug that single device.
Solution 2: Flush DNS and renew IP address
- Open the Start Menu, type
cmd, right-click Command Prompt, and select Run as administrator. - Run the following command to release your current IP address:
ipconfig /release - Run this command to flush your DNS cache:
ipconfig /flushdns - Finally, run this command to request a new IP address from the router:
ipconfig /renew - Restart your computer and test your internet connection.
Solution 3: Change DNS servers
- Press
Windows Key + R, typencpa.cpl, and press Enter. - Right-click your Wi-Fi adapter and select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
- Choose Use the following DNS server addresses.
- Set the Preferred DNS server to
8.8.8.8(Google) or1.1.1.1(Cloudflare). - Set the Alternate DNS server to
8.8.4.4or1.0.0.1. - Click OK to save the changes.
Solution 4: Isolate LAN vs WAN connection
- Open Command Prompt.
- Find your Default Gateway IP by running
ipconfig. - Ping your gateway (e.g.,
ping 192.168.1.1). If this succeeds, your local network is working. - Ping an external IP like
ping 8.8.8.8. If this fails, the issue is with your router’s internet connection. - Log into your router’s admin interface and check the WAN status. If the WAN IP is missing, contact your ISP.
If your ISP confirms an outage in your area, do not factory reset your router. You must wait for the ISP to restore service.
Confirm the result
- Repeat the exact action that originally triggered the problem.
- Confirm the original error or symptom is gone and no new warning has appeared.
- If the guide changed a driver, service, package, or system setting, restart once and test again.
- If the result is worse or unexpected, stop. Reverse only the last change using its documented restore option; if none is documented, use your backup or qualified support.
Questions about this fix
Why does my phone say connected without internet?
This means your phone can talk to the router, but the router cannot reach the broader internet. It is often an ISP outage or a DNS issue.
Does restarting the router actually help?
Yes. It clears the router's memory, renews the IP address from the ISP, and resets internal routing tables.
Did this fix work for you?
Weighted Consensus Protocol
Did this solution resolve your issue?
Confirming if this works strengthens verification statistics on the registry.
FixingTeam10,000 rep
Official Project Maintainers
The core engineering and moderation team behind FixingBook. We curate, verify, and maintain the standards of the troubleshooting ledger.
Related fixes
Fix DNS Server Not Responding Error
The operating system fails to translate domain names to IP addresses due to an unresponsive DNS server, preventing web browsing.
Discussion (0)
No comments yet. Share your experience or verify if this fixed your issue!
