Claude suffers global outage as network failures hit all models

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

1 min

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

Written by

More to read

  • Decentralized and Peer-to-Peer LLM Inference in Production: Architecture, Ring Memory Partitioning, and Network Latency

    Decentralized and Peer-to-Peer LLM Inference in Production: Architecture, Ring Memory Partitioning, and Network Latency Frontier open-weight models such as Llama 3.1 405B, DeepSeek-V3, and Command R+ have expanded model capabilities, but their parameter scales exceed the physical memory limits of individual consumer and edge workstations. Running a 405-billion parameter model in 16-bit precision requires over 810 GB of memory, and even 4-bit quantized variants require roughly 230 GB of contiguo

    1 min
  • Discrete Diffusion in Large Language Models: How Continuous-Time Markov Chains, Absorbing States, and Score Entropy Challenge Autoregressive Generation

    The dominance of autoregressive architectures in large language models rests on a fundamental mathematical formulation: the chain rule of probability. By factoring the joint distribution of a sequence into a product of conditional probabilities, $p(x) = \prod_{i=1}^N p(x_i \mid x_{<i})$, autoregressive models reduce text generation to sequential next-token prediction. While this left-to-right causal factorization has scaled effectively across compute regimes, it imposes rigid operational constr

    1 min
  • AI Agents Surpass Humans on OpenRouter as Agentic Token Usage Jumps 14x

    Autonomous AI agents have overtaken human users as the primary consumers of language model compute on OpenRouter, with agentic token volume surging fourteenfold over the past six months. Data published by OpenRouter analyst Peter Walker indicates that February 6 marked the permanent inflection point where token consumption by automated agents exceeded direct human API traffic. Since that threshold, agentic token volume on the multi-model gateway has climbed from 0.51 trillion to 7.3 trillion to

    1 min