A shared mailbox is a feature of Microsoft Exchange that allows multiple users from the same business to access the same email. Teams, groups, and offices use shared mailboxes to share info and enhance email communication. With the amount of data on the shared mailbox, there's always a need to back up and save that data somewhere.
That's why you should export shared mailboxes to PST files. Doing so is essential. Moreover, there are many reasons to export Office 365 shared mailbox to PST, which will be covered below.
As you try to export shared mailboxes to PST, you must realize the importance of data backup. Join us to celebrate World Backup Day. Let's take the pledge, and make data backups a regular part of your day.
Why Is It Handy to Export Shared Mailbox to PST?
You want to export your shared mailboxes to PST files for several reasons. Here are some of those reasons:
- Recovery capability: If you ever end up losing mailbox data, you'll quickly be able to recover your deleted emails.
- Offline access: You won't constantly have to stay online to read emails. By using PST files, you can view emails offline.
- Reducing the mailbox size: Although not as necessary today as before, you can export the shared mailbox to a PST file and then delete the emails to reduce the size.
- Compliance: Some businesses in health and finance have to archive email data regularly.
- Migration: You can easily carry your emails if you need to move to a different computer or office.
There are many more reasons someone would want to export shared mailboxes to PST in Outlook or Office 365. Whatever your reasons are, you can find a guide to doing it below. It is also recommended to regularly backup your Outlook PST files after exporting mailboxes to PST, as this will allow you to store your files offline and provide added security and protection.
If you don't already have a shared mailbox, you'll be pleased to learn that creating one is relatively straightforward. Nevertheless, if you're having trouble doing it, there's this neat guide on creating a shared mailbox. If you follow the steps, you should have a shared mailbox quickly.
Four Methods for Export Shared Mailbox to PST
Method |
Difficulty |
Best For... |
Requirement |
| Outlook Desktop | Easy | One-off small exports. | Mailbox added to Outlook. |
| Exchange Admin Center | Moderate | Admins managing servers. | Admin permissions. |
| eDiscovery Manager | High | Legal/Compliance archiving. | Microsoft 365 Admin. |
| PowerShell | Advanced | Bulk or automated exports. | Exchange Management Shell. |
There are several methods to export shared mailboxes to PST in Office 365. Each of these methods has its advantages and disadvantages. Some require many steps but are visual, while others are textual and require knowledge of commands. Therefore, you should choose the methods accordingly.
Method 1: Export Office 365 Shared Mailbox to PST Using eDiscovery Manager
This guide will first cover using eDiscovery Export Tool to export Office 365 shared mailboxes to PST. It might seem complex, but you'll be alright if you follow the steps. You must:
- Open Microsoft 365 admin center and log in as the administrator.
- Go to the Security center under Admin centers and click Permissions.

- Now select the eDiscovery Manager.

- Use the Edit role group option.

- Assign Import and Export Roles to the Mailbox.

- In the role group, add your user account to the list of eDiscovery Administrators.

- Go to the Compliance tab. It's in the bottom left part under Security.

- Click Show all and select Content search. Then, choose New search.

- You'll now have to do a search query and find all emails you want to export. You can add various conditions when you click Add conditions. For our purposes, we'll add Type – Emails.

- After you add a condition, check Email messages under Type and choose Specific locations under Locations. Now hit the Modify button.

- Click the Choose users, groups, or teams button and select the admin user account.

- After you select the account, click Save > Save & run in the search area to run the query.
- The query will take some time to finish. Afterward, you can find it in your saved searches by clicking Back to saved searches at the top, under Content search.
- When the query finishes, click Export results in the top right corner.

- After you choose to export results, you'll see three output options, and you can decide how to export Microsoft Exchange content. Select the options you need. For our purposes, we chose the default option: One PST file for each mailbox.

- Scroll down and click Export.
- Close the dialog box and click Exports under Content search. Give it some time to appear. The export will also need some time to finish.
- (CAUTION) If you receive a warning that you need to use Microsoft Edge or Internet Explorer to download the results, open the same webpage in one of those browsers.
- Look at the Export key, copy it to the clipboard, and click Download results in the top right corner.

