A cloud-based identity and access management service for securing user authentication and resource access
The error AADSTS5000225: This tenant has been blocked due to inactivity means the Azure AD tenant tied to the account has been marked inactive and sign-in is blocked.
There are only two supported paths, depending on how long the tenant has been inactive and what kind of access is needed:
- If the tenant was recently blocked (less than 20 days):
- A blocked tenant can be reactivated only by Microsoft support, and only within 20 days of entering the inactive state. After 20 days, the tenant is permanently deleted.
- As tenant administrator, contact Microsoft using the global support phone numbers listed in the documentation and request tenant reactivation. Do not open multiple assistance requests while one is in progress.
- If the tenant has been blocked for more than 20 days:
- After 20 days in the inactive state, the tenant is deleted and cannot be recovered. In that case, the only option is to work with or create a different tenant to continue using Azure services.
Additional practical steps seen in similar cases:
- Try signing in directly to the tenant in Azure Portal using the tenant ID or tenant name in the URL, for example:
https://portal.azure.com/<TenantId>orhttps://portal.azure.com/<yourTenantName>.onmicrosoft.com
This sometimes allows access to manage tenants or create a new one. - If the original tenant cannot be recovered and sign-in to the portal works only partially, create a new tenant from Microsoft Entra admin center (
https://entra.microsoft.com/→ Entra ID → Overview → Manage tenants → Create new tenant). Then access it viahttps://portal.azure.com/<newTenantName>.onmicrosoft.comto start using Azure with that new tenant.
If the goal is specifically to unblock the existing inactive tenant, contacting Microsoft via the documented support phone channels within the 20‑day window is required; self-service unblocking is not available.
References: