Old emails pile up fast. One day your inbox is fine, the next you get a “mailbox almost full” warning from Outlook. If that sounds familiar, you don’t need to start deleting years of client emails. You need to enable archive in Office 365.
An archive mailbox gives every user a second, connected mailbox for older messages. It doesn’t touch your primary mailbox’s storage limit, and everything stays searchable from Outlook or the web. Best of all, setting it up takes just a few minutes once you know where to look.
In this guide, you’ll learn how to enable archive in Office 365 using both the admin center and PowerShell, how to turn on auto-expanding archiving for extra space, and how to fix the most common problem admins run into: an archive mailbox that won’t show up in Outlook.
What Is an Archive Mailbox in Office 365?
An archive mailbox, sometimes called an In-Place Archive or Online Archive, is a secondary mailbox linked to a user’s primary account. Microsoft turns it off by default for every new mailbox.
Once enabled, Exchange Online can automatically move messages older than a set period into this archive, based on a retention policy. Users see it as a separate folder tree in Outlook, right below their normal inbox. They can search it, open it, and drag items in or out, just like any other folder.
The point isn’t just tidiness. It’s performance and compliance. A lean primary mailbox loads faster, and a properly archived mailbox keeps historical records available for audits or legal holds.
Archive vs. Backup: Know the Difference
This trips up a lot of admins, so it’s worth clearing up early.
| Feature | Archive Mailbox | Backup |
| Purpose | Free up primary mailbox space | Protect against permanent data loss |
| Location | Inside the same Microsoft 365 tenant | Usually a separate, independent system |
| Protects against ransomware/tenant deletion | No | Yes |
| Recovery after retention period ends | Not guaranteed | Yes, based on backup retention |
| Managed by | Microsoft 365 admin | Backup provider or in-house policy |
An archive mailbox is a storage and organization tool, not a safety net. If your tenant is compromised, a user account is deleted, or a retention policy expires, archived items can be gone for good. For real data protection, you still need an independent backup, which is where a dedicated Microsoft 365 Backup solution comes in.
Before You Start: Licensing Requirements
You’ll need one of the following to enable archive in Office 365 for a mailbox:
- Exchange Online Plan 2 (includes archiving by default)
- Exchange Online Plan 1 plus the Exchange Online Archiving add-on
- Microsoft 365 Business Premium, E3, E5, or equivalent enterprise plans
You’ll also need the Mail Recipients role in Exchange Online, which is included by default in the Recipient Management and Organization Management role groups. If you’re not sure which license a mailbox has, check it in the Microsoft 365 admin center under Users > Active users before you begin.
How to Enable Archive Mailbox in Office 365 Admin Center
This is the easiest method for enabling archive mailbox in Office 365 for one or two users at a time.
Steps
- Sign in to the Exchange admin center with an account that has the Mail Recipients role.
- Go to Recipients > Mailboxes.
- Select the user you want to enable archiving for.
- In the flyout panel, click the Others tab.
- Select Manage mailbox archive.
- Turn the Mailbox archive toggle to On.
- Click Save.
That’s it. Give it a few minutes to provision. Refresh the mailbox list, and the Archive status column should change to Active.
Limitation
This method works one mailbox at a time. If you’re managing archive in Office 365 Outlook for dozens or hundreds of users, PowerShell is faster.
Enable Archive Mailbox Office 365 PowerShell
For bulk changes, PowerShell is the go-to method. This is also how most IT admins enable archive mailbox in Office 365 across an entire organization in one go.
Step 1: Connect to Exchange Online PowerShell
Install-Module ExchangeOnlineManagement -Scope Current
UserConnect-ExchangeOnline
Step 2: Enable-Mailbox Archive for a single user
Enable-Mailbox -Identity “user@yourdomain.com” -Archive
Step 3: Bulk-enable for every mailbox without an archive
Get-EXOMailbox -Filter “ArchiveStatus -eq ‘None'” |
ForEach-Object { Enable-Mailbox -Identity $_.UserPrincipalName -Archive }
Microsoft now recommends Get-EXOMailbox over the older Get-Mailbox cmdlet, since it’s optimized for Exchange Online and handles throttling better.
Useful parameters
| Parameter | What it does |
| -Identity | Specifies which mailbox to target (UPN, alias, or GUID) |
| -Archive | Enables the archive when used with Enable-Mailbox |
| -ArchiveStatus | Shows whether a mailbox archive is Active or None |
| -ResultSize Unlimited | Returns every matching mailbox, not just the first batch |
How to Enable Auto-Expanding Archive in Office 365
A standard archive mailbox starts around 100 GB. If that’s not enough, auto-expanding archiving grows it automatically, up to roughly 1.5 TB, as usage increases.
Two things to know before you turn it on:
- You must enable the regular archive mailbox first. Auto-expanding archiving builds on top of it.
- This feature can only be turned on through PowerShell, not the admin center.
Set-Mailbox -Identity “user@yourdomain.com” -AutoExpandingArchive
To turn it on tenant-wide for every current and future mailbox:
Set-OrganizationConfig -AutoExpandingArchive
Provisioning isn’t instant. Microsoft typically converts an archive to auto-expanding once it approaches 90 GB, so don’t expect the extra storage to appear the same day.
How to Set Up an Archive Folder in Outlook 365
Once the admin has enabled the archive mailbox, users usually don’t need to do anything. It appears automatically in Outlook for Microsoft 365 and Outlook on the web, listed under the primary mailbox in the folder pane.
If a user wants to manually move specific emails into it, here’s the quick way:
- Open Outlook and locate the archive mailbox in the left folder pane.
- Drag and drop individual emails from the inbox into the archive.
- Alternatively, right-click a message, choose Move, then select the archive mailbox folder.
For messages that should move automatically, an admin can also assign a retention policy in Exchange Online, so items shift to the archive based on age rather than manual effort. If your organization is also cleaning up retention settings, our guide on how to create a retention policy in Office 365 Exchange Online walks through that setup.
Why Isn’t My Archive Mailbox Visible in Outlook?
This is one of the most common support questions after admins enable archive in Office 365. Usually, it comes down to one of these:
- Provisioning delay. It can take a few hours for the archive to appear after enabling it. Ask the user to restart Outlook or wait before troubleshooting further.
- Outdated Outlook profile. Try closing Outlook completely and reopening it, or removing and re-adding the account.
- New Outlook limitations. Some organizations have reported that the archive mailbox doesn’t show consistently in the New Outlook for shared mailboxes. Switching to classic Outlook or OWA usually confirms whether it’s a display issue.
- License mismatch. Double-check the user actually holds a license that includes archiving.
- Archive not actually enabled. Recheck the Archive status column in the Exchange admin center; it should read Active, not None.
If none of these fix it, disconnecting and reconnecting the mailbox profile in Outlook generally resolves display glitches without affecting the archived data itself.
Common Mistakes to Avoid
- Assuming archive equals backup. It doesn’t. Treat it as a storage tool, not a recovery plan.
- Enabling archiving without a retention policy. Without one, items won’t move automatically, and the archive stays empty until someone drags emails in manually.
- Forgetting shared mailboxes. Shared mailboxes can run out of room too, and they support auto-expanding archiving as well. If you manage several, our comparison of shared mailbox vs. user mailbox in Microsoft 365 is worth a read.
- Skipping the license check. Enabling the toggle without the right license leads to a failed or stuck provisioning status.
- Not communicating the change to users. A folder that appears out of nowhere confuses people. A short heads-up avoids a wave of “what is this?” tickets.
Archive Mailbox: Pros
- Frees up primary mailbox space without deleting anything
- Keeps old emails searchable and accessible
- Supports compliance and legal hold requirements
- Auto-expanding option removes hard storage limits
- No extra software needed; it’s built into Exchange Online
Archive Mailbox: Cons
- Not a substitute for a real backup
- Auto-expanding setup requires PowerShell, not just the admin center
- Provisioning delays can confuse end users
- Large archives can slow down full-mailbox exports or migrations if not planned for
Frequently Asked Questions
How do I activate Microsoft 365 archive? Sign in to the Exchange admin center, go to Recipients > Mailboxes, select a user, open the Others tab, and turn on Mailbox archive under Manage mailbox archive. You need the Mail Recipients role and a license that includes Exchange Online Archiving.
How do I archive mail in Office 365? Once the archive mailbox is enabled, mail moves there automatically through a retention policy, or users can drag individual emails into the archive folder in Outlook. Admins handle the initial setup; day-to-day archiving after that is mostly automatic.
Why isn’t my archive mailbox visible in Outlook? It’s usually a provisioning delay, an outdated Outlook profile, or a licensing gap. Restart Outlook, confirm the archive status shows Active in the admin center, and check that the user’s license includes archiving.
What’s the difference between archive and In-Place Archive Office 365? They’re the same feature under different names. Microsoft originally called it In-Place Archive; it’s now commonly referred to as the Online Archive or simply the archive mailbox.
Do I need PowerShell to enable archive in Office 365? No. The Exchange admin center handles single-user setups. PowerShell is only required for bulk enabling across many users or for turning on auto-expanding archiving.
Conclusion
Getting your team’s mailboxes under control doesn’t have to mean deleting years of history. Once you enable archive in Office 365, users get a second, connected mailbox that keeps old messages searchable while easing pressure on primary storage. Whether you handle it through the admin center for one mailbox or PowerShell for the whole organization, the setup takes minutes and pays off for months.
Just remember: an archive mailbox organizes your data, it doesn’t protect it. If your organization needs real disaster recovery for Microsoft 365 mailboxes, pair your archiving strategy with an independent backup. That’s exactly what SkyMigrate’s Microsoft 365 Backup is built for, giving you a recovery option that exists outside your regular tenant, so a deleted account, a bad retention policy, or a ransomware attack doesn’t mean permanent data loss. If you’re also planning a broader move between platforms, our Microsoft 365 Migration service can help you bring archive data along without losing a single message.


