Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
If you're responsible for configuring how email works for everyone in a business this article is for you! It explains how to customize it or turn it off for your business, and answers frequently asked questions.
If you would like to turn off Focused Inbox for just yourself, please see Turn off Focused Inbox.
If you want to be sure that your users receive business-specific email messages, for example, from HR or payroll, you can configure Focused Inbox so these messages reach the Focused view. You can also control whether users in your organization see the Focused Inbox in their mailbox.
You use PowerShell to turn Focused Inbox on or off for everyone in your organization. Do you want to do this in the Microsoft 365 admin center? Let our Engineering team know. Vote here!
To turn off Focused Inbox:
The following PowerShell example turns Focused Inbox Off in your organization. However, it doesn't block the availability of the feature for your users. If they want, they can still re-enable Focused Inbox again on each of their clients.
You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Transport rules" entry in Messaging policy and compliance permissions.
Run the Get-OrganizationConfig cmdlet.
Get-OrganizationConfig
Look for FocusedInboxOn to view its current setting:
Run the following cmdlet to turn Focused Inbox off.
Set-OrganizationConfig -FocusedInboxOn $false
Run the Get-OrganizationConfig cmdlet again and you'll see that FocusedInboxOn is set to $false, which means it's been turned off.
To turn on Focused Inbox:
In Step 5 above, run the following cmdlet to turn Focused Inbox on.
Set-OrganizationConfig -FocusedInboxOn $true
Your users will see the Focused view only after they close and restart Outlook. When they restart Outlook, they'll see a Tip in the Outlook user interface giving them to the option to use the new Focused Inbox.
If you're switching from Clutter to Focused Inbox, they can decide to enable it ("Try it") or dismiss the feature. If the user has multiple (supported) clients, they can enable/disable Focused Inbox individually on each one. The tip looks like this:
When a user decides to start using Focused Inbox, Clutter gets disabled automatically. The Clutter folder gets converted into a standard folder that allows the user to rename or delete it.
This example turns Focused Inbox Off for Tim Matthews in the Contoso organization. However, it doesn't block the availability of the feature to him. If he wants, he can still re-enable Focused Inbox again on each of his clients.
You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Transport rules" entry in the Messaging policy and compliance permissions topic.
Run the Get-FocusedInbox cmdlet, for example:
Get-FocusedInbox -Identity <tim@contoso.com>
Look for FocusedInboxOn to view its current setting:
Run the following cmdlet to turn off Focused Inbox:
Set-FocusedInbox -Identity <tim@contoso.com> -FocusedInboxOn $false
OR, run the following cmdlet to turn it on:
Set-FocusedInbox -Identity <tim@contoso.com> -FocusedInboxOn $true
Go to the Exchange admin center.
Navigate to Mail flow > Rules. Select Add a rule and then select Create a new rule....
After you're done creating the new rule, select Save to start the rule.
You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Transport rules" entry in Messaging policy and compliance permissions.
Run the following command to allow all messages from "Payroll Department," for example, to be delivered to the Focused Inbox.
New-TransportRule -Name <name_of_the_rule> -From "Payroll Department" -SetHeaderName "X-MS-Exchange-Organization-BypassFocusedInbox" -SetHeaderValue "true"
Important
In this example, both "X-MS-Exchange-Organization-BypassFocusedInbox" and "true" are case sensitive. Also, Focused Inbox will honor the X-header that bypasses Clutter, so if you use this setting in Clutter, it will be used in Focused Inbox. For detailed syntax and parameter information, see New-TransportRule.
You can check email message headers to see if the email messages are landing in the Inbox due to the Focused Inbox transport rule bypass. Pick an email message from a mailbox in your organization that has the Focused Inbox transport rule applied. Look at the headers stamped on the message, and you should see the X-MS-Exchange-Organization-BypassFocusedInbox: true header. This means the bypass is working. Check out the View the Internet header information for an email message article for info on how to find the header information.
If a transport rule is in place, a notification will be shown for the override. Outlook on the web will disable the "Always move to Other" and show a tooltip. Outlook clients on desktop will allow selection for "Always move to Other" and will pop up a dialog.
We've received reports that Clutter suddenly stopped working for some users. If this happens, you can enable it again for specific users. See Configure Clutter for your organization.
Here are answers to Frequently Asked Questions about Focused Inbox.
Yes. You can turn Focused Inbox on or off for your entire organization, or you can turn it on or off for specified users. See above.
Yes, only users with Office 2016 are affected. The feature is not going to be backported to Outlook 2013 or earlier.
Once you turn on or turn off Focused Inbox, the settings will take effect once your users close and restart Outlook.
After switching, you'll no longer receive less actionable email in the Clutter folder. Instead, email will be split between the Focused and Other tabs in your inbox. The same algorithm that moved items to the Clutter folder now powers Focused Inbox, meaning that any emails that were set to move to Clutter will now be moved to Other. Any messages already in your Clutter folder will remain there until you decide to delete or move them.
Check out this post by Tony Redmond, Microsoft MVP: How the Focused Inbox Replaces Clutter Inside Office 365.
Yes, you can keep users on Clutter and disable Focused Inbox, however, eventually Clutter will be fully replaced with Focused Inbox so Microsoft's recommends moving to Focused Inbox now. To learn more about when you use Clutter with Exchange Online, see this blog post: Update on Focused Inbox and our plans for Clutter.
No. It's possible to disable Clutter for a mailbox explicitly by running the Set-Clutter cmdlet. However, if you do this, the mailbox owner will see messages that were previously redirected to the Clutter folder remain in the Inbox and they'll have to process those messages until their client is upgraded to a version that supports the Focused Inbox. It's therefore best not to disable Clutter until the upgraded clients are available.
There are two states associated with Focused Inbox.
Organization Level: Focused Inbox state, and an associated last update time-stamp.
Mailbox Level: Focused Inbox state, and an associated last update time-stamp
Outlook decides to show the experience by choosing which cmdlet has the latest time stamp. By default, both time stamps are "null" and in this case, the feature is enabled.
There are two cmdlets for controlling Focused Inbox. When you run Get-FocusedInbox for a mailbox, it returns the mailbox level state of the feature. The experience in Outlook is chosen based on which cmdlet state was last modified.
No, and this is by design. Focused Inbox enablement is a client-side setting, so all the cmdlet can do is tell you if the user's mailbox is eligible for the client experience. It is possible for it to be simultaneously enabled in some clients and disabled in others, for example, enabled in Outlook app and Outlook Mobile but disabled in Outlook on the web.
Configure Clutter for your organization (article)
Configure shared mailbox settings (article)
Create signatures and disclaimers (video)
Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreTraining
Learning path
Use advance techniques in canvas apps to perform custom updates and optimization - Training
Use advance techniques in canvas apps to perform custom updates and optimization
Certification
Microsoft Office Specialist: Outlook (Office 2016) - Certifications
Demonstrate that you have the skills needed to get the most out of Outlook 2016 by earning a Microsoft Office Specialist (MOS) certification.