← Reddit

Unable to use the free extra usage?

Reddit · ad53n · April 23, 2026
A user reported being unable to utilize free extra usage credits in Claude Code despite completing the login process. The system displayed a successful login confirmation in the terminal but continued to require `/extra-usage` enablement when attempting to use the credits. Adjusting the monthly limit setting to unlimited did not resolve the issue.

Detailed Analysis

A Reddit user posting to r/Anthropic reported difficulty accessing the "extra usage" that Anthropic had previously distributed to all users at no cost, specifically encountering problems within Claude Code. The user described a login loop — being redirected to the Claude.ai website, successfully authenticating, and then receiving a terminal prompt instructing use of the `/extra-usage` command — suggesting a disconnect between the authentication flow and the platform's ability to recognize or apply the promotional credit. The user also noted that setting their monthly spending limit to "unlimited" produced no change in behavior, ruling out self-imposed billing restrictions as the cause.

The most likely explanation for this issue is that the promotional window has simply closed. Anthropic's temporary doubled-usage promotion ran exclusively from March 13 through March 27, 2026, meaning that as of late April 2026, the benefit has been fully expired for nearly a month. The promotion also carried a notable caveat during its active period: bonus usage was restricted to off-peak hours (8am–2pm ET on weekdays were excluded), meaning users who attempted to take advantage of the offer during those windows would have encountered similar dead ends even while the promotion was technically live. The combination of an expired promotion and the user's apparent assumption that the credit remains banked and redeemable explains the frustration — Anthropic's promotional usage was time-limited and non-accumulating, not a persistent credit balance.

The technical friction around Claude Code authentication adds another layer of complexity to this situation. Claude Code is a separate interface from the Claude.ai web app, and its OAuth-based login flow, which redirects users to a browser for authentication before returning to the terminal, has been documented as a source of confusion in Anthropic's GitHub issue tracker. When platform-level entitlements such as promotional usage tiers are not properly propagated across both the web and CLI environments, users can find themselves in ambiguous states where authentication succeeds but feature access fails — a known friction point in multi-surface AI product deployments.

This episode reflects a broader challenge in how AI companies communicate temporary promotional terms to users. Anthropic's doubled-usage offer generated substantial goodwill and press coverage, but the time-bounded and off-peak-only nature of the benefit was, for many users, buried in the fine print. When promotions expire, users who did not fully consume their temporary allotment — or who assumed the credit would persist — are left troubleshooting a system that is, in fact, functioning as intended. Clear in-product expiration notices and graceful messaging at the point of feature access (rather than cryptic command-line prompts) would significantly reduce this category of user confusion.

More broadly, the incident highlights the increasing complexity of managing AI usage tiers across fragmented product surfaces — web apps, APIs, and developer CLI tools like Claude Code. As Anthropic and its competitors expand their product ecosystems, ensuring consistent entitlement logic and coherent user-facing error messaging across all access points becomes an operational priority. A user who cannot determine whether their problem stems from an expired promotion, an authentication bug, a billing configuration issue, or a product-specific limitation is a user likely to churn — underscoring that the UX of usage limits is itself a competitive dimension in the rapidly evolving AI assistant market.

Read original article →