If Spicetify stops working, it is almost always because Spotify updated and Spicetify hasn’t caught up yet, or the update overwrote the patched files.
Here are the fixes, ordered from the easiest to the “nuclear” option.
1. The Quick Fix (Try This First)
This updates Spicetify to the latest version and re-applies the patches to the new Spotify version.
-
Open PowerShell (Windows) or Terminal (Mac/Linux).
-
Run the following commands one by one:
PowerShellspicetify upgradeWait for it to finish. If it says “Already up to date,” that’s fine.
PowerShellspicetify restore backup apply -
Restart Spotify.
2. The “Marketplace Not Showing” Fix
If Spicetify seems to load but the Marketplace tab is missing or extensions aren’t working:
-
Open PowerShell / Terminal.
-
Run this command to re-download the marketplace apps:
PowerShellspicetify config custom_apps marketplace spicetify apply -
If that doesn’t work, reinstall the marketplace specifically (Windows command below):
PowerShelliwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1 | iex
3. The “Black Screen” or Crash Fix
If Spotify is just a black screen or won’t open, Spicetify files are likely corrupted.
-
Restore to Vanilla: Run this in your terminal:
PowerShellspicetify restoreThis removes Spicetify patches. Spotify should now open normally (without themes).
-
Clean Reinstall Spicetify: If you want Spicetify back, run the install command again (Windows):
PowerShelliwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex(Mac/Linux users use the
curlcommand from the official docs).
4. The “Nuclear” Option (Downgrade Spotify)
If Spicetify is fully updated but still doesn’t work, it means the latest Spotify update is incompatible. You have to downgrade Spotify.
-
Uninstall Spotify completely.
-
Download an older version of Spotify (e.g., version 1.2.13 or 1.2.26 are stable for modding) from a site like Uptodown.
-
Install that older version.
-
Stop Spotify from Updating:
-
Navigate to
%localappdata%\Spotify\Updatein your File Explorer. -
Delete everything inside.
-
Right-click the
Updatefolder -> Properties -> Security -> Edit. -
Check Deny for “Full control” for your user profile.
-
-
Reinstall Spicetify.
Common Error:
-
“Err: Spotify path not found”: This happens if you installed the “Windows Store” version of Spotify. Spicetify only works with the version downloaded directly from the Spotify website. Uninstall the Store version and get the official installer.
Be the first to comment