Claude Code’s reported weekly allowance dropped from a temporary level 50% above its historical baseline to a permanent level 25% above it on September 14, 2026. On a normalized scale, that means a move from 150 to 125—an approximately 16.7% reduction from the temporary peak. The change concerns usage capacity, not a reported 25% subscription-price increase.

The reported adjustment covered Pro, Max, Team and some seat-based Enterprise offerings. Exact post-change quotas vary by plan and workload, so the useful way to understand the shift is to separate the weekly allowance from the session window and from the amount of work each request triggers.

What changed in Claude Code’s weekly limits?

The reported sequence is straightforward:

StateAllowance relative to the historical baselineChange from the temporary level
Historical baseline100
Temporary increase150
Reported permanent level from September 14, 2026125Approximately 16.7% lower

The percentages describe different baselines. The temporary offer was 50% above the historical level; the reported permanent allowance is 25% above that same historical level. Comparing the two active levels gives 1 − 125 ÷ 150, or approximately 16.7%.

That distinction matters because “25%” describes the new level relative to the old baseline, while “16.7%” describes the reduction from the temporary allowance. Neither figure describes a price change.

Weekly limits, session limits and conversation length are different

Claude Code reportedly cuts its temporary weekly boost to 25%

Anthropic separates usage limits from length limits. Usage limits govern consumption over time, while a conversation’s length limit governs how much context a single conversation can contain.

On supported paid plans, Claude, Claude Code and Claude Desktop can draw from a shared allowance. A current-session window also sits alongside the weekly limit; Claude usage tutorials commonly describe that session cycle as five hours. The exact allowance is not a universal number of prompts or tokens: it changes with the plan and with what the user asks Claude to do.

Anthropic identifies several factors that affect consumption, including message length, files, conversation length, tools, model choice, effort level, artifacts and multi-step tasks. A short request that triggers a large sequence of file reads and tool calls can therefore consume more capacity than a longer-looking prompt handled in one pass.

Why agentic coding can burn through capacity quickly

Claude Code is an agentic coding tool: it can inspect a project, call a tool, analyze the result, edit files and repeat the process. One visible instruction may produce several model turns behind the scenes. Each turn can carry some of the existing context, so a long workflow may process far more material than the number of messages in the terminal suggests.

Automatic context management can summarize earlier messages near the context limit. That keeps a project moving, but longer conversations that trigger the process also consume usage. Context is not just background decoration; in an agentic workflow, it is part of the workload.

This is why two users can reach a limit at very different speeds even when they have the same plan. Model selection, effort settings, repository size, file attachments, tool use and the number of repeated steps all change the rate of consumption. User reports of unusually fast exhaustion reflect individual workflows rather than a universal quota for every account.

Practical ways to reduce unnecessary usage

Claude Code optimization techniques: context usage, /clear , /compact and Tool Search

The most reliable savings come from reducing needless work, not from chasing a magic quota setting.

  • Start with a focused prompt. Define the task, relevant files and desired output before the agent begins exploring.
  • Batch related requests. Keeping connected changes in one planned task can avoid repeated setup and context loading.
  • Keep project instructions lean. Large instruction files, skills and automatically loaded references add context even when they are not central to the current task.
  • Use /clear between unrelated jobs. Clearing a session removes old conversation context before a new task begins.
  • Use /compact when a task must continue. The command summarizes the conversation so the essential state remains while the context becomes smaller.
  • Choose model and effort deliberately. A demanding model or high-effort setting is not necessary for every formatting change, lookup or routine edit.
  • Limit noisy tool output. Commands that dump large logs or generated files into the context can consume capacity without improving the result.
  • Watch the Usage settings page. Anthropic recommends using it to monitor current-session and weekly consumption rather than guessing from message counts.

A technical demonstration also found that disconnecting unused MCP servers does not necessarily reduce the initial token footprint when Tool Search loads tool definitions on demand. That result depends on the Claude Code version and configuration, so /context is a better way to inspect what a particular setup is actually loading.

The practical takeaway is simple: measure the context and repetition in your own workflow. Weekly capacity is only one part of the equation; the number of model turns, tools and tokens each task consumes determines how long that allowance lasts.