Is Claude Code Down?

Quickest ways to check the current status of docs.anthropic.com plus recent known issues and working alternatives if it's out.

Last editorial review: 2026-04-22

How to check right now

Known issues we've tracked

Claude Opus 4.7 (default backing model) brings three Claude-Code-relevant features documented on Anthropic's What's New page: (1) new `xhigh` effort level recommended specifically for coding + agentic work, (2) task budgets (beta header `task-budgets-2026-03-13`) -- give Claude an advisory token budget across the full agentic loop and the model self-paces against a running countdown, (3) high-resolution image support up to 2576px / 3.75MP with 1:1 pixel-coordinate mapping, big upgrade for screenshot-driven debugging. Breaking changes for direct API users: extended thinking budgets removed (use adaptive thinking), sampling parameters (temperature/top_p/top_k) removed, thinking content omitted from response by default (set display=summarized to restore)
2026-04Anthropic: What's new in Claude Opus 4.7 (platform.claude.com/docs/en/about-claude/models/whats-new-claude-4-7)
2026-04-18 added the `/usage` command -- shows a usage-driver breakdown for the current session, flags cache-miss patterns, and makes it easier to catch runaway token consumption before it ends up on the bill. If your Claude Code sessions surprise you with cost, this is now the first diagnostic to run
2026-04Anthropic Claude Code release notes
Large file edits occasionally produce malformed output, requiring manual cleanup of partial replacements
2026-03GitHub Issues
Token consumption on large repos can exceed expectations -- users report $20+ sessions on complex multi-file tasks
2026-02Reddit r/ClaudeAI

Issues here are sourced from our editorial sweeps, not real-time telemetry. Newer issues may exist.

What to use if Claude Code is down

Top AIToolTier-ranked alternatives in the same category, ordered by our overall score.

About Claude Code

Tier B (7.8/10). Anthropic's terminal-based coding agent that reads your whole repo and makes real changes -- not just suggestions