> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Transfer a domain away from Noxity

> Move a domain registration from Noxity to another registrar. The auth code, the transfer-out approval flow, and the rules that gate it.

You're free to move any domain registered with us to another registrar. We don't charge an outbound fee, we don't hold domains, and we don't make you ask.

The flow is the mirror of [transferring in](/domains/transfers/inbound): the gaining registrar pulls the domain after you give them an auth code. Most of what gates the transfer is set by ICANN or by the registry of the TLD, not by us.

## Before you begin

* **Domain must be older than 60 days.** Same ICANN rule that applies to transfers in. A domain that you registered or transferred to us less than 60 days ago can't move yet.
* **Domain must not be expired.** Renew first if it's past expiry, then transfer.
* **Transfer lock must be off.** We enable it by default after a registration to defend against unauthorised transfers. Toggle it off in the [domain panel](/domains/management/panel) before you generate the auth code.
* **Registrant email must be reachable.** The transfer-out confirmation goes there. If it bounces, we can't approve.
* **WHOIS privacy must not block emails.** Same as inbound — privacy filters can swallow the confirmation email.

## Get the auth code

<Steps>
  <Step title="Open the domain in the panel">
    From the [Members Area](https://members.noxity.io), open **Domains**, click the domain, then **Manage**.
  </Step>

  <Step title="Disable the transfer lock">
    Find the **Transfer lock** toggle and switch it off. The change applies immediately at the registry; no waiting period for most TLDs.

    <Note>
      `.de` doesn't use a registrar lock toggle in the same way. The auth code (AuthInfo) is generated on demand and is what gates the transfer instead.
    </Note>
  </Step>

  <Step title="Generate the auth code">
    Click **Get auth code** (sometimes labelled **EPP code** or **AuthInfo** depending on the TLD). The code displays once on the page and gets emailed to the registrant address.

    For `.uk` and `.co.uk`, there's no auth code to generate. Instead, we change the IPS tag on the domain to whatever the gaining registrar specifies. Pass the gaining registrar's tag to support and we'll set it.
  </Step>

  <Step title="Hand the code to the gaining registrar">
    Start the transfer at the receiving registrar's site. They'll ask for the auth code; paste it in. From this point, the gaining registrar drives the timeline.
  </Step>
</Steps>

## Approve the transfer

When the gaining registrar submits to the registry, ICANN policy lets us notify you before we approve. The email goes to the registrant email on file.

<Steps>
  <Step title="Read the transfer-out confirmation email">
    Subject pattern: *"`<domain>` is being transferred out of Noxity"*. Body lists who's gaining the domain and includes approve and cancel links.

    For details on the email itself, see [Verification emails → Transfer-out confirmation](/domains/registrations/contact-details/verification-emails/transfer-out).
  </Step>

  <Step title="Click approve">
    Once approved, the registry releases the domain to the gaining registrar within minutes for most ccTLDs and within a day for gTLDs.
  </Step>

  <Step title="Or wait for auto-approval">
    If you don't act, the transfer auto-completes after the gaining registrar's clock runs out (typically 5 days for gTLDs). This is ICANN policy; the assumption is that whoever has the auth code is authorised to move the domain. If that's wrong, click cancel in the confirmation email instead.
  </Step>
</Steps>

## What you keep when you leave

* **The remaining time on your registration.** A transfer adds one year to the existing expiry; you don't lose any time you've already paid for.
* **The DNS records, if you want them.** Export from the [domain panel](/domains/management/panel) before the transfer completes. Once the domain leaves, our DNS for it shuts down within a few days.
* **The historical record.** We keep the registration history for our own audit trail; the new registrar will see the existing WHOIS record and pick up from there.

## Common issues

<AccordionGroup>
  <Accordion title="Auth code email never arrived">
    Check the registrant email's spam folder, then check whether WHOIS privacy is forwarding messages somewhere unexpected. The auth code also displays once in the panel at generation time; you can copy it from there.

    If neither worked, generate a fresh code; the previous one is invalidated when a new one issues.
  </Accordion>

  <Accordion title="Gaining registrar says the auth code is wrong">
    Most likely a stray space on copy-paste. Some auth codes are case-sensitive. Generate a fresh code from the panel and try again.
  </Accordion>

  <Accordion title="Domain is locked: 60-day rule">
    ICANN's 60-day lock applies to brand-new registrations and to domains that recently transferred in. There's no override; the lock is registry-side. Wait it out.
  </Accordion>

  <Accordion title="Registry rejected the outbound transfer for eligibility (`.eu`, `.it`)">
    The new registrant on the receiving side may not meet the TLD's eligibility rules. `.eu` requires EU/EEA residency or citizenship; `.it` requires the same plus San Marino, Vatican City, or Switzerland. Confirm with the receiving registrar before you start.
  </Accordion>

  <Accordion title="Transfer-out confirmation email not received">
    Privacy proxy or spam filter is the usual cause. Whitelist `noreply@noxity.io` and `domain-notifications@noxity.io` on the registrant inbox. If the email is genuinely missing, open a ticket — we can re-send.
  </Accordion>

  <Accordion title="DNS broke after the transfer">
    Our DNS for the domain stops responding shortly after the registration moves. Either set up DNS at the gaining registrar before the transfer completes, or use an external DNS provider and update the NS at the registry from the gaining side.
  </Accordion>
</AccordionGroup>

## Next

<CardGroup cols={2}>
  <Card title="Transfer in" icon="truck-bolt" href="/domains/transfers/inbound">Move a domain to Noxity.</Card>
  <Card title="Domain panel" icon="bars-progress" href="/domains/management/panel">Generate the auth code from here.</Card>
</CardGroup>

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>

<div className="mt-8">
  <Accordion title="Sources" icon="book-bookmark">
    * [Transfer in](/domains/transfers/inbound)
    * [Domain panel](/domains/management/panel)
    * [Verification emails: transfer-out confirmation](/domains/registrations/contact-details/verification-emails/transfer-out)
    * [ICANN inter-registrar transfer policy ↗](https://www.icann.org/resources/pages/transfer-policy-2016-06-01-en)
  </Accordion>
</div>
