Zum Inhalt springen
UsageMeter-Discord: 1 Monat Pro gratis

Where do your Claude Code tokens go?

Run /usage in Claude Code to see skills, subagents, plugins and MCP servers for this machine. Why usage climbs, and how to see it across every PC.

Run /usage in Claude Code. On Pro, Max, Team and Enterprise it attributes your recent usage to skills, subagents, plugins and individual MCP servers, and flags long context and cache misses when one of them is 10 % or more of recent usage; press d or w for the last 24 hours or 7 days (Commands). The figures come from the session history of the machine you run it on, so usage from your other computers and from claude.ai isn't included.

What does /usage show?

/usage shows the session cost, your plan's usage limits and activity stats; /cost and /stats are aliases of it. On Pro, Max, Team and Enterprise it adds the breakdown by skill, subagent, plugin and MCP server, behaviour flags such as long context and cache misses when they pass 10 % of recent usage, and rows for loops (Commands). The dollar figure in its Session block is meant for API users: on Pro and Max it isn't what you pay.

/usage: your plan's limits and where recent usage went

Example output. The bars are your account's limits; the breakdown under them only counts this machine's history.

Illustrative
Claude Code usage commands in a terminalA Claude Code terminal running /usage, with example output.claude — ~/project>/usageCurrent session42%resets 17:00Current week63%resets Thu 22:00What used it · this machine, 7 daysMain conversation58%Subagents21%MCP servers13%Skills8%Claude Code usage commands in a terminalA Claude Code terminal running /usage, with example output.claude — ~/project>/usageCurrent session42%resets 17:00Current week63%resets Thu 22:00What used it · this machine, 7 daysMain conversation58%Subagents21%MCP servers13%Skills8%
What each command shows
CommandShows
/usageyour plan's limits and what used them
Figure 1. Simplified output with example values; the exact layout depends on your Claude Code version.

The docs call the figures approximate. They are computed from the local session history, so a second laptop, a desktop at the office or your chats on claude.ai don't appear, even though they draw on the same limits (Commands).

Why does Claude Code usage climb so fast?

Anthropic's cost guide lists the usual causes (Manage costs effectively):

  • the full conversation is sent with every request,
  • cache misses after a break longer than the cache lifetime,
  • scheduled tasks firing while you're idle,
  • messages between sessions and goal check-ins,
  • agent teammates,
  • compaction of a large context.

The first one matters most in long sessions: each request carries everything before it, so the cost per turn keeps growing.

Each request re-sends the conversation, so late turns cost the most

Tokens sent to the model at each turn of one chat (illustrative: 200-token messages, 600-token replies, 3k of attachments).

Illustrative
Tokens per turn in one conversationTurn 1 costs about 3.8k tokens. Every turn sends the whole history again, so turn 20 costs about 19k: 5 times more for a message of the same size.turn 136912151820≈ 3.8k≈ 19k · ×5Tokens per turn in one conversationTurn 1 costs about 3.8k tokens. Every turn sends the whole history again, so turn 20 costs about 19k: 5 times more for a message of the same size.turn 18121620≈ 3.8k≈ 19k · ×5
  • Attachments
  • History sent again
  • Your message
  • Reply

Takeawaya new chat for each new topic brings the cost back to turn 1.

Tokens sent per turn in this illustration
TurnTokens sent
13.8k
24.6k
46.2k
67.8k
89.4k
1011k
1212.6k
1414.2k
1615.8k
1817.4k
2019k
Figure 2. An order of magnitude, not a measurement: caching makes re-read history count less, and real sizes depend on the model, the files and extended thinking.

Why do subagents and agent teams cost more?

Subagents and agent teammates do work of their own, and all of it counts toward the same limits. Anthropic's guide gives one order of magnitude: agent teams use approximately 7x more tokens than standard sessions when teammates run in plan mode (Manage costs effectively). The subagent rows of /usage show how much of your recent usage went there.

What is a cache miss, and why does a break cost tokens?

Claude Code caches the start of the conversation so the next request can reuse it at a lower cost. On a subscription, the main conversation's prompt cache lives one hour; once you draw on usage credits it lives five minutes, unless you set promptCacheTtl to 1h (Claude Code v2.1.242 or later) (Prompt caching). Come back after the cache has expired and the next request reads the whole context again at full price. That is the "cache misses" flag in /usage.

