Skip to main content
azuredown
criticalAzure StorageSouth Central US

Azure South Central US Outage (September 4, 2018): When a Lightning Strike Took Out a Datacenter

AzureDown Research · Incident analysisPublished August 3, 2026Updated August 3, 20269 min read
A data center corridor lined with cabling

Timeline

  1. Impact begins

    Severe weather, including lightning, near the South Central US datacenter drives high-energy voltage swells into the facility. Cooling systems and some hardware are damaged; temperatures rise and equipment begins shutting down to protect itself.

  2. Investigating

    A large set of storage and compute resources in South Central US go offline as overheated hardware powers down. Microsoft confirms an environmental event at the datacenter and begins recovery.

  3. Broader impact

    Services with dependencies on South Central US feel knock-on effects. Azure Active Directory, the Azure portal, and other services see degraded functionality in parts of the world because supporting infrastructure lived in the affected region.

  4. Recovering

    Engineers work to safely bring cooling back, power hardware up in stages, and validate data integrity on storage that had shut down hot. Recovery is deliberately slow to avoid data loss.

  5. Resolved

    The large majority of affected services are restored. A small set of resources needed extended recovery. Microsoft later publishes a detailed root cause analysis on the environmental trigger and the cascade.

Root cause

This outage started with the weather. On September 4, 2018, a severe thunderstorm moved over the area near Microsoft's South Central US datacenter outside San Antonio, Texas. Lightning and the associated electrical activity drove high-energy voltage swells into the facility. Those swells damaged cooling and electrical infrastructure, and once cooling was compromised, temperatures inside the datacenter began to climb.

Modern datacenter hardware is designed to protect itself. As the ambient temperature rose past safe thresholds, storage and compute equipment began shutting itself down rather than risk permanent damage or data corruption. That self-protection is the correct behavior, but at scale it meant a large slice of the South Central US region powered off, more or less at once. Starting around 08:42 UTC, a broad set of resources in the region went offline.

Recovery was slow by design. Bringing a datacenter back after a thermal event is not a simple power-on. Engineers had to restore cooling safely, power hardware back up in controlled stages, and carefully validate the integrity of storage that had shut down under abnormal conditions. Microsoft chose to prioritize data integrity over raw speed, which is why the region was not declared substantially healthy until roughly 21:30 UTC the following day, more than a full day of impact.

Business impact

For anyone building on the cloud, this incident is a durable case study because it broke two comfortable assumptions at once.

A single physical facility can take out a "region," and one region can ripple globally. The most surprising part of September 2018 was not that South Central US went down; it was that some global services degraded worldwide. Parts of Azure Active Directory, the Azure portal, and other platform services had supporting infrastructure or dependencies rooted in the affected region. When it fell, those hidden dependencies surfaced. That pattern, a supposedly global service tripping over a single-region root, recurred in later events like the January 2023 global WAN outage. It is a reminder to ask what your "global" providers themselves depend on.

Single-region deployments had no safety net. Customers who ran storage and compute only in South Central US, whether for data-residency, latency, or cost reasons, had nowhere to fail over. Their workloads were down for as long as the region was, which was more than a day for many. The teams that fared best had genuine cross-region redundancy and could shift read or write traffic elsewhere.

Recovery time, not just failure, is the risk. Because Microsoft deliberately recovered slowly to protect data, the outage was long. Business-continuity plans that budget for a short blip underestimated this class of event badly. A physical-infrastructure failure has a fundamentally different recovery profile than a software rollback like the May 2019 Azure DNS incident.

Prevention and lessons

You cannot stop a thunderstorm over Texas. You can decide how much of your business is willing to share a datacenter's fate.

  1. Treat single-region as a conscious risk decision, not a default. If a workload lives only in South Central US (or any single region), write down why, and write down the recovery-time consequence. For anything business-critical, plan real cross-region or paired-region redundancy. Our region pairs and availability zones guide walks through the tradeoffs.
  2. Audit hidden dependencies on any one region. This event proved that even "global" services can have a regional root. Map where your identity, DNS, secrets, and CI/CD pipelines actually live. A workload spread across three regions is still fragile if its deployment pipeline runs from one.
  3. Plan for long recovery, not just fast failover. A thermal or electrical event can take a datacenter offline for a day or more, and providers rightly recover slowly to protect data. Your RTO assumptions and your customer communications should account for a multi-hour to multi-day worst case, not a five-minute blip. Build that scenario into your business-continuity plan.
  4. Verify your backups and their restore path live somewhere else entirely. A backup stored in the same region as the primary is not a backup during a regional outage. Confirm that backups replicate to a different region and, critically, that you have rehearsed restoring from them.

If your workloads were pinned to South Central US, an outage of this length almost certainly breached your monthly SLA. Quantify the downtime with the Azure SLA credit calculator, then package the claim using the Azure credit-claim playbook. To catch regional degradation the moment it starts, and to see the hidden global ripples faster than a status page will admit them, Next Signal monitors Azure at the service level continuously.

SLA credit eligibility

Yes - a multi-hour to multi-day regional outage clearly breached monthly SLA targets for single-region resources in South Central US. Most Azure services carry 99.9% or 99.99% monthly SLAs. A regional event lasting well over a day exceeds every reasonable monthly allowance for resources that lived only in South Central US. Customers with data or workloads pinned to the affected region had strong claims with per-service evidence.

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 South Central US outage in September 2018?

A severe thunderstorm near the datacenter drove high-energy voltage swells into the facility, damaging cooling and electrical systems. As temperatures climbed, hardware shut itself down to prevent damage, taking a large portion of the South Central US region offline. It was an environmental and physical-infrastructure failure, not a software bug.

How long did the September 2018 Azure outage last?

The bulk of impact ran from the morning of September 4 into September 5, more than a day, with the majority of services restored by roughly 21:30 UTC on September 5. A small number of resources required extended recovery because hardware had shut down under abnormal thermal conditions.

Why did a single-region outage affect global Azure services?

Some platform services, including parts of Azure Active Directory and the portal, had supporting infrastructure or dependencies hosted in South Central US. When that region went down, those dependencies caused degraded functionality for users outside the region. It was a stark illustration of hidden single-region dependencies inside a supposedly global service.

Did the September 2018 outage cause data loss?

Microsoft prioritized data integrity over speed during recovery, deliberately bringing storage back slowly to validate it. The vast majority of data was recovered, but a small subset of resources required extended work, which is why the region was not declared fully healthy for well over a day.

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.

Entra ID

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

Three overlapping bugs in the Azure multi-factor authentication service combined so that MFA requests could not complete. Because so many tenants require MFA at sign-in, users could not finish authenticating to Microsoft 365 and Azure AD worldwide. It took Microsoft the better part of a day to fully mitigate the layered failure.

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.