---
title: How can I move a domain to a Vercel team?
description: Information on how to move domains between accounts on Vercel.
url: /kb/guide/how-can-i-move-a-domain-to-a-team
canonical_url: "https://vercel.com/kb/guide/how-can-i-move-a-domain-to-a-team"
published: 2025-11-03
last_updated: 2025-11-10
authors: Justin Vitale, Matthew Sweeney
related:
  - /docs/projects/transferring-projects
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---
<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [Transferring Domains to Another Team or Project](https://vercel.com/docs/domains/working-with-domains/transfer-your-domain?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — Domains can be transferred to another team or project within Vercel, or to and from a third-party registrar. Learn how t
- [Instantly transfer domains to new projects](https://vercel.com/changelog/instantly-transfer-domains-to-new-projects?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related)
- [Move a project domain](https://vercel.com/docs/rest-api/projects/move-a-project-domain?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — POST /v1/projects/{idOrName}/domains/{domain}/move — Move one project's domain to another project. Also allows the move
- [Deploying & Redirecting Domains](https://vercel.com/docs/domains/working-with-domains/deploying-and-redirecting?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — Learn how to deploy your domains and set up domain redirects with this guide.
- [Working with domains](https://vercel.com/docs/domains/working-with-domains?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — Learn how domains work and the options Vercel provides for managing them.
- [How do I transfer my domain to Vercel?](https://vercel.com/kb/guide/how-do-i-transfer-my-domain-to-vercel?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — Information on how to transfer a domain to Vercel.
- [How do I transfer my domain out of Vercel?](https://vercel.com/kb/guide/how-do-i-transfer-my-domain-out-of-vercel?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — Information on how to transfer a domain out of Vercel.
- [How to move a domain between Vercel projects with "Zero Downtime"?](https://vercel.com/kb/guide/how-to-move-a-domain-between-vercel-projects-with-zero-downtime?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — Information about how to move your domain between Vercel projects without downtime.
- [How can I migrate a site to Vercel without downtime?](https://vercel.com/kb/guide/zero-downtime-migration?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — Information about how to assign a Vercel deployment to a domain without downtime.
- [Domain Linked to Another Account](https://vercel.com/kb/guide/domain-linked-to-another-account?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=related) — This guide explains how to claim a domain already linked to another Vercel account and add it to your team using the dom

Full cross-link map for this page: [/kb/guide/how-can-i-move-a-domain-to-a-team.graph.md](/kb/guide/how-can-i-move-a-domain-to-a-team.graph.md?from=related&source_path=%2Fkb%2Fguide%2Fhow-can-i-move-a-domain-to-a-team&source_site=vercel-kb&relationship=graph)
<!-- /docsgraph:related -->


The Vercel platform makes it easy to transfer domains between accounts. This article covers how to use the [**Transfer Project**](https://vercel.com/docs/projects/transferring-projects) feature and the **Move** button to transfer domains between accounts.

## Transfer Project

If the domain is actively being used in a Vercel project, the recommended method is to use the [**Transfer Project**](https://vercel.com/docs/projects/transferring-projects) feature. By using this method, you will be able to **preserve all DNS records attached to your domain** and achieve **zero downtime** and no **workflow interruptions**.

1. Go to your project's **General** settings, and click on the **Transfer** button.
   
2. Select the desired scope from the [Select](https://vercel.com/design/select), and click "Continue".
   
3. Once the transfer flow is complete, the Vercel project and its domains will be available under the new scope.
   

## Move Button

If the domain is not actively being used in a Vercel project, the recommended method is to use the **Move** button, which is located in the [domain's dashboard](https://vercel.com/dashboard/domains). By using this method, you will be able to **preserve all DNS records attached to your domain**.

1. Go to your [domain's dashboard](https://vercel.com/dashboard/domains), select the to-be-transferred-domain via the [Checkbox](https://vercel.com/design/checkbox), and click on the **Move** button.
   
2. Select or enter the desired scope to move the domain to and click "Continue".
   
3. The domain move will be immediately completed and available to use under the new scope.
   
4. You can verify the request by accessing the domain's dashboard under the new scope.