Skip to main content
azuredown
criticalEntra IDGlobal

Azure MFA Outage (November 19, 2018): When the Second Factor Locked Everyone Out

AzureDown Research · Incident analysisPublished August 3, 2026Updated August 3, 20268 min read
A glowing lock over a keyboard

Timeline

  1. Impact begins

    Users configured for multi-factor authentication start failing to complete sign-in. MFA challenges hang or error, blocking access to Microsoft 365, the Azure portal, and Azure AD-backed apps for tenants that enforce MFA.

  2. Investigating

    Microsoft acknowledges an issue with multi-factor authentication affecting sign-in globally and begins investigating the MFA request path.

  3. Identified

    The cause is traced to a chain of interacting defects: a latency issue and a race condition in the MFA service, compounded by a further bug that surfaced when the first fix was applied. The layered nature makes mitigation harder than a single rollback.

  4. Mitigating

    Microsoft works through the interacting bugs one at a time, reducing load on the MFA service and applying targeted fixes. MFA success rates begin to recover as each defect is addressed.

  5. Resolved

    Multi-factor authentication returns to healthy operation globally. Microsoft later publishes a root cause analysis describing the three interacting issues and the safeguards added to the MFA service.

Root cause

Multi-factor authentication is the security control most organizations rely on to protect sign-in. It is also, by design, a hard gate: if the second factor cannot be verified, you do not get in. That property is exactly what makes an MFA outage so brutal. On November 19, 2018, the Azure MFA service failed, and because so many tenants require a second factor at sign-in, users worldwide were locked out of Microsoft 365, the Azure portal, and Azure AD-backed apps.

The root cause was not one bug but three interacting ones. Microsoft's analysis described a latency issue and a race condition in the MFA request path that degraded the service under load. What made the incident so long and so difficult was that a further defect surfaced when the initial fix was applied. Instead of a clean rollback, engineers were peeling apart a layered failure where fixing one problem exposed the next. Impact began around 04:39 UTC.

Recovery was correspondingly slow. Microsoft worked the problems one at a time, reducing load on the MFA service and applying targeted fixes as each defect was understood. MFA success rates climbed step by step rather than in one jump, and the service was not declared fully healthy until roughly 18:39 UTC, about fourteen hours of impact. This event sits alongside the March 2021 Azure AD outage as a pair of identity-plane failures with the same user symptom, being unable to sign in, but different underlying mechanisms.

Business impact

An MFA outage has a cruel property: the very control you added to be more secure becomes the thing that locks you out.

MFA is a hard, all-or-nothing gate. Unlike a degraded service that runs slowly, a failed second factor produces a binary result: you cannot complete sign-in, full stop. For organizations that enforce MFA on everything, which is most security-conscious ones, this meant a near-total access freeze for the affected window. There is a genuine tension here, because turning off MFA to restore access would trade an availability problem for a security one, and that is rarely acceptable.

Redundancy inside your subscription did not help. As with every identity-plane event, running highly available workloads across regions did nothing, because the failure was in the shared authentication path, not in your compute. This is the same lesson the January 2023 network outage taught about the fabric beneath your architecture: some layers are simply not something you can fail over from inside your own tenant.

Existing sessions masked the true blast radius. Users who already held valid tokens often kept working until they needed to re-authenticate, while anyone starting a fresh sign-in was blocked. That split produced the familiar, maddening experience of a service that appeared up for some people and down for others, which slowed help-desk triage and made the outage harder to reason about.

Prevention and lessons

You cannot fix Microsoft's MFA service. You can make sure a second-factor outage does not become a total lockout of your own organization.

  1. Maintain break-glass accounts excluded from MFA and conditional access. Every mature Azure tenant should have a small number of emergency access accounts that can sign in even when MFA is unavailable. Guard them heavily, credentials stored offline, tightly monitored, used only in a real emergency, but have them. They are the single most important defense against an MFA outage.
  2. Understand your conditional-access failure behavior. Know, before an incident, what happens when the MFA challenge cannot complete under your policies. Test it. The moment to discover your emergency access path is broken is not during a fourteen-hour outage.
  3. Consider diverse authentication methods. Reliance on a single MFA mechanism concentrates risk. Where appropriate, support multiple factors (authenticator app, FIDO2 keys, and others) so that a problem confined to one path does not lock out everyone. Document the choices in your business-continuity plan.
  4. Monitor authentication and MFA success as first-class signals. Region status pages under-report identity-plane failures. Track sign-in and MFA success rates directly, correlate them with a live status board, and alert independently of any single application so you learn about a second-factor failure from your metrics, not from a flood of locked-out users.

If an MFA-driven sign-in failure crossed your monthly SLA thresholds, quantify the window with the Azure SLA credit calculator, then package the claim using the Azure credit-claim playbook. For continuous, service-level monitoring that flags identity and MFA failures the instant they begin, Next Signal watches the authentication path so a broken second factor is not the first thing you hear about from your users.

SLA credit eligibility

Yes - MFA-enforced tenants could not complete sign-in for a sustained global window, breaching the Entra ID 99.99% authentication SLA for affected tenants. Entra ID (Azure AD) authentication carries a 99.99% monthly SLA, roughly 4.4 minutes of allowed downtime per month. A multi-hour global MFA failure that blocked sign-in decisively exceeds that for tenants that enforce MFA. Claims required per-tenant evidence of the failed authentication window.

Work out what your bill was owed with the independent Azure SLA credit calculator, or automate breach detection with Next Signal (sponsor). For the full claim process, see the Azure credit-recovery playbook.

Questions about this outage

What caused the Azure MFA outage on November 19, 2018?

A chain of three interacting bugs in the Azure multi-factor authentication service. A latency issue and a race condition degraded the MFA request path, and a further defect surfaced when the initial fix was applied. Together they prevented MFA challenges from completing, so users who were required to use a second factor could not finish signing in.

How long did the November 2018 Azure MFA outage last?

Impact began around 04:39 UTC and MFA was not declared fully healthy again until roughly 18:39 UTC, about fourteen hours. The layered nature of the failure, with one bug emerging as another was fixed, made mitigation slower than a simple rollback.

Who was affected by the Azure MFA outage?

Tenants and users that enforce multi-factor authentication for sign-in. If your organization required a second factor to access Microsoft 365, the Azure portal, or Azure AD-backed applications, users could not complete authentication. Sessions with already-valid tokens sometimes continued working until they needed to re-authenticate.

How is the November 2018 MFA outage different from the March 2021 Azure AD outage?

Both blocked sign-in globally, but the mechanism differed. The 2018 event was a failure of the second-factor challenge itself, driven by interacting MFA-service bugs. The March 2021 outage was a cryptographic key rotation defect that stopped Azure AD from validating tokens at all. Same user symptom, different part of the identity stack.

Next time, hear it from us first

Instant alerts when Azure incidents are detected - services and regions included.

Get outage alerts

More post-mortems

Entra ID

Azure AD Outage (March 15, 2021): A Key Rotation Bug That Locked Out the World

A bug in an automated cryptographic key rotation process left an old signing key in a state where Azure AD could no longer validate the tokens it issued. Sign-in to Microsoft 365, the Azure portal, and any app that authenticates through Azure AD failed worldwide for several hours until Microsoft rolled the key back.

Azure Storage

Azure Storage Outage (November 18-19, 2014): A Bad Config Rollout Gone Global

A configuration change meant to improve Azure Storage performance contained a bug and was rolled out far more broadly than intended, bypassing the normal staged deployment. Storage front ends entered a loop and stopped serving requests, and because so many Azure services depend on Storage, the failure cascaded worldwide for hours.