← Reddit

Did session reset time disappear from Code for you?

Reddit · OilAlone756 · April 9, 2026
Up until today I've frequently checked the session reset time in Code with the /usage command. It displayed 'Current session' with the percentage bar plus the reset time underneath. Now it's gone. Is anybody else seeing this? I tried new sessions multiple

Detailed Analysis

A Reddit user posting to r/Anthropic reported that the session reset time display within Claude Code's `/usage` command appeared to vanish, specifically the reset timestamp that had previously appeared beneath the "Current session" usage bar. The user confirmed the issue persisted across multiple new sessions, session resumptions, and even after upgrading their Claude Code client, which had been running a version behind the current release. Notably, the weekly reset information — displayed under "Current week" with day, time, and timezone — remained intact, suggesting the disappearance was isolated to the session-level granularity of the usage display rather than a wholesale removal of reset information from the interface.

Research context indicates that session reset times remain a core feature of Claude Code and have not been officially removed by Anthropic. Claude Code's usage limits operate on a rolling 5-hour window calculated from the user's first request within a given session, rather than a fixed daily clock reset. This architecture means reset times shift dynamically depending on when a user begins their session — a user who starts at 9 AM would reset at 2 PM — which can create confusion and apparent inconsistencies, particularly when users compare timestamps shown in the Claude Code terminal interface against those displayed on the claude.ai web interface. Known discrepancies between these surfaces have been documented in the Claude Code GitHub issue tracker, where users have reported reset times appearing hours off from what the web UI reflects.

The user's mention of upgrading their client and discovering they had been running a version behind is a meaningful detail. Interface-level display inconsistencies between client versions are a plausible explanation for the missing timestamp, as UI changes in the `/usage` output formatting may not be backwards-compatible or may render differently across versions. The user also noted confusion around the context window limit — having observed 200k tokens while community discussion referenced a 1 million token limit — which points to a broader pattern of version fragmentation creating materially different experiences for users on the same nominal product.

This episode reflects a wider challenge Anthropic faces as Claude Code matures into a tool used across diverse workflows and update cadences. As Anthropic has rolled out features such as `claude --resume` for session continuity across resets and expanded context window limits for newer versions, the surface area for user-facing inconsistencies grows. Users who delay client updates or who operate across multiple interfaces — TUI, VS Code extension, web — encounter a patchwork of behaviors that can be difficult to diagnose without access to underlying API headers or direct support contact. The recommended diagnostic steps from research context — verifying via claude.ai, logging out and back in, or inspecting API response headers like `anthropic-ratelimit-requests-reset` — underscore that the information exists but is not always surfaced uniformly.

Ultimately, this reported issue highlights the tension between iterative, rapid deployment of Claude Code features and the coherent, predictable experience users expect from developer tooling. The session reset time is a functional detail that directly informs how professional users plan and pace their work within usage limits, making its intermittent disappearance more than a cosmetic concern. Anthropic's ongoing development of Claude Code will likely require greater attention to display consistency across client versions and interface surfaces as the tool's adoption expands.

Read original article →