A Microsoft file hosting and synchronization service.
Based on the described state, the OneDrive site is in the new unlicensed/archived OneDrive flow and is no longer recoverable by the standard “deleted site” or classic archive mechanisms.
Key points from the behavior described and the documented lifecycle:
- Unlicensed OneDrive lifecycle and archival
- When a user is deleted or loses their license, the OneDrive becomes an unlicensed OneDrive account.
- After 93 days of being unlicensed, the OneDrive is made inaccessible and is moved into an archived state by the OneDrive service through Microsoft 365 Archive.
- Once archived, the account is no longer visible as an active site and is not managed via the standard Active sites or Deleted sites lists in the SharePoint admin center.
- Why it does not appear in Active/Deleted/Archived sites
- Microsoft 365 Archive explicitly notes that OneDrive accounts (site template 21) cannot be archived by admins and are instead archived automatically by the OneDrive service when unlicensed for 93 days or more.
- Because of this special handling, the OneDrive will:
- Not appear under Active sites.
- Not appear under Archived sites (that list is for supported SharePoint/Teams templates, not OneDrive template 21).
- Not appear via
Get-SPODeletedSite, because it is no longer in the standard “deleted site” state.
- How such archived OneDrive accounts are supposed to be managed
- Unlicensed/archived OneDrive accounts are managed from the SharePoint admin center → Reports → OneDrive accounts → View more details page, not from Active/Deleted/Archived sites.
- From that detailed OneDrive accounts report, admins can:
- Enumerate unlicensed accounts.
- See Archive status and other metadata.
- Reactivate accounts (if billing for unlicensed OneDrive accounts is enabled).
- Delete accounts (subject to retention/hold constraints).
- Conditions that block deletion or access
- If the account is subject to a retention policy or hold, deletion from the archived state is blocked and an error is returned.
- If the account has an active lock (read-only or no-access), it will not be automatically deleted and can only be changed/deleted by an admin via PowerShell or the detailed OneDrive accounts report.
- What the current error implies for recovery
- The message “The site is archived. A SharePoint Administrator archived this site. If you need access, ask an admin to reactivate it.” combined with:
- No Entra ID user object.
- No User Profile Service entry.
- No entry in Active sites, Archived sites, or
Get-SPODeletedSite.
- Indicates that the OneDrive has passed the normal retention window and is now in the service-managed archived state for unlicensed OneDrive accounts.
- If the OneDrive no longer appears even in the OneDrive accounts detailed report (Reports → OneDrive accounts → View more details), then the account has been fully removed and is no longer recoverable.
- The message “The site is archived. A SharePoint Administrator archived this site. If you need access, ask an admin to reactivate it.” combined with:
- Only remaining admin options (if it still appears in reports)
- If the OneDrive account still appears in the detailed OneDrive accounts report:
- Ensure Microsoft 365 Archive and Unlicensed Account billing are configured as required.
- Use the Reactivate action in the detailed report, or use
Set-SPOSiteArchiveState(for sites that support it) to change the archive state. - After reactivation (can take up to 24 hours), access the OneDrive and copy any required data.
- The account will automatically re-archive after 30 days if no further action is taken.
- If the account does not appear in that report, there is no supported mechanism in the documented flows to restore or reattach the OneDrive, and the content is effectively unrecoverable.
- If the OneDrive account still appears in the detailed OneDrive accounts report:
In summary: the behavior and checks performed match a OneDrive that has moved beyond the standard deleted/retention window into the service-managed archived lifecycle. Recovery is only possible if the account still appears in the OneDrive accounts detailed report and can be reactivated from there; otherwise, it is no longer recoverable.
References: