Dark mode has moved well past the “developer preference” stage. It’s now the default expectation for most knowledge workers and the kind of setting users configure on day one and assume will carry across every app they touch. When it doesn’t, they file a ticket. You’ve probably seen a few of these already.

The catch is that Outlook isn’t one thing. It’s Classic Outlook for Windows, New Outlook for Windows, Outlook on the Web, Outlook for Mac, and two separate mobile apps, and none of them share theme settings. Enable dark mode in one and the others stay exactly as they were. For IT teams supporting mixed environments, that fragmentation means support requests don’t just come in once; they come in from every platform your users are on.

Here’s everything you need to know about fixing it for good.

What dark mode actually does in Outlook

Before touching a single setting, it’s worth understanding what you’re actually configuring because dark mode in Outlook behaves differently depending on where you are and what you’re looking at.

Firstly, dark mode and night mode are not the same thing. These terms get used interchangeably, but they refer to different features. Dark mode is a UI color scheme (dark background, light text, etc.) applied across the application interface. Night mode (called Night light in Windows) is a system-level blue-light reduction feature that warms your display based on time of day. The two can run simultaneously, and they’re configured in completely different places.

The other things you need to know include:

  • Settings don’t sync across platforms: This is the part that generates the most confusion. Outlook theme settings do not synchronize across platforms, even when a user is logged into the same account on every device. Set dark mode in Classic Outlook for Windows and Outlook on the Web stays light. Configure it on iOS and the desktop is untouched. Each client maintains its own appearance preference independently.
  • OS-level dark mode interacts with Outlook: System-wide dark mode in Windows 11 or macOS will carry into Outlook only if the app’s appearance setting is configured to use system settings. If a user has explicitly selected a theme inside Outlook, that selection overrides the OS preference. The app-level setting always wins over the system-level setting when the two conflict.
  • Dark mode is strictly a display feature: When a user composes and sends an email in dark mode, the message does not go out as a dark-themed email. Recipients see the message rendered according to their own client settings and not the sender’s. It’s useful knowledge in case your users ask.

How to enable dark theme on every platform

Outlook’s theme settings are configured per client. Work through whichever platforms apply to your environment.

Classic Outlook for Windows

The classic desktop client uses the Office Account theme, which applies across all installed Microsoft 365 applications, not just Outlook.

  1. Click File and select Office Account

    File settings in Office account
  2. Click the dropdown under Office Theme

    Office theme dropdown menu
  3. Select Black

    Black theme in Office Account

New Outlook for Windows

The new client uses its own appearance settings, separate from the Office Account theme.

  1. Click the gear icon in the top-right corner to open Settings
  2. Navigate to General > Appearance
  3. Under Choose your mode, select Dark
  4. Click Save and close the settings window

    Outlook appearance in New Outlook for Windows

Outlook on the Web (OWA)

The web UI mirrors the new Outlook app and follows the same navigation path.

  1. Click the gear icon in the top-right corner to open Settings
  2. Navigate to General > Appearance
  3. Under Choose your mode, select Dark
  4. Click Save and close the settings window

Appearance preferences in OWA should persist across different browsers, though Microsoft has no official documentation confirming this.

Outlook appearance on the web app

Outlook for Mac

The Mac client has its own appearance panel inside the app and can optionally follow macOS system settings.

  1. From the top menu bar, select Outlook > Settings

    Outlook settings in macOS
  2. Select Appearance

    Appearance in Outlook for macOS settings
  3. Under Appearance, choose Dark

    Dark theme in Outlook for macOS appearance settings

To follow macOS system settings instead of a fixed theme, set this option to System. Outlook will switch automatically when macOS transitions between light and dark.

First-time users launching Outlook after installation are also prompted to select an appearance before the app fully opens.

» Did you know you can enable RMM on Mac?

