The quotas for the Recoverable Items folder are automatically increased to 90 GB and 100 GB, respectively, when you place a mailbox on Litigation Hold or In-Place Hold or if a Microsoft 365 or Office 365 retention policy is applied to the mailbox.
Check this - https://learn.microsoft.com/en-us/exchange/security-and-compliance/recoverable-items-folder/recoverable-items-folder
To resolve this -
- You can use PowerShell to clean up the folder. This involves removing items that are no longer needed, such as old versions of deleted items.
For example, you can use the following PowerShell command to clear items from the folder:
Search-Mailbox -Identity "Shared Mailbox Name" -SearchDumpsterOnly –DeleteContent
- You can also lower the retention period if the mailbox has a long policy, such as keeping deleted items for 180 days. Reducing this will store less data in the Recoverable Items folder, helping to free up space.
- Additionally, for important but infrequently accessed items, you can export them to a .pst file for long-term storage. After exporting, these items can be deleted from the mailbox to further reduce its size and improve performance.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".