Network Connected But No Internet on All Devices – Fix It Fast

Your Wi-Fi shows connected but you can't browse. This usually means your router got confused or the ISP dropped the line. Let's fix it in 4 steps.

Quick answer for advanced users: Power cycle your router (unplug for 30 seconds, plug back in). If that doesn't work, check your ISP status page.

I know this error is infuriating. You're sitting there, Wi-Fi icon shows full bars, but every webpage spins forever. Your phone, laptop, tablet—all the same. It tells you something: the problem isn't your device. It's between your router and the internet.

Here's what's really going on: your router lost its connection to your ISP, or it got confused about who gets an IP address. The Wi-Fi part still works (that's why you see 'connected'), but the actual internet link is dead. This tripped me up the first time too, back when I ran a help desk blog. I'd swap cables, restart devices, and fight with settings for an hour before remembering the obvious fix.

Let's fix it. Try these steps in order. The first one works 80% of the time.

Step 1: Power Cycle Your Router and Modem

  1. Unplug both your router and your modem (if they're separate boxes) from the power outlet.
  2. Wait a full 30 seconds. I mean it—grab your phone, set a timer. A quick 5-second unplug often doesn't clear the router's memory.
  3. Plug the modem back in first. Wait until all its lights show as normal (usually 1-2 minutes).
  4. Then plug the router back in. Wait another 2 minutes for it to fully boot.
  5. Test your internet on any device.

This forces your router to get a fresh IP address from your ISP. It also clears any temporary glitches in the router's firmware. I've seen this fix everything from 'no internet' to slow speeds to weird DNS errors.

Step 2: Check If Your ISP Is Down

If power cycling didn't help, your internet provider might have an outage. Before you call them, check their status page. Most ISPs post outage info on their website or social media.

I've had calls from panicked users who spent hours troubleshooting, only to find their whole neighborhood was offline. Don't be that person. Open your phone's mobile data (turn off Wi-Fi) and go to your ISP's outage map. If you see a red area near you, relax. It's not your fault.

Alternatively, call your ISP from your phone. A lot of them have automated systems that tell you about outages in your area.

Step 3: Release and Renew Your IP Address (Windows)

If the first two steps didn't work, your router might be holding onto a bad IP address. Let's fix that from your computer.

  1. Press Windows Key + X and choose 'Windows Terminal (Admin)' or 'Command Prompt (Admin)'.
  2. Type these commands one by one, pressing Enter after each:
ipconfig /release
ipconfig /renew
ipconfig /flushdns

This forces your computer to ask for a new IP address from your router. It also flushes the DNS cache, which can fix 'connected but no internet' issues caused by corrupted DNS records.

Wait a minute after the last command, then try browsing again. I've seen this work on Windows 10 and 11, especially after a power outage that scrambled network settings.

Step 4: Reset Your TCP/IP Stack (Advanced)

If nothing else worked, your computer's network stack might be damaged. This is less common, but I've hit it a few times with Windows updates that broke things.

  1. Open 'Windows Terminal (Admin)' again.
  2. Type this command and press Enter:
netsh int ip reset
netsh winsock reset

Restart your computer after running these. They reset your IP settings and Winsock catalog to default. This can fix stubborn 'no internet' errors that don't respond to regular fixes.

Alternative Fixes If the Main Steps Fail

  1. Change your DNS server. Sometimes your ISP's DNS is slow or broken. Set your router or device to use Google's DNS (8.8.8.8 and 8.8.4.4) or Cloudflare's (1.1.1.1). This won't hurt anything and can speed up browsing too.
  2. Try a different device. If only one device shows 'no internet', the problem is that device. Check its network adapter settings or restart it.
  3. Check your cables. This sounds too simple, but I've fixed countless 'no internet' issues by wiggling the Ethernet cable between my modem and router. A loose or damaged cable can drop the WAN connection.
  4. Factory reset your router. As a last resort, press the tiny reset button on the back with a paperclip for 10 seconds. This wipes all your custom settings, so you'll need to set up Wi-Fi name and password again. Use this only if you're sure the router is the problem.

How to Prevent This From Happening Again

I can't promise you'll never see 'connected but no internet' again—it's a normal part of home networking. But you can reduce how often it happens.

  • Reboot your router once a month. Set a calendar reminder. A quick power cycle clears its memory and prevents weird glitches from building up.
  • Update your router's firmware. Check your router's admin page (usually 192.168.1.1 or 192.168.0.1) for a firmware update. Manufacturers fix bugs that cause connection drops.
  • Use a UPS for your modem and router. Power fluctuations can corrupt the router's settings. A cheap Uninterruptible Power Supply keeps them clean.
  • Buy a quality router. Cheap routers from your ISP often overheat and fail after a year. A router from Asus, TP-Link, or Netgear with good reviews will stay stable longer.

That's it. You should be online now. If you're still stuck after all these steps, something deeper is wrong—maybe a damaged Ethernet port in your router or a line issue with your ISP. At that point, call your ISP and ask them to run a line test from their end. They can see signal problems you can't.

Related Errors in Network & Connectivity
SD-WAN Edge Offline? 3 Quick Fixes I Always Try First 0XC000023B Fix STATUS_CONNECTION_ACTIVE (0XC000023B) in 3 Quick Steps 0X0000232C Fix DNS_ERROR_RCODE_NOT_IMPLEMENTED (0x0000232C) Can't Reach 192.168.1.1? Here's Why and How to Fix It

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.