Outlook for iOS

  1. Tap the icon containing your initials in the top-left corner

    Outlook for iOS settings
  2. Tap the gear icon (⚙) in the bottom-left corner to open Settings

    Settings icon in iOS Outlook settings
  3. Select Display & Appearance

    Display and appearance settings in iOS Outlook settings
  4. Under Theme, select Dark

    Dark theme in Outlook for iOS appearance settings

Outlook for Android

  1. Tap the Outlook icon in the top-left corner

    Settings in Outlook for Android
  2. Tap the gear icon (⚙) in the bottom-left corner to open Settings

    Settings icon in Android Outlook settings
  3. Select Display & Appearance
  4. Under Theme, select Dark

    Display and appearance settings in Android Outlook settings

Note: Both mobile clients also offer a System option, which ties the app theme to the device’s OS-level dark mode setting. For users who switch between light and dark at the OS level, this is the lower-maintenance choice.

How to automate mass deployment of the Outlook dark theme

Individual users can set their own Outlook theme, but if you want dark mode on by default across a fleet, the approach differs depending on which version of Outlook you’re managing.

New Outlook is built on web technologies and saves appearance settings directly to the cloud. Theme policies can be pushed via Exchange Online PowerShell, but themes and appearance mode are separate settings in this client.

Exchange Online PowerShell controls the decorative theme (background image and accent color), not the light/dark mode toggle.

There is currently no supported method to enforce dark mode as a default for New Outlook or OWA at the organizational level.

Appearance and themes in New Outlook

Classic Outlook respects Office group policies. Two methods are available: GPO for domain-joined environments, and a registry key for provisioning scripts or RMM deployment.

Method 1: Group Policy

This requires the Office ADMX/ADML administrative template files, available from Microsoft. Download and install these before proceeding, then follow these steps:

  1. Open the Group Policy Management Console
  2. Create or edit a GPO linked to the target OU
  3. Navigate to User Configuration > Administrative Templates > Microsoft Office 2016 > Global Options > Customize
  4. Open the Default Office Theme policy setting
  5. Set the value to 4 (Black) and apply

    GPO for changing Outlook Theme to dark mode

Method 2: Registry key

Use this method when deploying via provisioning script or RMM automation profile.

  1. Target the following key: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftoffice16.0common
  2. Set the value name default ui theme as a REG_DWORD using the appropriate value for the target theme:

    • 0: Colorful
    • 3: Dark Grey
    • 4: Black
    • 5: White
  3. To deploy the Black theme via a PowerShell script, run: reg add "HKCUSoftwarePoliciesMicrosoftOffice16.0common" /v "default ui theme" /t REG_DWORD /d 4 /f

    Change registry key for Outlook Theme

A PowerShell script like this can be deployed remotely across endpoints through Atera’s RMM platform.

Note: Neither GPO nor registry enforcement locks the setting permanently. Both establish the default theme users see on first launch but do not prevent users from changing it afterward. Outlook’s appearance settings are user-configurable by design, and any user can override the default through the standard settings menu.

Managing Outlook settings at scale

Dark mode in Outlook is a simple enough preference until you’re the person fielding the same question across five platforms from users who all expect it to just work. The real friction isn’t finding the setting; it’s that Microsoft’s Outlook ecosystem doesn’t share state across clients, and your users don’t know that. Every platform requires its own configuration, and none of them talk to each other.

That’s a small example of a much larger pattern. Managing a Microsoft environment at any scale means managing fragmentation with different settings, different behaviors, and different support paths for desktop, web, and mobile. IT teams and MSPs using Atera get a unified view across that environment, with remote management and automation profiles through the RMM platform simplifying the IT workload significantly.

Frequently Asked Questions

Was this helpful?

Related Articles

How to set up auto login on Windows 11

Read now

How to find the DPI resolution on Windows

Read now

How to disable and enable Hibernate in Windows 11

Read now

How to reset Windows 10 network settings

Read now

Endless IT possibilities

Boost your productivity with Atera’s intuitive, centralized all-in-one platform