Some folders are not visible in Outlook on the web

Original KB number:   2849181

Symptoms

When you view a mailbox in Outlook on the web (formerly known as Outlook Web App (OWA)), some of your folders are not visible. When this issue occurs, it's typically the Sent Items folder that's not visible.

Cause

This issue occurs when the mailbox contains too many folders. The maximum number of folders in a single mailbox that Outlook on the web can display at one time is 10,000.

To confirm that this is the issue that you're experiencing, determine the number of folders in the mailbox. To do this, follow these steps:

  1. Do one of the following, as appropriate for your situation:

    • Open Exchange Management Shell on the on-premises Exchange server.
    • Connect to Exchange Online by using remote PowerShell. For more information about how to do this, see Connect to Exchange Online PowerShell.
  2. Run one of the following commands:

    • To display the results on the screen, run the following command:

      (Get-MailboxFolderStatistics <alias@contoso.com>).count
      
    • To send the results to a .txt file, run the following command:

      (Get-MailboxFolderStatistics <alias@contoso.com>).count > c:\output.txt
      

Resolution

To resolve this issue, reduce the total number of folders in the mailbox to fewer than 10,000.

More information

Still need help? Go to Microsoft Community or the Microsoft Q&A.