Tech Entertainer

New Outlook Shared Mailbox Not Showing Emails: How to Fix the Blank Preview Pane

By Tech Entertainer Team · 2026-09-07

New Outlook Shared Mailbox Not Showing Emails: How to Fix the Blank Preview Pane

You added a shared mailbox in new Outlook for Windows, and it shows up in the folder pane on the left. Click into it, though, and the folders are empty, or messages appear in the list but clicking one leaves the reading pane blank. Sometimes the whole mailbox never loads past a spinning icon.

I ran into this helping a small accounting office move off classic Outlook last month. Three people on the same shared "billing@" mailbox, two of them worked fine, one saw nothing but empty folders for two days straight. The fix wasn't a permissions issue at all. Here's the order to check things in.

Why won't my shared mailbox load in new Outlook?

New Outlook handles shared mailboxes as a synced, cached account rather than a live connection to Exchange, and that cache breaks more often than classic Outlook's did. The three most common causes are a missing Full Access permission, a stuck sync cache, and new Outlook simply not finishing its first download of a large mailbox.

Check these in order:

  • Permissions: you need Full Access on the shared mailbox, not just Send As.
  • Sync state: new Outlook syncs shared mailboxes through Microsoft's cloud cache, and that cache stalls sometimes.
  • Mailbox size: a shared mailbox with years of mail takes longer to finish its first sync than your primary inbox did.

Work through the sections below in this order. Most people fix it at the permissions check or the remove-and-readd step.

How do I check if I have the right permissions on the shared mailbox?

Ask your Microsoft 365 admin to confirm you have Full Access permission on the mailbox, since Send As or Send on Behalf alone won't let new Outlook open it. If you're the admin, run a quick PowerShell check yourself.

In the Exchange admin center:

  • Go to Recipients > Mailboxes.
  • Select the shared mailbox.
  • Open the Delegation tab.
  • Confirm your account appears under Read and manage (Full Access).

If you manage Exchange Online through PowerShell instead:

Get-MailboxPermission -Identity "[email protected]" | Where-Object {$_.User -like "*yourname*"}

If nothing returns, or the permission shows anything other than FullAccess, an admin needs to grant it:

Add-MailboxPermission -Identity "[email protected]" -User "[email protected]" -AccessRights FullAccess -InheritanceType All

Permission changes take a few minutes to propagate. Give it 15 to 30 minutes before you test again, and close new Outlook completely during that wait rather than leaving it open.

How do I add a shared mailbox correctly in new Outlook?

Go to File > Account Settings in classic Outlook, or click your profile picture in new Outlook and choose Open shared mailbox, then enter the mailbox's email address exactly as it appears in Microsoft 365. A typo in the address, or adding it as a full account instead of a shared mailbox, causes the same blank-folder symptom.

Steps in new Outlook for Windows:

  1. Click your profile picture, top right.
  2. Select Open shared mailbox or another user's mail.
  3. Type the shared mailbox's full email address (not a display name).
  4. Click Open.

The shared mailbox appears as a separate item in the folder pane below your own account, not merged into it. If you instead see it listed as a completely separate Outlook profile account, remove it and add it again using the steps above. Adding a shared mailbox as a standalone account works differently under the hood and causes more sync problems than the built-in "Open shared mailbox" flow.

Why do folders show up but messages stay blank?

This points to a caching problem on your machine, not a server-side permissions problem, because the folder structure downloaded but the message bodies didn't finish syncing behind it. Removing and re-adding the shared mailbox forces new Outlook to rebuild the cache from zero.

To remove and re-add:

  • Click your profile picture and find the shared mailbox under your accounts.
  • Select Remove (this only removes it from your view, it doesn't touch the mailbox itself or delete anything).
  • Close new Outlook completely. Check Task Manager for any lingering olk.exe process and end it if one is still running.
  • Reopen new Outlook and add the shared mailbox again through Open shared mailbox.
  • Give it time. A shared mailbox with a large amount of mail history takes longer on the first sync than it looks like it should.

If the mailbox has thousands of items, expect the first sync to take an hour or more before message bodies start loading fully, even though folders appear within a minute or two.

Should I switch back to classic Outlook if the shared mailbox still won't work?

Switching back to classic Outlook fixes the immediate problem for most people, since classic Outlook connects to shared mailboxes directly through Exchange rather than through new Outlook's cloud sync layer. It's a reasonable short-term workaround while Microsoft finishes ironing out new Outlook's shared mailbox handling.

To switch:

  • Click the Try the new Outlook toggle in the top-right corner of the new Outlook window.
  • Toggle it off.
  • Classic Outlook opens, and shared mailboxes you previously added there should sync the way they always did.

Microsoft has confirmed ongoing sync gaps with shared mailboxes in new Outlook, particularly around preview panes staying blank on certain mailbox sizes and configurations. If your organization plans to force the switch to new Outlook permanently, flag the shared mailbox issue to your IT admin now rather than after the classic version gets retired for your account. If new Outlook is also stuck showing "Working Offline" on your primary account, see our guide on how to fix Outlook stuck on Working Offline.

What if the shared mailbox works for some people but not others on the same team?

This usually means the permission or sync problem is local to one machine, not the mailbox itself, since other users on the identical shared mailbox load it fine. Rule out the account-specific causes before assuming anything is wrong with the mailbox configuration.

Check on the affected person's machine only:

  • Confirm their Full Access permission with the PowerShell command above, since permissions are granted per user, not per team.
  • Confirm they're running the same new Outlook version. Check Help > About and compare the build number against a coworker whose mailbox works.
  • Clear the local Outlook cache by removing and re-adding the mailbox, as covered above.
  • Restart the machine. New Outlook holds onto stale authentication tokens in ways that a simple sign-out doesn't always clear.

If every step above checks out and the mailbox still won't load for one specific person, open a support ticket with Microsoft through your admin's Microsoft 365 portal. Include the build number, the exact error text if one appears, and how long the mailbox has been stuck. If rules stopped firing for the whole team around the same time, check our post on why Outlook rules stop working in new Outlook for Windows 11, since a bad update sometimes hits both issues at once.

Key takeaways

  • Full Access permission, not Send As, is required to open a shared mailbox in new Outlook.
  • A blank preview pane with visible folders is a local cache problem. Remove and re-add the mailbox to fix it.
  • Large shared mailboxes take longer to finish their first sync than your primary inbox does.
  • Classic Outlook remains a working fallback if new Outlook's shared mailbox sync keeps failing.
  • If only one person on a shared mailbox has trouble, check their permissions and Outlook build first before assuming a server-side issue.

Frequently Asked Questions

Do I need Full Access permission to open a shared mailbox in new Outlook?

Yes. Send As or Send on Behalf permission alone won't let you open or browse a shared mailbox. You need Full Access, granted by an admin through the Exchange admin center or the Add-MailboxPermission PowerShell cmdlet. Without it, new Outlook either refuses to add the mailbox or adds it and shows nothing inside.

Why does the shared mailbox show folders but no messages inside them?

This is almost always a caching problem specific to new Outlook, not a permissions problem, since you can see the folder structure. Removing the shared mailbox and re-adding it forces new Outlook to rebuild its cache from scratch, and that clears up a blank preview pane in most cases.