Skip to main content
Available 24/7 for Emergency Support
Geeks in Sneaks
How to Fix Wrong DNS Settings Causing Random Site Failures
Router & WiFiIntermediate10-20 minutes

How to Fix Wrong DNS Settings Causing Random Site Failures

Difficulty
Intermediate
Time
10-20 minutes
Category
Router & WiFi

Some websites won't load while others work fine - incorrect DNS settings are likely the culprit, and here's how to fix them.

βœ“Quick Checks (Do These First)

  • Can you reach a site by raw IP? Type http://1.1.1.1 in a browser. If that loads but names don't, it's DNS, full stop.
  • Flush the local cache. ipconfig /flushdns (Windows) or sudo dscacheutil -flushcache (Mac).
  • One device or all of them? All devices = the router's DNS. One device = that device's DNS or cache.
  • Same sites failing every time, or random? Consistent failures point to a specific bad resolver entry; random failures point to an overloaded or failing DNS server.

πŸ”The Test That Names the Culprit Exactly

Don't change settings blindly β€” find out which resolver is lying. Open Command Prompt and run two targeted queries:

  • nslookup example.com β€” uses whatever DNS your device is currently set to. If this fails or times out, your current resolver (router or ISP) is the problem.
  • nslookup example.com 1.1.1.1 β€” forces the query through Cloudflare directly. If this succeeds while the first failed, the websites are fine and a public DNS switch will fix everything. If this also fails, the lookup is being intercepted or blocked before it leaves your network β€” think captive-portal hardware, a security appliance, or DNS hijacking malware.

One pair of commands tells you whether to change DNS, scan for malware, or look at the hardware in front of you. Content-farm guides skip this and just tell everyone to change DNS, which only works for the first case.

πŸ”§Step-by-Step Fixes

Fix 1: Change Router DNS to a Reliable Public Resolver (Most Effective)

  1. Log into the router (192.168.1.1 or 192.168.0.1)
  2. Open Internet / WAN Settings and find DNS Servers
  3. Switch from "Get from ISP" to Manual
  4. Cloudflare: 1.1.1.1 / 1.0.0.1, or Google: 8.8.8.8 / 8.8.4.4
  5. Save, reboot the router, wait two minutes, retest the sites that failed

This replaces the ISP resolver for every device at once β€” the right move when the problem hits all devices.

Fix 2: Set Static DNS on One Device (Quick Test or Single-Device Fix)

Windows: Settings > Network & Internet > Wi-Fi > Hardware properties > Edit next to DNS server assignment > Manual > IPv4 on > Preferred 1.1.1.1, Alternate 8.8.8.8 > Save.

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

Fix 3: Clear the Router's DNS Cache

  1. In the router admin, look for a Clear DNS Cache or Flush DNS option in advanced settings
  2. No such option? Just power-cycle the router β€” unplug 30 seconds, plug back in, wait for full boot
  3. Retest the problem sites

Fix 4: Disable IPv6 as a Test

  1. In router settings, find IPv6 and disable it
  2. Save and reboot
  3. If sites that resolved over a broken IPv6 path now work, leave it off; otherwise turn it back on

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

If nslookup example.com 1.1.1.1 still fails after a router reboot, the lookup is being broken before it ever reaches the public internet β€” and a settings change can't reach that. Past this point it's usually one of these:

  • DNS hijacking malware on a device or in router firmware quietly rewrites every lookup to point somewhere malicious. New public DNS settings get silently overridden, which is why "change DNS" appears to do nothing.
  • Compromised or buggy router firmware intercepting and mangling DNS, sometimes only for certain domains β€” the classic "some sites, not others" pattern that survives every settings change.
  • An upstream block at the ISP or line level where queries to outside resolvers are filtered or the connection is too lossy for DNS to complete reliably.

Telling malicious DNS interception apart from a failing router or an upstream block means inspecting actual query traffic, not router menus β€” and that's the boundary where a network repair and security check is worth more than another round of settings changes, especially if banking or work data is on the line.

Need Professional Help?

If you're in the Tampa Bay area and dealing with persistent internet connectivity issues, Geeks in Sneaks provides friendly, on-site tech support in Clearwater, Clearwater Beach, and Dunedin.

Schedule a Visit

Related Topics

DNS errorsDNS settingswebsite won't loadDNS serverGoogle DNSnetwork troubleshooting

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 β†’