Is Anthropic down right now?

Live Anthropic status pulled from status.anthropic.com. We track the Claude API (claude-3, claude-4 families including Opus, Sonnet, and Haiku), Claude.ai, Claude Code, and the Anthropic Console. Anthropic also publishes per-region status — useful when only us-east is degraded but eu-central is healthy.

Major outage: AWS

Anthropic

Operational

Claude API, Claude.ai, Claude Code.

Status from status.anthropic.com · last fetched 1s ago

Last checked 0s ago

Developer Platforms

Docker HubUnable to verifystale

Upstream returned 404

GitLabUnable to verifystale

Upstream returned 404

BitbucketOperational

Atlassian source hosting and Pipelines.

GitHubOperational

Source hosting, Actions, Pages, Packages, Copilot.

HomebrewOperational

macOS / Linux package manager (uses GitHub).

npmOperational

JavaScript registry, install API, web app.

PyPIOperational

Python Package Index — pip install backend.

AI / ML APIs

OpenAIDegraded performance

FedRAMP workspaces and API orgs have degraded performancestarted 1 day ago

Hugging FaceUnable to verifystale

Upstream returned invalid JSON

AnthropicOperational

Elevated errors for Claude Opus 4.8started 1 hr ago

CursorOperational

AI code editor — chat, tab, composer.

GitHub CopilotOperational

AI pair programmer — completions, chat, agents.

Google GeminiOperational

Gemini API, Vertex AI, AI Studio.

ReplicateOperational

Run open-source ML models via API.

Cloud / Hosting

AWSMajor outage

Service disruption: Increased Error Ratesstarted 47 days ago

Google CloudPartial outage

Network traffic to Google Cloud originating from Delhi, Chennai, Mumbai and surrounding areas is experiencing intermittent periods of elevated latency and possible packet loss.started 7 days ago

CloudflareDegraded performance

Customers may see incorrect invoice payment statusstarted 14 hr ago

HerokuUnable to verifystale

Upstream returned 404

RailwayUnable to verifystale

Upstream returned invalid JSON

DigitalOceanOperational

Droplets, App Platform, managed databases.

Fly.ioOperational

Global app servers, Postgres, volumes.

Microsoft AzureOperational

Azure VMs, App Service, AKS, Azure SQL.

NetlifyOperational

Static + Jamstack hosting, Functions, Forms.

RenderOperational

Web services, cron, Postgres, Redis.

VercelOperational

Next.js hosting, Edge, Serverless functions.

Databases / Data

NeonUnable to verifystale

Upstream returned 404

Redis CloudUnable to verifystale

Upstream returned invalid JSON

TursoUnable to verifystale

Upstream returned invalid JSON

MongoDB AtlasOperational

Impaired Cluster Operations – AWS me-central-1 (United Arab Emirates) and AWS me-south-1 (Bahrain)started 107 days ago

PlanetScaleOperational

Serverless MySQL, Vitess-backed.

SupabaseOperational

Postgres, auth, storage, realtime, edge fns.

Payments / Infra

TwilioDegraded performance

MMS Delivery Failures from a Subset of Twilio Short Codes to Verizon United Statesstarted 3 hr ago

PayPalUnable to verifystale

Upstream returned invalid JSON

PostmarkUnable to verifystale

Upstream returned 404

StripeUnable to verifystale

Upstream returned 404

ResendOperational

Developer-first transactional email API.

SendGridOperational

Transactional + marketing email at scale.

Auth / Identity

Auth0Unable to verifystale

Upstream returned 404

OktaUnable to verifystale

Upstream returned 401

ClerkOperational

Drop-in auth + user management for React.

FirebaseOperational

Auth, Firestore, Realtime DB, Hosting, Functions.

Communication

SlackPartial outage

Trouble submitting workflow forms with file attachments on Android.started 14 hr ago

Microsoft TeamsUnable to verifystale

No public machine-readable feed; consult the official status page.

DiscordOperational

Voice, video, text servers and DMs.

ZoomOperational

Service Degradation Affecting Zoom Meeting Recordingsstarted 1 day ago

Monitoring / Dev Tools

LinearUnable to verifystale

Upstream returned invalid JSON

NotionUnable to verifystale

Upstream returned invalid JSON

DatadogOperational

APM, infra, logs, RUM, synthetics.

FigmaOperational

Collaborative design, FigJam, Dev Mode.

LaunchDarklyOperational

Feature flags, experiments, releases.

SentryOperational

Error monitoring, performance, replays.

DevZone aggregates publicly available status data and refreshes every 30 seconds. Status indicators reflect each provider’s own machine-readable feed; for incident details and authoritative information, always consult the official status page linked on each card.

Anthropic 90-day incident history

Last 90 days

73.33% incident-free

No incidentDegradedOutage

Quick facts about Anthropic

Frequently asked questions

Why am I getting 529 errors from the Claude API?

A 529 is "Overloaded" — Anthropic is rate-limiting all clients during a capacity event. It’s not an outage in the traditional sense, but functionally similar. Implement exponential backoff (and consider a fallback to OpenAI or Gemini for critical paths). The dashboard above will show "degraded" or "partial outage" during 529 storms.

Is Claude Code affected when the Claude API is down?

Claude Code uses the Claude API under the hood, so yes — if the API is down, Claude Code completions and edits will fail. The Claude Code card on the Anthropic status page is reported separately, but is dependent on the API.

Does Anthropic have a status API?

Yes — https://status.anthropic.com/api/v2/summary.json. Same Statuspage schema as OpenAI.

How do I fall back from Claude to another provider during an outage?

Use a router like LiteLLM, OpenRouter, or Vercel AI Gateway. They unify the request schema so you can fail over to OpenAI or Gemini with a single config change.

Check status for related services