Anthropic’s Claude AI Back Online After 90-Minute Global Outage

 

Anthropic’s Claude AI platform suffered a global outage that left users and developers dealing with elevated error rates and service interruptions for nearly 90 minutes before recovery was completed. The disruption hit the Claude ecosystem at a time when many teams depend on it for chat, coding, and API-driven workflows. 

The incident began at 00:37 UTC on June 22, 2026, when Anthropic opened an investigation into errors affecting several Claude models at the same time. The outage was broad, impacting Opus 4.8, Opus 4.7, Opus 4.6, Sonnet 4.6, and Haiku 4.5, which made it one of the widest multi-model incidents reported for the service this month. 

Users felt the effects across multiple products, including Claude.ai, the Claude API, Claude Code, and Claude Cowork. That meant the problem was not limited to casual chatbot access; it also disrupted software developers, enterprise teams, and anyone depending on Claude through automated integrations. 

Anthropic identified the root cause by 01:11 UTC and then started a staged fix rather than restoring everything at once. Recovery moved model by model, with Opus 4.8 returning first, followed by Haiku 4.5 and Opus 4.7, before the company declared full resolution at 02:06 UTC.
This was not an isolated event, since Claude has faced several disruptions in 2026, including outages in March and earlier in June. The repeated incidents underline a bigger issue for the AI industry: as usage grows, reliability becomes just as important as model quality.

Safety tips 
To protect users from an Anthropic Claude AI outage, the best approach is to combine monitoring, fallback options, and simple user-facing safeguards. Since Claude outages can affect the web app, API, and coding tools at the same time, protection should be built into both user workflows and product systems. 

The first step is detection. Check Anthropic’s official status page, track incident reports, and monitor error spikes so you can confirm whether the issue is platform-wide or local. For developers, test a small API request and watch for 5xx responses such as overloaded or unavailable errors, which usually indicate a backend outage rather than a user-side problem. 

The next layer is graceful fallback. If Claude is unavailable, route urgent tasks to another AI provider or a backup model so users can keep working without a hard stop. For teams, this can mean switching prompts, disabling nonessential AI features temporarily, or offering a manual workflow until service returns. 

For API products, build retry logic carefully. Use exponential backoff, limit repeated retries, and avoid hammering the service during an incident because that can worsen delays for your users. It also helps to decouple the front end from a single

[…]
Content was cut in order to protect the source.Please visit the source for the rest of the article.

This article has been indexed from CySecurity News – Latest Information Security and Hacking Incidents

Read the original article: