This guide helps you set up ad-free Spotify on Windows using the BlockTheSpot script.
🟢 Works with Spotify downloaded from the official website.
🔴 Does NOT work with Microsoft Store version.
BlockTheSpot is a PowerShell-based patch that removes ads from Spotify, while keeping all other functionality intact — including logging in with your account and syncing playlists.
- ✅ Windows 10 or 11
- ✅ Installed Spotify from the official website:
https://www.spotify.com/download - ❌ Uninstall Microsoft Store version if you have it
If you already have Spotify from the Microsoft Store, uninstall it:
- Open Start Menu → Search for
Spotify
- Right-click → Uninstall
- Go to https://www.spotify.com/download
- Download and install Spotify
- Open Spotify
- Log in with your account
- Close Spotify completely (make sure it's not running in the background)
- Press
Win + X
→ Select Windows PowerShell (Admin)
or search for PowerShell, right-click → Run as administrator
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-Expression "& { $(Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/install.ps1') } -UninstallSpotifyStoreEdition -UpdateSpotify"
This will:
- Remove Store version (if still present)
- Patch your current Spotify installation
- Enable ad-free experience
If Spotify updates in the future, simply rerun the PowerShell script to re-apply the patch.
To revert to the original Spotify:
- Open PowerShell as Admin
- Run:
& "$env:APPDATA\Spotify\BlockTheSpot\uninstall.bat"
- This method is for educational purposes only.
- Use at your own risk. I am not responsible for any misuse or issues caused by third-party scripts.
- Respect Spotify's terms of service.
- BlockTheSpot GitHub: https://github.com/mrpond/BlockTheSpot