# Claude Code Weekly Limits After September 14: What Actually Changed

**Plutonous** | September 22, 2026 | 5 min read

> Anthropic ended a 50% Claude Code weekly-limit promotion and kept a permanent 25% uplift. The practical change is smaller than a '25% cut' headline suggests.

Tags: Claude Code, Anthropic, AI Agents, Developer Tools, Usage Limits, AI Subscriptions, AI Pricing, Software Development

---

**TL;DR: Anthropic's May 13 to September 13 Claude Code promotion lifted eligible weekly limits by 50%; from September 14 the permanent uplift is 25% above the pre-promotion baseline.<sup><a href="#source-1">[1]</a></sup> On a baseline index of 100, the allowance moved 100 → 150 → 125. That is a 16⅔% reduction from the temporary peak, not a 25% cut; five-hour limits and non-Code products were not part of this change.<sup><a href="#source-1">[1]</a></sup>**

The real story isn't a vanished benefit. It is Anthropic converting half of a temporary expansion into a standing one, then leaving users to distinguish a weekly Claude Code allowance from every other counter they see. A useful incident report has to identify which counter stopped work before anyone can explain why it happened.

Eligible plans were Pro, Max, Team and legacy seat-based Enterprise; Free and consumption-based Enterprise seats were excluded.<sup><a href="#source-1">[1]</a></sup> A visible percentage alone does not establish a universal quota, a token conversion, or a policy change beyond Anthropic's published terms.


### Why This Matters Now

The published percentages describe a weekly Claude Code policy, not a universal token quota. Check the active account and the window named in 
`/usage`
 before comparing two incidents.


*Cover image: generated editorial artwork of an antique mechanical balance holding three stacks of blank paper tokens, with a crimson measuring arm. It is a metaphor for allowance measurement, not a numeric diagram, Anthropic infrastructure or measured usage.*

## The Arithmetic: A Smaller Rollback Than the Headline

This table is an **editorial index, not tokens or messages**. Set the original weekly Code allowance to **100**. The promotion added 50%, producing **150**. The permanent policy adds 25% to the original baseline, producing **125**.

| Period | Weekly allowance index | Change from baseline | Change from promotional peak |
| --- | ---: | ---: | ---: |
| Before May 13 | 100 | 0% | -33⅓% |
| May 13–September 13 promotion | 150 | +50% | 0% |
| From September 14 | 125 | +25% | -16⅔% |

The calculation is `(150 - 125) / 150 = 1/6`, or **16⅔%**. Calling the change a 25% cut confuses the permanent amount, measured against the original 100, with the decline from 150. Calling it a return to normal misses the retained 25 points. Both errors make capacity planning worse.

Anthropic did not publish a universal weekly token allotment in the notice. Workload length, model choice, effort and features affect usage, according to the broader limits guide.<sup><a href="#source-2">[2]</a></sup>

## Reading an Incident: Name the Clock First

A short-window reset and a weekly stop are different incidents. Record the actual message before choosing an explanation. Start with the named window, reset time and signed-in account. Claude Code's `/usage` command is Anthropic's documented place to inspect plan limits and current rate-limit status.<sup><a href="#source-6">[6]</a></sup>

| Question | Evidence to inspect | What it can establish |
| --- | --- | --- |
| Which window generated the notice? | Reset label and time | Whether it is a short or weekly capacity event |
| Is capacity shared? | Product and account context | Claude and Claude Code can draw from the same plan usage |
| Is this subscription use? | Authentication route | A subscription and an API key bill differently |

Avoid inventing a personal quota from a progress bar. Anthropic's public material explains the rules and inputs to usage; it does not provide a stable conversion from an index point to a specific number of tokens, prompts or agent turns for every account.

## Shared Capacity: Code Is Not a Separate Island

For Pro and Max, Anthropic says activity in Claude and Claude Code counts against shared usage limits, including supported IDE use.<sup><a href="#source-3">[3]</a></sup> Its general limits guide also names Claude web, Code and Desktop as surfaces drawing on the same usage limit.<sup><a href="#source-2">[2]</a></sup>

## Billing Route: Subscription, API Key and Paid Extra Usage

