A Microsoft 365 tenant migration moves users and their data from one Microsoft 365 tenant to another. Planning one comes down to five decisions made before any data moves: how identities will be handled in the target tenant, when custom domains transfer, how licensing is sequenced, which workloads move together, and how long the two tenants will coexist. Get those right and the technical migration is a managed project. Get any of them wrong and the failures show up as broken Teams access, mail routing errors, missing SharePoint permissions, and sign-in problems that persist long after cutover.
Tenant migrations happen for predictable reasons: a merger or acquisition, a divestiture, a rebrand, or a decision to consolidate multiple tenants into one. What catches most organizations off guard is not the data volume. It is the scope of what actually needs to move and the number of dependencies that can silently block progress.
This guide covers what IT leaders need to plan before engaging a migration tool or a partner: the workloads involved, the decisions that shape the project, the blockers that derail real migrations, and the validation steps that determine whether cutover goes cleanly.
What a Microsoft 365 tenant-to-tenant migration actually includes
Most migration planning conversations start with Exchange. That is understandable, but it understates the project. A complete tenant-to-tenant migration touches every major Microsoft 365 workload, and each one has its own prerequisites, timing constraints, and post-migration validation requirements.
| Workload | Key migration considerations |
|---|---|
| Exchange Online | Mailbox data, calendar items, contacts, distribution lists, shared mailboxes, room mailboxes |
| Microsoft Teams | Personal and group chats and meetings can move with Microsoft’s Migration Orchestrator; teams, channels, and channel content cannot, and migrated meeting links must be recreated. Teams depends on Exchange for mailbox provisioning |
| SharePoint Online | Site collections, permissions, metadata, and version history; large libraries require batching |
| OneDrive for Business | User file data and sharing permissions; tied to identity provisioning in the target tenant |
| Microsoft Entra ID | User accounts, groups, service principals, app registrations, and Conditional Access policies |
| Domains | Custom domains must be removed from the source tenant before they can be added to the target |
| Licensing | Licenses in the source tenant do not transfer; users need licenses provisioned in the target before workloads can be activated |
Microsoft’s tenant-to-tenant migration guidance distinguishes two approaches: an orchestrated multi-workload migration, which uses the Migration Orchestrator to move mailboxes, OneDrive, Teams chats, and Teams meetings together in coordinated batches, and individual workload migrations using the cross-tenant mailbox, OneDrive, and SharePoint tools one service at a time. Most mid-market organizations with active Teams usage benefit from the orchestrated approach, because the workload dependencies make independent sequencing difficult to manage cleanly. Either way, Microsoft is explicit that these tools move content, not identities. Creating and configuring users in the target tenant is the customer’s job, and it is where most of the planning effort belongs.
The Teams and Exchange dependency
Teams is the workload most likely to create surprises. Teams relies on Exchange Online for mailbox provisioning, calendar integration, and meeting functionality. If a user’s mailbox has not been migrated and licensed in the target tenant, their Teams experience there will be degraded or non-functional. Microsoft’s own sequencing rule is to migrate mailboxes before or alongside Teams, never after. Two further details catch teams out: migrated Teams meetings keep their old join URLs, which are invalid in the target tenant and must be removed and recreated, and every user needs a Teams license in both tenants for chat migration to run.
The planning decisions that shape the project

