Uninstallation
Quick Uninstall
spicetify restorermdir -r -fo $env:APPDATA\spicetifyrmdir -r -fo $env:LOCALAPPDATA\spicetifyspicetify restorerm -rf ~/.spicetifyrm -rf ~/.config/spicetifyStep by Step
1. Restore Spotify
First, remove Spicetify modifications from Spotify:
spicetify restoreThis returns Spotify to its vanilla state.
2. Remove Spicetify Files
Remove the config and data directories:
rmdir -r -fo $env:APPDATA\spicetifyrmdir -r -fo $env:LOCALAPPDATA\spicetifyRemove the config and data directories:
rm -rf ~/.spicetifyrm -rf ~/.config/spicetify3. Remove the Binary (Optional)
If you installed via a package manager, use it to uninstall:
| Method | Uninstall Command |
|---|---|
| Scoop | scoop uninstall spicetify-cli |
| Winget | winget uninstall Spicetify.Spicetify |
| Chocolatey | choco uninstall spicetify-cli |
| Homebrew | brew uninstall spicetify-cli |
| AUR | yay -R spicetify-cli |
If you used the install script, the binary is in your PATH. You can find and remove it:
where spicetify# Remove the file shownwhich spicetify# Remove the file shown, e.g.:rm $(which spicetify)Keeping Configuration
If you might reinstall later and want to keep your settings:
spicetify restoreThis removes Spicetify from Spotify but preserves your config file, themes, and extensions.