- 04
- September
One of the most common questions enterprise customers ask is: “How many tokens does one Claude Team Standard seat get per session?” The direct answer is that Anthropic does not publish a fixed token number — the official documentation expresses usage as a multiplier relative to the Pro plan instead: a Claude Team Standard seat gets roughly 1.25x the per-session usage of Pro, and a Team Premium seat roughly 6.25x. Usage is deducted according to how much work the model actually processes, not how many messages you type, which is why a fixed token figure would be misleading. This guide explains what a “session” means in Anthropic's terms, what actually consumes quota, and the three places you can check what is left. All figures were verified against official documentation on 4 September 2026.
In one line: One Team Standard seat gets about 1.25x Pro's per-session usage. A “session” is a rolling five-hour window, not a single conversation, and a separate weekly ceiling sits on top of it. Check what is left in Settings > Usage on claude.ai, with the /usage command in Claude Code, or in Admin settings > Usage if you are an organization owner.
A “session” is not a conversation
The single biggest misunderstanding sits in the word session. Most people assume it means one chat thread, and that opening a new chat resets the counter. In Anthropic's quota system it means a rolling five-hour window that starts with the first message you send. Starting a new chat, clicking New chat, or closing the browser does not give quota back.
Above that sits a weekly ceiling that resets at a fixed time each week, visible in your usage settings. Teams therefore sometimes hit a wall even though the five-hour window looks healthy — the weekly ceiling ran out first. Both windows apply at the same time, and whichever fills first is the one that stops you.
| Quota window | Starts when | Resets when | Covers |
|---|---|---|---|
| Session (5 hours) | Your first message after the previous window expired | Five hours after that first message | All models combined |
| Weekly ceiling | Runs continuously through the week | A fixed time each week, shown in Settings > Usage | All models combined |
| Per-model ceiling | Heavy use of a top-tier model | On that model's own cycle | Only that model family, e.g. Opus |
The difference matters in practice. If the message says you have hit your session or weekly limit, switching models will not help — those ceilings already span every model. If it names a specific model, switching to a model outside that family lets you keep working immediately.
Why Anthropic does not publish a token count per session
Because what gets deducted tracks the work the model performs, not the number of messages sent. A one-line follow-up in a long conversation can cost more than a long question in a fresh one, because every request re-sends the accumulated context. That mechanic is explained in detail in our guide to context windows and how Claude counts tokens — a separate concept from usage limits, but one that drives them.
| Factor | Effect on quota | What your team can do |
|---|---|---|
| Accumulated conversation length | Very high — prior context is re-sent with every question | Start a new conversation when the topic changes; do not mix unrelated work in one thread |
| File attachment size | High — the whole file enters context | Attach only the relevant extract, or put reference documents in a Project |
| Model choice | High — top-tier models consume materially more | Reserve the top tier for hard reasoning; use a mid-tier model for summaries and routine replies |
| Effort level | Medium to high — higher effort spends more thinking tokens | Lower it for routine work that does not need deep reasoning |
| Tools and connectors | High — research and web search pull in large blocks of content | Disable connectors you are not using; invoke them deliberately |
| Creating and revising artifacts | Medium — documents or code revised many times accumulate | Specify everything you want before asking for a revision, to cut the number of rounds |
A note that genuinely saves quota: content stored in Projects is cached and does not count against your limits when reused, and frequently repeated prompts are partially cached too. Teams that reference the same manuals or policies every day should keep those documents in a Project rather than re-attaching the files each time.
What Team Standard gets, compared with other plans
Official documentation benchmarks everything against Pro. Pro itself provides at least five times the per-five-hour usage of the Free plan, and the Team tiers are then expressed as multiples of Pro.
| Plan | Usage per session | Price per member (before tax) | Notes |
|---|---|---|---|
| Free | Baseline | — | Not suitable for organizational work |
| Pro | At least 5x Free | See Anthropic's pricing page | Individual account, no team administration |
| Team Standard | 1.25x Pro | $25/month billed monthly, or $20/month billed annually | Includes Claude Code and Cowork |
| Team Premium | 6.25x Pro | $125/month billed monthly, or $100/month billed annually | Same features as Standard; the difference is usage volume |
Two points matter most to administrators. First, quota belongs to each member, not to a shared team pool. The documentation states plainly that usage limits on Team plans are per-member rather than applied to the team as a whole: one person running out does not affect colleagues, and unused quota cannot be borrowed from anyone else.
Second, one seat's quota is shared across products. Chatting on claude.ai, using Claude Desktop, working in Claude Code, and using Cowork all draw from the same allowance. A developer with Claude Code open all day consumes it far faster than a colleague drafting emails. For coding-specific planning, see our Claude Code pricing guide; for a full plan-by-plan comparison, see every Claude plan's limits compared, and for the Team-versus-Enterprise decision, see Claude Team vs Enterprise.
Three ways to check your remaining quota
1. On the web and desktop app — Settings > Usage
This is the primary view for individual users and the most complete one. Open Settings and choose Usage: you will see progress bars for the current five-hour session, including how long remains before it resets, and for the weekly ceiling with its reset date. These figures include usage from every device and every product on the same account, which makes this the number to trust.
2. In Claude Code — the /usage command
For teams working at the command line, there is no need to switch to a browser.
# Show plan usage bars plus a breakdown of what is consuming quota
/usage
# Press d for the last 24 hours, w for the last 7 days
# Press r to retry if the usage endpoint is rate limited
# Manage usage credits (requires signing in with a claude.ai subscription)
/usage-credits
What /usage offers that nothing else does is attribution. It shows, as a percentage of recent usage, which skills, subagents, plugins, and MCP servers consumed your quota, and it flags behaviours such as long context or frequent cache misses when one accounts for 10% or more of recent usage. That breakdown is invaluable when you need to explain to management where the quota went.
Why the numbers may not match: the breakdown in /usage is computed from local session history on that machine, so it excludes usage from other devices and from claude.ai. The dollar figure in the Session block at the top is an estimate at list price intended for API users — it is not what a subscription plan member is billed. For an account-wide picture, always fall back to Settings > Usage on the web.
3. For organization administrators — Admin settings > Usage
Organization owners see the team-wide picture under Admin settings > Usage. The spend report in organization analytics shows estimated spend per user and per model, exports to CSV, and updates daily. One thing to understand clearly: that report reflects consumption beyond what the seat allowance already covers. Usage inside the seat allowance is not metered in dollars, because it is already paid for in the seat price.
| Where | Who uses it | Question it answers | Limitation |
|---|---|---|---|
| Settings > Usage | Every user | How much is left and when it resets, for both windows | Your own account only; no breakdown of what consumed it |
/usage in Claude Code |
Technical users | Which skill, subagent, or MCP server is consuming quota | Counts only this machine; excludes other devices and claude.ai |
| Admin settings > Usage | Owners and Primary Owners | Team-wide consumption, heavy users, spend caps | Covers only spend beyond the seat allowance; updates daily |
What happens when the quota runs out
The first option is simply to wait — the message tells you when the window resets. The second is usage credits, which let Team and seat-based Enterprise members keep working with Claude, Cowork, and Claude Code after the usage included with their seat is exhausted.
Budget control at three levels: Owners and Primary Owners enable usage credits under Organization settings > Usage. Once on, monthly spend limits can be set for the whole organization, per group, and per individual member. When a limit is reached, access pauses until the next billing period. Organizations can therefore give teams headroom without opening an uncapped bill.
Members without billing access see a link that sends a request to their administrators instead. And if a limit interrupts work in progress, recent versions of Claude Code can wait for the reset and resume the interrupted task automatically.
Why quota disappears faster than it feels like it should
This question always follows the first one, and the answer is rarely “you used a lot”. It is usually “you used it in a way that makes the system re-read a lot”. Four causes dominate.
Accumulated context is the leading cause. Every new question in an existing thread carries the whole history with it, so a one-line question in a chat that has been open all day costs as much as the entire conversation.
Cache misses are the most overlooked. Processed context is cached so it does not have to be re-read, but the cache has a lifetime. Coming back after a long break means the full context is reprocessed. On a subscription that lifetime is one hour, and it drops to five minutes once you begin drawing on usage credits — so resuming an old thread after a long pause is more expensive than it looks.
Scheduled tasks and agents left running keep consuming quota on their own schedule even when nobody is typing.
Compaction is itself a large request, because summarizing a conversation means reading all of it. When you intended to move on to something new anyway, starting a fresh conversation costs nothing and compacting does not.
What this means for organizations running an ERP
For organizations where an ERP system is the backbone of their data, quota planning should start by segmenting users rather than buying identical seats for everyone. Staff who use Claude to draft documents, summarize reports, or answer email usually fit comfortably within Standard. Development teams working in Claude Code all day, or analysts running large datasets through the model regularly, hit the Standard ceiling far sooner. Mixing both seat types within one team is allowed, and it is usually the most economical allocation — our article on whether Claude Team Premium is worth it covers the upper tier in detail.
Architecturally, the position we recommend to every client is that the ERP is the source of truth and AI is the assistant. Budget figures, remaining balances, document status, and approval trails must come from the ERP database, never from the model's answer. Connecting Claude to Saeree ERP through the MCP standard — so the AI reads real data under each user's own permissions, with an access trail recorded — is work we ran internally on our own systems before offering it, and we now take on that integration work for clients.
One thing worth stating plainly: connecting AI to an ERP does not reduce quota consumption. It increases it, because every record the AI pulls in to answer a question becomes context. Organizations planning a serious integration should budget more quota than a chat-only estimate suggests, and should design the integration to fetch only the fields needed rather than whole tables.
Conclusion
| Team Standard is enough when | Consider Premium when |
|---|---|
| Work is mostly drafting, summarizing, and email | Claude Code is open against a codebase most of the day |
| Attachments are moderate and occasional | Large files or datasets are analysed routinely |
| No limit message appeared in the past month | Session or weekly limits are hit more than once a week |
| AI is not yet connected to internal systems | AI is connected to the ERP or document systems via MCP |
The shortest answer to the original question: Team Standard is not specified as a token count per session. It provides roughly 1.25x the per-session usage of Pro inside a five-hour window, with a weekly ceiling above it, and the remaining balance can be checked through the three routes described here. For organizations planning budgets, the number worth tracking is not “how many tokens” but “who hit a limit last week, and why” — and all three usage views answer that.
Quota does not run out because you asked too much. It runs out because every question carries the whole conversation with it. Teams that know what consumes quota get further on the seats they already have.
- Sureeraya Limpaibul, Managing Director, Grand Linux Solution Co., Ltd.
References
- Anthropic Help Center — What is the Team plan? (verified 4 September 2026)
- Anthropic Help Center — Usage limit best practices
- Anthropic Help Center — How do usage and length limits work?
- Anthropic Help Center — Manage usage credits for Team and seat-based Enterprise plans
- Anthropic Help Center — View usage analytics for Team and Enterprise plans
- Claude Code Documentation — Manage costs effectively
Not sure which seat mix your organization needs?
Grand Linux Solution supplies Claude for organizations in Thailand, issuing quotations and tax invoices to your company, and advises on allocating Standard and Premium seats based on how your teams actually work.
Get advice / request a quoteTel 02-347-7730 | sale@grandlinux.com




