WiFi X-Ray

How to Check Which DNS Server Your Router Uses

In short

You check which DNS servers your network uses by reading the DNS fields in your router admin interface and comparing them with what your computer received over DHCP. The router often hands clients its own address as DNS while it forwards queries upstream to the ISP or to resolvers you configured. Confirm both layers so you know whether devices use ISP DNS, public resolvers, or something unexpected.

Key takeaways

  • DNS (Domain Name System) converts names like example.com into IP addresses your devices can contact.
  • Many home routers act as a DNS proxy: clients query the router, and the router queries upstream servers.
  • Checking only a computer’s DNS setting can miss the router’s upstream resolvers, and the reverse is also true when a device overrides DHCP.
  • Unexpected DNS values can come from manual settings, ISP pushes, VPNs, or, less commonly, unwanted reconfiguration.
  • Set DNS deliberately on the router for network-wide defaults, then verify a client received those settings.

You check which DNS (Domain Name System) servers your home network uses by reading the DNS settings in the router admin UI and comparing them with the resolvers your computer actually received. Many routers act as a DNS proxy: devices query the router, and the router forwards to upstream ISP or public resolvers. Verifying both layers is the only way to know what is really answering name lookups.

What is DNS on a home network?

When you open a website or talk to an API, your device usually asks a resolver for the IP address behind a name. That resolver may recurse through the global DNS hierarchy until it finds an answer, often using caches to stay fast.

On a typical home LAN:

  1. Your phone or laptop gets network settings via DHCP from the router.
  2. One of those settings is a DNS server address (sometimes several).
  3. Applications send name queries to that resolver path.
  4. The resolver returns answers the device uses for connections.

If DNS is wrong, slow, filtered, or intercepted, the internet can look “broken” even when raw connectivity exists. If DNS is quietly pointed somewhere you did not choose, your devices may receive answers you did not expect.

Where can DNS be set?

There are multiple layers. Confusion usually comes from checking only one.

LayerWhere you lookWhat it controls
Router WAN / Internet DNSRouter admin “Internet” or “WAN” DNS fieldsUpstream resolvers the router uses
Router LAN DHCP DNSLAN / DHCP server optionsWhat DNS address is handed to clients
Client OS settingsmacOS Network settings, etc.Per-device manual overrides
VPN or security softwareVPN app preferencesOften forces its own resolvers while connected
Application encrypted DNSBrowser DNS over HTTPS settingsMay bypass system DNS for that app

A common consumer pattern: clients list 192.168.1.1 (the router) as DNS, while the router’s WAN page lists ISP resolvers or public ones such as well-known public DNS addresses you intentionally entered. Both facts can be true simultaneously.

How do you check DNS on the router?

1. Find the router admin address

On a Mac:

  1. Open System Settings → Network.
  2. Select the active service (Wi-Fi or Ethernet).
  3. Open details and note the Router address. That is usually the LAN gateway.

You can also check the gateway on many routers’ bottom stickers, but the live network setting is more reliable if you changed defaults.

2. Sign in to the admin interface

Open a browser to http:// or https:// that router address. Use the admin credentials you set (not the Wi-Fi password, unless they are intentionally identical, which is not ideal).

Menus differ by brand, but look for:

  • Internet / WAN status for upstream DNS
  • LAN / DHCP for what clients are told
  • Dynamic DNS (unrelated name; that is for publishing your home IP, not resolver choice)
  • Parental controls / filtering that silently force vendor DNS

Write down:

  • Primary and secondary DNS addresses
  • Whether the UI says “Get from ISP” versus manual
  • Whether DNS rebinding protections or filtering modes are enabled

4. Interpret what you see

  • ISP automatic DNS: common default. Not automatically bad.
  • Public resolvers you chose: expected if you configured them.
  • Private addresses you do not recognize: investigate. They might be another gateway on a complex mesh, a Pi-hole style filter box, or a leftover static setting.
  • Empty or greyed fields: the router may be fully ISP-managed; check the status page for learned values instead.

How do you check DNS on a Mac client?

System Settings method

  1. System Settings → Network → Wi-Fi (or Ethernet) → Details.
  2. Open the DNS tab.
  3. Note listed servers.

If the list is only your router’s LAN IP, the Mac is using the common proxy pattern. Upstream choice still lives on the router.

If you see public resolver addresses directly, either:

  • The router DHCP is advertising those addresses, or
  • The Mac has a manual DNS configuration for that network.

Terminal method

In Terminal, network setup queries can show resolvers for the active interface. The exact command output varies by macOS version, but the goal is the same: list nameserver addresses currently in use. Compare them with the router DHCP settings.

