Anthropic's Claude platform experienced a widespread service disruption on July 29, 2026, with elevated error rates and latency affecting every model across its entire product suite. The incident knocked out claude.ai, the Claude API, Claude Code, and Claude Cowork for nearly three hours.
The outage began at 19:49 UTC when Anthropic's status page first flagged elevated errors across multiple models. Users immediately reported 529 "Overloaded" errors, a non-standard HTTP response indicating the platform's servers could not absorb the volume of incoming requests. By 20:33 UTC, engineers identified the issue. Recovery began at 21:38 UTC, with most models returning to normal by 22:20 UTC. The incident was formally closed at 22:36 UTC, roughly two hours and 47 minutes after detection.
Anthropic later attributed the disruption to "multiple separate network failures" that cut into its capacity to serve Claude. Traffic was rerouted while engineers worked to restore service, but some requests failed during the transition. The company did not publish a detailed postmortem or disclose the specific network components involved.
The simultaneity of the failure across all models points to a shared infrastructure layer rather than a problem with any individual model's inference pipeline. An API gateway, authentication system, or request-routing component would explain why every model went down at once.
This is not an isolated event. StatusGator records indicate Claude has suffered 155 outages since January 2026 alone. Earlier in July, a separate two-hour incident affected multiple models, which Anthropic attributed to demand outpacing available compute capacity. A June 2 outage traced to a bug in Claude Code's sub-agent system caused sub-agents to multiply exponentially, burning through users' token allowances in minutes before Anthropic issued emergency quota resets.
The July 29 incident follows a familiar pattern for Anthropic: rapid growth in enterprise and developer adoption has repeatedly strained the platform's infrastructure. The company has not indicated whether a full incident report will be published.
For organizations running mission-critical workloads on Claude's API, the outage is a reminder that single-provider dependency remains a structural risk. Retry logic with exponential backoff and multi-provider redundancy are basic precautions that many teams still skip.
Sources
BleepingComputer: Anthropic confirms Claude is down worldwide
CyberPress: Claude Global Outage Caused Elevated Errors and Latency Across All Models
Deployflow: Is Claude Down? 2026 Anthropic Outage
Anthropic Status Page: status.claude.com


