Apps

Spotify Store Shared Caches

Spotify's Microsoft Store build keeps a shared set of Chromium and graphics caches under LocalCache to speed up artwork loading, UI startup, embedded web views, and GPU rendering. These files include HTTP disk cache entries, V8 code cache, GPUCache data, Dawn and WebGPU shader caches, shared dictionary cache content, component and extension CRX archives, plus launcher, widget, and Crashpad log and report files. Kudu removes those disposable caches and reports while preserving the Data and offline-storage trees, so downloads, account state, settings, and saved content are left alone.

Why clean Spotify Store Shared Caches?

  • Corrupted HTTP cache entries in Cache_Data can leave album art, podcast thumbnails, or Home feed tiles blank until Spotify refetches them
  • Invalidated V8 code cache after a Store app update can make the first launch feel unusually slow or leave parts of the interface laggy while scripts recompile
  • Stale GPUCache, GrShaderCache, ShaderCache, or Dawn shader blobs after a graphics driver update can cause black panels, flickering, or choppy transitions in the app window
  • Broken shared dictionary cache data can interfere with compressed web responses, showing incomplete pages or sections of the Spotify interface that never finish loading
  • Old component_crx_cache and extensions_crx_cache packages can leave bundled web components out of sync, which shows up as missing UI modules or repeated prompts to reload
  • Launcher and DashboardWidget logs and Crashpad reports can quietly accumulate after repeated crashes, wasting space even though they are not needed for normal playback
  • Large cache trees in the Store package can make Spotify use far more LocalCache storage than expected, and clearing them often fixes stubborn visual glitches without touching playlists or offline music
What gets cleaned

Cache paths Kudu targets

Windows

%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Default/Cache/Cache_Data
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Default/Code Cache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Default/GPUCache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Default/DawnCache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Default/DawnGraphiteCache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Default/DawnWebGPUCache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Default/Shared Dictionary/cache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/component_crx_cache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/extensions_crx_cache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/GraphiteDawnCache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/GrShaderCache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/ShaderCache
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/DashboardWidget/logs
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/DashboardWidget/Crashpad/reports
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Launcher/Logs
%LocalAppData%/Packages/SpotifyAB.SpotifyMusic_zpdnekdrzrea0/LocalCache/Spotify/Launcher/Crashpad/reports
Frequently asked

Common questions about Spotify Store Shared Caches

Free & open source

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.