Spotify Store Browser Cache
Spotify’s Microsoft Store app embeds a browser engine that keeps HTTP disk cache entries, partitioned site data, image cache files, script resources, and media thumbnails under its Browser cache folder to speed up loading Home, Search, artist pages, podcasts, and promotional web content. Those temporary web assets can become stale or corrupted after app updates, CDN changes, or interrupted writes, leading to mismatched page resources and broken in-app views. Kudu removes only this Store browser cache so Spotify can rebuild fresh web content, while leaving account state, downloads, sessions, IndexedDB, offline data, settings, and saved credentials untouched.
Why clean Spotify Store Browser Cache?
- Stale cached JavaScript or CSS after a Spotify app rollout can leave Home or Search partially unstyled, with missing tiles, blank sections, or buttons that do nothing until the assets reload
- Corrupted HTTP cache entries from an interrupted update or sudden shutdown can make artist, album, or podcast pages spin indefinitely because the embedded browser keeps reusing a bad response
- Old image and thumbnail cache files can cause missing cover art, blank podcast artwork, or profile images that never refresh even though playback still works
- Partitioned browser cache growth from repeated browsing inside the app can consume hundreds of megabytes and make navigation feel inconsistent as Spotify revalidates too many stale web assets
- Cached web responses tied to expired backend routes or experiments can surface 'Something went wrong' panels, empty recommendation shelves, or broken store-style promo modules inside the app
- After a Windows graphics or app runtime change, previously cached browser-rendered resources may no longer compose cleanly, showing flicker or incomplete page rendering until the cache is rebuilt
Cache paths Kudu targets
Windows
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Browser |
Common questions about Spotify Store Browser Cache
Download Kudu and reclaim your disk space.
Available on Windows, macOS, and Linux. No account required, no feature gates, no telemetry without consent. All cleaning targets are open source and community-auditable.