Before any migration tooling is configured, several architectural decisions need to be made. These choices affect user experience during coexistence, the order of technical tasks, and the risk profile of cutover.
Identity strategy
The first decision is how user identities will be handled in the target tenant. The options are:
- Recreate identities in the target tenant with new UPNs. Straightforward, but it disrupts sign-in for users and breaks any third-party app integrations tied to the old UPN.
- Preserve UPN formats by aligning domain naming in the target tenant before migration. This reduces user disruption but requires careful domain planning, since the domain has to move before the UPNs can.
- Sync from on-premises Active Directory into the target tenant. For hybrid environments this is usually the cleanest path, but it means the target tenant’s directory sync has to be designed before user objects are created, not retrofitted.
The identity decision also determines how MailUsers are provisioned in the target tenant. Microsoft’s cross-tenant mailbox migration documentation requires that target users exist as mail-enabled users before migration begins, with the ExchangeGUID and LegacyExchangeDN attributes carried over from the source. Missing or incorrect attribute mapping is one of the most common causes of migration failures. If your identity design needs deeper review, this is the point to involve whoever owns Entra ID configuration and Conditional Access in the target tenant.
Domain transition timing
Custom domains cannot exist in two tenants simultaneously. Before a domain can be added to the target tenant, it must be removed from the source. This creates a window during which the domain is unverified and mail routing can break if DNS is not prepared in advance.
Best practice is to lower DNS TTL values well before cutover, ideally 24 to 48 hours in advance, stage the MX record changes, and validate mail flow in the target tenant before the domain is fully transferred.
Licensing prerequisites
Licenses do not migrate with users. Every user in the target tenant needs an appropriate Microsoft 365 license provisioned before their workloads can be activated. Sequence matters: Microsoft’s guidance is not to assign an Exchange Online license before the ExchangeGUID is stamped on the target MailUser. Assign the license first and Exchange Online provisions a brand-new mailbox instead of converting the MailUser, and the migration for that user fails. Prepare the MailUser object first, then license.
There is also a cost line most plans miss. The orchestrated migration requires a one-time, per-user Cross Tenant User Data Migration license, assignable on either the source or target user. Budget for it alongside the target-tenant subscriptions.
Key decision checklist before migration begins:
- Identity approach confirmed (recreate, preserve UPN, or AD sync)
- Target MailUsers provisioned with ExchangeGUID and LegacyExchangeDN carried over
- Licensing inventory completed for source and target, including per-user migration licenses
- Domain TTL values reduced and DNS change plan documented
- Coexistence period defined (days, weeks, or phased by department)
Common Microsoft 365 migration blockers teams miss
Real migration projects stall for predictable reasons. Most of them are discoverable during assessment if you know what to look for. The table below covers the blockers that appear most frequently in cross-tenant migrations.
| Blocker | Impact | Mitigation |
|---|---|---|
| Mailboxes on litigation or eDiscovery hold | Microsoft blocks the move for any mailbox on any type of hold | Audit holds before migration planning; coordinate with legal on hold release timing |
| Missing or incorrect ExchangeGUID | Migration batch fails or creates a duplicate mailbox in the target | Run attribute validation scripts before provisioning MailUsers in the target |
| Missing LegacyExchangeDN (x500 address) | Post-migration NDRs when users reply to old emails | Add the source LegacyExchangeDN as an x500 proxy address on the target MailUser |
| Domain still attached to source tenant | Domain cannot be added to target tenant | Plan domain removal from source as a discrete pre-cutover step with DNS staging |
| Hybrid on-premises routing not updated | Mail continues routing through on-premises Exchange after cutover | Update internal relay connectors and recipient policies in on-premises Exchange post-migration |
| Third-party app registrations in Entra ID | Applications using service principals or OAuth break after migration | Inventory app registrations in source Entra ID and re-register or re-consent in target |
| Conditional Access and MFA policy gaps | Users in the target tenant have no access policies, creating security exposure | Export and rebuild Conditional Access policies in the target before user provisioning |
Holds are the most underestimated blocker
Litigation holds and eDiscovery holds are placed on mailboxes for legal and compliance reasons, and Microsoft’s cross-tenant mailbox migration will not move a mailbox that is on any type of hold. In organizations with active legal matters, this can affect a significant portion of the user population. Identifying held mailboxes during the discovery phase, not during migration batch execution, is the difference between a managed delay and a last-minute escalation.
How to sequence a Microsoft 365 tenant migration
A tenant migration is not a single event. It is a phased project, and the sequence of phases determines whether the project stays on track or accumulates technical debt that takes months to clean up. The framework below reflects how well-run migrations are structured.
Phase 1: Assessment and inventory
Before any configuration work begins, document what exists in the source tenant:
- A full mailbox inventory with hold status, size, and shared mailbox identification
- Entra ID object count (users, groups, service principals, app registrations)
- SharePoint site inventory with size, permissions structure, and external sharing settings
- Teams team and channel inventory, including private channels, since these do not move with the orchestrator
- Third-party integrations and OAuth-connected applications
- Current licensing assignments and SKU mapping to target tenant equivalents
This phase typically takes one to two weeks for a mid-market organization and is the single highest-leverage investment in the project.
Phase 2: Target tenant preparation
With inventory complete, the target tenant is configured before any data moves. This includes provisioning MailUsers with correct attribute mapping, building Conditional Access and MFA policies, configuring accepted domains, and establishing the organization relationship required for Microsoft’s cross-tenant migration tools. Two details from Microsoft’s prerequisites are worth flagging: target users must not have mailboxes or OneDrive sites provisioned before migration, and OneDrive creation should be disabled for target users as soon as they are created.
Phase 3: Pilot migration
A pilot group of 10 to 25 users, typically IT staff or volunteers from each department, migrates first. The pilot validates the end-to-end process: identity provisioning, mailbox migration, Teams access, SharePoint permissions, and sign-in behavior. Issues discovered in the pilot are fixed before production batches begin.
Phase 4: Production migration batches
Production migration runs in waves, typically organized by department or geographic location. Batch size depends on data volume, hold status, and the migration tool in use. Microsoft’s native tooling supports batched execution, and throughput depends on mailbox size and the number of concurrent migrations in the batch.
Phase 5: Cutover and domain transfer
Cutover is the highest-risk phase. DNS TTL values should already be reduced. The cutover sequence is:
- Complete final mailbox sync for the cutover batch
- Remove the domain from the source tenant
- Add the domain to the target tenant and verify
- Update MX, Autodiscover, and SPF/DKIM/DMARC records
- Validate inbound and outbound mail flow
- Confirm Teams and SharePoint access for migrated users
Phase 6: Post-migration cleanup
After cutover, the source tenant still requires attention. Decommission or reassign remaining licenses, remove stale objects, update on-premises Exchange routing if applicable, recreate Teams meetings whose links no longer resolve, and close out any holds that were temporarily released for migration. Post-migration cleanup is frequently underscoped and can extend the project timeline by weeks if not planned for explicitly.
What to validate before cutover