Claude Code and your weekly limit

Anthropic is explicit: "your usage of all different Claude product surfaces (claude.ai, Claude Code, Claude Desktop) counts towards the same usage limit" (How do usage and length limits work?). If a big part of your week goes to Claude Code, it is worth knowing which part of Claude Code.

The week split by product, in points of the weekly limit

Example: the week at 63% of the limit, day 4 of 7. The white marker is where a steady pace would be.

Example
Weekly limit by product63% of the weekly limit used: Claude Code 38 pts, Chats 17 pts, Cowork 6 pts, Other 2 pts. 37% left. A steady pace would be at 57% today.63%steady pace 57%left 37%Weekly limit by product63% of the weekly limit used: Claude Code 38 pts, Chats 17 pts, Cowork 6 pts, Other 2 pts. 37% left. A steady pace would be at 57% today.63%steady pace 57%left 37%
  • Claude Code60%38 pts
  • Chats27%17 pts
  • Cowork10%6 pts
  • Other3%2 pts

At this pacethe limit would be reached around day 6.3 of 7.

Weekly usage by product in this example
ProductShare of the usagePoints of the limit
Claude Code60%38
Chats27%17
Cowork10%6
Other3%2
Figure 3. Example split, in points of the weekly limit: the share of each product in what the week has used so far.

How to see the breakdown across every PC

UsageMeter Link, our free Windows app, reads Claude Code's transcripts on each PC and adds them up on your UsageMeter dashboard. Version 0.5 adds the breakdown: the share of subagents, MCP servers, skills and plugins, the tokens re-read after a break and your limit hits, over 7, 30 or 90 days and across all your PCs, with one concrete tip per line (Pro). A Sessions tab stays on your PC. Project and server names are hashed unless you allow them.

Claude Code panel: 34.7 points of the weekly limit, the tokens behind them, tokens per point and what is left this week (sample data)Beispieldaten
Claude Code auf den Token genau: von UsageMeter Link auf Ihren PCs gemessen und Claudes eigener Wochenaufteilung gegenübergestellt.

It doesn't replace /usage: it answers the questions /usage can't, across machines and over weeks.

At a glance

/usage in Claude CodeUsageMeter Link 0.5
Skills, subagents, plugins, MCP serversYes (Pro, Max, Team, Enterprise)Yes (Pro, on the dashboard)
Cache misses, long contextFlagged at 10 % or moreTokens re-read after a break
PeriodLast 24 hours or 7 days7, 30 or 90 days
MachinesThis oneEvery PC with the app
Usage from claude.aiNoWith the browser extension, on the dashboard

Sources: Commands; UsageMeter's changelog.

FAQ

How do I see which MCP server uses the most tokens in Claude Code?

Run /usage on a Pro, Max, Team or Enterprise plan: it attributes recent usage to individual MCP servers, as well as skills, subagents and plugins, for the machine you're on. Press d or w to switch between the last 24 hours and 7 days.

Why doesn't /usage match what claude.ai shows?

/usage works from the session history on this machine, and the docs call its figures approximate. Your limits are shared with claude.ai, Claude Desktop and your other computers, whose usage /usage doesn't see.

Do subagents count toward my limit?

Yes. Subagents and agent teammates draw on the same session and weekly limits as the rest of Claude Code. Anthropic says agent teams use approximately 7x more tokens than standard sessions when teammates run in plan mode.

How do I reduce Claude Code's token usage?

Keep sessions focused and start a fresh one for a new task, avoid long idle breaks in a session you'll resume, and check the subagent and MCP rows of /usage for tools you don't need. Anthropic's cost guide has more detail.

Sources

What changed

  • 24 September 2026: first version.

UsageMeter

UsageMeter ist eine unabhängige Erweiterung, die Ihre Claude-Nutzungslimits direkt auf claude.ai anzeigt, mit dem Countdown bis zu jedem Reset. Nicht mit Anthropic verbunden.

Mit Hilfe von Claude geschrieben und am 24. September 2026 von UsageMeter geprüft. Wie wir schreiben