Claude Is Down: What's Affected and What to Use Instead
Claude is experiencing a widespread outage affecting claude.ai, the API, Claude Code, and Claude Cowork. Here's the current status.
Claude Is Having a Bad Morning
If Claude stopped responding mid-conversation or refused to load entirely, you have not hit a local problem. Anthropic’s own status page confirms the situation: “elevated errors on many Claude models” - a status update posted at 15:19 UTC (11:19 a.m. ET), with an active investigation underway. This is not a minor hiccup contained to a handful of accounts.
The scope of the disruption is wide enough to affect most of Claude’s core surface area. Whether you rely on the consumer-facing chat interface, the API powering third-party integrations, or Claude Code for development work, the outage has touched all of it. The timing - mid-morning on a workday in the US - means the impact on productivity is real and accumulating by the hour.
Which Services Are Down, and Which Are Not
Anthropic’s status page breaks down the situation service by service, and the picture is uneven. Claude Console and Claude for Government are listed as operational. That’s where the good news ends.
Claude.ai, Claude API, Claude Code, and Claude Cowork are all showing partial outages. For most users, those four represent the entire practical surface of Claude - the chat interface where individuals and teams work, the API layer that developers and businesses pipe into their own products, the coding assistant that’s become a daily tool for a growing number of engineers, and the collaborative workspace feature. Losing all four simultaneously is not a minor service degradation.
Downdetector recorded over 1,000 user-submitted reports about Claude issues as of the time of writing, and that count was still climbing. One comment on the Downdetector thread read simply, “Here we go again” - a short phrase that implies enough familiarity with Claude downtime to have developed a reaction to it. This is not Claude’s first recorded outage; a separate disruption was documented back in March, which followed a similar pattern of broad model unavailability.
What Causes “Elevated Errors on Many Models”
Anthropic’s status language - “elevated errors on many Claude models” - is deliberately broad. It doesn’t specify whether the fault lies in inference infrastructure, load balancing, a deployment gone wrong, or something upstream in the network stack. For users, the distinction doesn’t matter much in the short term, but it does affect how long the fix might take.
A single misconfigured deployment can be rolled back in minutes. Underlying infrastructure issues affecting model inference at scale can take hours to stabilize, especially when multiple model variants are involved. “Many Claude models” suggests the problem isn’t isolated to one specific version - it spans across the model family, which points toward infrastructure rather than a model-specific regression.
That said, Anthropic has not released a root cause statement as of this writing. The status page shows an active investigation with no estimated resolution time posted.
Practical Fallback Options While Claude Is Unavailable
When a primary AI tool goes down mid-project, the fastest path forward is usually a direct competitor offering comparable capabilities rather than waiting for restoration. The main alternatives in the same tier as Claude are OpenAI’s ChatGPT, Google’s Gemini, and Meta’s Llama-based interfaces.
ChatGPT at chat.openai.com is the most immediate substitute for general conversation and document work. The free tier uses GPT-4o mini, while GPT-4o is available on the Plus plan at $20/month. For coding tasks specifically - the use case Claude Code handles - GitHub Copilot, Cursor, and Windsurf remain operational and are purpose-built for that workflow. If your project was running against the Claude API directly, Anthropic exposes fallback guidance in its documentation, though switching API providers mid-project requires credential setup and prompt adjustment.
Google Gemini’s API and interface are also available as a direct substitute, particularly for long-context tasks where Claude has traditionally performed well. Gemini 1.5 Pro supports a 1 million token context window, which covers most document analysis scenarios where Claude would have been the natural choice.
The Reliability Question This Outage Raises
Claude’s growth over the past year has been substantial, and with that growth comes a larger base of users and businesses depending on it as infrastructure rather than a novelty. When a tool moves from “interesting to try” into “essential to a workday,” the tolerance for unplanned downtime drops sharply. A developer who has integrated Claude Code into a CI/CD pipeline or a team running customer-facing features through the Claude API is in a different position than someone using it to draft emails.
This outage is the second significant one in roughly three months. That cadence is worth noting for anyone evaluating Claude as a production dependency. Anthropic does maintain the status.anthropic.com page, which is the right place to check for real-time updates - it shows per-service status with timestamps and is updated during active incidents. Bookmarking it costs nothing and will be more reliable than waiting for third-party reporting to catch up.
How Long These Outages Typically Last
There is no published SLA for Claude.ai’s consumer product, and the API’s uptime commitments vary by contract tier. Based on the March outage and the current timeline, full restoration in under two to three hours is the realistic best case. Partial restoration - where some models come back before others - is also common, meaning some API calls may begin succeeding while others continue to fail.
For teams using Claude in automated workflows, partial restoration can be worse than a full outage. A system that intermittently fails is harder to manage than one that fails cleanly, because retry logic and error handling need to account for unpredictable success rates rather than a simple “service unavailable” response. If your integration lacks proper retry handling with exponential backoff, an intermittent restoration window is a good time to add it.
Downdetector’s report count provides a rough signal for when service is restoring - the number of new reports per hour typically drops before the status page is officially updated. As of the last check, the report volume was still elevated, suggesting the outage was ongoing rather than in recovery.
Where to Watch for Updates
Anthropic’s status page at status.anthropic.com is the authoritative source. It posts incident updates with UTC timestamps and lists each service individually. The Downdetector page for Claude is useful for crowd-sourced confirmation but lags behind the official page on resolution announcements.
Anthropic’s official channels on X (formerly Twitter) have historically posted during major outages, though response time there is inconsistent. The Claude Discord and developer forums also surface real-time reports from users and sometimes from Anthropic staff, though neither should be treated as an official communications channel.
The Claude API dashboard, accessible at console.anthropic.com, is listed as operational during this incident - which means API key management, billing, and account access are unaffected even while the models themselves are returning errors.