Also test resolution behavior:

  • Visit a simple website.
  • If you run specialty filters (ad-blocking DNS, family filters), confirm blocked categories behave as you configured.

How do you tell router DNS and client DNS apart?

Worked example patterns:

Pattern A — Router as proxy (common): Mac DNS is the router LAN IP; WAN DNS is ISP or public upstream.

Pattern B — DHCP hands out public DNS: clients query public resolvers directly while the router still routes packets.

Pattern C — Client override: only this Mac differs; phones may still use router defaults.

Pattern D — VPN active: DNS shows VPN resolvers until you disconnect and re-check home defaults.

If you use filters or VPNs, keep a short note of all four layers.

Why would you change router DNS?

Legitimate reasons include network-wide filtering policy, avoiding intermittent ISP resolver problems, pointing all devices at a local filter appliance you control, or standardizing settings without touching each client.

Be cautious: a wrong address breaks name resolution for the whole house; some filters break captive portals or obscure domains; encrypted DNS on individual apps can bypass network-wide policy; copying resolver addresses from untrusted posts is a bad source of truth.

After any change, renew DHCP on a test client and confirm expected DNS values, normal website resolution, and intentional filters.

What unexpected DNS settings might mean?

Most surprises are mundane: a past experiment with public resolvers, an ISP security package, mesh software managing DNS, or parental-control mode. Less common: admin settings changed without your action, someone with admin access altered resolvers, or malware on a single client forcing OS-level DNS (that alone would not rewrite the router).

If DNS on the router changed and you are not the admin who did it: change the router admin credentials, update firmware, set DNS explicitly, review remote admin and port forwards, and re-check after a day that values stuck.

Inventory tools that show connection facts on a Mac, including DNS for the active interface, make the client side faster. WiFi X-Ray surfaces DNS alongside gateway and IP details so you can compare them with the router UI without digging through several system panes.

Step-by-step hardening after you finish checking

  1. Decide whether DNS should be ISP-automatic or manual.
  2. Apply the choice on the router for whole-home defaults.
  3. Remove stale manual DNS on clients unless you have a per-device reason.
  4. If you use a local DNS filter host, give it a stable IP and point DHCP at it deliberately.
  5. Document the addresses in a household network note.
  6. Revisit after router replacements; new gateways often reset to ISP DNS.

Quick verification checklist

  • [ ] Router admin open from a trusted device on LAN
  • [ ] WAN/upstream DNS recorded
  • [ ] DHCP DNS options recorded
  • [ ] Mac DNS tab recorded for the active network
  • [ ] VPN disconnected re-check completed if applicable
  • [ ] Browser encrypted-DNS settings considered if policy must be universal
  • [ ] Name resolution smoke-tested on phone and computer

That sequence answers which DNS you are using with evidence instead of assumptions.

Should I change DNS away from my ISP?

You might, if you want a different filtering policy, potentially more consistent resolution behavior, or a provider you prefer. ISP DNS is not automatically malicious. Choose resolvers you trust, document what you set, and test name resolution after the change.

Why does my Mac show different DNS than the router page?

The Mac may use a manual DNS override, a VPN configuration, or a per-network profile. The router page shows its own LAN DNS proxy settings and upstream fields, which are a different layer. Check System Settings for the active service.

Do encrypted DNS settings on a browser bypass the router?

They can. Browser or OS features that use DNS over HTTPS may send name queries along paths that do not match the classic router DHCP DNS fields. If you need one policy for all devices, configure at the router and understand which clients still bypass it.

Is changing DNS the same as using a VPN?

No. DNS chooses how names resolve. A VPN typically tunnels broader traffic through another network path. They solve different problems and can be combined or used separately.

Frequently asked questions

Should I change DNS away from my ISP?

You might, if you want a different filtering policy, potentially more consistent resolution behavior, or a provider you prefer. ISP DNS is not automatically malicious. Choose resolvers you trust, document what you set, and test name resolution after the change.

Why does my Mac show different DNS than the router page?

The Mac may use a manual DNS override, a VPN configuration, or a per-network profile. The router page shows its own LAN DNS proxy settings and upstream fields, which are a different layer. Check System Settings for the active service.

Do encrypted DNS settings on a browser bypass the router?

They can. Browser or OS features that use DNS over HTTPS may send name queries along paths that do not match the classic router DHCP DNS fields. If you need one policy for all devices, configure at the router and understand which clients still bypass it.

Is changing DNS the same as using a VPN?

No. DNS chooses how names resolve. A VPN typically tunnels broader traffic through another network path. They solve different problems and can be combined or used separately.