GitHub went down worldwide on 17 August 2026, disrupting repositories, Actions, Pull Requests and Copilot for nearly eight hours. For UK infrastructure buyers, the incident is a sharp reminder that cloud-hosted source control needs its own disaster recovery plan.
View the data behind this chart
| Web Experience | API Traffic | Archive Downloads | Raw Content Downloads | |
|---|---|---|---|---|
| Error rate | %20 | %20 | %50 | %50 |
What happened: GitHub's worldwide outage on 17 August 2026
GitHub confirmed it was investigating performance problems at 9:40 AM EDT on 17 August 2026. The company's status page reported error rates of around 20% across its web experience and API traffic, with archive downloads and raw repository content downloads hit far harder, at approximately 50%. Authentication services including SAML, OIDC, SCIM and Team Sync were also affected, alongside Issues, Webhooks, Pull Requests and Actions-driven CI/CD workflows.
At 10:31 AM EDT, GitHub confirmed Copilot was suffering degraded availability too, extending the disruption into AI-assisted coding as well as source control. GitHub said it began performing mitigations at 11:42 AM EDT, though error rates for web, API and download traffic remained largely unchanged at that point.
Root cause: saturated load balancers and a VS Code retry storm
GitHub later disclosed that the outage ran nearly eight hours in total, from 1328 UTC to 2115 UTC on 17 August, with most services recovering earlier and the Copilot Token Service taking the longest to normalise. The company attributed the disruption to saturated load balancers in its Central US facility, triggered after an Istio sidecar hit its concurrency limit.
Recovery was slowed further by a latent retry bug in Visual Studio Code that amplified request traffic by roughly tenfold. It is a useful illustration of how a single client-side flaw, far removed from the core platform, can turn a contained infrastructure fault into a multi-hour, global-scale outage.
A pattern, not a one-off: GitHub's difficult August
This was not an isolated event. Earlier in August 2026, GitHub's Actions automation platform and Pages hosting service had already experienced degraded performance, with unexpected rate limits affecting hosted runners, Copilot code review, the Copilot coding agent, and Enterprise Importer migrations. A June 2026 report had separately flagged uptime pressure at GitHub as AI-driven traffic patterns shifted, including changes tied to Copilot subscription handling and pricing.
GitHub has form here too: a 2024 outage was traced to a database infrastructure change that had to be rolled back. Taken together, these incidents show that continuity risk isn't confined to the main website — it extends across CI/CD pipelines, static hosting, authentication, and repository download paths that DevOps teams build entire release processes around.

Why this matters for UK DevOps continuity planning
Most UK development teams treat GitHub as invisible infrastructure — always on, until it isn't. When Actions stops running builds, when SAML authentication fails, or when raw content downloads error out at 50%, release pipelines, deployment gates and even incident-response tooling can stall simultaneously. That's a single point of failure sitting outside your own environment and largely outside your control.
Sensible risk management means not waiting for the next status-page incident to find out how exposed your pipeline is. Teams should configure servers for local Git mirrors so critical repositories remain reachable even when the primary cloud service degrades, and pair that with tested restore procedures rather than an untested assumption that 'the cloud handles it'.
Building resilience: practical steps for UK IT buyers
A repeatable GitHub outage every few months should push infrastructure leads to treat source-code and pipeline availability as a formal disaster recovery discipline, not an afterthought bolted onto general backup policy.
- •Maintain local or self-hosted mirrors of business-critical repositories, refreshed on a defined schedule
- •Apply the 3-2-1-1-0 backup rule to source code and pipeline configuration, not just production data
- •Use RTO and RPO planning to set realistic recovery targets for CI/CD and repository access
- •Run figures through a downtime cost calculator to quantify what hours of blocked deployments actually cost the business
- •Evaluate immutable backup architectures to protect mirrored repositories from corruption or accidental overwrite
- •Review platforms such as Veeam alongside storage solutions for backup and cyber resilience when scoping repository protection
The bottom line for source-code resilience in 2026
GitHub's engineering team resolved the 17 August incident and published a clear root cause, which is good practice. But the repeated August disruptions — Actions and Pages degradation, the worldwide outage, and the underlying AI-traffic pressure flagged back in June — point to a platform under sustained strain. UK organisations that depend on GitHub for source control, CI/CD and now Copilot-assisted development should use this incident as the trigger to calculate their backup and disaster recovery needs properly, rather than assuming uptime will simply hold next time.
- 01BleepingComputer — Microsoft confirms GitHub is down worldwide · 17 August 2026
- 02The Register — GitHub blames 8-hour outage on autoscaling fail and VS Code retry storm · 19 August 2026
- 03The Register — Latest GitHub outage squeezes Actions, Pages to death · 6 August 2026
- 04The Register — GitHub has issues as repo downloads hit 50% error rate · 17 August 2026
- 05The Register — GitHub outages persist as AI coding drives traffic surge · 12 June 2026
- 06The Register — GitHub rolls back database change after breaking itself · 15 August 2024
