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

  • Automated Prompt Optimization in Production: Signatures, Teleprompters, and Metric-Driven Compilation with DSPy

    Manual prompt engineering remains one of the largest sources of technical debt in modern LLM applications. Teams routinely spend weeks hand-crafting multi-paragraph system prompts, hardcoding few-shot examples, and tweaking phrasing to extract reliable outputs from specific model checkpoints. When the underlying model is upgraded, migrated to an open-weight alternative, or integrated into a multi-step pipeline, these hand-crafted strings break, requiring another cycle of trial-and-error adjustme

    1 min
  • Model Merging in Large Language Models: How Task Arithmetic, TIES, and DARE Combine Checkpoints Without Training

    Fine-tuning foundation models for specialized tasks typically produces isolated checkpoints. A model adapted for mathematical reasoning retains high numerical precision but often degrades in general dialogue or code generation. Traditionally, unifying these capabilities required multi-task training: gathering mixed datasets, re-running optimization across multiple GPUs, and managing gradient conflicts during backpropagation. Model merging provides an alternative paradigm. By operating directly

    1 min
  • Harvey Introduces Tenet, Its First In-House Legal LLM Trained on Moonshot's Kimi K3

    Legal AI startup Harvey has announced Harvey Tenet, its first proprietary, in-house foundation model tailored for legal workflows. The release marks a strategic shift for the $11 billion legal tech company, which has historically relied on API access to third-party frontier models from OpenAI and Anthropic. Tenet is post-trained on top of Kimi K3, an open-weights model released in July 2026 by Chinese AI lab Moonshot AI. The initiative is part of a broader platform update titled Harvey II, whic

    1 min