DNS Tools

What Is DNS Lookup?

DNS lookup for any domain — view A, AAAA, MX, TXT, NS, and more. Free dns record lookup with no signup.

What Is DNS Lookup?

DNS lookup (also called a dns checker or domain dns checker) asks the Domain Name System which records exist for a hostname — turning names like www.example.com into IP addresses, mail routes, and policy text your browsers and servers rely on.

When you search dns lookup, check dns records, or dns record lookup, you usually need answers before a site launch, after a registrar change, or when email stops working. VSPIC queries public resolvers so you see what the internet likely receives, not only what your laptop cached yesterday.

  • Definition of DNS (Domain Name System): A global, distributed directory that maps human-readable domain names to machine-readable records.
  • How DNS translates domain names into IP addresses: Your device asks a recursive resolver; if needed, the resolver walks the DNS tree from root → TLD → authoritative nameservers until it finds the record.
  • Why DNS is essential for websites and email: Without correct A/AAAA records, sites do not load; without MX (and often SPF/DKIM/DMARC in TXT), mail bounces or lands in spam.

How to Check DNS Records for Any Domain

  1. Enter the domain name you want to inspect (example.com or a subdomain).
  2. Run the lookup — common record types return as the resolver sees them.
  3. Review grouped DNS results including TTL where available.
  4. Compare with your DNS host panel; fix mismatched A, MX, or TXT entries.
  5. If changes are new, wait one TTL cycle or use the DNS propagation checker for global view.

How This DNS Lookup Tool Works

Our dns query tool runs in the browser — no install required. Use it as an online ns lookup alternative for quick record checks.

  • Enter a domain name (example.com or a subdomain like api.example.com).
  • The tool queries common record types your resolver returns — A, AAAA, MX, TXT, NS, CNAME, and more when published.
  • View real-time DNS records grouped for readability instead of raw terminal output.
  • Check TTL values on each answer to estimate how long old data may linger in caches.
  • Follow up with our DNS propagation checker if some regions still show previous IPs after a migration.

DNS Record Types Explained

Understanding record types helps you interpret dns record lookup results and fix misconfigurations faster.

A Record
Maps a domain or host to an IPv4 address (for example 203.0.113.10). Use a record lookup after changing web hosts or CDN origins.
AAAA Record
Maps a domain or host to an IPv6 address. Pair with A records during dual-stack cutovers.
CNAME Record
Points one domain or subdomain to another hostname (alias). Common for www → root or SaaS landing pages — not allowed on apex in many DNS providers.
MX Record
Specifies mail servers responsible for email delivery, with priority numbers. Missing or wrong MX is the top cause of inbound mail failure.
TXT Record
Stores text for SPF, DKIM, DMARC, domain verification (Google, Microsoft), and other policies. Keep under length limits; split long SPF if needed.
NS Record
Identifies authoritative name servers for the zone. Changing NS at the registrar delegates your entire DNS to a new provider.
SOA Record
Contains administrative information about a DNS zone — primary nameserver, serial, and refresh timers used by secondary servers.
SRV Record
Defines services (host, port, priority) for protocols like SIP, XMPP, or Microsoft autodiscover-style setups.
CAA Record
Controls which certificate authorities may issue SSL/TLS certificates for your domain — helpful to prevent unauthorized cert minting.

Why Check DNS Records?

  • Verify website configuration before go-live or after CDN changes.
  • Troubleshoot DNS issues when only some users see errors (often caching or geo DNS).
  • Check email setup — MX plus SPF/DKIM/DMARC TXT for deliverability.
  • Monitor DNS changes during migrations; compare TTL and serial (SOA) over time.
  • Verify SSL certificate permissions via CAA before requesting new certs.

Understanding DNS TTL (Time To Live)

What TTL means: Time To Live tells recursive resolvers how many seconds they may cache a record before asking authoritative servers again. Lower TTL = faster global updates; higher TTL = less query load and stabler caching.

