← Reddit

Has anyone had issues with Claude Code getting stuck? I’m not sure what happened or changed but I haven’t been able to use Claude code on a project I’ve been working for a while now. It gets stuck on both Desktop and VS Code.

Reddit · Echelon_CR · April 22, 2026
A user reported experiencing issues with Claude Code becoming stuck on a long-term project, with the malfunction occurring in both Desktop and VS Code environments. The user sought information about whether others had encountered similar problems.

Detailed Analysis

Claude Code's tendency to freeze or become unresponsive has emerged as a widely documented and persistent problem affecting users across multiple platforms and integration environments. The Reddit post in question reflects a frustration shared by a significant portion of the Claude Code user base: the tool becomes stuck during active use on long-running projects, failing to respond in both the Claude Desktop application and the VS Code extension. Research context confirms this is not an isolated experience — GitHub issue trackers for the `anthropics/claude-code` repository contain multiple threads documenting identical symptoms dating back to at least December 2025, with reports spanning Windows, macOS, and Linux systems alike.

The specific failure modes cluster around several recurring patterns. Users report infinite loading spinners at startup, unresponsive message handling mid-session, and — critically — orphaned background processes that continue running after the application appears to have closed. These zombie processes prevent the application from restarting cleanly, as the system treats the session as still active. On Windows, this requires manual termination via Task Manager; on macOS and Linux, commands such as `pkill -f claude` are necessary to fully clear the process. The VS Code extension appears to share enough backend architecture with the Desktop client that freezes in one environment often mirror those in the other, particularly when working with large or complex codebases that place heavy demands on memory and context processing.

The persistence of these issues across updates suggests the root causes are non-trivial and likely involve a combination of factors: session context accumulation on long-running projects, memory pressure on systems with limited RAM, platform-specific conflicts such as antivirus interference on Windows or Docker/SSH complications on macOS, and potential regressions introduced through software updates. Anthropic's official documentation acknowledges some of these vectors and recommends staged troubleshooting — updating to the latest version, force-killing residual processes, checking system resources, and performing full application data resets when simpler fixes fail. The fact that users are still actively filing new GitHub issues in 2026 indicates these remedies are not universally effective.

This pattern of stability issues is significant in the broader context of AI-powered developer tooling, a category that has seen explosive growth and intense competition. Claude Code sits in a market alongside GitHub Copilot, Cursor, and other agentic coding assistants, where reliability is not merely a convenience feature but a professional requirement. Developers integrating AI tools into active project workflows have low tolerance for hangs and freezes, particularly when those failures corrupt task state or interrupt long-running operations. Persistent instability risks eroding user trust precisely in the demographic — experienced software engineers working on substantive projects — that Anthropic most needs to retain as Claude Code matures.

The broader trend these issues illuminate is the challenge of deploying agentic AI systems that must maintain coherent, stateful sessions over extended periods and across complex development environments. Unlike chat interfaces where a failed response is easily retried, agentic coding tools like Claude Code must manage file system access, process execution, context windows, and extension APIs simultaneously. The engineering surface area for failure is substantially larger, and the consequences of a crash are more disruptive. Anthropic's response to ongoing GitHub reports — and the speed with which these issues are resolved in future releases — will serve as a meaningful indicator of the company's capacity to support Claude Code as a production-grade tool rather than an experimental one.

Read original article →