Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Original KB number: 2849181
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.
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:
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.
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
To resolve this issue, reduce the total number of folders in the mailbox to fewer than 10,000.
Still need help? Go to Microsoft Community or the Microsoft Q&A.