The uncomfortable truth is that some apparent "limit" surprises are billing-route surprises. Anthropic says an `ANTHROPIC_API_KEY` environment variable takes priority in Claude Code; when set, use is charged to that API account rather than the signed-in subscription's included usage.<sup><a href="#source-4">[4]</a></sup> A paid Claude plan and the Claude API are separate products, with API use paid separately.<sup><a href="#source-8">[8]</a></sup> That is also why our [Claude prompt-caching cost guide](/news/claude-prompt-caching-cost-break-even) treats API dollars and subscription capacity as separate measures.

That makes comparisons like “my Code allowance disappeared” incomplete until the route is known. The API path is pay-as-you-go and `/cost` reports session spend in Claude Code's documented guide; it is not evidence of a subscription weekly cap.<sup><a href="#source-7">[7]</a></sup>

Anthropic also describes optional usage credits for paid plans. After an included limit is reached, the account holder can choose to continue at standard API rates if credits are enabled and funded; the usual five-hour reset still occurs.<sup><a href="#source-5">[5]</a></sup> This is an explicit account choice with separate charges, not a silent extension of the subscription. Check its activation and spending cap before interpreting continued work as included capacity.

## Operating After the Promotion: Compare Controlled Workloads

Do not infer a policy effect from unlike sessions. For an internal incident comparison, hold the model, task type, repository context, effort setting and authentication route constant. Record the `/usage` window and reset time before each run, then compare equivalent accepted work. This is an operational method, not a quota estimate or a promise of efficiency.

Use this checklist for a real capacity incident:

1. Run `/usage`; note the reset time and the window it reports.<sup><a href="#source-6">[6]</a></sup>
2. Confirm whether Claude Code is using a subscription login or an environment-variable API key.<sup><a href="#source-4">[4]</a></sup>
3. Separate a five-hour stop from weekly planning.
4. For a shared subscription, include Claude chat and IDE activity in the explanation.<sup><a href="#source-3">[3]</a></sup>
5. If paid extra usage is enabled, recognize it as separately billed continuation, not a higher included limit.<sup><a href="#source-5">[5]</a></sup>

Organization evidence also differs by plan and role: the analytics product is for qualifying Team, Enterprise and Console roles, not individual Pro and Max plans.<sup><a href="#source-9">[9]</a></sup>


### The Key Insight

The 100/150/125 table is an editorial index. Compare its 25% baseline uplift and exact one-sixth peak decline only with their stated denominators, not with a reset message, API bill or token count.


Read capacity as named windows and billing routes, then calculate changes from the correct denominator.


## Sources

<a id="source-1"></a>
1. [Claude Code May–August 2026 weekly limits promotion](https://support.claude.com/en/articles/15910845-claude-code-may-august-2026-weekly-limits-promotion)

<a id="source-2"></a>
2. [How do usage and length limits work?](https://support.claude.com/en/articles/11647753-how-do-usage-and-length-limits-work)

<a id="source-3"></a>
3. [Use Claude Code with your Pro or Max plan](https://support.claude.com/en/articles/11145838-use-claude-code-with-your-pro-or-max-plan)

<a id="source-4"></a>
4. [Manage API key environment variables in Claude Code](https://support.claude.com/en/articles/12304248-manage-api-key-environment-variables-in-claude-code)

<a id="source-5"></a>
5. [Manage usage credits for paid Claude plans](https://support.claude.com/en/articles/12429409-manage-usage-credits-for-paid-claude-plans)

<a id="source-6"></a>
6. [Claude Code cheatsheet](https://support.claude.com/en/articles/14553413-claude-code-cheatsheet)

<a id="source-7"></a>
7. [Models, usage, and limits in Claude Code](https://support.claude.com/en/articles/14552983-models-usage-and-limits-in-claude-code)

<a id="source-8"></a>
8. [Paid Claude subscriptions and the API/Console](https://support.claude.com/en/articles/9876003-i-have-a-paid-claude-subscription-pro-max-team-or-enterprise-plans-why-do-i-have-to-pay-separately-to-use-the-claude-api-and-console)

<a id="source-9"></a>
9. [Claude Code usage analytics](https://support.claude.com/en/articles/12157520-claude-code-usage-analytics)


*Last updated: September 22, 2026*

---

*Source: [LLM Rumors](https://www.llmrumors.com/news/claude-code-weekly-limits-september-2026)*
