Domain Age Checker
Look up when a domain was first registered, when it expires, when its record last changed, and which registrar holds it. Registration data comes from RDAP, the JSON-based successor to WHOIS.
How to use this tool
- 1
Type a domain such as example.com into the input. You can paste a full URL too — the tool strips https:// and a leading www. before looking it up.
- 2
Click Check to send the bare domain to the lookup endpoint.
- 3
Read the result: age in years is shown large at the top, with registration, expiry, last-updated dates and the registrar listed below.
- 4
Any field the registry does not return (often expiry on ccTLDs, or redacted registrar names) shows a dash instead of a value.
What is domain age and how is it calculated here?
Domain age is the time elapsed since a domain name was first registered with its registry. This tool resolves it from the domain's registration record rather than guessing: it queries RDAP (Registration Data Access Protocol), the modern, JSON-based replacement for legacy text WHOIS that ICANN now requires for gTLDs. The lookup goes through rdap.org, a bootstrap service that redirects each query to the authoritative registry for that TLD. From the returned record it reads the 'events' array — the 'registration' event date becomes the creation date, 'expiration' becomes the expiry, and 'last changed' becomes the last-updated date. Age is computed as the gap between now and the registration date, divided by 365.25 days and rounded to two decimal places, so it averages in leap years rather than counting exact calendar days. The registrar name is pulled from the registrar entity's vCard 'fn' field. RDAP coverage is excellent for gTLDs like .com, .net and .org, but many country-code TLDs either don't run RDAP or omit fields, and registrars increasingly redact data under privacy rules, so some lookups return partial results.
Common use cases
Vetting a domain offered for sale on a marketplace to confirm its real creation date before you pay a premium for an 'aged' name.
Checking how close a domain is to its expiration date so you can plan to renew it or try to catch it when it drops.
Investigating a suspicious link or sender — a domain registered days ago is a common phishing and scam signal.
Researching a competitor or acquisition target to see how long they have held their primary domain.
Confirming which registrar currently manages a domain before starting a transfer or recovery process.
Spot-checking a backlink or guest-post prospect to make sure the site is an established domain, not a freshly spun-up throwaway.
Frequently asked questions
Where does the registration data come from?▼
Why are some fields shown as a dash?▼
How exactly is the age number calculated?▼
Does a full URL work, or only a bare domain?▼
Is my lookup processed in the browser?▼
Does domain age affect SEO?▼
Why did my lookup fail entirely?▼
Related tools
DNS Lookup
Look up DNS records (A, AAAA, MX, TXT, NS) for any domain.
WHOIS Lookup
Get full WHOIS data for any domain.
SSL Certificate Checker
Check SSL certificate validity, issuer, and expiry.
HTTP Header Analyzer
Inspect HTTP response headers and security signals.
HTTP Status Code Checker
Check status code of any URL — single or bulk.
Redirect Chain Tracer
Follow every hop in a redirect chain.