How TTL affects DNS propagation: After you change an A or MX record, users on resolvers that cached the old value keep using it until TTL expires. That is why dns propagation can take minutes to hours even when your panel shows the new value immediately.

Recommended TTL settings: Use 300–900 seconds (5–15 minutes) during migrations, then raise to 3600+ seconds once stable. Never set TTL to 0 in production — some resolvers treat it unpredictably.

Common DNS Problems and Solutions

Use this dns checker when something broke after a change — match symptoms to fixes before opening a ticket with your host.

Website Not Loading

  • Incorrect A or AAAA record pointing to the wrong server IP.
  • DNS propagation delay — old A record still cached; lower TTL next time and wait.
  • CNAME flattening or apex ALIAS misconfigured at the DNS host.

Email Not Working

  • Missing MX records or MX pointing to the wrong mail host.
  • Incorrect SPF or DKIM TXT — use our SPF/DMARC checker for mail auth alignment.
  • New domain without DMARC — receivers may quarantine legitimate mail.

SSL Certificate Issues

  • Missing or overly strict CAA records blocking your chosen certificate authority.
  • Hostname on the cert does not match live A/CNAME targets from dns lookup.

Subdomain Not Resolving

  • Incorrect CNAME configuration or CNAME conflict with other records on the same name.
  • Forgot to create the subdomain zone entry at the authoritative DNS provider.

DNS Propagation Explained

What DNS propagation is: The gradual process where updated records replace cached answers on recursive resolvers worldwide. It is not instant because the internet deliberately caches DNS for performance.

How long propagation takes: From a few minutes (low TTL, popular resolvers) up to 24–48 hours for high TTL or stale ISP caches. Use our dns propagation checker to compare regions.

Factors affecting propagation: TTL value, record type, whether you changed NS delegation, and how many users hit old caches during peak hours.

DNS Security Best Practices

  • Enable DNSSEC at your registrar/DNS host when supported — verify with monitoring after activation.
  • Use CAA records to restrict which CAs may issue certificates for your brand domains.
  • Configure SPF, DKIM, and DMARC TXT for every domain that sends mail.
  • Run regular DNS audits after personnel changes — remove stale verification TXT and unused subdomains.
  • Lock registrar domains and enable 2FA to prevent hijacks that rewrite NS records.

DNS Lookup Use Cases

  • Website migration — confirm A/AAAA and CNAME before switching traffic.
  • Domain troubleshooting — compare authoritative vs public resolver answers.
  • Email server verification — MX, SPF, DKIM, DMARC in one workflow.
  • SSL certificate validation — align hostnames with live records and CAA.
  • Network diagnostics — correlate DNS with IP lookup, ping, and traceroute.
  • SEO audits — verify www vs apex, redirects, and third-party verification TXT.

DNS Lookup vs WHOIS Lookup

DNS lookup returns live records (A, MX, TXT, etc.) served to browsers and mail systems right now. WHOIS lookup shows domain registration metadata — registrar, dates, status — not which IP your site uses today.

Use both during due diligence: WHOIS for ownership and locks; dns record lookup for technical routing. VSPIC offers free tools for each on one site.

DNS Lookup vs Reverse DNS Lookup

Forward DNS lookup: name → records (this page). Reverse DNS lookup: IP → PTR hostname — critical for mail deliverability and proving server identity.

After dns lookup shows an A record IP, run reverse DNS on that address to confirm PTR matches the hostname you advertise in SMTP banners.

How DNS Works Step-by-Step

You type a URL. Your operating system asks a recursive resolver (often your ISP or 1.1.1.1 / 8.8.8.8).

If the answer is not cached, the resolver queries root, then TLD (.com), then the domain’s authoritative nameservers listed in NS records.

The authoritative server returns the requested record (A, MX, …) plus TTL. Your app connects to the IP or mail host from that answer.

