The exact resolution for this issue varies depends on the length of the period that you want to make deleted items available for recovery.
To recover items that were deleted no more than 30 days ago
To recover items that were deleted no more than 30 days ago, increase the Deleted item recovery (Single Item Recovery) period for all users from the default of 14 days to the 30 day maximum. To have us fix the problem for you, go to the "
Fix it for me" section. If you prefer to fix this problem yourself, go to the "
Let me fix it myself" section.
Fix it for me
To increase the Deleted item recovery (Single Item Recovery) period automatically, click the
Fix it button or link. Then click
Run in the
File Download dialog box, and follow the steps in the
Fix it wizard.
Fix this problemMicrosoft Fix it 50941 Notes- This wizard may be in English only. However, the automatic fix also works for other language versions of Windows.
- If you are not on the computer that has the problem, save the Fix it solution to a flash drive or a CD, and then run it on the computer that has the problem.
Then, go to the "
Did this fix the problem?" section.
Let me fix it myself
To increase the Deleted item recovery (Single Item Recovery) period for all users from the default of 14 days to the 30 day maximum, follow these steps:
- Connect to Exchange Online by using remote PowerShell. For more info about how to do this, go to the following Microsoft website:
- Run a Windows PowerShell cmdlet that resembles the following:
Get-Mailbox | Set-Mailbox -SingleItemRecoveryEnabled $True -RetainDeletedItemsFor 30
Did this fix the problem?- Check whether the problem is fixed.
- We would appreciate your feedback. To provide feedback or to report any issues with this solution, please leave a comment on the "Fix it for me" blog or send us an email message.
To recover items that were deleted more than 30 days ago
If you want to recover items for a period of more than 30 days, you must use Litigation Hold.
However, be aware that although Deleted Item retention and Litigation Hold are similar, they are not the same thing.
Specifically, Litigation Hold is an option that is inaccessible to the user. For recovery of deleted items that have aged past 30 days, an Exchange Online admin (who is a member of the Discovery Management Role Group) must perform a discovery search to recover the items.
If you want to implement deleted item recovery for a period of more than 30 days, it's best to use a combination of the following options:
- Extend deleted item recovery to the maximum value of 30 days to reduce the number of Help desk calls.
- Implement Legal Hold to cover the time frame that you want.
To implement Litigation Hold for a 2-year period (730 Days) for all users, follow these steps:
- Connect to Exchange Online by using remote PowerShell. For more info about how to do this, go to the following Microsoft website:
- Run a cmdlet that resembles the following:
Get-Mailbox -RecipientTypeDetails UserMailbox | Set-Mailbox -LitigationHoldEnabled $true -LitigationHoldDuration 730