WiFi Connected But No Internet? 12 Proven Fixes (2026 Guide)

by Marcus Reed Updated Apr 12, 2026

WiFi Connected But No Internet

You open your laptop, the WiFi icon shows you are connected, but every website refuses to load. The dreaded "WiFi connected, no internet" error is one of the most common networking problems across Windows, Mac, iPhone, and Android devices. The good news: it is almost always fixable without calling your ISP.

This guide walks you through every cause and solution, from the simplest power-cycle to advanced DNS and IP troubleshooting. Each fix includes exact steps for every major operating system so you can follow along regardless of what device you are using.

Key Takeaways
  • A "connected, no internet" status means your device has a valid WiFi link to the router but cannot reach the wider internet.
  • In roughly 60% of cases, restarting the router and modem resolves the issue instantly.
  • DNS and IP configuration errors are the next most common culprits.
  • If only one device is affected, the problem is almost certainly on that device, not the router.
  • ISP outages account for a small but real percentage—always check your provider's status page.

Why Does My WiFi Say Connected But No Internet?

Your device communicates with the router using a local wireless connection. The router then communicates with your Internet Service Provider's equipment (the modem, ONT, or gateway) to reach the public internet. When the local WiFi link works but the internet path is broken, your device shows a connection yet cannot load anything online.

Common causes include:

CauseAffectsLikelihood
Router/modem needs rebootAll devicesVery common
ISP outageAll devicesOccasional
Incorrect DNS settingsOne or all devicesCommon
IP address conflictOne deviceModerate
Expired DHCP leaseOne deviceModerate
MAC address filteringOne deviceRare
Firewall or VPN interferenceOne deviceCommon
Outdated network driverOne device (Windows)Moderate

Fix 1: Restart Your Router and Modem (The 30-Second Fix)

Power-cycling clears the router's RAM, refreshes its connection to the ISP, and resolves most transient glitches. This single step fixes the majority of "connected but no internet" complaints.

  1. Unplug the power cable from your modem first, then your router (if they are separate devices).
  2. Wait a full 30 seconds. This allows capacitors to fully discharge and the ISP-side session to time out.
  3. Plug the modem back in and wait until its lights stabilize (usually 1–2 minutes).
  4. Plug the router back in and wait another 1–2 minutes.
  5. Reconnect your device and test.
Pro Tip: If you have a combined modem/router gateway (common with Xfinity, AT&T, and Spectrum), you only need to power-cycle that single unit. Hold the power button for 10 seconds, release, then wait 2 minutes before testing.

Fix 2: Determine if the Problem Is Device-Specific or Network-Wide

Before diving deeper, check whether all devices on your network lack internet or just one. Grab a second phone, tablet, or laptop and try loading a website.

  • All devices affected → The problem is with the router, modem, or ISP. Focus on fixes 1, 3, and 11.
  • One device affected → The problem is on that specific device. Focus on fixes 4 through 10.

Fix 3: Check for an ISP Outage

Use your phone's cellular data (not WiFi) to visit your ISP's status page or Downdetector.com. If other customers in your area report outages, the problem is on your ISP's end and you simply need to wait.

Fix 4: Flush DNS and Renew Your IP Address

Stale DNS cache entries or an expired DHCP lease frequently cause the "connected, no internet" symptom. Flushing and renewing forces your device to get fresh network settings.

Windows 10/11

Open Command Prompt as Administrator (right-click the Start button → Terminal (Admin)) and run:

ipconfig /release
ipconfig /flushdns
ipconfig /renew
netsh winsock reset
netsh int ip reset

Restart your computer after running these commands.

macOS

Open Terminal and run:

sudo dscacheutil -flushcache
sudo killall -HUP mDNSResponder

Then go to System Settings → Network → WiFi → Details → TCP/IP and click Renew DHCP Lease.

Android

Go to Settings → Network & Internet → WiFi, long-press your connected network, tap Forget, then reconnect with your password. This forces a fresh DHCP lease.

iPhone / iPad

Go to Settings → WiFi, tap the i icon next to your network, then tap Renew Lease. If that does not work, tap Forget This Network and reconnect.

Fix 5: Switch to a Public DNS Server

Your ISP's default DNS servers can be slow or occasionally go down entirely. Switching to a public DNS like Google (8.8.8.8) or Cloudflare (1.1.1.1) often resolves the issue immediately.

Windows 11

  1. Open Settings → Network & Internet → WiFi → Hardware properties.
  2. Click Edit next to DNS server assignment.
  3. Set to Manual, enable IPv4.
  4. Preferred DNS: 1.1.1.1
  5. Alternate DNS: 8.8.8.8
  6. Click Save.

macOS

  1. Open System Settings → Network → WiFi → Details → DNS.
  2. Click + and add 1.1.1.1 and 8.8.8.8.
  3. Click OK.
