claude-code - 💡(How to fix) Fix /status "Total cost" is confusing for Max-plan users — looks like a bill

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

Equivalent API cost (informational): $73.43
   Your subscription covers this; see usage bars below.

---

Total cost:  $73.43  (informational — billed against your Max plan, not as a separate charge)
RAW_BUFFERClick to expand / collapse

When using Claude Code via "Login with Claude account" on a Claude Max subscription, the /status → Usage panel shows a "Total cost: $X" line that monotonically increases over the session, alongside percentage bars that measure something else entirely.

Screenshots

Status tab — confirms the session is authenticated as a Claude Max account, not an API key:

<img width="532" height="197" alt="Image" src="https://github.com/user-attachments/assets/0c75535d-787a-4f2d-8abc-cdfc030049a7" />

Usage tab — the actual confusion:

<img width="1618" height="870" alt="Image" src="https://github.com/user-attachments/assets/dbbb76fb-dae5-49da-964b-29563f24daee" />

The problem

The "Total cost" line reads as a bill: a dollar figure that keeps climbing. Per the Anthropic Help Center it's a projected API-rate cost, informational only — the Max subscription absorbs the actual cost up to plan limits. But there's nothing in the UI that says so. New Max users naturally read $73.43 and assume they're being billed on top of their monthly subscription.

Two unrelated meters are stacked without a label distinguishing them:

  • "Total cost: $73.43" — projected API equivalent (informational).
  • "Current session 14% used / Current week 4% used" — plan-window quota (the meaningful number).

Both numbers grow as you work, but against different scales. Without context, a user can't tell whether they're at risk of an overage, a charge, or neither.

Requested change

Pick whichever fits the team's preference:

  1. Relabel when authenticated via Max/Pro:

    Equivalent API cost (informational): $73.43
    Your subscription covers this; see usage bars below.
  2. Hide the dollar figure entirely on subscription plans. Move it to /status → Stats as a "what would this have cost on the API" curiosity.

  3. Add a one-line note under "Total cost":

    Total cost:  $73.43  (informational — billed against your Max plan, not as a separate charge)

Option 3 is the smallest change and keeps the existing surface for API-key users.

Why it matters

The current display creates avoidable anxiety for the demographic Anthropic most wants to grow into Claude Code (Max subscribers who would otherwise stick to claude.ai). I spent five minutes consulting documentation to confirm I wasn't being charged $73 on top of my $200/mo plan; that confirmation should have been one glance at the screen.

Repro

  1. Log in with a Claude Max account ("Login with Claude account").
  2. Run any non-trivial Claude Code session for a while.
  3. Run /status → Usage tab.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING