Share via

Sign-in failed Error code: interaction_required

Eduardo Gaspar 0 Reputation points
2026-06-04T13:49:54.39+00:00

Sign-in failed

Error code: interaction_required Error message: interaction_required: AADSTS5000225: This tenant has been blocked due to inactivity. To learn more about tenant lifecycle policies, see https://aka.ms/TenantLifecycle Trace ID: ffd900b1-d6c2-4a8a-9df9-67210e790c00 Correlation ID: 019e8fbd-aab3-7e72-ab2d-3188c6e3f0c4 Timestamp: 2026-06-03 23:07:12Z

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-04T13:50:09.4833333+00:00

    The error indicates that the Microsoft Entra tenant is blocked due to inactivity and is now in the “inactive” stage of the tenant lifecycle. The interaction_required code is the generic OAuth2/MSAL signal that user interaction is required; the specific sub-error AADSTS5000225 means the tenant itself is blocked and sign-ins are no longer allowed.

    Key points from the error:

    • interaction_required: User interaction is required; a simple silent token request cannot succeed.
    • AADSTS5000225: This tenant has been blocked due to inactivity.: The tenant has been marked inactive because it hasn’t been used for an extended period.

    Behavior of inactive tenants:

    • When a tenant is inactive for more than a defined period (for example, over 200 days past the billing cycle in some scenarios), Microsoft’s systems block sign-in (AADSTS5000225).
    • After 20 days in this blocked state, the tenant is permanently deleted and cannot be recovered.

    Resolution options depend on how long the tenant has been blocked and what type of account/offer is in use:

    1. If the tenant has been blocked for less than 20 days
      • Tenant administrators can request reactivation. This must be done before the 20‑day window expires; otherwise, the tenant is permanently deleted.
      • The documented path is to contact Microsoft support as a tenant admin and request tenant reactivation. For commercial tenants, this is done via a support ticket or global support phone numbers.
    2. If the tenant has been blocked for more than 20 days
      • The tenant is permanently deleted and cannot be restored.
      • A new tenant must be created and used instead.
    3. For free/trial Azure accounts that show AADSTS5000225
      • In some reported cases, going back through the signup flow at https://signup.azure.com with the same account allowed the user to “upgrade” or complete the account setup and regain access to Azure resources associated with the free trial.
      • If that path is not available or fails, tenant reactivation via Microsoft support (within the 20‑day window) is required.
    4. If access to Azure Portal is blocked
      • It may be possible to sign in directly to a specific tenant using a URL that includes the tenant ID or tenant name, for example https://portal.azure.com/<TenantId> or https://portal.azure.com/<yourTenantName>.onmicrosoft.com. This can sometimes allow access to open a support request or manage tenants, depending on the state of the tenant and the account’s role.
      • If the tenant is already in the permanently deleted state, these URLs will not restore access; a new tenant must be used.
    5. If the goal is only to continue using Azure (not to recover the old tenant)
      • Sign in to the Microsoft Entra admin center (https://entra.microsoft.com), go to Entra ID → Overview → Manage tenants, and create a new tenant.
      • Then access Azure Portal using the new tenant’s domain name or tenant ID in the URL (for example, https://portal.azure.com/<newTenantName>.onmicrosoft.com) and use that tenant going forward.

    Because the error explicitly states that the tenant is blocked due to inactivity, the next concrete step is:

    • Determine when the tenant was blocked.
    • If within 20 days: contact Microsoft support as a tenant admin and request reactivation.
    • If beyond 20 days: plan to use or create a new tenant and migrate any external dependencies (for example, sign-in to training, labs, or apps) to that new tenant.

    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.