Share via

Azure Sign-in failed Error code: interaction_required

CelestiaDominance 0 Reputation points
2026-05-05T14:55:54.61+00:00

While i do understand that account are permanently delete after inactivity but why we could not create a new ones with the same personal mail and directly getting this error 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: 4174581a-e808-4dab-8dce-4f300f310900 Correlation ID: 019df89f-4126-707f-a16b-f25e2f10339e Timestamp: 2026-05-05 14:51:20Z

Microsoft Security | Microsoft Entra | Microsoft Entra ID

3 answers

Sort by: Most helpful
  1. CelestiaDominance 0 Reputation points
    2026-05-05T15:09:32.35+00:00

    The secret was that no one tell you is Link: Azure Free Account Sign-Up then just register again

    Was this answer helpful?

    0 comments No comments

  2. CelestiaDominance 0 Reputation points
    2026-05-05T14:57:31.8966667+00:00

    yes yo uare right create a new account with the same personal mail but isn't working because directly getting 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: 4174581a-e808-4dab-8dce-4f300f310900 Correlation ID: 019df89f-4126-707f-a16b-f25e2f10339e Timestamp: 2026-05-05 14:51:20Z

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-05-05T14:56:07.5933333+00:00

    The error interaction_required: AADSTS5000225: This tenant has been blocked due to inactivity is generated at the tenant level, not at the personal email address level.

    Key points from the tenant lifecycle behavior:

    1. What the error means
      The error indicates that the Microsoft Entra tenant associated with that sign-in has been marked inactive and blocked. This is expected behavior for tenants that are inaccessible due to inactivity.
    2. Deletion vs. blocking
      • When a tenant becomes inactive, Microsoft first blocks sign-in to that tenant and returns AADSTS5000225.
      • Administrators have up to 20 days from when the tenant enters this inactive/blocked state to request reactivation.
      • If the tenant stays in this blocked state for more than 20 days, it is permanently deleted and not recoverable.
    3. Why the same personal email still hits the error
      • The sign-in flow is still trying to authenticate against the old, blocked tenant that is tied to that identity in Microsoft Entra.
      • As long as that tenant is in the blocked-but-not-yet-deleted state, any attempt to use that account in a way that targets that tenant will continue to return AADSTS5000225.
      • A new tenant cannot simply be created “over” the blocked one with the same sign-in context; the lifecycle of the existing tenant must complete (reactivation or deletion) before that identity can be associated with a new tenant in the same way.
    4. What can be done
      • If the tenant has been blocked for less than 20 days, an administrator of that tenant can request reactivation by contacting Microsoft using the global support phone numbers.
      • If it has been more than 20 days since the tenant entered the inactive/blocked state, the tenant is deleted and cannot be recovered; in that case, the only path is to work with a new tenant once the old lifecycle is complete.

    Because the error is tied to the tenant’s lifecycle and not just the email address, simply trying to “create a new account with the same personal mail” still routes the sign-in to the blocked tenant until that lifecycle has finished or the tenant is reactivated by Microsoft support at the administrator’s request.


    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.