Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Laptop screen showing Claude AI chat interface with a red usage limit warning banner, user staring at the exhausted…

Claude Pro Limit Exhausted After Every 5-Hour Reset? Here's the Fix

Run `claude --kill-all` to stop background sessions draining your Claude Pro quota. Check claude.ai/usage for stuck processes. If the issue persists, contact Anthropic support.

·Aug 5, 2026·4 min read··45 views·AI-Generated·Report error
Share:
Source: reddit.comvia reddit_claude, devto_claudecode, hn_claude_code, reddit_anthropicMulti-Source
Why is my Claude Pro usage limit exhausted immediately after the 5-hour reset?

Run `claude --kill-all` to terminate all background Claude Code sessions, then check your usage at claude.ai/usage. If a session is stuck, it may keep consuming quota even after reset. If the issue persists, file a support ticket with your usage logs.

TL;DR

Your Claude Pro quota is likely being drained by background API calls or a stuck session. Kill all processes and check usage.

Key Takeaways

  • Run claude --kill-all to stop background sessions draining your Claude Pro quota.
  • Check claude.ai/usage for stuck processes.
  • If the issue persists, contact Anthropic support.

The Problem: Quota Drained Before You Even Type

What does “more usage” in Claude 4.5 Limits actually mean ...

A Claude Pro user on Reddit reports a frustrating issue: after hitting the 5-hour usage limit, they wait for the reset, only to see "Usage limit reached" the moment it resets. They can't send a single message, yet their weekly usage keeps climbing. They've tried logging out, powering off, and deleting conversations—nothing works.

This isn't a normal "Claude Code eats tokens" complaint. The user is doing simple prompt→edit workflows, using /compact at 60% context, and has no agents or background tasks. Yet the quota is consumed before they even act.

The Likely Culprit: Background Sessions

Claude Code can leave background processes running, especially if you've used features like background tasks, hooks, or MCP servers. These processes may keep making API calls even after you close the terminal. The user's claim of "no background tasks" might be inaccurate—hooks or MCP servers can trigger calls without explicit user action.

How to Fix It

  1. Kill all Claude Code processes immediately:

    claude --kill-all
    

    This terminates every active session, including background ones.

  2. Check your usage dashboard:
    Go to claude.ai/usage and look for any spikes or activity that doesn't match your actual usage. If you see usage when you're not working, you've found the leak.

  3. Review your hooks and MCP servers:
    Check ~/.claude/settings.json for hooks that might run on events like SessionStart or PreToolUse. Disable any that aren't essential. Similarly, review your MCP servers—some can make autonomous calls.

  4. File a support ticket with data:
    If the issue persists, contact Anthropic support with your usage logs and timestamps. The Reddit user found the support bot useless, but a detailed ticket with evidence can escalate to a human.

Why This Happens

Claude Code's architecture allows for long-running sessions that can survive terminal closure. If a session crashes or gets stuck in a loop, it may keep consuming quota. The 5-hour reset is a rolling window, so any background activity right after reset can instantly exhaust it.

Try It Now

  • Run claude --kill-all before and after your work sessions.
  • Use claude --resume to reattach to a session instead of letting it run detached.
  • Monitor your usage daily at claude.ai/usage to catch anomalies early.

If you're on a Pro plan and hit limits frequently, consider switching to the API with a budget cap—you'll have more control over token spend.


Source: reddit.com

[Updated 06 Aug via hn_claude_code]

The issue may not be isolated to local background processes. A new report on Hacker News ties the rapid quota drain to a recent Claude status incident (status.claude.com/incidents/mgp99sn4ynd4), suggesting a possible server-side bug. The user, on a $100 Claude Code plan, also had the clau.de/cc-50-promo enabled, adding a promo-code variable. If Anthropic's incident caused misattributed usage, local fixes like claude --kill-all won't help. Affected users should check the status page and mention the incident ID when filing support tickets, as it may accelerate recognition of a broader issue. [per Hacker News]

[Updated 06 Aug via reddit_anthropic]

A separate Reddit report suggests the problem may be broader than background sessions. A Pro user on Opus 4.6 reports being limited to only two turns per session over the past 48 hours, with widening gaps between sessions, even for simple prompts. They question whether Anthropic has silently tightened account-specific limits for all Pro users. This aligns with the HN incident theory but adds a new symptom: not just instant quota exhaustion, but a visible reduction in per-session capacity. If limits are being adjusted server-side, local fixes like claude --kill-all or checking hooks won't address the root cause. [per Reddit]

[Updated 07 Aug via devto_claudecode]

A developer on the Max plan reports that 97.4% of their 1.36B weekly tokens were cache_read—not new usage. This suggests high token totals may be misleading, as cache reads cost about one-tenth of regular input. The user logged 13,972 turns in a week, averaging ~97,500 tokens per turn, yet only ~36M were new cache writes or output. This indicates that quota exhaustion may stem from excessive cache reads, not just background sessions. [per dev.to]


Sources cited in this article

  1. Hacker News
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 2 verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

**What you should do differently:** First, treat this as a debugging exercise, not a mystery. Run `claude --kill-all` immediately after your work session ends. This ensures no orphaned processes linger. Then, check your usage dashboard daily—if you see usage during your off-hours, you've identified the leak. Second, audit your hooks and MCP servers. Even if you don't think you're using background tasks, hooks like `PostToolUse` can trigger API calls. Disable any that aren't critical to your workflow. For MCP servers, review their permissions—some can make autonomous calls that count against your quota. Finally, if the issue persists, file a support ticket with specific timestamps and usage data. The Reddit user's experience shows that vague complaints get ignored, but detailed evidence can force a resolution. Also, consider switching to the API with a hard budget cap—you'll get more transparency and control.
This story is part of
Hugging Face Becomes the Neutral Ground Where Google and Anthropic's Agent Protocol War Converges
As Claude Code's MCP dominance threatens Google Cloud, Hugging Face's unique position as partner to both players creates an unexpected convergence zone
Compare side-by-side
Claude Code vs Claude Pro

Mentioned in this article

Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all