How to Fix No Internet Connection: A Step-by-Step Troubleshooting Guide

Losing internet access is frustrating — especially when you're not sure whether the problem is your device, your router, your ISP, or something else entirely. The good news is that most "no internet connection" errors follow a predictable pattern, and working through them methodically resolves the issue the majority of the time.

What "No Internet Connection" Actually Means

Your device showing "no internet connection" doesn't always mean the same thing. There's an important distinction between no network connection and no internet access:

  • No network connection means your device isn't connected to Wi-Fi or Ethernet at all.
  • Connected but no internet means your device has joined a network but that network isn't reaching the internet.

That difference matters because the fixes are different. Knowing which situation you're in — usually visible from your device's network status icon or settings — tells you where to start looking.

Start With the Basics 🔌

Before diving into anything technical, rule out the simple stuff:

  • Restart your device. A full power cycle clears temporary network stack errors that accumulate over time.
  • Restart your router and modem. Unplug both from power, wait 30 seconds, plug the modem back in first, wait for it to fully connect, then plug in the router. This process — called a power cycle — resolves a surprisingly high percentage of connection failures.
  • Check the cables. If you're on a wired (Ethernet) connection, a loose or damaged cable is a common culprit.
  • Check your ISP's status page. Many outages are on your provider's end and have nothing to do with your equipment. Most ISPs have a service status page or app where you can verify this in seconds.

If the problem persists after these steps, you're dealing with something more specific.

Diagnose the Source of the Problem

Is It One Device or All Devices?

This is the single most useful diagnostic question.

ScenarioLikely Source
Only one device has no internetProblem is with that device
All devices on Wi-Fi have no internetProblem is with the router or ISP
Wired devices work, Wi-Fi devices don'tProblem is with the wireless side of the router
No devices work on any connectionAlmost certainly the ISP or modem

If it's only one device, the fix lives in that device's network settings. If it's everything, look upstream at your router, modem, or service provider.

Fixing a Single Device

On Windows:

  • Run the built-in Network Troubleshooter (Settings → System → Troubleshoot → Internet Connections).
  • Open Command Prompt and run: ipconfig /release then ipconfig /renew then ipconfig /flushdns. This refreshes your device's IP address and clears cached DNS entries.
  • Update or reinstall your network adapter driver via Device Manager if the above doesn't help.

On macOS:

  • Go to System Settings → Network, select your connection, and click Renew DHCP Lease.
  • Create a new Network Location to reset network preferences if the connection is erratic.

On Android or iOS:

  • Toggle Airplane Mode on and off to force a fresh network connection.
  • Forget the Wi-Fi network and reconnect, re-entering the password.
  • Reset network settings (note: this also clears saved Wi-Fi passwords and Bluetooth pairings).

Router and Modem Issues

If multiple devices are affected, log into your router's admin panel (typically at 192.168.1.1 or 192.168.0.1 in a browser) and check:

  • Whether the WAN/Internet status shows a connection to your ISP.
  • Whether your router is getting a valid public IP address from your ISP, or stuck on 0.0.0.0, which usually indicates the ISP-side link is down.
  • Whether firmware is up to date — outdated router firmware can cause instability.

If the router shows no WAN connection and a restart hasn't fixed it, the issue is either the modem or your ISP's line.

DNS Failures vs. Full Connectivity Loss

Sometimes you have a valid network connection but DNS (Domain Name System) is failing. DNS is what translates human-readable addresses like techfaqs.org into IP addresses. When it fails, websites don't load but the underlying connection may be fine.

A quick test: try loading a website by its direct IP address in a browser (8.8.8.8, for example, loads Google's DNS service). If that works but normal URLs don't, DNS is your problem. 🔍

Fix: Change your DNS servers to a public alternative:

  • Google DNS:8.8.8.8 and 8.8.4.4
  • Cloudflare DNS:1.1.1.1 and 1.0.0.1

You can set these in your device's network adapter settings or directly in your router's admin panel, which applies the change to all devices on your network at once.

Factors That Change What Fix Actually Works

The right solution depends heavily on variables specific to your setup:

  • Operating system and version — troubleshooting steps differ between Windows 10, Windows 11, macOS, Android, and iOS.
  • Router type and age — consumer routers, mesh systems, and ISP-provided gateway devices each have different admin interfaces and failure modes.
  • Connection type — cable, DSL, fiber, and mobile broadband each have distinct potential failure points.
  • Network environment — home, workplace, or public networks have different permission layers and firewall configurations that affect what you can change.
  • Technical access — some fixes require administrator access to your device or router, which you may or may not have.

A fix that takes 30 seconds on a home network with full router access might require a support call in a managed office environment. Someone on fiber with a dedicated modem and router has different tools available than someone on a combined ISP gateway device.

The sequence above covers the most common causes in the most common setups — but where you land in that spectrum shapes both the diagnosis and the solution.