claude-code - 💡(How to fix) Fix [BUG] [Max plan] Weekly usage limit reset day shifting forward each week (Wed → Thu → Fri) [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#54974Fetched 2026-05-01 05:49:33
View on GitHub
Comments
2
Participants
2
Timeline
7
Reactions
0
Timeline (top)
cross-referenced ×3commented ×2labeled ×2

On the Claude Max plan, my weekly usage limit reset day is shifting forward by ~1 day each week instead of staying on a fixed weekday or rolling cleanly on a 168-hour cadence.

Error Message

Error Messages/Logs

Root Cause

Under the documented 168-hour rolling window, my weekly reset day should either stay on the same weekday week after week (if my first-prompt time is consistent) or shift backward (if I start earlier in the cycle the following week). It should never shift forward, because forward shift requires the window to be longer than 168 hours.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Summary

On the Claude Max plan, my weekly usage limit reset day is shifting forward by ~1 day each week instead of staying on a fixed weekday or rolling cleanly on a 168-hour cadence.

Timeline

  • Initial subscription: Weekly limit reset on Wednesday
  • Last week: Reset shifted to Thursday
  • This week (2026-04-30): Usage page shows next reset on Friday

Net shift: +2 days over 2 weeks.

Expected behavior

Per the Help Center article "How do usage and length limits work?", the weekly limit should follow a rolling 7-day window from the first session of the week. In practice, this should either:

  • Stay on the same weekday if my usage pattern is consistent, or
  • Roll cleanly on a 168-hour cadence

Actual behavior

The reset day shifts forward by roughly one calendar day per week, which suggests the rolling window is being recalculated with an additional offset (possibly a buffer or a recalculation trigger when the limit is hit).

Related issues

  • #29680 — earlier report of weekday shift on Max plan (Feb 2026)
  • #52921 — 24-hour cycle bug on Max 20x (Apr 2026)

Environment

  • Plan: Claude Max
  • Account region: Turkey
  • Observed via: claude.ai → Settings → Usage
  • Date observed: 2026-04-30

Screenshot

<img width="1707" height="951" alt="Image" src="https://github.com/user-attachments/assets/f0686b02-8645-4263-a199-46925aa07082" />

Question for the team

Is this the documented rolling-window behavior, or is my account affected by the same calculation bug as #29680/#52921? If the former, can the docs be updated to clarify that the reset day will progressively shift?

What Should Happen?

Under the documented 168-hour rolling window, my weekly reset day should either stay on the same weekday week after week (if my first-prompt time is consistent) or shift backward (if I start earlier in the cycle the following week). It should never shift forward, because forward shift requires the window to be longer than 168 hours.

Concretely, expected behavior:

  • If my first prompt of week 1 was Wednesday 14:00, my reset should be next Wednesday 14:00.
  • If my next first prompt happens at Wednesday 14:01 or later, reset stays on Wednesday.
  • If my next first prompt happens earlier (e.g., Tuesday), reset shifts backward to Tuesday.
  • A reset shift from Wednesday → Thursday → Friday over three weeks should not be possible.

Either:

  1. The reset calculation should match the documented 168-hour rolling window (so the day stops drifting forward), OR
  2. The Help Center documentation should be updated to describe the actual mechanism — including any buffer, recalculation trigger, or condition under which the window exceeds 168 hours.

Whichever is the correct fix, the user-facing behavior and the documented behavior should match.

Error Messages/Logs

Steps to Reproduce

  1. Subscribe to Claude Max plan.
  2. Note the weekday on which your weekly limit first resets (in my case: Wednesday).
  3. Continue normal usage for 2-3 weeks.
  4. Each week, check claude.ai → Settings → Usage and record the displayed "next reset" weekday.
  5. Observed: reset day shifts forward by ~1 day each week (Wed → Thu → Fri).
  6. Expected: reset day stays the same or shifts backward, per the documented 168-hour rolling window.

Note: I do not have screenshots from previous weeks, only from today (2026-04-30). However, Anthropic's backend should have my reset history.

Claude Model

Not sure / Multiple models

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

1.4758.0

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Terminal.app (macOS)

Additional Information

Support acknowledgment Fin Conversation ID: 215474123652090 (Anthropic engineering can pull the full transcript from this ID).

extent analysis

TL;DR

The weekly usage limit reset day shifting forward by approximately one day each week on the Claude Max plan may be due to a calculation bug, and the fix could involve updating the reset calculation to match the documented 168-hour rolling window.

Guidance

  • Review the calculation logic for the weekly usage limit reset to ensure it aligns with the documented 168-hour rolling window.
  • Verify if the issue is related to the previously reported bugs (#29680 and #52921) and if the fixes for those issues apply to this case.
  • Check the account's usage pattern to determine if the reset day should stay on the same weekday or shift backward according to the documented behavior.
  • Consider updating the Help Center documentation to reflect the actual mechanism of the weekly usage limit reset if it differs from the current documentation.

Example

No code snippet is provided as the issue does not include specific code details.

Notes

The issue may be specific to the Claude Max plan and the account region (Turkey), and further investigation is needed to determine the root cause.

Recommendation

Apply a workaround by closely monitoring the usage limit reset day and adjusting the usage pattern accordingly until the calculation bug is fixed or the documentation is updated to reflect the actual behavior.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Per the Help Center article "How do usage and length limits work?", the weekly limit should follow a rolling 7-day window from the first session of the week. In practice, this should either:

  • Stay on the same weekday if my usage pattern is consistent, or
  • Roll cleanly on a 168-hour cadence

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] [Max plan] Weekly usage limit reset day shifting forward each week (Wed → Thu → Fri) [2 comments, 2 participants]