← Reddit

Weird usage tracking bug? Current session at 58% used, but weekly limits at 0% (and usage carrying over)

Reddit · Flimsy-Librarian5776 · June 18, 2026
A user reports experiencing a recurring issue where usage from completed sessions bleeds over into newly started sessions, impacting the new session's allocated limits. The usage display shows contradictory metrics, with the current session registering 58% utilization while weekly limits register 0%, creating mathematically inconsistent results. The reporter questions whether this represents a UI lag issue or an underlying background token calculation problem.

Detailed Analysis

A Reddit user posting to r/Anthropic has surfaced a recurring usage tracking inconsistency in Claude's session and weekly limit display system, describing a scenario they have now encountered four separate times. The core complaint centers on two distinct but related anomalies: first, that usage from a completed session appears to "bleed over" and count against a newly started session even when the prior session was wrapped up 30–45 minutes before the rollover boundary; and second, that the displayed metrics are mathematically contradictory, with the current session showing 58% consumed while the weekly limit simultaneously reads 0% used. Since a session is, by definition, a subset of the broader weekly usage window, a non-zero session percentage should logically produce a non-zero weekly percentage.

The discrepancy strongly suggests either a caching or rendering lag in the frontend dashboard rather than a genuine miscalculation in the underlying token-counting engine. It is plausible that the weekly usage counter refreshes on a different polling interval than the session counter, causing a momentary state where one metric has updated and the other has not. Alternatively, the two figures may be drawn from different data sources or aggregation pipelines that are not synchronized in real time, producing the paradoxical display. The "bleed-over" behavior — where prior-session usage deducts from a new session — could indicate that the session boundary timestamp on the server side does not align precisely with what is shown to the user, meaning usage finalized in the last moments of a session is logged with a timestamp that falls within the next session window.

This report matters because it reflects a broader challenge Anthropic faces as Claude's usage-limit architecture grows more complex. Claude Pro and higher-tier plans involve layered constraint systems — per-session caps, weekly rolling limits, and potentially model-specific allocations — each of which must remain consistently represented across a user-facing interface. When those layers display contradictory states, even temporarily, users lose the ability to plan their workloads effectively, which is particularly disruptive for power users running long or compute-intensive processes. The fact that this individual has experienced the issue four times suggests it is not a one-off race condition but a reproducible state that emerges under specific timing circumstances, likely near session-boundary windows.

In the wider context of AI platform development, usage visibility and quota transparency have become significant points of friction across the industry. OpenAI, Google, and Anthropic have all faced user complaints about opaque or inconsistent rate-limit messaging, and the complexity of tiered, time-windowed access models makes these problems structurally difficult to eliminate. As Anthropic scales Claude's user base and introduces more granular access tiers, the engineering burden of maintaining real-time consistency between multiple usage counters increases substantially. Without tight synchronization between backend token-accounting systems and frontend display layers, edge cases like this one — which emerge precisely at the high-traffic moment of a session rollover — are likely to persist. The post underscores that accurate, trustworthy usage telemetry is not merely a cosmetic feature but a functional requirement for users who depend on predictable access to manage their workflows.

Read original article →