How to use SOA Record Lookup
The SOA Lookup retrieves the Start of Authority record for a domain — the master record at the top of every DNS zone that holds its administrative settings: the primary name server, the responsible contact, the serial number, and the timers that govern how secondary servers refresh and how long failures are cached. The SOA record is foundational to how a zone is maintained and propagated, so reading it is essential when diagnosing replication problems between name servers or confirming that a zone update has actually been published.
- Enter the domain whose SOA record you want to read.
- Click Lookup to fetch the Start of Authority record.
- Note the primary name server and admin contact.
- Check the serial number to confirm the zone version.
- Review the refresh, retry, expire and TTL timers.
Inside the SOA record
The SOA record names the primary (master) name server for the zone and the email address of the administrator, with the @ written as a dot by convention. Its most operationally important field is the serial number, which the zone owner increments on every change; secondary servers compare serials to decide whether they need to pull a fresh copy. The remaining timers — refresh, retry, expire and minimum TTL — control how often secondaries check for updates, how soon they retry after a failure, when they stop serving stale data, and how long negative answers are cached.
| Field | Purpose |
|---|---|
| MNAME | Primary name server |
| RNAME | Administrator email (dot for @) |
| Serial | Zone version number |
| Refresh / Retry / Expire | Secondary update timers |
| Minimum TTL | Negative-answer cache time |
Why the serial number matters most
When you change a DNS record but secondary name servers still serve the old value, the serial number is the first thing to check. Secondaries only fetch a new zone copy when the primary’s serial is higher than the one they hold, so an administrator who edits records but forgets to bump the serial leaves the secondaries unaware anything changed. Watching the serial increase confirms a change was published and gives the secondaries permission to update. This makes the SOA serial the single most useful field for diagnosing zone-propagation issues.
Glossary
- SOA record
- The Start of Authority record holding a zone’s administrative settings.
- Serial number
- A version number secondaries use to detect zone changes.
- Primary name server
- The master server holding the editable copy of a zone.
- Refresh / retry / expire
- Timers controlling how secondaries sync with the primary.
- Minimum TTL
- How long negative (not-found) answers are cached.
Related reading
Frequently Asked Questions
Why use SOA Record Lookup?
- Read the serial number, primary name server and all timing fields from a DNS zone
- Confirm that a zone serial was incremented after making DNS record changes
- Retrieve the administrator contact address encoded in the RNAME field
- Diagnose stale secondary servers by comparing serial numbers across name servers
Common use cases
- Verify a zone serial increased after editing records to confirm the change was published
- Diagnose why secondary name servers serve outdated records by comparing serials
- Check refresh and retry timers to understand how quickly secondaries will sync
- Find the zone administrator contact for a domain you need to reach
- Confirm the primary name server matches your DNS provider after migrating a zone
Get weekly tool tips & updates
New tools, power-user tips, and productivity hacks — delivered free every Friday.
No spam, ever. Unsubscribe with one click.
Related Network & DNS
DNS Lookup Tool
Look up DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA records. Free, instant results pulled from authoritative nameservers.
NS Lookup (Nameserver Lookup)
Look up the nameservers (NS records) for any domain. Find which DNS providers handle a domain and verify your nameserver setup instantly.
CAA Record Lookup
Look up CAA (Certification Authority Authorization) records for any domain. See which certificate authorities are allowed to issue SSL certificates.
Reverse DNS Lookup
Look up the hostname linked to any IP address using reverse DNS (PTR record lookup). Free and instant — useful for email and server diagnostics.
WHOIS Lookup
Look up WHOIS registration data for any domain. Find the registrar, creation date, expiry, and nameservers instantly — free, fast, and accurate.
DNS Propagation Checker
Check if your DNS changes have propagated worldwide. Test A, MX, and NS records across 8 global DNS servers to confirm updates are live everywhere.
Explore all Network & DNS.