Blog Post

Exchange Team Blog
5 MIN READ

Auto-Archiving for Exchange Online

The_Exchange_Team's avatar
The_Exchange_Team
Platinum Contributor
Oct 07, 2025

TL; DR: Auto-Archiving for Exchange Online is being rolled out in October 2025 for all public clouds and in November for all government clouds. If archiving is already enabled for Exchange Online users, it automatically moves the oldest items from a user’s primary mailbox to their archive when the mailbox utilization approaches 90% of mailbox quota to help prevent mail flow disruptions. 

The need for archiving 

Users archive their primary Exchange Online mailboxes to avoid hitting mailbox storage limits, ensure uninterrupted email access, and maintain a clean and organized inbox while still retaining older messages for reference. Archiving also supports compliance with regulatory and legal retention requirements enabling seamless access to historical data through archive views in Outlook 

Drawback of time-based archiving only 

Even when users configure MRM policies like “Move to Archive after 2 years,” they still may encounter mailbox quota full issues because the volume of incoming data especially from large attachments, automated notifications, and AI-generated content (Copilot generated meeting notes, automated/system generated reports) often exceeds expectations. Users assume that archiving will proactively manage mailbox size, but the archive only activates after a fixed age threshold is met. This could allow data to accumulate rapidly and unexpectedly. As a result, mailboxes can reach full capacity before time-based archiving kicks in, leading to functional loss such as inability to send or receive emails directly impacting business continuity and operational efficiency. 

Reimagining archivingadding threshold-based archiving to time-based archiving 

Responding to requests of customers who emphasized the need for proactive and automated space management that complements existing retention settings, we are rolling out an update designed to prevent mail flow disruption due to misconfigured archiving policies or situations where mailboxes might fill up faster than expected.  With this design change, when mailbox utilization exceeds 90% of mailbox quota, the system will start moving batches of the oldest items to archive mailbox until mailbox utilization drops below 90% utilization in both IPM (visible to users) and recoverable items folders (that if archive mailbox is provisioned for the user and has storage capacity remaining). Time-based archiving will target the oldest emails first, moving them into the archive until the primary mailbox usage is safely below the threshold. This threshold-based archiving approach ensures that mailbox usage is brought back below the 90% threshold before users experience functional loss such as inability to send or receive emails ensuring real-time mailbox health monitoring across organizations. 

Note: This feature is called Auto-Archiving which is different from Auto expanding Archive. 

How it works 

The Managed Folder Assistant will continuously monitor the primary mailbox size. As and when primary mailbox size exceeds 90% of the current mailbox quota and provided the archive mailbox is provisioned and has remaining space, Managed Folder Assistant will automatically archive the oldest items first until usage drops below the threshold. The same concept applies to Recoverable Items (“Dumpster”) folders when they near their quota. SLA of running Managed Folder Assistant on a given mailbox is 7 days. 

NoteOldest items in IPM folders are based on received date. 

Availability 

General Availability: starting October 15, 2025 in our WW cloud.

FAQs 

Q: When will Auto-Archiving get triggered?
A: It will get triggered when user’s primary mailbox has exceeded 90% utilization, the archive mailbox is already provisioned and has remaining storage capacity for items to be archived. 

Q: What will happen to our current archiving policy?
A: There is no change in how archiving policy works today. Auto- Archiving will only kick in as failsafe once primary mailbox size exceeds 90% threshold of mailbox quota to avoid any mail flow disruptions. Once Auto-Archiving gets triggered, it will temporarily override the current archiving policy and move batches of oldest items based on received date till mailbox utilization drops below the threshold. 

Q: We have items/folders with the “Never Move to Archive” tag. What will happen to those items once Auto-Archiving kicks in?
A: The “Never Move to Archive” tag will be still honored. That means the threshold-based Auto-Archiving will skip items/folders with “Never Move to Archive” tag. 

Q: Which itemClasses are supported for Auto-Archiving?
A: All the ItemClass are supported for Auto-Archiving except "IPM.Appointment", "IPM.AppointmentSeries", "IPM.Task", "IPM.Contact", "IPM.DistList", "IPM.File", "IPM.File.Document". 

Q: Will mailbox users notice that something has changed?
A: If their mailbox quota reaches 90%, their oldest mailbox items will move to the “Online Archive –” tree while preserving folder structure; mail remains searchable and accessible. 

Q: Will this feature also provision archive mailboxes on behalf of users?
A: No. Auto-Archiving will only get triggered if the archive mailbox is already provisioned for the user. 

Q: Our user’s Main Archive is full, and auto-expanding archive is not enabled. Will this feature enable auto expansion of archives on behalf of the user?
A: No. This feature will not enable auto expansion of archives on behalf of the user. If the main archive is full, no items will be moved to the archive mailbox. This might result in mailboxes getting full, thus disrupting mail flow. It is advised that auto-expansion is enabled for users manually to avoid this scenario. 

Q: An archive mailbox has been provisioned for an account, but there is currently no default archiving policy enabled. Will emails be automatically archived when mailbox utilization exceeds 90%, ensuring the primary mailbox does not reach its storage limit?
A: YesWith this feature, it is not necessary to implement an archiving policy for managing storage utilization in the primary mailbox if archiving has already been enabled (archive mailbox provisioned). 

Q: Does this change deletion/retention policies?
A: No. This feature doesn’t change deletion behavior; it only relocates items to the archive to prevent primary mailbox quota lockouts. 

Q: A mailbox is under Retention hold. Will Auto-Archiving still get triggered?
A: YesTo prevent mail flow disruptions when a mailbox is critically full, Auto-Archiving will still be allowed to proceed even if Retention Hold is present on the mailbox which suspends Tag based archiving, while still respecting items with “Never move to Archive” tag. Moving items to the archive doesn’t break compliance—content remains preserved; no data is deleted by this feature. 

