Share via

How to recover my university OneDrive data

Winnie Ho 0 Reputation points
2026-03-03T08:46:10.6633333+00:00

Hi,

Is it possible to recover my University OneDrive data from a deleted account? I have asked the IT service of my school, but they said the server was deleted and no longer to access, so they couldn't help me. I would like to ask any chances of recover the drive? It was still within 30 days after the deletion.

Microsoft 365 and Office | OneDrive | For education | MacOS
0 comments No comments

2 answers

Sort by: Most helpful
  1. Michelle-N 16,635 Reputation points Microsoft External Staff Moderator
    2026-03-03T10:34:01.26+00:00

    Hi @Winnie Ho

    Thank you for posting question to Microsoft Q&A forum.

    Based on the information you provided, I understand that your university account was deleted and you are trying to recover your OneDrive data. You mentioned that it was still within 30 days after deletion, but your school’s IT service informed you that the server was deleted and is no longer accessible.

    In Microsoft 365 (Education tenants), when a user account is deleted, the associated OneDrive data is typically retained for a limited period (usually around 30 days). However, recovery is only possible if:

    • The tenant itself still exists and is active.
    • The account was soft-deleted (not permanently deleted).
    • The retention period has not expired.
    • An administrator restores the account within the allowed timeframe.

    Only your IT administrator has the permissions required to access and restore OneDrive data during this retention period. End users cannot perform this recovery themselves.

    I recommend sharing the relevant Microsoft documentation on OneDrive user restoration with your IT admin so they can verify whether the account can still be restored and whether the OneDrive content is recoverable.

    Restore a deleted OneDrive when the deleted user no longer appears in the Microsoft 365 admin center

    If you receive any update from your IT team, please let me know and I’ll help interpret the next steps.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-03-03T08:46:26.8733333+00:00

    If the university Microsoft 365 account was deleted less than 30 days ago, recovery is only possible through the university’s tenant administrators; there is no end‑user self‑service recovery once the account itself is gone.

    From the service side, the normal process is:

    1. Within 30 days of user deletion, an admin can restore the user account in the Microsoft 365 admin center. This also restores access to the user’s OneDrive and data.
    2. If the user is not restored but more than 7 days have passed since deletion, the OneDrive is moved to the site collection recycle bin and can still be restored by a SharePoint/OneDrive admin using PowerShell.
    3. After the OneDrive is restored, an admin can grant themselves (or another account) site collection admin rights to access and export the data.

    Concretely, the university’s Microsoft 365/SharePoint admin (not general IT helpdesk) would:

    1. If the user object is already gone from the admin center (more than 30 days since deletion of the account), attempt to restore the OneDrive directly via PowerShell:
      • Install and connect with SharePoint Online Management Shell as a SharePoint Administrator.
      • Check if the deleted OneDrive site still exists:
             Get-SPODeletedSite -IncludeOnlyPersonalSite | FT url
        
        or, if the OneDrive URL is known:
             Get-SPODeletedSite -Identity <URL>
        
      • If it appears, restore it:
             Restore-SPODeletedSite -Identity <URL>
        
      • Then assign an admin to access the data:
             Set-SPOUser -Site <URL> -LoginName <UPNofDesiredAdmin> -IsSiteCollectionAdmin $True
        
    2. If the OneDrive has already passed its retention window and is no longer in the deleted sites list, there is no native Microsoft method to recover it.

    For work/school OneDrive, deleted items inside an existing account are normally recoverable for up to 93 days via the OneDrive recycle bin or by using “Restore your OneDrive” (which can roll back the entire OneDrive to a previous point in the last 30 days). However, these options require that the OneDrive and account still exist and be accessible.

    Given that the university IT has stated that the server/account was deleted and is no longer accessible, the only remaining possibility is for a Microsoft 365/SharePoint global or SharePoint admin in that tenant to:

    • Verify whether the user account is still within its 30‑day soft‑delete window and restore it; or
    • Use the SharePoint Online Management Shell to check for and restore the deleted OneDrive site as shown above.

    If neither the account nor the OneDrive deleted site exists anymore (for example, if the tenant has already purged them beyond retention), there is no further recovery option from Microsoft’s side.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.