[BUG] I cannot uninstall Claude Code because I do not have an active paid account.

Resolved 💬 21 comments Opened Nov 17, 2025 by simonbcn Closed May 29, 2026

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?

Operating System: Fedora Linux 42
KDE Plasma Version: 6.5.2
KDE Frameworks Version: 6.20.0
Qt Version: 6.9.3
Kernel Version: 6.17.7-200.fc42.x86_64 (64-bit)
Graphics Platform: Wayland

I installed Claude Code at the time to try it out. I tried it and wasn't convinced (_too many errors generating code that it doesn't even bother to check_). Now I want to uninstall it with claude uninstall but I can't because I don't have an active paid account.

Uninstalling this application should be a free option on any system.

What Should Happen?

Uninstalling this application should be a free option on any system.

Error Messages/Logs

Steps to Reproduce

Uninstalling this application should be a free option on any system.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.0.42 (Claude Code)

Platform

Anthropic API

Operating System

Other Linux

Terminal/Shell

Other

Additional Information

_No response_

View original on GitHub ↗

21 Comments

AhmadK-it · 7 months ago

I just tried the following and it worked for me:
sudo rm -rdf ~/.local/bin/claude ~/.local/share/claude/
then remove the configuration files as specified in the documentation uninstallation.

github-actions[bot] · 6 months ago

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.

czifumasa · 6 months ago

Issue is still occurring. Cannot uninstall without subscription

TDiffff · 5 months ago

This is stupid, I cannot uninstall claude because I've hit the limit of my subscription plan!

workdesk96 · 5 months ago

I cannot uninstall claude code using claude uninstall because I haven't yet signed into a claude account on claude code? This is ridiculous.

In my effort to figure out how to clean uninstall claude code I noted the recommended script based install approach for claude code downloads a claude binary and uses that binary like claude install to install. How can the user know what this binary does with its 'install' command? Is the user supposed to trust what it does?

Massimo-B · 5 months ago

Is this really about a missing account? I don't see the uninstall command in the --help:

Commands:
  doctor                                            Check the health of your Claude Code auto-updater
  install [options] [target]                        Install Claude Code native build. Use [target] to specify version (stable, latest, or specific version)
  mcp                                               Configure and manage MCP servers
  plugin                                            Manage Claude Code plugins
  setup-token                                       Set up a long-lived authentication token (requires Claude subscription)
  update|upgrade                                    Check for updates and install if available
seanmrice · 5 months ago

One of my devs hit this exact issue today. They tested out Claude Code on a pass, hit their limit, determined it wasn't for them, went to uninstall via claude uninstall and was hit with "You've hit your limit".

TDiffff · 5 months ago

Absolute cinema.

emy3 · 4 months ago

Can't believe this is actually a bug. I can't uninstall either.

ErjieIsHeree · 4 months ago

Hell nah, I just hop into linux, trying few new things (claude one of them) and find out that I've jumped straight into a living bug

ErjieIsHeree · 4 months ago
I just tried the following and it worked for me: sudo rm -rdf ~/.local/bin/claude ~/.local/share/claude/ then remove the configuration files as specified in the documentation uninstallation.

Btw, if u follow this instruction I've noticed there are still some files at ~/ named ´.claude´ and ´.claude.json.´ the first is a dir and second is a file. use ´rm -r ~/.claude ~/.claude.json´ to uninstall them. Maybe there are more files left

Edit: Dude, im searching for more and looks like there is another dir at ~/.local/share/claude

Massimo-B · 4 months ago

I was able to find all residues from the claude-code installation by
ls -ald ~/.claude* ~/.local/share/claude ~/.local/state/claude ~/.local/bin/claude ~/.cache/claude/
Anything missing?
I know uninstallation might not be the main target for claude-code, but for completeness, please add it.

I was comparing distributions package managers like Gentoo Portage installing claude code vs. the native claude-code bash installer. I usually prefer distributions package management for clean updates and deinstallations. But for sure the Changelog of claude-code is so active currently that usually any other packaging lacks behind the recent versions. But for that I needed some uninstall routine.

JayDevDo · 3 months ago

This repo should be blocked until the uninstall feature works. Having to manually remove files is so sloppy that I therefore I do not trust the program to do what I ask. I would use the term malware in this case. running the command as sudo also doesn't work.

<img width="1910" height="922" alt="Image" src="https://github.com/user-attachments/assets/425b8241-0c84-4920-9cc0-058ebc29f392" />

zeneral · 3 months ago

I am having the same issue.

JaDogg · 3 months ago

What worked for me (MacOS)

sudo rm -rdf ~/.local/bin/claude ~/.local/share/claude/
rm ~/.claude.json
rm -rf ~/.claude/

# verify it got deleted 
claude --version

----------

What did not work for me (even with active account)

# claude uninstall 
# npm uninstall -g @anthropic-ai/claude-code 
# brew uninstall --cask claude-code  # (I did not try this one, since I just deleted it like above)
jgelcon · 2 months ago
What worked for me (MacOS) sudo rm -rdf ~/.local/bin/claude ~/.local/share/claude/ rm ~/.claude.json rm -rf ~/.claude/ # verify it got deleted claude --version What did not work for me (even with active account) # claude uninstall # npm uninstall -g @anthropic-ai/claude-code # brew uninstall --cask claude-code # (I did not try this one, since I just deleted it like above)

Thanks. This worked for me too. I can't believe there isn't a native "uninstall"..

robcarver17 · 2 months ago

Same issue. This product is evil and should be banned.

github-actions[bot] · 1 month ago

Closing for now — inactive for too long. Please open a new issue if this is still relevant.

wotanut · 28 days ago

https://github.com/anthropics/claude-code/issues/11789#issuecomment-4205126414

This worked for me, i'd suggest to the Claude code team that they make uninstallation easier, both for people looking to move away from their product and for troubleshooting.

Massimo-B · 28 days ago

An uninstall feature does not cost customers, the lack of one costs trust. It is an indispensable part of any credible software product.

tdobson · 14 days ago

This is not a difficult feature.