Claude / Anthropic

Claude Status: How to Check If Anthropic Is Down Right Now (2026)

Updated June 2026 ยท 9 min read ยท API Status Check

Quick Answer

Check Claude status at status.anthropic.com (official) or apistatuscheck.com/is-claude-down for independent real-time monitoring. Claude Code users can also check status.claude.com.

Staff Pick

๐Ÿ“ก Monitor your APIs โ€” know when they go down before your users do

Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.

Start Free โ†’

Affiliate link โ€” we may earn a commission at no extra cost to you

The Official Claude Status Pages

Anthropic maintains two official status pages. Knowing which one to use saves time:

status.anthropic.com

The main Anthropic status page. Shows status for all services: Claude.ai, Anthropic API, Claude Code, Console, and Workbench.

status.anthropic.com โ†’

status.claude.com

The Claude-specific status page. More focused โ€” useful if you only care about Claude.ai or Claude Code and don't need the full Anthropic suite.

status.claude.com โ†’

What Each Claude Status Means

Operational: All Claude systems working normally. If Claude isn't working for you, it's likely a local issue โ€” browser, network, account, or rate limit.
Degraded Performance: Claude is up but slower or less reliable than normal. You may get longer response times, occasional 529 errors, or timeouts. Usually resolves in 15-60 minutes.
Partial Outage: A significant portion of Claude users can't access the service. Typically affects specific regions, specific models (Opus vs Sonnet vs Haiku), or specific surfaces (API vs web app).
Major Outage: Claude is down for most or all users. Rare โ€” Anthropic reserves this status for significant infrastructure failures. The team will be working on a fix.
Under Maintenance: Planned maintenance window. Anthropic usually schedules this for low-traffic hours and provides advance notice in their status page.
๐Ÿ“ก
Recommended

Get alerted the instant Claude goes down

Better Stack monitors the Anthropic API every 30 seconds and pages your team before users notice. Free tier included.

Try Better Stack Free โ†’

Claude AI Status vs Claude API Status vs Claude Code Status

These are three distinct systems that can fail independently. Here's the breakdown:

Claude AI Status (claude.ai)

What it is: The web interface at claude.ai used by individuals and teams.

Signs of issues: Login failures, conversations not loading, 'Claude is having trouble' errors.

Official: status.anthropic.com โ†’ Claude.ai row ยท Independent monitor โ†’

Claude API Status (api.anthropic.com)

What it is: The developer API used by applications and tools built on Claude.

Signs of issues: 529 overloaded errors, HTTP 500/503, authentication failures, timeout on API calls.

Official: status.anthropic.com โ†’ API row ยท Independent monitor โ†’

Claude Code Status

What it is: The Claude Code CLI and its API access. Used by developers running Claude Code for coding assistance.

Signs of issues: CLI authentication failures, no response from claude commands, MCP server errors.

Official: status.anthropic.com โ†’ Claude Code row ยท Independent monitor โ†’

5 Ways to Check Claude Status Right Now

1.

Official Anthropic Status Page

Visit status.anthropic.com for the authoritative source. Subscribe to email or Slack webhook updates. Note: the status page can lag 10-20 minutes behind actual incidents โ€” don't assume it's wrong if Claude isn't working.

status.anthropic.com โ†’
2.

API Status Check (Independent Monitor)

APIStatusCheck independently pings Anthropic's endpoints and shows real latency data. Unlike the official page which Anthropic controls, this gives you unbiased monitoring data and a 90-day outage history.

Check live Claude status โ†’
3.

Downdetector

Downdetector shows crowd-sourced outage reports. Useful when the official page is still green but users are reporting problems. Typically reflects real outages 5-10 minutes before official acknowledgment.

downdetector.com/status/claude-ai โ†’
4.

X/Twitter Search

Search 'Claude down' or '#ClaudeAI down' on X. Real users report problems instantly โ€” often the fastest signal of a new outage, before any official update.

Search X for 'claude down' โ†’
5.

Direct API Test

If you have an API key, a quick health check tells you immediately. A 200 response means the API is up. A 529 means it's overloaded. A 5xx means it's down.

curl https://api.anthropic.com/v1/models -H "x-api-key: $ANTHROPIC_API_KEY" -H "anthropic-version: 2023-06-01"

Claude Outage History: What the Data Shows

Based on Anthropic's incident history and independent monitoring data:

3-5x/month
Incidents per month
Including degraded performance events
~30-90 min
Avg incident duration
Varies significantly by severity
99.4%+
Monthly API uptime
Historical average for the Claude API

Notable incidents in 2026 include a major API outage in March 2026 that lasted several hours and affected all Claude models, plus recurring degraded performance events during peak usage hours (typically 9-11 AM and 2-4 PM PT).

Full incident history: status.anthropic.com/history

Claude API Error Codes During Outages

When Claude is struggling, you'll see specific HTTP error codes. Here's what they mean:

429Rate LimitNot an outage โ€” you've hit your requests-per-minute limit. Back off and retry. Check your usage tier.
529OverloadedClaude's infrastructure is under high load. Usually temporary (seconds to minutes). Retry with exponential backoff.
500Internal ErrorSomething unexpected happened server-side. Retry 2-3 times with a short delay before assuming it's a wider outage.
503Service UnavailableThe service is temporarily down or restarting. Check status.anthropic.com immediately.
529Overloaded (2)Anthropic's unique overload code โ€” different from standard HTTP. More common than 503 during peak traffic. Retry after 10-30 seconds.
๐Ÿ“ก
Recommended

