Blog
Cutover, Staged, or Hybrid Migration: How to Choose
A practical cutover staged hybrid migration decision framework with worked examples, thresholds, and the operational trade-offs that actually decide it.
Priya Shah
Senior Systems Engineer
Picking the wrong migration strategy is more expensive than picking the wrong tool. Strategy decides how many weekends you will work, how long users will be in two systems at once, and whether your help desk gets one big spike or four months of slow drip. This guide gives you a decision framework with explicit thresholds, three worked examples, and the operational trade-offs that actually decide which strategy fits your environment.
Skip the manual setup — let Mailbox Taxi handle it
One desktop app, every IMAP provider, zero data leaving your machine.
The three strategies in one paragraph each
Before the framework, the definitions, because the terms get used loosely.
Cutover migration: every mailbox moves in a single window, typically a weekend. MX records flip once. The source platform is decommissioned (or frozen as read-only) immediately after. No coexistence. Best for small environments where the complexity of staging is not worth the safety margin.
Staged migration: mailboxes move in waves over weeks or months. During the staging period, source and destination coexist. Users on the source still see source mailboxes; users on the destination still see destination mailboxes; some level of directory sync, GAL sharing, or free/busy lookup connects them. Best for medium-sized Exchange-style environments where you cannot move everyone in a weekend but you also do not need indefinite coexistence.
Hybrid migration: long-running coexistence by design. Source and destination operate in production simultaneously, often indefinitely. Identity, mail flow, calendaring, and sometimes archives are integrated tightly. Best for regulated environments, large enterprises with multiple business units on different platforms, and M&A integration where the close date is years away.
The decision framework
Five questions decide the strategy. Answer each one and the framework picks the strategy for you. If the questions disagree, the most restrictive answer wins.
Question 1: How many mailboxes are you moving?
- Under 150: cutover is the default.
- 150–2,000: staged is the default.
- Over 2,000: staged or hybrid, depending on the other questions.
These thresholds are not absolute. They are heuristics drawn from how long a typical IMAP-style migration takes per mailbox (60–120 minutes wall-clock for an average user mailbox, longer for power users and shared mailboxes). At 150 mailboxes you are looking at roughly 150–300 connection-hours of migration work, which a well-resourced cutover weekend can absorb. Above that, the weekend stops being enough.
Question 2: How long can you freeze the source?
- A weekend (48–60 hours): cutover is on the table.
- Cannot freeze at all, but a slow ramp is acceptable: staged.
- Must keep source live indefinitely: hybrid.
The "freeze" here means: during this window, source-side mail flow is paused or deferred, source-side calendar edits are paused, and users accept that mail received during the window will only appear in the destination after cutover finishes. Many organisations can manage 48–60 hours but not a full week.
Question 3: Are source and destination on the same platform family?
- Same family (Exchange-to-Exchange Online, Google to Google, IMAP to IMAP): staged and hybrid are easy. Cutover is also fine.
- Cross-family (Exchange to Google, Google to Exchange, IMAP to anything cloud-native): cutover is preferred because coexistence between families is fragile and expensive.
Cross-family staging or hybrid configurations exist, but they tend to require a directory connector that you will spend a quarter standing up and then throw away. For most cross-family moves, the right answer is "freeze, cut over, deal with the lost coexistence comfort with extra communications".
Question 4: Is the environment regulated or subject to e-discovery?
- No special obligations: any strategy.
- Standard compliance (SOC 2, ISO 27001, GDPR baselines): any strategy, with documented chain of custody.
- Heavy regulation (FINRA, HIPAA, SEC 17a-4, regulated by an authority that may audit at any time): hybrid often becomes mandatory because cutover and staged both create a moment where mail is in flight without a journal copy.
The regulatory hook is the most common reason a project that "wanted" to be cutover becomes a hybrid by force. Talk to your compliance lead before you commit to a strategy.
Question 5: What is the business event driving the migration?
- Platform consolidation, no external pressure: cutover or staged, whichever the count supports.
- Tenant-to-tenant move under a parent company directive: usually staged.
- M&A close in 90 days: hybrid for the integration, then a follow-up cutover or staged move later.
- Divestiture, must separate within 6 months: usually staged with an aggressive timeline.
The business event sets your deadlines and your tolerance for service interruption. A platform consolidation can wait a weekend. An M&A integration cannot.
The strategy you pick here feeds directly into the email migration project plan and the email migration timeline — both depend on which model you commit to.
Cutover migration, in operational detail
Cutover is the right answer in more cases than people think. Its operational signature is short and intense.
When cutover fits
- Under 150 mailboxes, any source/destination
- 150–300 mailboxes, source/destination same family, single domain, no regulatory bar
- Cross-family migrations at any size where you can absorb a single freeze weekend
- Small acquisitions absorbed into a larger parent
The operational rhythm
A cutover migration runs on a 14-day timeline at small scale:
- T-14: assessment complete, comms plan launched
- T-7: dress rehearsal on a subset of test mailboxes
- T-2: DNS TTLs lowered to 300 seconds
- T-0 Friday evening: source flipped to read-only, migration starts
- T+0 Saturday: bulk of mailboxes copy
- T+0 Sunday: validation, MX flip, mobile push, help desk briefed
- T+1 Monday morning: users return to a working destination
The risks of cutover are concentrated. If the weekend goes badly, you have to roll back or extend, and rollback gets harder with every hour that destination mail flow is live.
What cutover does not give you
- A long window to discover edge cases
- A coexistence safety net
- The ability to slip the cutover by a week without restarting everything
You commit to the weekend. The plan must be tight.
Cutover-safe ceiling is higher than the heuristic
The 150-mailbox heuristic assumes serial migration with conservative throttling. If your tool can run 20+ parallel mailbox copies and your destination tolerates it, cutover migrations of 500–800 mailboxes are reachable over a single weekend. Run a sized dress rehearsal before you trust the ceiling.
Staged migration, in operational detail
Staged is the workhorse strategy for the bulk of migrations between 150 and 2,000 mailboxes.
When staged fits
- Exchange-style source with more than 150 mailboxes
- Source and destination in the same family
- You can run waves of 50–150 mailboxes per weekend over four to eight weekends
- You have the discipline to run the wave plan for the full duration without slip
The wave plan
A staged migration is run as a series of waves. Each wave is its own mini-cutover with its own communications, its own runbook, and its own validation. The pattern looks like:
- Wave 0: pilot of 10–20 IT and friendly users
- Wave 1: 50–100 low-risk users from one department
- Wave 2: 100–150 from a second department, the largest you can absorb cleanly
- Wave 3–N: continue in chunks of 100–150 weekly
- Final wave: executives, shared mailboxes, special-case users
The pilot wave is non-negotiable. It is the one chance to catch tool misconfiguration before you have committed at scale.
Coexistence during staging
During staging, two systems are live. The coexistence layer must handle:
- Directory synchronisation so users see one global address list
- Free/busy lookups across the boundary so meetings can be scheduled
- Mail routing — users still on the source must receive mail sent to the destination's domain, and vice versa
- Single-signon if possible, so users do not have two passwords
Each of these is its own implementation project. Underestimating coexistence cost is the most common mistake in staged planning.
What staged buys you
The big advantages:
- You can pause between waves to fix issues found in the previous wave
- Help desk load is spread over weeks, not concentrated on one Monday
- Rollback of a single wave is cheap; a full project rollback rarely needs to happen
- You can move dependent groups (e.g. "all of finance") together in one wave
What staged costs you
The big disadvantages:
- The coexistence layer is expensive to build and operate
- Total elapsed migration time is much longer
- Users on different sides of the boundary occasionally see broken behaviour (calendar gaps, missing shared mailboxes)
- The migration is not "done" until the last wave is done, which can be three months after wave 1
If your environment is Exchange-to-Exchange or Microsoft 365 hybrid, see the Exchange migration guide for the platform-specific mechanics of running staged at scale.
Hybrid migration, in operational detail
Hybrid is staged migration's older sibling: more capability, more cost, more complexity, longer life.
When hybrid fits
- Long-running coexistence is required by policy or regulation
- Multiple business units must keep their own mail platforms (M&A integration that has not yet decided on convergence)
- Source platform cannot be decommissioned for years because of archive obligations
- Single tenant exceeds 5,000 mailboxes and you want a phased migration over multiple quarters
- Cross-region or cross-jurisdiction data residency requirements
What hybrid actually is
Hybrid is a deliberately permanent architecture, not a transitional state. The mail systems are designed to interoperate forever. Users in one system can send to, schedule with, and search across the other. The migration "moves" particular users or business units between systems on a schedule, but the integration layer stays in place.
What hybrid demands
- A working directory sync between identity providers
- Dedicated mail routing rules with no ambiguity about authoritative SMTP
- Free/busy and calendar federation
- Sometimes mailbox-level access from one system to the other (rare and expensive)
- Permanent monitoring of the integration layer
If your source is on-premises Exchange and your destination is Exchange Online, the platform itself provides a hybrid configuration model. See the hybrid Exchange glossary entry for the specific mechanics.
What hybrid buys you
- The ability to move at the pace the business can absorb, not at the pace the migration tool dictates
- Regulatory continuity — journal feeds and retention holds keep working through transitions
- A clean answer to "what happens during the integration period of an M&A" without forcing one platform onto the other on day one
What hybrid costs you
Money and time. A hybrid configuration is typically:
- A six- to nine-month design and build before the first user moves
- A dedicated team to operate the integration layer
- Ongoing licence cost on both platforms for the duration
- Higher complexity in every operational task (provisioning, deprovisioning, mailbox access) for as long as the hybrid lasts
Most migrations do not need hybrid. The ones that do, need it badly enough that no other option works.
Hybrid is not 'staged with more waves'
Treating hybrid as a longer staged migration is a project-killer. Staged is transitional; hybrid is architectural. If you commit to hybrid, design it as a permanent feature of your environment and operate it as such.
Three worked examples
The framework is easier to apply with examples. Each example below walks through the five questions and lands on a strategy.
Example 1: a 60-person professional services firm
The situation:
- 60 user mailboxes, 4 shared mailboxes, 2 meeting rooms
- Moving from cPanel-hosted IMAP to Google Workspace
- No regulatory constraints
- Cross-family
- Driven by "we want better collaboration tools"
Walking the framework:
- Q1 (count): 64 mailboxes — under 150, cutover is on the table
- Q2 (freeze): owner agrees a weekend freeze is acceptable
- Q3 (same family): no — IMAP to Google. Coexistence between IMAP and Google for 60 mailboxes would cost more than the migration itself
- Q4 (regulation): none
- Q5 (business event): convenience-driven, no external deadline
Strategy: cutover over a single weekend. Pilot 5 mailboxes on the previous weekend, full cutover on the scheduled weekend, validate Monday.
Example 2: a 1,200-person engineering firm
The situation:
- 1,200 user mailboxes, 80 shared mailboxes, 40 meeting rooms
- Moving from on-premises Exchange 2019 to Microsoft 365
- Standard compliance posture (SOC 2)
- Same family (Exchange)
- Driven by "data centre lease expires in 9 months"
Walking the framework:
- Q1 (count): 1,200 — staged is the default
- Q2 (freeze): cannot freeze for more than a weekend, but rolling waves are fine
- Q3 (same family): yes — Exchange family
- Q4 (regulation): standard, manageable with either strategy
- Q5 (business event): hard deadline 9 months out, plenty of runway
Strategy: staged over 8–10 weeks, run as 8–10 waves of 120–150 users. Build a small hybrid for directory sync and free/busy during staging; tear down after final wave.
Example 3: a 15,000-person regulated financial services firm
The situation:
- 15,000 user mailboxes across 5 business units
- One business unit on Exchange 2016 with strict FINRA retention obligations
- Three business units on Microsoft 365 already
- One business unit on a third-party platform retained from an acquisition
- Goal: converge to Microsoft 365 over 18–24 months
Walking the framework:
- Q1 (count): 15,000 — large
- Q2 (freeze): cannot freeze any business unit even for a weekend
- Q3 (same family): partially — three of five units are already on the destination
- Q4 (regulation): heavy. FINRA retention must not break at any moment
- Q5 (business event): organisational strategy, long timeline
Strategy: hybrid as a long-running coexistence model. Migrate the on-premises Exchange unit and the third-party unit into Microsoft 365 over the 18-month window using staged moves underneath the hybrid. Treat the hybrid as a permanent feature for the first 24 months and revisit after.
Common mistakes in strategy selection
Across many projects, the same misjudgments recur.
Choosing staged because it sounds safer. Staged has a safety profile, but it has a cost profile too. A 200-mailbox migration on the same family is often safer as a cutover because the coexistence layer is itself a source of bugs. Do not pick staged because it sounds careful.
Choosing cutover because it sounds fast. Cutover is fast on paper. If your environment has special-case mailboxes you have not enumerated, the cutover weekend turns into a five-day extended weekend. Make sure your assessment is complete before you commit to cutover.
Treating hybrid as the "best practice" answer. Hybrid is the answer to specific business and regulatory constraints. If you do not have those constraints, hybrid is overkill. A clean staged migration completes faster and costs less.
Picking the strategy before the assessment. The number of mailboxes, the size distribution, the regulatory picture, and the source platform should drive the strategy. Picking the strategy first and then writing an assessment to justify it is how migrations slip by quarters.
What the migration tool dictates
Some tools force a strategy on you whether you wanted it or not.
- A tool that only operates against the destination admin API may force you into a staged migration because it cannot reach the source mail directly.
- A tool that runs from a single cloud VM may struggle with cutover-style payloads because of network egress limits.
- A tool that runs locally and reads/writes IMAP directly on both sides can support any of the three strategies — the constraint becomes your network and the destination's throttle policy, not the tool.
If your strategy choice is being forced by tooling, audit whether the tool is actually right for the job. Mailbox Taxi runs locally on Windows, Mac, or Linux and talks IMAP on both ends, which means it does not force a strategy on you.
Strategy and timeline interact
Strategy decides the shape of the timeline. A few quick anchors so the planning math is clear:
- Cutover: 14–21 days from assessment to "done"
- Staged: 6–14 weeks from first wave to final wave
- Hybrid build-up: 6–9 months before the first business user moves
Inside those envelopes the per-mailbox cost is broadly similar. The difference is how spread out the cost is, and how long the organisation lives with a half-finished migration.
For the operational sequencing inside whichever strategy you pick, the Office 365 migration guide and the Exchange migration guide cover the platform-specific runbook detail.
Migrate your mailbox the easy way
Join the waitlist for early access and lock in launch pricing.
Related reading
blog
How to Build an Email Migration Project Plan That Holds Up
Build an email migration project plan with Gantt milestones, a RACI matrix, stakeholder map, comms cadence, budget lines, and a risk register that survives contact with reality.
blog
How Long Does an Email Migration Take? Realistic Timelines by Size
How long email migration takes by org size: 1–25, 25–100, 100–500, and 500+ mailboxes. Throttling math, batch sizing, pilot windows, and cutover weekend planning.
glossary
What Is a Hybrid Exchange Setup? When It's Worth It
What is hybrid Exchange? A practical explainer of coexistence between on-prem Exchange and Microsoft 365, mail flow, free/busy, and when hybrid is overkill.
blog
Exchange Server Migration: On-Prem and Online
An exchange migration guide for IT admins: hybrid, cutover, staged, MRSProxy, public folders, autodiscover, modern auth, and post-migration validation.
blog
Office 365 Migration: The Definitive Playbook
A complete office 365 migration playbook for IT admins: discovery, batching, throttling, modern auth, cutover vs staged vs hybrid, and validation.
Migrate your mailbox the easy way
Join the waitlist for early access and lock in launch pricing.