Configure Microsoft 365 Clutter for your organization

As an admin, you may have to manage the Clutter feature in Microsoft 365. To turn the Clutter feature on/off for users in your organization, you must use Exchange PowerShell. (Individuals can turn it on/off using these instructions: Turn off/on Clutter in Outlook.

Check out Using PowerShell with Exchange Online and Connect to Exchange Online PowerShell for details on using Exchange PowerShell. You need to have an account that has at least the Exchange Service administrator role and the ability to connect to Exchange Online with PowerShell.

Turn Clutter on using Exchange PowerShell

You can enable Clutter manually for a mailbox by running the Set-Clutter cmdlet. You can also view Clutter settings for mailboxes in your organization by running the Get-Clutter cmdlet.

Turn on Clutter for a single user named Allie Bellew

Set-Clutter -Identity "Allie Bellew" -Enable $true

Turn Clutter off using Exchange PowerShell

You can disable Clutter manually for a mailbox by running the Set-Clutter cmdlet. You can also view Clutter settings for mailboxes in your organization by running the Get-Clutter cmdlet.

Turn off Clutter for a single user named Allie Bellew:

Set-Clutter -Identity "Allie Bellew" -Enable $false

If you use PowerShell to bulk create your users, then you need to run Set-Clutter against each user's mailbox to manage Clutter.

When does the Clutter On/Off switch appear to users in Outlook on the web?

As an admin, you can re-enable Clutter using Exchange PowerShell. Focused Inbox is turned off and Clutter will be active again.

If you're using Outlook on the web with a Microsoft 365 Business Premium subscription:

  • If user currently has Clutter enabled:

    • Clutter settings appear
  • If user currently has Focused Inbox enabled:

    • Clutter settings won't appear
  • If neither Clutter or Focused Inbox is enabled:

    • Both Clutter and Focused Inbox appear as options in the user's Mail Settings

If you're using Outlook.com:

  • If user currently has Clutter enabled:

    • Clutter settings appear
  • If user currently has Focused Inbox enabled:

    • Clutter settings won't appear
  • If neither Clutter or Focused Inbox is enabled:

    • Both Clutter and Focused Inbox appear as options in the user's Mail Settings

Use Clutter to sort low priority messages in Outlook (article)
Use Clutter to sort low priority messages in OWA (article)
Turn off Clutter in Outlook (article)