Overview
If a user's Archive folder was previously visible and has suddenly disappeared, this usually indicates a sync issue, view corruption, or a temporary Exchange Online provisioning or caching problem. This guide outlines the recommended troubleshooting steps to restore visibility of the Archive mailbox in both Outlook and Outlook Web App (OWA).
Step 1 - Confirm the Archive Mailbox Is Still Enabled
- Log in to the Exchange Admin Center (EAC) at https://admin.exchange.microsoft.com
- Go to Recipients > Mailboxes
- Select the affected user
- Under Mailbox Settings, locate the Archiving section
- Ensure Archiving is still Enabled
- If it shows Disabled, re-enable it
- If it is already enabled, do not disable/re-enable immediately - proceed to Step 2
Step 2 - Verify in PowerShell That the Archive Mailbox Exists
- Connect to Exchange Online PowerShell
- Run the following command:
Get-Mailbox -Identity "User Name" | Select ArchiveStatus, ArchiveName, ArchiveGuid
- Check the ArchiveStatus value:
- If it shows Active, the archive mailbox still exists
- If it shows None, the archive mailbox was removed or never provisioned
- If Active but the folder is still missing, continue to Step 3
Step 3 - Check Outlook Web App (OWA)
- Have the user log in to Outlook on the Web at https://outlook.office.com
- Scroll through the left-hand folder list - the Archive folder may appear lower in the list or under More Folders
- If it is still missing:
- Try a browser refresh (Ctrl + F5)
- Sign out, clear cache, and sign back in
- If the Archive appears in OWA but not in Outlook desktop, the issue is local to Outlook - proceed to Step 4
Step 4 - Check Outlook Folder Cache and Connection
- In Outlook, go to File > Account Settings > Account Settings
- Select the Microsoft 365 account and click Change > More Settings > Advanced
- Confirm Use Cached Exchange Mode is enabled
- Under the Mail to keep offline slider, ensure All is selected
- Restart Outlook and wait several minutes for folders to resync
- If still missing, hold Ctrl and right-click the Outlook icon in the system tray, choose Test Email AutoConfiguration, and run the test to confirm it connects to the correct mailbox
Step 5 - Rebuild the Folder List in Outlook
Sometimes the folder tree becomes corrupted in the local cache.
- Close Outlook
- Navigate to the following folder:
%localappdata%\Microsoft\Outlook
- Locate and delete the OST file for the user's account (this only deletes the local cache, not the data)
- Reopen Outlook - it will rebuild the folder structure from Exchange Online
- Allow time for synchronization; the Archive folder should reappear if it exists in Exchange
Step 6 - Confirm Retention Policies Are Still Applied
- In the Microsoft Purview Compliance Portal, go to Data Lifecycle Management > Retention Policies
- Confirm the user's mailbox is still included in a policy that contains a "Move to Archive" action
- If removed, re-add the user to the policy and allow several hours for Exchange to reapply it
Step 7 - Check for Secondary Archive or GUID Mismatch (Advanced)
In rare cases, the archive GUID may have changed (for example, after a mailbox restore or migration).
- Run the following command:
Get-Mailbox -Identity "User Name" | FL ArchiveGUID, ArchiveDatabase
- If Outlook references a different archive GUID than what is returned, recreate the Outlook profile as outlined in Step 8
Step 8 - Recreate the Outlook Profile
If the archive appears in OWA but not in Outlook, or if the local cache rebuild did not resolve the issue:
- Close Outlook
- Open Control Panel > Mail > Show Profiles
- Click Add to create a new profile
- Reconnect the Microsoft 365 account
- Launch Outlook and verify the Archive folder appears
Step 9 - Verify From Another Device
- Sign into the same mailbox from another device or browser
- If the Archive folder appears there, the problem is local to the user's computer
- If it is missing everywhere, contact Microsoft 365 Support to verify the archive mailbox's integrity
Notes
- Always check OWA first - this quickly confirms whether the issue is server-side or client-side
- In most cases, clearing the Outlook cache or rebuilding the OST file resolves the issue
- If the archive GUID has changed after a migration or restore, a new Outlook profile will be required
- If the issue persists across all devices and clients, escalate to Microsoft 365 Support