Azure sign-in failed, interaction_required

Zixiao Wang 0 Reputation points
2026-03-23T05:23:44.31+00:00

I am unable to login to my Azure portal due to Error code: interaction_required.

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: <PII REMOVED> ID: <PII REMOVED> Timestamp: 2026-03-23 05:02:04Z

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Oldest
  1. AI answer

    2026-03-23T05:24:05.13+00:00

    The error interaction_required: AADSTS5000225: This tenant has been blocked due to inactivity means the Microsoft Entra tenant backing the Azure subscription has been marked inactive and blocked. In this state, sign-in to Azure (and Azure DevOps) is prevented.

    According to the tenant lifecycle behavior described in the referenced answers, there are two key time windows:

    1. When a tenant is first blocked due to inactivity (AADSTS5000225), administrators have up to 20 days to request reactivation.
    2. After 20 days in the blocked state, the tenant is permanently deleted and cannot be recovered.

    To proceed:

    1. Determine whether the tenant has been blocked for less than 20 days.
      • If it has been blocked for less than 20 days, the tenant can still be reactivated by Microsoft support.
      • If more than 20 days have passed since the block, the tenant is permanently deleted and cannot be restored; a new tenant must be created.
    2. If within 20 days, request reactivation:
      • A tenant administrator must contact Microsoft support (for example, via the global support phone numbers for Microsoft Entra/Azure) and request that the inactive tenant be reactivated.
      • Provide the tenant details (tenant ID or domain name) and reference the AADSTS5000225 inactivity block.
      • Do not open multiple support requests for the same tenant while a case is already in progress.
    3. If the tenant is already deleted (blocked for more than 20 days):
      • It is not possible to recover the old tenant.
      • Create a new tenant in Microsoft Entra ID and, if needed, a new Azure subscription associated with that tenant.

    As a temporary workaround to access the portal in some scenarios, it may help to:

    • Try signing in directly with the tenant identifier in the URL, for example:
      • https://portal.azure.com/<TenantId> or
      • https://portal.azure.com/<yourTenantName>.onmicrosoft.com

    However, if the tenant is actually blocked due to inactivity (AADSTS5000225), full access will only be restored by reactivating the tenant through Microsoft support within the allowed 20‑day window.


    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.