Skip to main content

Uninstallation

Quick Uninstall

spicetify restore
rmdir -r -fo $env:APPDATA\spicetify
rmdir -r -fo $env:LOCALAPPDATA\spicetify

Step by Step

1. Restore Spotify

First, remove Spicetify modifications from Spotify:

spicetify restore

This returns Spotify to its vanilla state.

2. Remove Spicetify Files

Remove the config and data directories:

rmdir -r -fo $env:APPDATA\spicetify
rmdir -r -fo $env:LOCALAPPDATA\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:

where spicetify
# Remove the file shown

Keeping Configuration

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

spicetify restore

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