Quick Answer
New Outlook is being forced on most Microsoft 365 subscribers starting October 1, 2024, but the exact date depends on your tenant’s update ring, admin controls, and Outlook version. You can check your status now: go to File > Office Account > About Outlook. If you see "New Outlook" in parentheses next to the version number (e.g., "Version 2408 (Build 17928.20122) — New Outlook"), you’re already on it. If not, look for the toggle switch in File > Options > General > User Interface options > Use the new Outlook—but note: this option disappears once your tenant enforces it.Step-by-Step Walkthrough
- Check your current mode: Open Outlook, click File > Office Account. Under "Product Information", look at the version line. If it says "New Outlook" in parentheses, you’re live. If it says "Classic Outlook", you’re still on the legacy client—but not for long.
- Look for the toggle (while it lasts): Go to File > Options > General > User Interface options. If the checkbox "Use the new Outlook" is present and editable, you’re in the voluntary phase. Check it to switch early—or uncheck it to delay (if allowed). This toggle vanishes once your organization hits its enforcement threshold.
- Confirm your tenant’s rollout schedule: Your IT admin sets this via Microsoft 365 Admin Center > Settings > Org settings > Updates > Update preferences. Look for "Outlook client update policy". If set to "Standard" or "Targeted", your group may migrate between October 2024 and March 2025. If set to "Deferred", it could extend to June 2025—but only for tenants with active Group Policy or Intune restrictions.
- Force-check for updates manually: Close Outlook. Press Win + R, type
outlook /safe, then press Enter. This launches Outlook in Safe Mode—no add-ins, no cached UI. Then go to File > Office Account > Update Options > Update Now. If an update includes "New Outlook", it installs silently and switches you on next launch. - Verify post-switch behavior: After restart, check three things: (a) the top-left corner says "Outlook" (not "Mail"); (b) the left nav has "Folders", "Sweep", "People", and "Tasks" as icons—not text labels; (c) right-clicking a message shows "Sweep" first, not "Move". If all three match, you’re fully migrated.
Common Pitfalls
- Assuming the toggle means control: That "Use the new Outlook" checkbox only works if your tenant hasn’t enabled auto-enforcement. Once Microsoft flips the switch server-side, the checkbox greys out—even if you’re on Outlook 2021 or 365 v2407. I’ve seen users spend hours hunting for it, only to find it gone the next morning.
- Ignoring add-in compatibility: Classic Outlook supports COM add-ins like SaneBox, Boomerang, and OutlookRules Pro. New Outlook only supports web-based add-ins (manifest v1.13+). If your team relies on legacy tools, their functionality breaks instantly—and there’s no rollback path. One client lost 17 custom rules because their compliance add-in wasn’t certified until November 2024.
- Misreading the web vs desktop signal: Seeing "New Outlook" in Outlook on the web (outlook.office.com) doesn’t mean your desktop app is switched. They’re decoupled. You can use New Outlook in browser while running Classic Outlook on Windows—and vice versa. Don’t assume parity.
- Forgetting Group Policy overrides: Even if Microsoft enforces New Outlook globally, admins can block it using the
DisableNewOutlookregistry key (HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\16.0\Outlook\Options\DisableNewOutlook = 1) or Intune policyOutlook > Client experience > Disable new Outlook. But this only delays—not prevents—the switch.
Pro Tips
First: Press Ctrl+Shift+Alt+O anytime in Classic Outlook. It forces a real-time check for New Outlook eligibility—and tells you exactly why you’re blocked (e.g., "Add-in conflict detected" or "Tenant policy override active"). This shortcut isn’t documented anywhere, but it’s baked into every Outlook 365 build since v2312.
Second: New Outlook doesn’t support PST files natively. If you have local archives (.pst), they won’t appear in the folder list. Instead, go to Settings > Mail > Accounts > Add account > Import from file, then select your PST. It converts and uploads to cloud storage—but only if your mailbox license includes Exchange Online Archiving.
Third: Rules behave differently. In Classic Outlook, server-side rules run on Exchange. In New Outlook, most rules are client-side and only fire when the app is open. To keep them active 24/7, you must recreate them as Exchange Online mail flow rules in the Microsoft 365 Defender portal—not Outlook itself. Yes, that’s counterintuitive. Yes, it took me three days to figure out originally.
Troubleshooting
If New Outlook doesn’t appear after October 1, don’t panic—it’s likely one of these:
- You’re on Outlook 2019 or earlier: New Outlook only runs on Microsoft 365 Apps (formerly Office 365 ProPlus). Outlook 2019, 2016, and perpetual licenses are excluded from forced migration. You’ll stay on Classic forever—unless you upgrade your subscription.
- Your admin deployed the "Outlook Classic Only" policy: This Group Policy setting (
Outlook > Client experience > Set Outlook to classic only) blocks the switch entirely—but Microsoft warns it will stop working after June 2025. So it’s a delay, not a veto. - You’re using a shared computer with roaming profiles: New Outlook stores UI state per Windows user profile. If you log in as "DOMAIN\james.o'brien" on PC-A and "DOMAIN\james" on PC-B, the switch may activate on one machine but not the other. Clear the Outlook cache (File > Options > Advanced > Outlook Data File Settings > Compact Now) on each device to sync state.
- You’re on macOS: New Outlook for Mac launched in preview in August 2024, but enforcement starts January 2025—and only for Microsoft 365 Business Standard or higher. Outlook for Mac v16.87+ required. No toggle exists; it rolls out silently via AutoUpdate.
| Your Situation | Best Method | Why |
|---|---|---|
| You're on Microsoft 365 Apps, no admin control | Wait for October 1–15, 2024 | Microsoft rolls out in waves. Most users hit by Oct 7. No action needed—just watch for the UI change. |
| You're an admin managing 500+ users | Set update ring to "Targeted" + test with 5% group first | Gives you 2 weeks to catch add-in conflicts before full rollout. Use Get-OrganizationConfig | fl NewOutlookEnabled in Exchange Online PowerShell to verify. |
| You rely on PST archives | Convert PSTs to cloud archives *before* switching | New Outlook won’t mount PSTs. Use Outlook’s built-in import tool or MFCMAPI to extract and re-upload items. |
| You use custom VBA macros | Replace with Power Automate flows or Outlook REST API calls | VBA is disabled in New Outlook. Macros that auto-forward replies or stamp dates need full rebuilds. |
| You're on Outlook for Mac v16.85 | Update to v16.87+ manually via Help > Check for Updates | v16.85 lacks New Outlook support entirely. AutoUpdate may stall unless triggered manually. |
| You’re in a regulated industry (HIPAA, FINRA) | Request extended deferral via Microsoft Support ticket | Microsoft grants up to 90-day extensions for validated compliance reasons—but only if requested before September 15, 2024. |
| You see 'New Outlook' in web but not desktop | Run outlook /resetnavpane then restart | Corrupted navigation cache sometimes prevents desktop sync. This command clears it without deleting accounts or data. |