Skip to content

Uninstallation

Quick Uninstall

Terminal window
spicetify restore
rmdir -r -fo $env:APPDATA\spicetify
rmdir -r -fo $env:LOCALAPPDATA\spicetify
Terminal window
spicetify restore
rm -rf ~/.spicetify
rm -rf ~/.config/spicetify

Step by Step

1. Restore Spotify

First, remove Spicetify modifications from Spotify:

Terminal window
spicetify restore

This returns Spotify to its vanilla state.

2. Remove Spicetify Files

Remove the config and data directories:

Terminal window
rmdir -r -fo $env:APPDATA\spicetify
rmdir -r -fo $env:LOCALAPPDATA\spicetify

Remove the config and data directories:

Terminal window
rm -rf ~/.spicetify
rm -rf ~/.config/spicetify

3. Remove the Binary (Optional)

If you installed via a package manager, use it to uninstall:

MethodUninstall Command
Scoopscoop uninstall spicetify-cli
Wingetwinget uninstall Spicetify.Spicetify
Chocolateychoco uninstall spicetify-cli
Homebrewbrew uninstall spicetify-cli
AURyay -R spicetify-cli

If you used the install script, the binary is in your PATH. You can find and remove it:

Terminal window
where spicetify
# Remove the file shown
Terminal window
which spicetify
# Remove the file shown, e.g.:
rm $(which spicetify)

Keeping Configuration

If you might reinstall later and want to keep your settings:

Terminal window
spicetify restore

This removes Spicetify from Spotify but preserves your config file, themes, and extensions.