Monitor Claude API status automatically

Better Stack pings api.anthropic.com every 30 seconds, detects 529 and 5xx errors, and alerts your team instantly. Free for small teams.

Try Better Stack Free โ†’

What to Do When Claude Is Down

For Claude.ai Users

  • Confirm it's not just you: check status.anthropic.com
  • Try refreshing โ€” 529 errors are often momentary
  • Switch to ChatGPT, Gemini, or Perplexity for urgent tasks
  • Claude Pro users get priority โ€” consider upgrading if downtime is frequent
  • Follow @AnthropicAI on X for real-time incident updates

For Claude API Developers

  • Check status.anthropic.com before debugging your code
  • Implement retries: for 529s, wait 10-30s before retrying
  • Use exponential backoff: 1s โ†’ 2s โ†’ 4s โ†’ 8s (cap at 60s)
  • Route around outages with a fallback to OpenAI or Gemini
  • Alert your team via your monitoring setup, not just the status page

Frequently Asked Questions

Where is the official Claude status page?

Anthropic's official status page is at status.anthropic.com. There's also a Claude-specific status page at status.claude.com. Both are powered by Statuspage.io and show real-time status for Claude.ai, the Anthropic API, Claude Code, and other Anthropic services.

What does Claude status "degraded" mean?

Degraded Claude status means the service is operational but performing below normal. You may experience slower responses, higher error rates, occasional 529 errors, or timeouts. Most degraded performance events resolve within 15-90 minutes. Anthropic posts regular updates during active incidents.

Is Claude Code status different from Claude AI status?

Yes. Claude Code status refers to the Claude Code CLI and its API access. Claude AI status refers to the claude.ai web interface. Both depend on the core Anthropic API, but Claude Code has additional infrastructure that can fail independently. Check status.anthropic.com for both โ€” they appear as separate rows.

Why is Claude down but the status page shows operational?

Anthropic's status page can lag 10-20 minutes behind real incidents. If Claude isn't working but the page shows green, check apistatuscheck.com/is-claude-down (independent monitoring), Downdetector, or search 'Claude down' on X. Also verify it's not local: try a different browser, clear your cache, or use mobile data.

How do I get alerts when Claude goes down?

Subscribe to email or Slack updates at status.anthropic.com. Follow @AnthropicAI on X. Use API Status Check Alert Pro for sub-60-second email alerts. Developers can use Better Stack or Datadog to create synthetic Claude API monitors with custom alerting.

Alert Pro

14-day free trial

Stop checking โ€” get alerted instantly

Next time Claude goes down, you'll know in under 60 seconds โ€” not when your users start complaining.

  • Email alerts for Claude + 9 more APIs
  • $0 due today for trial
  • Cancel anytime โ€” $9/mo after trial

Never Miss a Claude Outage Again

Monitor Claude AI and Anthropic API status with independent real-time monitoring. Get alerted before your users notice.

Try Better Stack Free โ€” No Credit Card Required

Or use APIStatusCheck Alert Pro โ€” API monitoring from $9/mo

๐ŸŒ Can't Access Claude?

If Claude is working for others but not for you, it might be an ISP or regional issue. A VPN can help bypass network-level blocks and routing problems.

๐Ÿ”’

Troubleshoot with a VPN

Connect from a different region to test if the issue is local to your network. Also protects your connection on public Wi-Fi.

Try NordVPN โ€” 30-Day Money-Back Guarantee
๐Ÿ”‘

Secure Your Claude Account

Service outages are a common time for phishing attacks. Use a password manager to keep unique, strong passwords for every account.

Try NordPass โ€” Free Password Manager
Quick ISP test: Try accessing Claude on mobile data (Wi-Fi off). If it works, the issue is with your ISP or local network.

โณ While You Wait โ€” Try These Alternatives

๐Ÿ›  Tools We Use & Recommend

Tested across our own infrastructure monitoring 200+ APIs daily

Better StackBest for API Teams

Uptime Monitoring & Incident Management

Used by 100,000+ websites

Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.

โ€œWe use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.โ€

Free tier ยท Paid from $24/moStart Free Monitoring
1PasswordBest for Credential Security

Secrets Management & Developer Security

Trusted by 150,000+ businesses

Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.

โ€œAfter covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.โ€

ElevenLabsBest for AI Voice

AI Voice & Audio Generation

Used by 1M+ developers

Text-to-speech, voice cloning, and audio AI for developers. Build voice features into your apps with a simple API.

โ€œThe best AI voice API we've tested โ€” natural-sounding speech with low latency. Essential for any app adding voice features.โ€

Free tier ยท Paid from $5/moTry ElevenLabs Free
SEMrushBest for SEO

SEO & Site Performance Monitoring

Used by 10M+ marketers

Track your site health, uptime, search rankings, and competitor movements from one dashboard.

โ€œWe use SEMrush to track how our API status pages rank and catch site health issues early.โ€

From $129.95/moTry SEMrush Free
View full comparison & more tools โ†’Affiliate links โ€” we earn a commission at no extra cost to you