← Reddit

Not able to start new session with extra usage after session quota

Reddit · dragonfly_overfly · April 19, 2026
Claude Max users reported experiencing functionality issues when session quotas are exceeded, specifically that the desktop application prevents enabling extra usage to continue work and locks the text input field. The application also refuses to start new sessions even when extra usage is enabled, requiring a complete restart rather than simply closing the conversation.

Detailed Analysis

A user on the Claude Max subscription tier has reported a significant usability bug in Claude's desktop application, specifically within Claude Code, where the platform fails to honor the "extra usage" toggle after session quotas are exhausted. Rather than seamlessly switching to consumption-based billing — which is the documented behavior for paid Max plan users — the interface locks the text input box entirely, preventing users from sending messages even after enabling extra usage. The bug persists across attempted workarounds such as starting new sessions without fully closing and restarting the application, rendering the user unable to continue work mid-session during time-sensitive tasks.

The issue sits at the intersection of two distinct problems: a UI/UX failure and a deeper billing infrastructure bug. Anthropic's documented design for Claude Pro and Max plans is that once a session quota is depleted, users with extra usage enabled should automatically transition to API-rate billing, drawing from a pre-loaded balance. However, as corroborated by multiple GitHub issue reports filed against the claude-code repository, this transition mechanism is unreliable. Some users report being billed for extra usage despite having consumed only a fraction of their session allowance, while others encounter false "extra usage credits exhausted" errors even when funds are available. The original poster's observation — that the product "appears all good in first look, but broken actually in small functions and behaviours" — captures a pattern of surface-level polish masking brittle underlying logic in quota management.

The broader context makes this failure particularly consequential. Claude Code is positioned as a professional-grade agentic coding tool, and its user base relies on sustained, uninterrupted sessions to complete complex, multi-step development tasks. Session quotas on Max 5x plans are aggressive: resuming an existing conversation can invalidate the prompt cache after just five minutes, costing approximately 250,000 tokens — roughly 10% of an entire Max 5x session allowance — in a single resume action. Combined with peak-hour reductions affecting roughly 7% of users during weekday mornings Pacific Time, the effective available compute can be substantially lower than advertised limits suggest, making the extra usage fallback not a luxury but a practical necessity for power users.

Anthropic has publicly acknowledged rapid quota exhaustion as a top-priority engineering concern and is actively investigating, with issues tracked openly on GitHub. Recommended workarounds include using lighter models such as Haiku 4.5 or Sonnet 4.5 instead of Opus to reduce per-token costs, starting fresh conversations to minimize context window size, and scheduling intensive workloads outside peak hours. Some users have resorted to unofficial techniques such as running automated heartbeat pings every four minutes to maintain active sessions. These workarounds, while functional for technically sophisticated users, underscore that the product's reliability under real-world usage conditions has not yet matched the expectations set by its premium pricing tiers.

The episode reflects a tension that is increasingly common across frontier AI product launches: capabilities advance rapidly while the operational infrastructure — billing systems, quota enforcement, session state management — lags behind in robustness. For Anthropic specifically, Claude Code represents a strategic expansion from conversational AI into agentic developer tooling, a market where reliability and predictability are baseline professional requirements rather than aspirational features. Until the extra usage billing pathway functions consistently and the session state management is hardened, high-value users risk workflow disruption at precisely the moments of peak cognitive load, potentially eroding the trust that premium subscription pricing is meant to purchase.

Read original article →