Domain registrar lookup
Enter any domain to see who it's registered with — the registrar of record, its IANA ID, dates, status codes, and nameservers — live from the registry via RDAP.
To find your domain's registrar, look it up above or query RDAP / WHOIS for the domain — both return the registrar of record. If you bought through a reseller or a website builder, the registrar shown is the accredited backend, not the brand you paid. Once you know the registrar, compare it against the ones we've tested and, if it's costing too much, see the transfer guides.
How to find your domain registrar
There are three reliable ways:
- This lookup (RDAP): enter the domain above — fastest, and shows the IANA registrar ID.
- Your account: log in to where you think you registered it; the registrar of record manages billing and renewals.
- Your inbox: search for the original registration or renewal receipt, which names the registrar.
RDAP vs WHOIS
WHOIS is the legacy text protocol; RDAP is its structured, JSON successor that ICANN now mandates. This tool uses IANA's official bootstrap to find the registry's authoritative RDAP server for the domain's TLD, then reads the registrar of record and EPP status codes from the response. Since 2018, most personal contact data is redacted under GDPR — but the registrar itself is always public.
To find a domain's registrar programmatically, use RDAP (no API key): fetch IANA's bootstrap at data.iana.org/rdap/dns.json, find the authoritative server for the TLD, then GET {server}/domain/{name}. The registrar of record is the entity with role "registrar"; its IANA ID is in publicIds. Status codes are EPP status codes. Many ccTLDs don't publish RDAP. This page exposes the same lookup at /api/rdap?domain=NAME (live, uncached, no personal data stored).