DNS ProviderPrimarySecondaryBest For
Cloudflare1.1.1.11.0.0.1Speed & privacy
Google8.8.8.88.8.4.4Reliability
Quad99.9.9.9149.112.112.112Malware blocking
OpenDNS208.67.222.222208.67.220.220Family filtering

Fix 6: Disable Your VPN or Proxy

VPN clients and proxy settings can intercept all network traffic. If the VPN tunnel fails silently, you end up connected to WiFi but unable to reach anything. Temporarily disable any VPN app and check Settings → Network → Proxy to ensure no proxy is configured.

Fix 7: Run the Windows Network Troubleshooter

Windows has a built-in diagnostic that can detect and repair common connectivity problems automatically.

  1. Open Settings → System → Troubleshoot → Other troubleshooters.
  2. Click Run next to Network and Internet.
  3. Follow the on-screen prompts.

While this tool does not fix every problem, it often identifies the root cause and gives you a clear error message to research further.

Fix 8: Update or Reinstall Your Network Driver (Windows)

Corrupted or outdated wireless drivers are a surprisingly common cause, especially after a Windows Update.

  1. Press Win + X and select Device Manager.
  2. Expand Network adapters.
  3. Right-click your WiFi adapter (e.g., Intel AX211, Realtek RTL8852BE) and select Update driver.
  4. Choose Search automatically for drivers.
  5. If no update is found, try Uninstall device (check "Attempt to remove the driver"), then restart your PC. Windows will reinstall a fresh driver automatically.

Fix 9: Check Your Router's DHCP Settings

If DHCP is disabled on your router, devices will not receive an IP address automatically. Log in to your router at your gateway address (typically 192.168.1.1 or 10.0.0.1) and verify:

  • DHCP Server is Enabled.
  • The IP pool has enough addresses (e.g., 192.168.1.100 to 192.168.1.254).
  • Lease time is at least 24 hours.

Fix 10: Disable Metered Connection (Windows)

Windows marks some WiFi networks as "metered" to save data, which can prevent certain background services (including Windows Update and some apps) from connecting. Go to Settings → Network → WiFi → [your network] → Properties and toggle Metered connection to Off.

Fix 11: Reset Network Settings (Nuclear Option)

If nothing else works, a full network reset reinstalls all network adapters and sets all networking components back to factory defaults.

Windows 11

Settings → Network & Internet → Advanced network settings → Network reset → Reset now

iPhone

Settings → General → Transfer or Reset → Reset → Reset Network Settings

Android

Settings → System → Reset options → Reset WiFi, mobile & Bluetooth
Warning: A network reset will erase all saved WiFi passwords, VPN configurations, and paired Bluetooth devices. Make sure you know your WiFi password before proceeding.

Fix 12: Check for IP Address Conflicts

Two devices sharing the same IP address will cause connectivity issues for both. Open Command Prompt and run:

arp -a

Look for duplicate IP entries with different MAC addresses. If you find one, assign a static IP to the conflicting device or restart your router to reassign DHCP leases.

When to Call Your ISP

If you have tried every fix above and all devices on your network still lack internet, the problem is likely outside your home. Call your ISP if:

  • Your modem's "Online" or "Internet" light is off or blinking orange.
  • Downdetector shows a confirmed outage in your area.
  • You recently changed your ISP plan or had a technician visit.
  • The problem persists after a full factory reset of your router.

Frequently Asked Questions

Why does my phone say WiFi connected but no internet?

This usually means your phone obtained a local IP from the router, but the router itself cannot reach the internet. Try restarting your router first. If other devices work fine, forget the WiFi network on your phone (Settings → WiFi → Forget) and reconnect.

Can a bad Ethernet cable cause WiFi to show no internet?

Yes. If your router connects to the modem via an Ethernet cable and that cable is damaged, the router will still broadcast WiFi but have no internet to share. Try swapping the cable between the modem and router.

Does WiFi connected but no internet mean I was hacked?

Almost never. This error is nearly always caused by a configuration issue, ISP outage, or hardware glitch. However, if you suspect unauthorized access, check your router's connected-device list and change your WiFi password immediately.

Why does this happen only at certain times of day?

Peak-hour congestion on your ISP's network or WiFi interference from neighbors can cause intermittent drops. Try switching to a less crowded WiFi channel or the 5 GHz band.

Will a factory reset of my router fix this?

A factory reset can fix router-side configuration issues, but it also erases your WiFi name, password, and all custom settings. Try the other fixes in this guide first. If you do reset your router, you will need to set it up again from scratch.

What if only HTTPS sites fail but HTTP sites work?

This points to a date/time or certificate issue on your device. Make sure your system clock is set to the correct date and time. Incorrect time causes SSL certificate validation to fail.

About Marcus Reed

Marcus is a network technician and tech writer who has configured thousands of routers across major ISPs including Comcast, AT&T, and Spectrum. He brings hands-on expertise to RouterHax's troubleshooting guides and brand-specific setup tutorials. Marcus is passionate about making networking accessible to everyone.

Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.

Once done, hit any button as below