Skip to main content
Available 24/7 for Emergency Support
Geeks in Sneaks
How to Fix 'No Internet' Icon Even Though Other Devices Work
Windows ProblemsIntermediate20-40 minutes

How to Fix 'No Internet' Icon Even Though Other Devices Work

Difficulty
Intermediate
Time
20-40 minutes
Category
Windows Problems

Your Windows PC shows the dreaded 'No Internet' icon, but your phone and other devices are online just fine. Here's how to fix this confusing network issue.

โœ“Quick Checks (Do These First)

  • Open a website. If pages actually load despite the icon, this is a false NCSI warning โ€” skip to the triage section, then Solutions 2 and 3.
  • Confirm other devices work on the same network. They do? The router and ISP are fine; the fault is in this PC.
  • Disconnect any VPN and test again โ€” VPN clients are a frequent cause of broken connectivity detection.
  • Check the clock. A wildly wrong system date/time breaks the secure probe and triggers a false offline state.

๐Ÿ”The Test That Tells You Which Problem You Have

Open a browser and load two things: a normal site by name (e.g. a news site) and then a known raw IP such as 1.1.1.1.

  • Both load, icon still says no internet โ†’ purely a false NCSI report. Your connection is fine. Re-enable active probing (Solution 3) and fix DNS (Solution 2); don't reset anything else.
  • IP loads but the named site doesn't โ†’ DNS resolution is broken on this PC. Go straight to Solution 2 (change DNS) and the flush in Solution 1.
  • Neither loads โ†’ a genuine connectivity break local to this machine โ€” bad IP lease, winsock corruption, or a security product blocking traffic. Solutions 1, 4, and the IPv6/antivirus checks apply.

This one test decides whether you're fixing a cosmetic warning or a real outage โ€” they share an icon but nothing else.

๐Ÿ”งStep-by-Step Fixes

Solution 1: Flush DNS and Reset the Network Stack

Run as administrator, one line at a time:

  1. ipconfig /release
  2. ipconfig /flushdns
  3. ipconfig /renew
  4. netsh winsock reset
  5. netsh int ip reset
  6. Restart and re-test

Solution 2: Set DNS to Cloudflare or Google

  1. Settings > Network & Internet > your connection
  2. Hardware properties โ†’ Edit next to DNS server assignment โ†’ Manual โ†’ turn on IPv4
  3. Preferred 1.1.1.1, Alternate 8.8.8.8
  4. Save and test by name

Solution 3: Re-enable Network Connectivity Detection (NCSI)

This is the actual fix for a false warning when pages load fine.

  1. Win + R, type regedit, Enter
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet
  3. Set EnableActiveProbing to 1 (create it as a DWORD if missing)
  4. Restart

Back up first: File โ†’ Export before editing the registry.

Solution 4: Update the Network Adapter Driver

  1. Device Manager โ†’ Network adapters
  2. Right-click your adapter โ†’ Update driver โ†’ search automatically
  3. If none found, pull the current driver from the PC maker's support site, install, restart

Solution 5: Toggle the Adapter and Run the Troubleshooter

  1. View network connections, right-click the active adapter โ†’ Disable, wait 10 seconds, Enable
  2. Settings > System > Troubleshoot > Other troubleshooters > Network and Internet โ†’ Run

๐Ÿ“žWhere DIY Stops โ€” And Why

If the icon is wrong but the internet works, the steps above usually settle it. A genuine, machine-specific outage that survives a network reset is a different animal:

  • A security suite is intercepting traffic. Some antivirus/firewall products proxy or filter connections at a level Settings can't reach, blocking the probe and sometimes real traffic. Diagnosing that means safely disabling protection components without leaving the machine exposed.
  • System file or winsock corruption that a reset won't clear. When the TCP/IP stack is damaged below the surface, the visible symptom is "no internet on one PC" with no obvious cause โ€” and chasing it with more resets makes things worse.
  • Malware redirecting DNS or hijacking the proxy. Connectivity that fails only by name, with odd redirects, is a classic infection pattern โ€” and removing it safely without losing data is not a settings change.

Separating a stubborn software conflict from an infection is exactly the judgment call a homeowner has no clean way to make. If a network reset and a clean DNS didn't fix it, that's the hand-off point to our PC repair service before you reinstall Windows over a problem that wasn't Windows.

Need Professional Help?

If you're in the Tampa Bay area and need hands-on assistance, Geeks in Sneaks provides friendly, on-site tech support in Clearwater, Clearwater Beach, and Dunedin.

Schedule a Visit

Related Topics

networkdnstroubleshootingconnectivitywindows

Need Professional Help?

If you're still having trouble, our expert technicians can help.

Learn about our pc repair service

More Windows Problems Fixes

See all Windows Problems fixes โ†’
Windowseasy

Should I Worry About Windows Event Errors?

Found errors and warnings in Event Viewer and worried something is wrong? Here's the truth about Windows event logs and what you actually need to fix.

5 minutesRead Fix โ†’
Windowseasy

How Long Should a Windows PC Last?

Wondering if your PC is getting too old? Here's the realistic lifespan of Windows computers and when it's time to upgrade versus repair.

5 minutesRead Fix โ†’
Windowseasy

Why Does My Cursor Freeze Momentarily?

Mouse cursor stuttering or freezing for a second or two randomly? Here's what causes it and how to fix the annoying micro-freezes.

15-30 minutesRead Fix โ†’
Windowseasy

Is It Normal for Disk to Be Slow After Boot?

Computer sluggish for the first few minutes after starting up? Learn why this happens, when it's normal, and how to speed up your post-boot experience.

10-30 minutesRead Fix โ†’
Windowseasy

Is 80ยฐC CPU Temperature Dangerous?

Worried about your CPU hitting 80ยฐC? Here's the truth about CPU temperatures, what's safe, and when you actually need to be concerned.

5 minutesRead Fix โ†’
Windowseasy

Why Does My Fan Spin Up Randomly?

Computer fan suddenly revving up for no apparent reason? Here's why it happens, when it's normal, and when you should be concerned.

5-10 minutesRead Fix โ†’
Windowseasy

Are Windows Updates Really Necessary?

Wondering if you can skip those annoying Windows updates? Here's what you need to know about why updates matter and what happens if you ignore them.

5-10 minutesRead Fix โ†’
Windowseasy

Why Is Windows Search Using So Much Disk?

Windows Search Indexer maxing out your disk usage at 100%? Here's why it happens and how to fix it without losing search functionality.

10-30 minutesRead Fix โ†’