What Most People Miss About What Microsoft Outlook Really Is

Why do some people get Outlook with a ribbon that looks like Word — while others see a minimalist sidebar? Why does 'Outlook' open a browser tab for one person and a thick desktop app for another? Why does your colleague swear their Outlook has AI features you’ve never seen? It’s not because someone’s lying or misremembering. It’s because *what Microsoft Outlook is* isn’t one thing. It’s at least four distinct products — all sharing the same name, running under the same brand, and often confusing even seasoned admins.

The Problem

You open Outlook expecting consistency. You don’t get it. One day you’re dragging an email to a folder and it vanishes — no confirmation, no undo. Next week, you try to forward a meeting and the ‘Scheduling Assistant’ tab is missing. Then your intern asks why their Outlook looks like Gmail, and you realize: they’re using Outlook for Windows (new), not Outlook for Windows (classic). This isn’t user error. It’s structural ambiguity baked into Microsoft’s rollout strategy. Since 2023, Microsoft has been quietly shipping two parallel Outlook clients on Windows: the legacy Win32 app (which most of us grew up with) and the new WebView-based Outlook (built on Edge, updated via Store, tied to your Microsoft 365 subscription). They share the same icon, same start menu entry, and — crucially — same name in File > Account settings. IT teams get hit hardest. A single Group Policy setting can force classic Outlook for some users and auto-upgrade others to the new client based on tenant configuration, update ring, and even device type. And yes — the new Outlook doesn’t support VBA, doesn’t load most COM add-ins, and handles cached Exchange mode completely differently. I’ve seen this trip up even experienced users who assumed ‘Outlook’ meant one thing across their entire organization.

The Fix

First, confirm which Outlook you’re actually running. Don’t guess. Go to File > Office Account > About Outlook. Look at the version string:
  • If it says Version 24xx.xxxx (e.g., 2407.17831.20000) → you’re on the new Outlook for Windows.
  • If it says Version 23xx.xxxx or earlier, and includes Microsoft Office or Microsoft 365 Apps → you’re likely on classic Outlook.
To switch between them (if allowed by your admin):
  1. Close Outlook completely — check Task Manager for any lingering outlook.exe or msedgewebview2.exe processes.
  2. Hold Ctrl while clicking the Outlook icon on your taskbar or desktop. A dialog appears: “Which Outlook would you like to use?”
  3. Select Classic Outlook or New Outlook. This choice sticks until changed again — no Group Policy override required for this session.
Note: In Outlook 365 (current channel), the new Outlook is now default for most tenants — but you can delay it. Go to File > Options > Advanced > Outlook starts and exits, and uncheck “Use the new Outlook”. That option only appears if your tenant hasn’t fully retired classic Outlook yet.

If That Doesn't Work

If Ctrl+click does nothing, or the option is grayed out, here’s what to try — ranked by success rate:
  1. Check your M365 admin center: Go to admin.microsoft.com > Settings > Org settings > User preferences > Outlook client. If “New Outlook” is set to Required, no local override works. Only your admin can change this.
  2. Reset the Outlook launch preference: Delete the registry key HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\Startup\NewOutlookPreference. Then restart Outlook.
  3. Use Outlook Web as a stopgap: Go to outlook.office.com. It behaves consistently across devices and matches the new Outlook UI — but lacks offline mode and some desktop integrations.
  4. Reinstall Office with classic-only setup: Use the Office Deployment Tool with <ExcludeApp ID="OUTLOOK" /> removed, and add <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> to prevent auto-switching.

Preventing It Next Time

Stop treating ‘Outlook’ as a static app. Start treating it like a service — because it is. Here’s how:
  • Bookmark Microsoft’s New Outlook rollout page. They update it monthly with tenant eligibility dates.
  • In your internal documentation, never say ‘Outlook’. Say ‘classic Outlook’ or ‘new Outlook for Windows’ — and specify version numbers when reporting bugs.
  • Run this PowerShell snippet once a month to log your current client:
    Get-ItemProperty "HKCU:\Software\Microsoft\Office\16.0\Outlook\Options\Startup" -Name NewOutlookPreference -ErrorAction SilentlyContinue | Select-Object NewOutlookPreference
One counterintuitive tip: The new Outlook *does* support some legacy features — but only if you enable them manually. For example, the Rules Wizard (Alt+H, then R, R) still exists, but it’s buried behind Settings > Mail > Rules — and only appears if you have at least one existing rule from classic Outlook. No rules = no Rules Wizard visible. This took me three days to figure out originally.

Related Settings

These settings directly affect how Outlook behaves — and whether you’ll even see the option to choose between versions:
Setting Outlook 365 Outlook 2019 Outlook 2016 Outlook Web
New Outlook available ✓ (default since July 2024) ✗ (not supported) ✗ (not supported) N/A (Web only)
VBA macros enabled
Cached Exchange Mode toggle ✓ (in Settings > Accounts) ✓ (File > Account Settings > Account Settings > double-click account) ✓ (same path) N/A
Add-in support (COM) ✓ (Office.js only)
Keyboard shortcut: Open Rules Wizard Alt+H, R, R (if rules exist) Alt+S, R Alt+S, R Not available
Default reply format (HTML/Plain) Settings > Mail > Compose messages > Message format File > Options > Mail > Compose messages > Message format Same as 2019 Settings > View all Outlook settings > Mail > Compose and reply
Search indexing behavior Cloud-first (searches server + local cache) Local PST/OST index only Same as 2019 Server-side only
Emily Watson

Emily Watson

Emily is an expert in workplace culture and team dynamics. Her articles help professionals navigate interpersonal challenges and build better coworker relationships.