Troubleshooting When the Archive Folder Suddenly Disappears in Microsoft 365 (Outlook and OWA) Print

  • Outlook, Archive, Exchange, PowerShell, OWA
  • 0

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

  1. Log in to the Exchange Admin Center (EAC) at https://admin.exchange.microsoft.com
  2. Go to Recipients > Mailboxes
  3. Select the affected user
  4. Under Mailbox Settings, locate the Archiving section
  5. 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

  1. Connect to Exchange Online PowerShell
  2. Run the following command:
Get-Mailbox -Identity "User Name" | Select ArchiveStatus, ArchiveName, ArchiveGuid
  1. 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
  2. If Active but the folder is still missing, continue to Step 3

Step 3 - Check Outlook Web App (OWA)

  1. Have the user log in to Outlook on the Web at https://outlook.office.com
  2. Scroll through the left-hand folder list - the Archive folder may appear lower in the list or under More Folders
  3. If it is still missing:
    • Try a browser refresh (Ctrl + F5)
    • Sign out, clear cache, and sign back in
  4. 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

  1. In Outlook, go to File > Account Settings > Account Settings
  2. Select the Microsoft 365 account and click Change > More Settings > Advanced
  3. Confirm Use Cached Exchange Mode is enabled
  4. Under the Mail to keep offline slider, ensure All is selected
  5. Restart Outlook and wait several minutes for folders to resync
  6. 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.

  1. Close Outlook
  2. Navigate to the following folder:
%localappdata%\Microsoft\Outlook
  1. Locate and delete the OST file for the user's account (this only deletes the local cache, not the data)
  2. Reopen Outlook - it will rebuild the folder structure from Exchange Online
  3. Allow time for synchronization; the Archive folder should reappear if it exists in Exchange

Step 6 - Confirm Retention Policies Are Still Applied

  1. In the Microsoft Purview Compliance Portal, go to Data Lifecycle Management > Retention Policies
  2. Confirm the user's mailbox is still included in a policy that contains a "Move to Archive" action
  3. 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).

  1. Run the following command:
Get-Mailbox -Identity "User Name" | FL ArchiveGUID, ArchiveDatabase
  1. 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:

  1. Close Outlook
  2. Open Control Panel > Mail > Show Profiles
  3. Click Add to create a new profile
  4. Reconnect the Microsoft 365 account
  5. Launch Outlook and verify the Archive folder appears

Step 9 - Verify From Another Device

  1. Sign into the same mailbox from another device or browser
  2. If the Archive folder appears there, the problem is local to the user's computer
  3. 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

Was this answer helpful?

« Back