What Is My DNS Server? How to Find Your Current DNS on Any Device
Your current DNS server is the resolver your device uses to translate domain names into IP addresses. It may be assigned by your ISP, router, company network, VPN, mobile carrier or a manually configured public DNS provider.
Knowing the active resolver helps troubleshoot slow lookups, filtering, failed domains, VPN problems and differences between devices.
Use DNSCheckers.com to test how domains resolve externally.
Find DNS Server on Windows
Windows can display configured DNS servers through network settings or command-line tools. The DNS server shown by nslookup may be a router address, because the router forwards requests to an upstream provider.
Step-by-Step Process
- Open Command Prompt.
- Run ipconfig /all.
- Find the active Wi-Fi or Ethernet adapter.
- Review the DNS Servers field.
- Run nslookup and check the Default Server.
- Check VPN adapters separately when connected.
Important Concepts
Router as DNS server
The device may show the router’s LAN address rather than the true upstream resolver.
VPN resolver
A VPN can replace the normal DNS while connected.
Encrypted DNS
A browser or application may use DoH independently of operating-system settings.
Corporate DNS
Internal resolvers may be required for private hostnames and Active Directory.
Common Problems and Mistakes
- Assuming the router address identifies the upstream provider
- Ignoring browser secure DNS
- Checking an inactive adapter
- VPN changing the resolver
- IPv4 and IPv6 using different DNS servers
- Mobile carrier DNS differing from Wi-Fi
Troubleshooting Checklist
- Check the active adapter.
- Check system settings.
- Check browser secure DNS.
- Check VPN configuration.
- Compare Wi-Fi and cellular.
- Query a test domain and observe the resolver.
Frequently Asked Questions
Why does Windows show 192.168.1.1 as DNS?
The router is acting as a DNS forwarder for the device.
Can different apps use different DNS?
Yes. Browsers, VPNs and security applications may use their own encrypted resolvers.
Does my public IP reveal my DNS server?
No. Your public IP and your configured resolver are separate pieces of information.
Conclusion
What Is My DNS Server? How to Find Your Current DNS on Any Device is an important topic for anyone managing websites, networks or online services. Use the diagnostic steps above to separate local-device, resolver, authoritative DNS and application problems.