Transferring a domain to a new registrar should be routine, but it often feels risky because your website, email, DNS, SSL, and renewal settings may all be tied to the current provider in ways that are easy to overlook. This checklist is designed as a reusable operating document: follow it before, during, and after a registrar move so you can transfer domain control without breaking web traffic, mail delivery, or security settings.
Overview
If you want to transfer domain to new registrar safely, the key idea is simple: a domain transfer changes who manages the registration, but it does not need to change where your DNS is hosted or how your site is served. Downtime usually happens when teams bundle too many changes together at once. They move the registrar, switch nameservers, migrate hosting, replace email routing, and renew SSL in the same window. That is where avoidable mistakes happen.
A safer approach is to separate the moving parts. First, document the current state. Second, decide whether you are moving only the registrar or also moving DNS hosting. Third, transfer the domain. Finally, verify that every dependency still works: website, redirects, email, subdomains, SSL, renewal, and lock settings.
Use this domain transfer checklist if you are consolidating domains under one account, preparing for a rebrand, moving away from a provider with poor management tools, or tightening domain security and access control.
Before you start, understand the difference between these components:
- Registrar: the company that manages your domain registration and renewal.
- DNS host: the service that answers DNS queries for your domain.
- Web host or platform: the infrastructure serving your website or app.
- Email provider: the service handling mailboxes and inbound or outbound mail.
- SSL provider: the system issuing or renewing HTTPS certificates.
Many problems blamed on a registrar transfer are actually DNS or email configuration issues. If you are not sure which records you need to preserve, keep a copy of your full zone and compare it against a reference list like this Domain DNS Setup Checklist. If you are planning DNS edits, it also helps to understand verification timing and caching behavior with this DNS Propagation Checker Guide.
Core rule: if your current nameservers can remain in place during the transfer, do that first. A registrar-only move is usually lower risk than a registrar move plus a DNS cutover.
Checklist by scenario
This section gives you a practical domain registrar transfer steps list by situation. Start with the universal checklist, then use the scenario that matches your setup.
Universal pre-transfer checklist
- Inventory all domains and dependencies. Note the primary domain, common subdomains, redirect domains, parked domains, and any domains used only for email or verification.
- Export or copy the full DNS zone. Capture A, AAAA, CNAME, MX, TXT, SPF, DKIM, DMARC, SRV, CAA, and verification records. Include TTL values if possible.
- Document current nameservers. This tells you whether DNS is hosted at the registrar or elsewhere.
- Check transfer eligibility. Some domains cannot be transferred immediately after recent registration, renewal, or contact changes. If the registrar shows a restriction, wait and plan around it.
- Verify registrant email access. Transfer approval messages and notifications may go to the domain owner contact. Make sure that mailbox works.
- Turn on MFA at both registrars. Domain accounts are high-value targets. Use strong credentials before you begin.
- Confirm billing and renewal dates. Avoid starting a transfer at the last minute if expiration is close.
- Unlock the domain. Most registrars require the transfer lock to be removed first.
- Request the authorization code. This is often called an EPP code or transfer code.
- Record DNSSEC status. If DNSSEC is enabled, note how it is configured and whether new DS records will be needed.
- Pause unrelated changes. Do not redesign the site, migrate hosting, or change email providers in the same maintenance window unless there is a compelling reason.
- Take screenshots of key settings. Especially nameservers, contact settings, DNS records, auto-renew status, and lock status.
Scenario 1: Transfer registrar only, keep the same nameservers
This is the lowest-risk path if your goal is simply to move domain ownership to a different registrar.
- Confirm the nameservers point to an external DNS provider or to a setup you intend to keep.
- Unlock the domain and obtain the authorization code from the current registrar.
- Start the transfer at the new registrar and enter the code.
- Approve transfer emails promptly.
- Wait for the transfer to complete while leaving DNS untouched.
- After completion, verify that the nameservers at the new registrar match the previous values exactly.
- Turn domain lock back on.
- Confirm auto-renew and payment method are configured correctly at the new registrar.
In this scenario, your website and email should continue working because authoritative DNS never changed. It is still worth checking every major hostname after transfer, but operational risk is relatively low.
Scenario 2: Transfer registrar and also move DNS to the new registrar
This is where most incidents happen. Treat DNS migration as a separate project, even if it occurs close to the registrar transfer.
- Recreate the full zone at the new DNS host before changing nameservers.
- Compare every record line by line, including less obvious TXT and CAA entries.
- If possible, lower TTL on critical records in advance to reduce rollback delay.
- Verify records for website, email, third-party services, and domain verification.
- Only after the new zone is complete, change nameservers.
- Monitor website, email, and critical subdomains during propagation.
- Keep the old zone available until you are certain the new zone is correct.
If your site runs on a modern platform or static deployment workflow, be especially careful with CNAMEs, apex records, redirects, and verification records. If you are also changing where the site is hosted, review a deployment plan like How to Deploy a Static Website before making DNS changes.
Scenario 3: Domain transfer with active business email
Email is the most fragile dependency in a domain transfer email website workflow because problems are not always obvious right away. A broken site gets noticed fast; a missing MX or DKIM record can silently affect delivery.
- List all mail-related records: MX, SPF, DKIM, DMARC, and any autodiscover or provider-specific CNAMEs.
- Check whether email routing depends on the registrar's DNS or forwarding service.
- Confirm who hosts inboxes: a workspace provider, transactional email service, or mailbox service bundled with hosting.
- Recreate all mail records before any nameserver change.
- Send and receive test messages from external providers after the transfer.
- Check spam or authentication headers if you manage outbound mail.
- Verify catch-all rules, forwarding rules, and aliases if they matter to the business.
If your current registrar also forwards email, do not assume the new registrar will mirror that behavior. Registrar-level conveniences often disappear during migration unless you intentionally replace them.
Scenario 4: Domain transfer during a website hosting migration
This is common when moving from shared hosting to managed cloud hosting or a platform with cleaner deployment workflows. It can be done, but sequence matters.
- Migrate and test the site on the new host first using a temporary URL, preview URL, or hosts-file testing method.
- Prepare the required DNS records for the new host.
- Decide whether to move the registrar now or later. If timing is flexible, consider doing hosting migration and domain transfer in separate phases.
- Cut over DNS only after the new environment is tested.
- Verify HTTPS issuance and redirects after the DNS update.
- Monitor performance and uptime after go-live.
If you are comparing hosting options for a small business site, landing page, or portfolio, these can help with the infrastructure side of the move: Best Landing Page Hosting Options, Portfolio Website Hosting Guide, and WordPress Hosting Comparison.
Scenario 5: Transfer a domain that uses many third-party services
Some domains connect to analytics, search tools, CRM systems, CDNs, support platforms, identity providers, and transactional mail services. These dependencies often rely on TXT or CNAME records that are easy to miss.
- Audit all verification records and service-specific DNS entries.
- Review integrations in your app, CMS, and provider dashboards for domain-bound settings.
- Check webhook endpoints, API callback URLs, and branded link domains.
- Verify subdomains used for marketing pages, status pages, or asset delivery.
- After transfer, retest each external service, not just the main homepage.
What to double-check
Once the transfer is in progress or complete, slow down and verify the details. This is where a move domain without downtime plan either succeeds quietly or creates subtle issues that linger for days.
Website resolution and redirects
- Does the apex domain resolve correctly?
- Does
wwwresolve correctly? - Do expected redirects work in the right direction?
- Do critical subdomains such as
app,blog,api, orshopstill resolve? - Are CDN or proxy settings unchanged where required?
Email delivery and authentication
- Are MX records present and identical to the intended configuration?
- Do SPF, DKIM, and DMARC records still validate?
- Can you receive mail from an external provider?
- Can you send mail without obvious authentication failures?
- Are forwarding and aliases still active?
SSL and HTTPS behavior
- Does the certificate cover the expected hostnames?
- Did auto-renewal continue if your certificate depends on DNS or hosting integration?
- Are there mixed-content or redirect-loop issues after DNS changes?
If HTTPS behavior changes after the transfer, review a practical troubleshooting path in this SSL Certificate Setup Guide.
Registrar security and ownership settings
- Domain lock re-enabled
- Auto-renew enabled
- Correct billing profile on file
- Current contact information
- MFA enabled for all admins
- DNSSEC reviewed and reconfigured if needed
Monitoring after the move
Do not rely on a quick manual test and assume everything is fine. Add or confirm monitoring for homepage availability, certificate validity, and response checks for key user flows. A lightweight monitoring plan helps you catch issues that appear after caches expire or after lower-traffic services attempt to reconnect. This Website Uptime Monitoring Guide is a good companion piece for post-transfer validation.
Performance signals
Registrar transfers alone should not change page speed, but DNS and hosting changes often happen nearby. If you changed providers or CDN settings, check load time, caching, and Core Web Vitals afterward. For business sites, performance regressions can be as costly as downtime. Use this Core Web Vitals Optimization Checklist if the move included hosting or front-end changes.
Common mistakes
The most common domain transfer checklist failures are operational, not technical. Here are the mistakes that cause the most trouble.
1. Treating registrar transfer and DNS migration as the same task
A registrar change does not require a nameserver change. If your only goal is better domain management, move the registration first and leave DNS where it is.
2. Forgetting non-website DNS records
Teams usually remember the A record for the site and forget MX, SPF, DKIM, DMARC, verification TXT records, SRV records, and subdomains used by other tools.
3. Starting too close to expiration
When a domain is near expiry, avoid adding complexity. Confirm the timeline and do not assume every registrar processes transfers on the same schedule.
4. Losing access to the approval mailbox
If transfer approval goes to an old admin address or mailbox tied to the domain itself, you can create a circular problem. Verify access before unlocking anything.
5. Changing hosting, email, DNS, and registrar all at once
Sometimes this is unavoidable, but if you can phase the project, do it. One controlled change is easier to validate and roll back than four simultaneous ones.
6. Missing DNSSEC details
If DNSSEC is enabled, a transfer or DNS-host change may require additional steps. Do not leave this until the last minute.
7. Assuming propagation is instant
Even when changes are correct, caches can make the environment look inconsistent for a while. Plan verification windows accordingly and use repeatable tests. The DNS Propagation Checker Guide is useful when behavior differs by location or resolver.
8. Not documenting the old state
Without screenshots or exported records, rollback is slower and troubleshooting becomes guesswork.
9. Forgetting renewal and lock settings after transfer
A successful transfer can still create future risk if auto-renew is off, billing is incomplete, or the domain remains unlocked.
10. Ignoring secondary domains
Redirect domains, regional variants, typo domains, and campaign domains often break quietly because they receive less attention than the primary site.
When to revisit
This checklist is most useful when you return to it before changes, not after something breaks. Revisit it any time the domain stops being a static asset and becomes part of a broader infrastructure change.
Use this checklist again when:
- You consolidate domains from multiple registrars into one account.
- You rebrand and need to move primary and redirect domains together.
- You switch DNS providers or CDNs.
- You migrate from shared hosting to cloud hosting or managed cloud hosting.
- You replace your website builder, CMS, or deployment workflow.
- You change email providers or add stricter email authentication.
- You rotate ownership, access, or billing responsibilities.
- You perform annual domain audits or seasonal infrastructure reviews.
A good operating habit is to keep a short domain record for each property you own. Include the registrar, DNS host, renewal date, nameservers, key subdomains, email provider, certificate method, and account owners. That single document turns future transfers from a fragile memory exercise into a repeatable process.
Final action list before you start any registrar move:
- Decide whether this is a registrar-only move or a registrar-plus-DNS move.
- Export the full DNS zone and capture screenshots.
- Verify access to the registrant email and both registrar accounts.
- Check expiration timing, lock status, and transfer eligibility.
- Recreate and verify all records before any nameserver change.
- Test website, email, redirects, SSL, and critical subdomains after transfer.
- Re-enable lock, confirm auto-renew, and update internal documentation.
If you keep those seven steps intact, most domain registrar moves become administrative rather than stressful. The goal is not just to transfer a domain. It is to preserve trust in the systems attached to it: your website, your email, and the infrastructure your business depends on every day.