- Enter the export key and select where to save the PST file.
That's it for the eDiscovery Manager method. If you've followed the steps above, you should be successful in exporting the shared mailbox to PST in Office 365.
Method 2: Export Office 365 Shared Mailbox to PST Using Powershell
You can also export an Office 365 shared mailbox to PST with PowerShell. This method might be tricky, but you'll do fine following the steps. Here's how to do it using the Exchange Management Shell:
- Open Exchange Management Tools on your computer.
- Use the New-MailboxExportRequest command, like the one below:
New-MailboxExportRequest -mailbox <shared mailbox name> -filepath “<unc patch>”
- Add the
-IncludeFolderor-ExcludeFolderparameters to the command to include or exclude folders. For example, the include folder command looks like this and the exclude command works the same way:New-MailboxExportRequest -mailbox <shared mailbox name> -filepath “<unc patch>” -IncludeFolders “#Inbox#”, “#Outbox#”
- (OPTIONAL) You can use various commands besides the
MailboxExportRequestcommand. Here are a few:- This command adds a "less than" content filter to email export.
New-MailboxExportRequest -ContentFilter {(Received -lt ’01/01/2020′)} -Mailbox “<shared mailbox name>” -Filepath “<unc path>” - This command adds a "greater than" content filter to email export.
New-MailboxExportRequest -ContentFilter {(Received -gt ’01/01/2020′)} -Mailbox “<shared mailbox name>” -Filepath “<unc path>” - This command adds "less than" and "greater than" filters.
New-MailboxExportRequest -ContentFilter {(Received -gt ’01/01/2020′) -and (Received -gt ’01/07/2020′)} -IncludeFolders “#Inbox#” -Mailbox “<shared mailbox name>” -FilePath “<unc patch>”
- This command adds a "less than" content filter to email export.
- You can also check how the export is progressing by typing in the following command:
Get-MailboxExportRequest
Although this method seems complicated, you'll quickly learn what each parameter does if you closely examine the commands. You can efficiently export shared mailboxes to PST with the Exchange Management Shell.
Method 3: Export Shared Mailbox to PST Using Exchange Admin Center
Exporting mailboxes with the Exchange Admin Center (EAC) requires creating a shared location and having the correct permissions. Here's how to export the shared mailbox with EAC:
- Log in to the EAC.
- Click Permissions and then select Admin Roles.

- Click the Plus button to add an admin role.
- Assign the Import/Export role to the user who will export the mailbox.
- Now click Recipients, and then select Shared.

- You'll see the shared mailboxes here. Click the three-dot icon and select Export to a PST file.

- Select to either export the contents of the mailbox or the mailbox's archive. You can't do both at once.
- Choose where to save the PST file.
That's it when exporting shared mailboxes to PST files through the EAC.
Method 4: Export Shared Mailbox to PST Using Outlook
Finally, we come to the fourth and final method in this guide, which entails using Microsoft Outlook to export shared mailboxes to PST.
Pro Tip: Shared Mailbox Not Appearing?
If your shared mailbox doesn't appear in Outlook automatically, it may be due to "Automapping" being disabled. You can manually add it by going to File > Account Settings > More Settings > Advanced > Add. Alternatively, ensure your administrator has granted you Full Access permissions, which usually triggers the mailbox to appear after a restart of the Outlook client.
- Open Outlook on your computer. If you are an Office 365 user, you need to add your Office 365 Shared Mailbox account to Outlook first by clicking File > Info > Add Account.

- Log in with your Office 365 Shared Mailbox account to add it to Outlook. Otherwise, you can't export Office 365 shared mailbox to PST.

- Return to the File menu and click the Import/Export option.
- Navigate to Export to a file and hit Next.

- Choose Outlook Data File (.pst) next, and hit Next.

- Select the shared mailbox to export, tick the Include subfolders option, and hit Next.

- Once you pick the location to save it, click Finish.
That's how you do it within Outlook. Simple and easy.
Important: Handling Large PST Files
By default, Outlook PST files have a 50GB size limit. If your shared mailbox exceeds this, the export may fail or the resulting file may become corrupted. To avoid this, use the PowerShell ContentFilter (mentioned in Method 2) to export data in yearly chunks (e.g., 2024, 2025) or ensure you are using the latest version of Outlook 365, which handles large data files more efficiently.
Conclusion
Exporting shared mailboxes to PST files is a process many individuals and businesses use for several reasons. Whether due to compliance laws, migrating to a new computer or office, having offline access, or simply having a backup, you should regularly export shared mailbox data to PST.
Fortunately, there are several ways to do it. You can use the eDiscovery Manager, the Exchange Management Shell, the Exchange Admin Center, or Outlook. Whichever way you do it, back up your Outlook PST files regularly to avoid losing crucial data.
1. Do I need a license to export a shared mailbox?
No. Shared mailboxes do not require a separate license in Microsoft 365 (up to 50GB). As long as you have "Full Access" permissions and an active user license, you can export the data to PST for free.
2. Can I export a shared mailbox from OWA (Outlook Web App)?
No. The web version of Outlook does not support PST exports. You must use the Outlook Desktop App or the Exchange Admin Center to generate a PST file.
3. What happens if my PST file gets corrupted during export?
If an export is interrupted, the PST may become unreadable. In these cases, you can use the Inbox Repair Tool (scanpst.exe) provided by Microsoft, or a dedicated tool like Wondershare Recoverit to recover lost data from your local drive.