Anthropic Restores Claude After Multi-Model Outage
Anthropic resolved a Claude outage on July 29 after elevated errors affected multiple models, Claude.ai, Claude Code, and the Claude API. The official public incident record shows errors beginning at 19:45 UTC, recovery across most models later in the disruption, and resolution at 22:36 UTC.
Anthropic resolved a multi-model Claude outage on July 29 after elevated errors affected Claude.ai, Claude Code, and the Claude API. The company’s incident record marks the disruption resolved at 22:36 UTC.
The official timeline
Anthropic opened the incident at 19:49 UTC. A later status update said elevated errors affected requests from 19:45 UTC through 21:26 UTC. At 21:38 UTC, the company reported recovery across most models while engineers continued addressing elevated requests and latency. Monitoring began at 22:20 UTC, and the incident was marked resolved 16 minutes later.
BleepingComputer independently reported failed requests returning a 529 Overloaded message during the outage, including failures in tools that depended on the Claude API. Anthropic did not publish a root cause in the retrieved incident record, so the evidence supports an availability event but not a claim about what caused it.
What application teams can verify
The incident crossed consumer, coding, and API surfaces. For teams running Claude in production, the practical lesson is operational: treat hosted-model availability as an external dependency, log provider error codes, apply bounded exponential backoff for transient overload responses, and use fallbacks only where their behavior has been tested.
Those controls do not prevent a provider outage, but they make impact easier to measure and reduce the chance that repeated retries amplify a capacity problem. Teams should also anchor incident reviews to the provider’s timestamped status record rather than to live rolling uptime percentages, which change after publication. It also gives incident reviewers a stable timeline for later postmortem comparison.
Key Points
- 1Anthropic’s official incident record shows elevated errors across multiple Claude models and resolution at 22:36 UTC on July 29.
- 2BleepingComputer reported 529 Overloaded failures during the disruption, including in tools that relied on the Claude API.
- 3The retrieved official record did not disclose a root cause, so the article treats this strictly as an availability incident.
Scoring Rationale
The incident affected Claude's web product, developer tooling, and API, creating direct operational relevance for teams with Claude-dependent applications. It is a short-lived availability event rather than a model or platform release, limiting its broader lasting impact.
Sources
Primary source and supporting public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems
