Skip to main content
Available 24/7 for Emergency Support
Geeks in Sneaks
How to Fix Constant 'Limited Connectivity' or 'No Internet' Warnings
Router & WiFiIntermediate15-30 minutes

How to Fix Constant 'Limited Connectivity' or 'No Internet' Warnings

Difficulty
Intermediate
Time
15-30 minutes
Category
Router & WiFi

Your device shows 'Limited Connectivity' or 'No Internet' warnings even though WiFi is connected - here's how to fix these persistent errors.

βœ“Quick Checks (Do These First)

  • Does the internet actually work? Load a real website before troubleshooting. The warning is often wrong.
  • One device or all of them? One device = that device's network stack. All devices = the router or the line.
  • Check the modem's internet/WAN light. Solid and the right color = the ISP link is up. Red or off = nothing below this point matters until that's fixed.
  • Restart the affected device once. A stuck adapter state clears on reboot more often than people expect.

πŸ”Read the Numbers Before You Touch a Setting

This one check tells you exactly which step failed. Open Command Prompt and run ipconfig /all, then read three lines:

  • IP address starts with 169.254.x.x β†’ DHCP failed. The device never got a real lease from the router. This is a router/DHCP problem (Fix 1 then Fix 7), not DNS β€” changing DNS won't help.
  • Normal IP (192.168.x.x) but a blank or wrong Default Gateway β†’ routing is broken; the device doesn't know where to send traffic. Reset the adapter (Fix 1).
  • Normal IP and gateway, but websites fail by name while ping 1.1.1.1 works β†’ it's pure DNS. Go straight to Fix 2.

That three-line read replaces twenty minutes of guessing β€” each result points at exactly one fix and rules the others out.

πŸ”§Step-by-Step Fixes

Fix 1: Reset the Network Adapter (Windows)

Use this when you see a 169.254 address or a missing gateway β€” the adapter is holding a bad state.

  1. Right-click Start and open Terminal (Admin) or Command Prompt (Admin)
  2. Run these one at a time:
    • ipconfig /release
    • ipconfig /flushdns
    • ipconfig /renew
    • netsh winsock reset
    • netsh int ip reset
  3. Restart the computer
  4. Reconnect to Wi-Fi and recheck ipconfig /all β€” you should now have a real IP and gateway

Fix 2: Change DNS Servers

Use this only when names fail but raw IPs work.

  1. Settings > Network & Internet > Wi-Fi > Hardware properties
  2. Edit next to DNS server assignment > Manual > turn on IPv4
  3. Preferred: 1.1.1.1 (Cloudflare). Alternate: 8.8.8.8 (Google)
  4. Save and test

Mac: System Settings > Network > your connection > Details > DNS > add 1.1.1.1 and 8.8.8.8, remove the rest.

Fix 3: Turn Off the Metered Connection Flag

Windows throttles background networking when it thinks a connection is metered, which can surface as limited connectivity.

  1. Settings > Network & Internet > Wi-Fi > click your network
  2. Turn Metered connection OFF
  3. Disconnect and reconnect

Fix 4: Disable IPv6 (Test Only)

A network that advertises IPv6 but routes it poorly can trip the connectivity check while IPv4 works fine.

  1. Settings > Network & Internet > Advanced network settings > More network adapter options
  2. Right-click your Wi-Fi adapter > Properties
  3. Uncheck Internet Protocol Version 6 (TCP/IPv6) > OK
  4. Reconnect. If it doesn't help, turn it back on β€” IPv6 isn't the enemy by default

Fix 5: Update or Reinstall the Wi-Fi Driver

  1. Right-click Start > Device Manager > expand Network adapters
  2. Right-click the Wi-Fi adapter > Update driver > Search automatically
  3. No update found? Right-click > Uninstall device (check "delete driver software"), then restart β€” Windows reinstalls it

Fix 6: Set a Static IP (When DHCP Keeps Failing on One Device)

  1. Run ipconfig /all and note Subnet Mask, Default Gateway, and a free IP in your range
  2. Wi-Fi > Hardware properties > Edit next to IP assignment > Manual > IPv4
  3. Enter an unused address (e.g. 192.168.1.50), the subnet mask, the gateway, and DNS 1.1.1.1 / 8.8.8.8
  4. Save and test

Fix 7: Check Router DHCP (When Multiple Devices Get 169.254)

  1. Log into the router (usually 192.168.1.1)
  2. Confirm the DHCP server is Enabled with a pool of at least 50 addresses and a 24-hour lease
  3. Reboot the router after changes

πŸ“žWhere DIY Stops β€” And Why

If the warning sticks across every device after a clean adapter reset and a confirmed-good DHCP pool, you've passed what settings can fix. Past this point it's usually one of three things, and none of them is something you change in a menu:

  • The router's DHCP service is intermittently failing β€” it hands out leases sometimes and not others, so devices flip between working and 169.254. That's a router fault, not a device one.
  • The modem isn't fully provisioning β€” it powers on and the WAN light may look right, but it never authorizes cleanly with the ISP, so traffic stalls upstream of everything you can configure.
  • A weak or noisy line in β€” coax/DSL signal out of spec causes packet loss that the connectivity test reads as "no internet" even though the link technically exists.

Separating a flaky router from a marginal incoming line takes looking at the modem's signal page and watching DHCP behavior over time β€” the diagnostic step a homeowner has no easy way to run, and exactly the kind of thing a network repair visit settles in one pass instead of by trial and replacement.

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

wificonnectivitywarningstroubleshootingdns

Need Professional Help?

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

Learn about our network repair service

More Router & WiFi Fixes

See all Router & WiFi fixes β†’
Router & WiFimedium

Business-Grade vs Consumer Routers for Home Use

Considering a business-grade router for your home? Find out if the premium price delivers real benefits for residential use.

15-20 minutesRead Fix β†’
Router & WiFimedium

Buying Used or Refurbished Routers: Safe or Risky?

Tempted to save money with a used router? Learn the real security risks and when buying secondhand is safe versus when it's dangerous.

20-30 minutesRead Fix β†’
Router & WiFieasy

How Long Should a Router Last? When to Replace Yours

Your router is a few years old and you're wondering if it's time to replace it. Learn the typical lifespan and warning signs it's failing.

10-15 minutesRead Fix β†’
Router & WiFimedium

Gaming Routers: Real Benefits vs Marketing Hype

Wondering if a gaming router is worth the premium price? We separate the real performance benefits from marketing gimmicks.

10-15 minutesRead Fix β†’
Router & WiFieasy

Renting ISP Equipment vs Buying Your Own: Real Cost Comparison

Paying monthly rental fees for your modem and router? Find out how much you could save by buying your own equipment.

10-15 minutesRead Fix β†’
Router & WiFimedium

Matching Router Capabilities to Your Internet Speed Tier

Have gigabit internet but not getting those speeds? Your router might be the bottleneck. Learn how to match equipment to your plan.

15-20 minutesRead Fix β†’
Router & WiFibasic

What to Look for When Buying a Home Router in 2026

Shopping for a new router can be overwhelming with all the technical specs and marketing claimsβ€”here's what actually matters in 2026.

15-20 minutesRead Fix β†’
Router & WiFieasy

When to Move from Single Router to Mesh WiFi System

Dead zones and weak WiFi in parts of your home? Find out if it's time to upgrade from a traditional router to a mesh system.

15-20 minutesRead Fix β†’