Any change at the authoritative server must respect TTL before the whole world sees it — that is why check dns records again after waiting one TTL cycle.

DNS Records for Google Workspace

Google Workspace setup typically requires MX records pointing to Google’s mail exchangers, plus TXT for domain verification and SPF include:_spf.google.com.

Add DKIM TXT selectors Google provides in Admin console. Run dns lookup after each step to confirm public visibility before telling users mail is live.

DNS Records for Microsoft 365

Microsoft 365 publishes MX to *.mail.protection.outlook.com (exact values in admin wizard), SPF include:spf.protection.outlook.com, and autodiscover CNAME targets.

Use this dns checker to validate wizard entries — autodiscover mistakes cause Outlook setup failures even when web mail works.

DNS Records for Cloudflare

Cloudflare zones often show orange-cloud proxied A records to anycast IPs, while grey-cloud records reveal origin servers. Dns lookup against authoritative NS clarifies what the world queries.

Remember proxied records hide origin IP by design — use direct NS lookups or Cloudflare dashboard when debugging origin reachability.

DNS Records for Email Authentication (SPF, DKIM, DMARC)

SPF (TXT): Lists which servers may send mail for your domain. DKIM (TXT): Publishes public keys to verify signed messages. DMARC (TXT): Tells receivers how to handle failures and where to send reports.

Dns record lookup alone is not enough for alignment — use our SPF/DKIM/DMARC checker to interpret policy syntax and spot typos that cause spam folder delivery.

DNS lookup tool — what you get here

DNS lookup tools query nameservers for record types. VSPIC focuses on a fast all-records view plus related mail-auth and propagation tools on the same site.

FeatureVSPICDedicated DNS-only sites
Major record types (A, MX, TXT, NS…)One lookupYes
Global propagation checkSeparate propagation toolSome specialize in maps
SPF / DKIM / DMARC helpersDedicated mail-auth toolsSome bundle email diagnostics
Free, no accountYesOften free tiers
Bundled with IP & speed testYesOften DNS-only

Start here for a quick record list, then use propagation or SPF/DMARC tools if you are fixing email or migration issues. For deep mail-server forensics, use tools built specifically for SMTP diagnostics.

Frequently Asked Questions

A DNS checker queries public resolvers for domain records — A, AAAA, MX, TXT, NS, and more — so you can verify configuration without terminal tools. This page works as a free dns checker and dns lookup in one view.

nslookup is a command-line DNS client (nslookup example.com). VSPIC DNS lookup is a browser dns checker with grouped results — same underlying DNS queries, no install required.

A DNS lookup queries DNS servers to retrieve records associated with a domain name — such as where the website points (A/AAAA), where mail goes (MX), or verification text (TXT).

Enter your domain in the DNS lookup tool at the top of this page, run the query, and review grouped results. Use our DNS propagation checker if you need to compare resolvers worldwide.

An MX record tells email servers where to deliver messages for your domain. Each MX entry includes a priority number — lower numbers are tried first.

DNS propagation is the time required for DNS changes to update across recursive resolvers and ISPs worldwide. Until caches expire, some users may still see old records.

Typically between a few minutes and 48 hours, depending on TTL settings, record type, and how aggressively resolvers cache your zone.

A CNAME record aliases one hostname to another domain name. It cannot coexist with other records on the same name in most setups — use A/AAAA for root domains when your host requires it.

DNSSEC adds cryptographic signatures to DNS responses to help protect against spoofing and cache poisoning. It does not encrypt DNS traffic by itself — pair with DNS-over-HTTPS/TLS for privacy.

DNS changed but not everywhere yet?

Compare your records across global resolvers with the DNS propagation checker.

DNS Propagation Checker

Trusted by Users Who Value Privacy

Always Free

No premium plan ever

100% Private

Files processed in browser

Instant Results

Convert in seconds

Works Everywhere

Any device, any OS