Share via

Lost a years worth of sent emails

Domini Atkin 0 Reputation points
2026-02-19T13:03:07.5833333+00:00

I have lost 1 years worth or sent emails that seem to have been deleted from Nov 24 to Nov 25. How can I retrieve these? My host provider said I need to contact Microsoft support.

Outlook | Web | Outlook.com | Email
{count} votes

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Alice-N 7,565 Reputation points Microsoft External Staff Moderator
    2026-02-21T05:36:47.5666667+00:00

    Dear Domini Atkin

    This is a user-to-user community. As moderators, we have limited access to internal development details. Our role is to direct users to the appropriate support channels and resources. While we cannot provide backend analysis, we will do our best to assist within our responsibilities. 

    Thank you for reaching out to the Microsoft Q&A forum. I understand you’re missing about one year of messages from your Sent Items (Nov 2024 to Nov 2025) and want to know how to retrieve them, including how to access an “audit log.” I am happy to assist you. Please:

    • Confirm the messages are truly missing
      • Sign in to Outlook on the web (Outlook.com), open Sent Items, and use Search to locate a known recipient/subject.  
    • Restore if they were deleted (Deleted Items, Junk, then Recoverable Items) 
      • In Outlook.com, first check Deleted Items and Junk Email. If not there, open Deleted Items and select “Recover items deleted from this folder,” then restore the messages.  
    • Check if a rule moved or deleted sent mail 
      • Review mailbox rules because rules can automatically move or delete messages.  
    • About the “audit log” 
      • Please note that audit log search is a Microsoft Purview feature for Microsoft 365/Office 365 enterprise organizations and requires specific admin roles (Audit Logs / View-Only Audit Logs). It isn’t an end-user feature for typical Outlook.com home accounts.  
    • If nothing is recoverable via steps above  Contact Support via:  
      • Visit Contact - Microsoft Support     
      • Type a brief description of your issue in the search box    
      • Scroll down to the bottom > select Sign in to contact support    
      • Log in to your personal Microsoft account.     
      • Under Products & Services, select "Other Products"; Under Categories, select a suitable Category.   
      • Click "Chat with a support agent in your web browser" (during business hours) 

    Thank you for your understanding.

    0 comments No comments

  3. Q&A Assist
    2026-02-19T13:03:19.0866667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To retrieve your lost sent emails from the specified period, you can use the Microsoft Purview audit log to investigate deletion activities. Here are the steps you can follow:

    1. Access the Audit Logs: Ensure you have the Audit Logs role assigned in Microsoft Purview.
    2. Connect to Exchange Online PowerShell: Use the command Connect-ExchangeOnline to connect.
    3. Run Audit Log Searches: You can search for deleted emails using the following PowerShell command:
         Search-UnifiedAuditLog -StartDate 11/24/2022 -EndDate 11/25/2023 -UserIds <your_email> -Operations SoftDelete,HardDelete -ResultSize 1000
      
      Replace <your_email> with your actual email address.
    4. Check Deleted Items: If the emails were moved to the Deleted Items folder, you can also check there for recovery options.
    5. Contact Support: If you are unable to retrieve the emails yourself, contacting Microsoft Support may be necessary for further assistance.

    Make sure to act quickly, as there may be retention policies that affect how long deleted emails can be recovered.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.