Q: How do we prevent specific important information from being archived?
A: We recommended to use “Never Move to Archive” Tag to prevent important information from being archived. 

Q: Is it possible to get details of Auto-Archiving which automatically manages space for a mailbox?
A: Yes. Detailed diagnostics are published for transparency and auditing which can be accessed from Exchange Online shell for a given user. 

Export-MailboxDiagnosticLogs -Identity $user -ComponentName MRM 

Sample Log

<Date>; method: PublishDiagnosticsLog; ... Auto- Archiving completed for mailbox: <MbxGuid>. Items archived till date: <Date>. Total items archived: <ItemCount>, Total bytes archived: <Size>. Auto-Archiving was triggered to move <xyz GB> of data because mailbox utilization crossed 90%. 

Q: Is it possible to disable Auto-Archiving per mailbox or per tenant?
A: Disabling threshold-based Auto -Archiving is not possible because it is a failsafe mechanism to prevent any mail flow disruptions and only gets triggered when mailbox utilization crosses 90% (Critical) threshold and archiving is already enabled. 

Aniket Gupta, Victor Legat and Exchange Online Archiving Team 

Published Oct 07, 2025
Version 1.0

16 Comments

  • Jeremy_Pratt's avatar
    Jeremy_Pratt
    Copper Contributor

    A global redesign of retention policies and how they work, that cannot be opted out of, with one week notice is just dumbfounding. 

     

    It took my org well over 6 months of internal negotiation to decide on our retention policies, what tags they would have, and which policy would be applied to which job codes. You're putting organizations that have carefully and thoughtfully engineered their archiving policy into an impossible position by making this kind of change. I strongly urge you to reconsider this. This is poorly thought out. 

     

    • nhawk258's avatar
      nhawk258
      Iron Contributor

      This is exactly the point I'm trying to get across. Organizations need time for change management. Dropping something like this with 8 days' notice isn't great. I did go searching, there was no mention of this on the Roadmap for Exchange either. This is the first I've heard of this feature, and it's 8 days out.

  • smoore6857's avatar
    smoore6857
    Brass Contributor

    As it relates to the specific Q&A: Q: We have items/folders with the “Never Move to Archive” tag. What will happen to those items once Auto-Archiving kicks in? A: The “Never Move to Archive” tag will be still honored. That means the threshold-based Auto-Archiving will skip items/folders with “Never Move to Archive” tag.

    We have our Default MRM tag set to 'Never move to archive', does this mean the auto-archiving will be skipped? If so, what is the recommended MRM policy configuration to NOT force a time-based archive policy tag so users can choose what they want, but also still allow for Auto-Archiving to work?

    • Karthik_MS's avatar
      Karthik_MS
      Icon for Microsoft rankMicrosoft

      That is correct. When the 'Never Move to Archive' tag is applied, it is honored and are excluded from the auto-archiving process.

      • Jeremy_Pratt's avatar
        Jeremy_Pratt
        Copper Contributor

        So, if we have "Default Never Move to Archive" as the tag for our non-auto-archiving retention policies, that default tag will still be honored?
        Edit: Never mind. I can see that my question is pretty much the same question and that you've already answered it. 

  • I’m curious, what’s new about this rollout? It seems that auto-archiving already exists in public clouds.
    Also, what happens if auto-archiving isn’t enabled for a user’s Exchange Online account? Based on my experience, the emails remain stored in the primary mailbox. However, if auto-archiving is enabled, older emails are automatically moved to the archive mailbox when the primary mailbox reaches around 90% of its storage quota.

    • Karthik_MS's avatar
      Karthik_MS
      Icon for Microsoft rankMicrosoft

      Items from the primary mailbox are moved to the archive mailbox based on the configured archiving policy. For example, if a user’s mailbox has a “5-year move to archive” policy but reaches capacity within 2 years, it may impact the user's ability to send or receive emails.

      If the archive mailbox is enabled for the user, this feature will override the standard archiving policy and begin archiving items proactively once the mailbox reaches a critical threshold. This helps prevent any disruption to mail flow.

      However, if the archive mailbox is not enabled, the system will not provision one automatically, and the current configuration will remain unchanged.

  • nhawk258's avatar
    nhawk258
    Iron Contributor

    So we get 8 days' notice for a feature that cannot be disabled? I understand the principle behind this, but there really should be the ability to disable this feature without having to also disable a user's archive.

    • Nino_Bilic's avatar
      Nino_Bilic
      Icon for Microsoft rankMicrosoft

      Can you help me understand this a bit more:

      In which scenario would you want to disable this (with understanding that the alternative of time-based archiving is that the user runs out of mailbox quota and has disruption of service)?

      • Jeremy_Pratt's avatar
        Jeremy_Pratt
        Copper Contributor

        We allow our users great leeway in determining when items move to their archive. By default, it's 3 years. But they can choose a longer tag for a folder instead. Such as 5 years. We mainly do this because some user, particularly VIPs, have delegates and once an email gets moved to their archive, the delegate loses access. So our VIPs can choose sensitive folders to retain items longer, so their delegates will continue to access them. 

         

        We've trained our users to expect when they put a 5 year tag on something, it's going to stay there for at least 5 years. 

         

        Now, those folders they've chosen a longer archive date for are going to be the first things that disappear to this new policy. I hope you can understand why that puts us admins in a difficult position. It's also terribly problematic that it's predominantly going to affect our VIP users. The users who have the most power and influence and make spending decisions. It's incredibly awkward.