[BUG] Error: Failed to load usage data
Open 💬 31 comments Opened Sep 30, 2025 by galcianuk
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
When I try to use the /usage command, it just replies with Error: Failed to load usage data
What Should Happen?
I should get my usage data,
Error Messages/Logs
Error: Failed to load usage data
Steps to Reproduce
- Launch Claude Code CLI in a WML2 environment
- Make claude write some code.
- Use /usage command
<img width="823" height="181" alt="Image" src="https://github.com/user-attachments/assets/4df818d5-cd83-46fc-95f4-23c4b7994627" />
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
Version: 2.0.1
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
WSL (Windows Subsystem for Linux)
Additional Information
_No response_
31 Comments
I second this error:
Claude Code Version:
2.0.1 (Claude Code)Issuing
/usagecommand:Log out and log in again, it will work
Refreshing the auth token worked for me.
Thanks @peterbedorjr . Yes, I concur that it works once auth token is refreshed.
Yes relogin can fix these issue, because the new claude code need more permission
<img width="885" height="236" alt="Image" src="https://github.com/user-attachments/assets/e3ede605-77b4-43aa-8356-e6b01e640cca" />
Hint to Anthropic: improve the UI. If you need additional permissions, explain as much. Ask the user to relogin.
Logout works
Not working for me... tried logout/login - still the same. Then I remembered I had CLAUDE_CODE_OAUTH_TOKEN set.
Unsetting it solved the problem.
I also miss some more info why some thing is not working... this is one example. Other's are why pasting images does not work, why terminal setup doesn't work, etc...
Here are the logs (-d):
I also get the same error.
Logging out and back in fixed this for me. But it definitely feels like something that should be fixed regardless.
+1
Can confirm this remains an issue. I'm on version 2.0.24 on a Mac M3.
<img width="516" height="159" alt="Image" src="https://github.com/user-attachments/assets/8fc8f1be-0006-4a5f-aee1-5ef347f17276" />
I logged out and logged back in, fixed claude doctor issues, refreshed my OAUTH key, disabled my OAUTH key... nothing has helped.
+1
logout and login fixes the issue for me. Claude 2.0.29
After logging out, when I try to log in again, I get the error "Rate exceeded." I can’t log in either through the console or the UI.
https://claude.ai/api/auth/send_magic_link -> Internal servere error 500
@dsoldo that's may be because of https://status.claude.com/incidents/zdxjv49ydg0f
Yup, that's why... when I wrote the comment, the status page was "green" ...in any case, Claude is currently partially down and we have to wait...
I am still having this issue... Claude Code 2.0.31
I had the same issue. Logging out and back in didn’t help.
Then I remembered that I had set the ANTHROPIC_API_KEY environment variable. After removing it and restarting the shell, I logged back into Claude. Now it works.
I had to
unset CLAUDE_CODE_OAUTH_TOKENto get it to work as wellI have this issue for a while now, across several CC version.
In
v2.0.50it raises:I've tried to re-run the
claude setup-tokenbut nothing has changed. I can see only one env variableCLAUDE_CODE_SSE_PORTin my terminal.By the way CC is laughably bad at its own documentation: I asked how to fix the error, and multiple times it suggest to run a command that does not exist (
claude auth logout): it will only launch code withauth logoutas prompt, and the CC will say "oh I see you're trying to do something with auth, do you want me to ...` and proceed to get confused with the content of the directory where it was launched. Then when confronted with the fact it does not work like that, it downplays the error as just "cosmetics"This issue has been inactive for 30 days. If the issue is still occurring, please comment to let us know. Otherwise, this issue will be automatically closed in 30 days for housekeeping purposes.
I am getting this issue still
Same here, ubuntu 24.04
Still an issue.
Error: Failed to load usage data: {"type":"error","error":{"type":"permission_error","message":"OAuth token does not meet scope requirement
user:profile","details":{"error_visibility":"user_facing"}},"request_id":"req_011CXbMKMaKi...."}
same issue in the wsl2 ubuntu-22.04
Error: Failed to load usage data: {"type":"error","error":{"type":"permission_error","message":"OAuth token does not meet scope requirement user:profile","details {"error_visibility":"user_facing"}},"request_id":"req_011CXpANw7YHNiJSAM6QGGb2"}
Same issue using my MBP M1 running Tahoe. Logging out and then back in doesn't permanently resolve it. Frustrating AF.
Same issue here too, from almost 3 weeks ago.
Issue still persists intermittently.
For me the problem was in:
https://code.claude.com/docs/en/env-vars
Shouldn't I see my usage even when this environment variable is set?
@stasadev exactly. I filed an issue against having
/usagebreak if CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=true.