Cutover failures are almost always traceable to validation steps that were skipped or rushed. The following checklist covers the areas that most frequently surface issues in the final hours before cutover.
- DNS and TTL readiness: Confirm TTL values have been reduced on all relevant records (MX, Autodiscover, SPF, DKIM) at least 24 hours before cutover begins.
- Mail flow validation in the target tenant: Send test messages to migrated pilot users and confirm delivery, including replies that route back through the source domain.
- Teams and calendar coexistence: Verify that migrated users can join meetings, access shared calendars, and see free/busy information for users still in the source tenant.
- SharePoint and OneDrive permissions: Confirm that migrated users retain access to shared sites and that external sharing links still resolve correctly.
- Entra ID sign-in for migrated users: Test sign-in with MFA and confirm Conditional Access policies are applying as expected in the target tenant.
- Application access: Verify that business-critical applications using Microsoft 365 identity (OAuth, SAML, or integrated Windows authentication) authenticate correctly against the target tenant.
- Help desk readiness: Confirm that support staff have documentation for common post-migration issues (password resets, MFA re-enrollment, Outlook profile reconfiguration) and know which tenant a user belongs to during the coexistence period.
Do not treat the pilot migration as optional. A pilot group that goes through the full cutover sequence, including DNS changes and post-migration validation, will surface the majority of issues before they affect the broader user population.
Native Microsoft tools vs. a migration partner
Microsoft provides native tooling for cross-tenant migrations: the Migration Orchestrator for coordinated moves, plus the individual cross-tenant mailbox, OneDrive, and SharePoint migration features. The tools are capable, and for the orchestrated path the cost is a one-time per-user license rather than a platform fee. What they do not supply is the administrative preparation and identity work that determines whether they succeed.
| Scenario | Native tools | Migration partner |
|---|---|---|
| Simple tenant merge, no hybrid, no holds | Viable with experienced admin staff | May not be necessary |
| M&A with complex identity requirements | Possible but high-risk without deep Entra ID expertise | Recommended |
| Hybrid on-premises Exchange environment | Requires advanced Exchange and AD knowledge | Recommended |
| Regulated environment (HIPAA, SOC 2, CMMC) | Compliance continuity requires explicit planning | Recommended |
| Large data volume with tight cutover window | Throughput and batching require careful management | Recommended |
| Multiple tenants consolidating into one | Complexity compounds with each additional source tenant | Strongly recommended |
The honest answer is that native tools are sufficient for straightforward scenarios. Where they fall short is in environments where the complexity comes from identity architecture, compliance requirements, hybrid routing, or tight business timelines. In those cases, the cost of a failed or extended migration, measured in user downtime, compliance exposure, and IT remediation hours, exceeds the cost of bringing in a partner with migration-specific experience.
For organizations in regulated industries, migration is also a compliance event. Data residency, audit log continuity, eDiscovery hold management, and policy configuration in the target tenant all require deliberate planning that goes beyond the technical migration itself. Microsoft’s own guidance says to consult legal and compliance teams before initiating a migration; treat that as a project gate, not a courtesy.
Talk to Virteva before you move
A Microsoft 365 tenant migration is one of the highest-risk infrastructure projects a mid-market IT team will execute. The technical complexity is manageable with the right preparation, but the preparation itself requires experience with the specific failure modes that Microsoft’s documentation describes but does not always make obvious.
Virteva runs tenant-to-tenant, Google Workspace, on-premises Exchange, and SharePoint migrations as part of its managed Microsoft cloud services, on a fixed schedule with parallel-run validation, and the same Microsoft-certified engineers stay on the tenant after go-live. That continuity matters: the people who planned the identity mapping are the people answering the help desk tickets in week two.
If you are planning a tenant migration, or evaluating whether one is the right move for your organization, reach out to Virteva to schedule a consultation. The conversation starts with your environment, your timeline, and your constraints, not a sales pitch.
Frequently asked questions
What is a Microsoft 365 tenant-to-tenant migration? A tenant-to-tenant migration moves users and their content (Exchange mailboxes, OneDrive files, SharePoint sites, and Teams chats and meetings) from one Microsoft 365 tenant to another. It is typically driven by a merger, acquisition, divestiture, rebrand, or consolidation of multiple tenants into one. Microsoft’s tools move content, not identities, so the customer is responsible for creating and configuring users in the target tenant.
What are the steps in a Microsoft 365 tenant migration? Six phases: assessment and inventory of the source tenant; target tenant preparation (MailUsers, Conditional Access, accepted domains, organization relationship); a pilot migration of 10 to 25 users; production migration in batches; cutover, including domain removal from the source, domain verification in the target, and DNS changes; and post-migration cleanup of licenses, stale objects, hybrid routing, and Teams meeting links.
How long does a Microsoft 365 tenant migration take? Assessment alone typically takes one to two weeks for a mid-market organization. The full project depends on user count, data volume, hold status, hybrid complexity, and how many source tenants are involved. A simple merge with no hybrid environment and no holds can complete in weeks; a multi-tenant consolidation in a regulated environment is a multi-month project.
Can you migrate a mailbox that is on litigation hold? No. Microsoft’s cross-tenant mailbox migration blocks the move for any mailbox on any type of hold. Holds have to be identified during assessment and released, with legal’s agreement, before the affected mailboxes can migrate.
Does Teams chat history migrate between tenants? Partly. Microsoft’s Migration Orchestrator can move personal and group chats and Teams meetings alongside mailboxes and OneDrive. Teams, channels, and channel content do not migrate with it, and migrated meeting links are invalid in the target tenant and must be recreated.
Are Microsoft’s native tenant migration tools free? Not entirely. The individual cross-tenant mailbox, OneDrive, and SharePoint tools are included with Microsoft 365, but the orchestrated multi-workload migration requires a one-time, per-user Cross Tenant User Data Migration license, available as an add-on to most Microsoft 365 business and enterprise plans.