Restore deleted email conversations from Microsoft 365 Groups

If you have accidentally deleted any email conversations from Microsoft 365 Group and are looking for a way to restore the email conversation, you can restore them using one of the following options:

  • Restore deleted items from OWA

  • Use Restore-RecoverableItems command

Restore the deleted items from Outlook Web Application (OWA)

Prerequisite:

  1. Sign in to OWA.

  2. Select the Microsoft 365 Group.

  3. If Deleted Items folder isn't visible, right click on the group, and select Create new subfolder option.

  4. Enter the name of the folder, and select Save to create a folder.

    You can expand the group now and see the Deleted Items folder along with the new folder you created.

  5. Select the Deleted Items folder, select the messages that need to be restored, and select Restore.

    restored-item-in-outlook

    The messages are restored under Inbox folder of the Microsoft 365 group.

Use Restore-RecoverableItems command

If the deleted messages aren't present under Deleted Items folder, do the following:

Prerequisite:

  • Ensure you're a tenant admin to use this command.
  1. Sign in to EXO PowerShell.

  2. Use the following command to restore all emails from RecoverableItems folder to Inbox:

    Restore-RecoverableItems -Identity <M365GroupEmailAddress> 
    

You can further filter the message to be restored by using various options mentioned in Restore-RecoverableItems.

For example:

example-of-the-command-to-restore

Related article:

Restore a deleted Microsoft 365 group