[Bug] Claude Code performance degradation after recent update
Open 💬 17 comments Opened Jan 20, 2026 by ggarg2510
Bug Description
Performance Issue with Claude Code
Claude Code is running significantly slower than usual despite being on the Max plan. The degradation appears to have started recently, possibly coinciding with a recent update. Tasks that previously completed quickly are now taking considerably longer to execute.
Details:
Plan: Max
Issue: Noticeably slow performance and extended execution times
Possible trigger: Recent version update
Is anyone else experiencing similar performance issues with Claude Code? Would appreciate any insights into whether this is a known issue or if there's something specific causing the slowdown.
Environment Info
- Platform: darwin
- Terminal: Apple_Terminal
- Version: 2.1.12
- Feedback ID: 4c546967-1321-45eb-8e81-6126a029e70b
17 Comments
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
I had the same problem since sunday, I canceled my plan and requested a refund.
제 것은 멍청해졌습니다. 확연히 멍청해졌습니다. 이전 Sonnet 4.5보다 Opus 4.5가 멍청하고, 토큰만 더 많이 소모합니다.
downgraded to v2.1.2 which seems to be working fine for now
how do you downgrade?
using Claude Code itself and explicitly asking it to disable auto-update.
It triggered these commands:
You can use the command line:
curl -fsSL https://claude.ai/install.sh | bash -s -- 2.1.2+1
It is still slow with version 2.1.2. It isn't the terminal application that is slow. It's the Anthropic servers. Unusable. Same issue with the VS Code extension.
Claude models in Antigravity are fast, i believe they're on Google's servers.
@benji-farquhar No, then you have a different issue. Claude Code definitely gets slow with sessions that have large terminal outputs. Reverting to 2.1.2 solves that issue for me.
@slhck Okay. Lucky you then.
I see that the node version is still more fluid than the native one.
+1
Even entering characters occasionally starts to lag and slow down, just like the entire Claude code.
It runs super slow, I am suspicious of the API rate issue, after checking, the LLM API is working quick with opencode, but every slow with claude code. (claude v2.1.81)
Also seeing on .81 lots of red text and not starting to process and think for minutes sometimes.
I created a .cloudignore and now is a bit faster, maybe helps someone. Using the native version .81
Performance degradation after updates can have several causes. Here's a diagnostic and mitigation checklist:
Diagnosis — check which part is slow:
Workaround 1 — Clear cache and restart:
Stale cache can slow down startup and tool operations.
Workaround 2 — Reduce context size:
Long conversations slow down every API call (more tokens = more processing). Compact regularly:
Or start fresh sessions for new tasks.
Workaround 3 — Disable unused MCP servers:
Each MCP server adds overhead. Remove any you're not actively using from
settings.json.Workaround 4 — Check for background processes:
Kill any orphaned processes.
Workaround 5 — Increase system resources:
Workaround 6 — Monitor with a hook:
Check
/tmp/claude-perf.logto see how long between tool calls.If the slowness is API-side (not local): Check status.anthropic.com. Max plan users sometimes experience slower responses during high-load periods.