Outlook Shared Mailbox Not Loading
Resolution Checklist
- 1 Verify Shared Mailbox Permissions
- 2 Add the Shared Mailbox Manually
- 3 Fix Shared Mailbox Not Expanding
- 4 Resolve Cached Mode and Sync Issues
- 5 Troubleshoot Shared Mailbox on macOS and Mobile
Outlook Shared Mailbox Not Loading
When a shared mailbox does not appear in your Outlook folder list, fails to load its contents, or displays “You do not have permission to open this mailbox”, the issue is usually related to incorrect permissions, auto-mapping configuration, or a local caching problem. This guide helps you restore access to shared mailboxes.
Step 1: Verify Shared Mailbox Permissions
You must have the correct permissions assigned to access a shared mailbox.
- Contact your IT administrator or Microsoft 365 admin and ask them to verify your permissions using the Exchange Admin Center or PowerShell:
Get-MailboxPermission -Identity "shared@yourdomain.com" | Where-Object {$_.User -like "*yourname*"}
- You need at least Full Access permission to open the shared mailbox.
- To send emails from the shared mailbox, you also need Send As or Send on Behalf permissions:
Get-RecipientPermission -Identity "shared@yourdomain.com" | Where-Object {$_.Trustee -like "*yourname*"}
- If permissions are missing, the admin can grant them:
Add-MailboxPermission -Identity "shared@yourdomain.com" -User "yourname@yourdomain.com" -AccessRights FullAccess -InheritanceType All
- After permissions are granted, it may take 30–60 minutes for them to propagate. In some cases, it can take up to 2 hours.
- Restart Outlook after the propagation period.
Step 2: Add the Shared Mailbox Manually
If auto-mapping is not configured or is not working, you can add the shared mailbox manually.
On Windows:
- Go to File > Account Settings > Account Settings.
- Select your primary email account and click Change.
- Click More Settings > Advanced tab.
- Click Add and enter the email address or display name of the shared mailbox.
- Click OK > Next > Finish.
- Restart Outlook — the shared mailbox should appear as an additional mailbox in your folder list.
Alternative method using Open Other User’s Mailbox:
- Go to File > Open & Export > Other User’s Folder.
- Click Name and search for the shared mailbox.
- Select the folder type (e.g., Inbox) and click OK.
- The selected folder will open in a separate window.
Step 3: Fix Shared Mailbox Not Expanding
If the shared mailbox appears in the folder list but shows an arrow that does not expand, or folders are empty, the mailbox is not syncing.
- Click on the shared mailbox name in the folder list.
- Wait for Outlook to establish a connection to the server and download folder contents.
- If it remains stuck, right-click the shared mailbox and select Update Folder.
- Check your Exchange connection status:
- Hold Ctrl and right-click the Outlook system tray icon
- Select Connection Status
- Look for a connection entry for the shared mailbox — its status should be Established
- If no connection exists for the shared mailbox:
- Remove the shared mailbox from your profile (reverse of Step 2)
- Restart Outlook
- Re-add the shared mailbox
- If using Cached Exchange Mode and the mailbox still won’t expand:
- Toggle Download Shared Folders (see Step 4)
Step 4: Resolve Cached Mode and Sync Issues
Cached Exchange Mode settings affect how shared mailbox data is synced locally.
- Go to File > Account Settings > Account Settings.
- Double-click your Exchange account.
- Check the Download Shared Folders checkbox to enable local caching of shared mailboxes.
- Note: Enabling this option increases your local OST file size.
- Click Next > Done and restart Outlook.
- If the shared mailbox is very large and causing performance issues:
- Uncheck Download Shared Folders to access the mailbox in online mode only
- This means the shared mailbox will require an active server connection but will not consume local storage
- To force a resync of the shared mailbox:
- Right-click on the shared mailbox’s Inbox
- Select Properties > Clear Offline Items
- Click OK and let Outlook re-download the contents
- If sync issues persist, try removing and recreating the OST file:
- Close Outlook
- Navigate to
%LOCALAPPDATA%\Microsoft\Outlook\ - Rename the .ost file and restart Outlook
Step 5: Troubleshoot Shared Mailbox on macOS and Mobile
Shared mailbox access works differently on macOS and mobile devices.
On macOS:
- Open Outlook for Mac.
- Go to Tools > Accounts.
- Select your Exchange account and click Delegation and Sharing.
- Under Shared With Me, click + and search for the shared mailbox.
- Select it and click Add.
- The shared mailbox will appear in the left sidebar.
- If it does not appear, ensure you have the latest version of Outlook for Mac installed.
On iOS/Android (Outlook mobile app):
- Shared mailboxes can be added directly in the Outlook mobile app.
- Go to Settings > Add Account.
- Enter the shared mailbox email address.
- When prompted, sign in with your own credentials (not the shared mailbox password).
- The shared mailbox will appear as a separate account in the app.
- If you receive a permission denied error:
- Verify that your admin has granted you Full Access permissions
- Ensure the shared mailbox is not licensed as a regular user account — shared mailboxes should be unlicensed
- Pull down to refresh after adding the mailbox to trigger the initial sync.