If Spotify has quietly consumed several gigabytes of your Mac's storage, you've probably wondered whether it's safe to delete the Spotify cache — and more importantly, whether doing so will wipe out the offline songs you've carefully saved. The short answer is that clearing the cache is safe and your downloads are stored separately, but there are a few details worth understanding before you start deleting.
What Is the Spotify Cache, Exactly?
Every time you stream a track, Spotify writes a temporary copy of that audio to disk. On future plays, Spotify can read from disk instead of re-fetching from the network, which reduces buffering and saves bandwidth. This temporary data is what lives in the cache.
On macOS, Spotify maintains two distinct storage locations:
- Cache directory:
~/Library/Caches/com.spotify.client/— temporary audio chunks used to speed up streaming. Safe to delete. - Persistent data directory:
~/Library/Application Support/Spotify/— your account data, settings, playlist metadata, and offline downloads. Do not delete this unless you want to reset Spotify entirely.
The critical thing to understand: offline downloads do not live in the cache folder. They are stored inside Application Support/Spotify/ in an encrypted format tied to your account. Deleting the cache leaves your downloads intact.
Does Clearing the Spotify Cache Delete Your Downloads?
No. Clearing the cache folder at ~/Library/Caches/com.spotify.client/ does not remove offline-saved tracks. When you next open Spotify, your downloaded songs will still be available in the Your Library section under "Downloads," exactly as before.
What does disappear — temporarily — is the streaming buffer. The next time you play a track you haven't downloaded, Spotify will fetch it fresh from the network. On a normal broadband connection this is imperceptible. On a slow or metered connection, you may notice a brief loading pause on the first play after clearing.
What Actually Happens When You Clear the Spotify Cache
| What you clear | Effect | Reversible? |
|---|---|---|
Cache (~/Library/Caches/com.spotify.client/) |
Streaming buffer is wiped; tracks re-buffer on next play | Yes — Spotify rebuilds it automatically |
Offline downloads (~/Library/Application Support/Spotify/) |
Saved songs are gone; you must re-download | Yes — re-download from the app, but costs time and data |
Full Application Support/Spotify/ |
Full reset: account logged out, all settings and downloads erased | Partially — you can log back in and re-download, but settings are lost |
The takeaway: stick to the cache folder. Leave Application Support/Spotify/ alone unless you are deliberately resetting the app.
How to Check What Spotify Is Using Before You Delete
Before removing anything, it's worth seeing exactly how much space each folder occupies. Open Terminal and run:
du -sh ~/Library/Caches/com.spotify.client/
du -sh ~/Library/Application\ Support/Spotify/
This prints the actual disk usage of each directory. Cache folders on active Spotify installations routinely run between 1 GB and 5 GB. The Application Support folder is often much smaller unless you have a large offline library.
If you'd rather avoid Terminal, Crumb's "Is this safe to delete?" AI lets you point at any folder on your Mac and get a plain-English explanation of what it contains and what the removal risk is. It's a useful sanity check before touching unfamiliar Library directories — especially because macOS Library folders aren't all equally safe to clear.
How to Delete the Spotify Cache on Mac
There are two approaches: through Spotify's own preferences, or manually via Finder or Terminal.
Option 1: Use Spotify's Built-In Setting (Recommended)
- Open Spotify and go to Spotify menu > Settings (or press Cmd ,).
- Scroll down to the Storage section.
- Note the cache size shown next to "Cache".
- Click Clear cache.
- Spotify empties the cache folder and continues running normally. Downloads are unaffected.
This is the safest method because Spotify handles the deletion itself, so there is no risk of accidentally removing the wrong folder.
Option 2: Delete Manually in Finder
- Quit Spotify completely (Spotify menu > Quit Spotify).
- Open Finder, then press Cmd Shift G to open the Go to Folder dialog.
- Paste:
~/Library/Caches/com.spotify.client/and press Return. - Select all contents inside the folder (Cmd A) and move them to the Trash.
- Empty the Trash.
- Relaunch Spotify. It will recreate the cache folder automatically.
Option 3: Delete via Terminal
rm -rf ~/Library/Caches/com.spotify.client/
This removes the entire cache directory. Spotify will recreate it on next launch. Note that rm -rf bypasses the Trash, so the deletion is immediate and permanent — double-check the path before pressing Return.
Is the Spotify Cache Safe to Remove? A Direct Answer
Yes. The Spotify cache at ~/Library/Caches/com.spotify.client/ is temporary by design. Apple's own system cache-cleaning routines target this directory when storage pressure is high. You are not doing anything Spotify or macOS doesn't already do automatically.
The only real cost is mild: the next few tracks you stream will re-buffer from scratch. On most connections this takes under a second per track and you won't notice it.
What is not safe to delete indiscriminately is the broader ~/Library/Application Support/Spotify/ folder. That directory contains your offline downloads, your local playback queue state, and cached playlist data. Removing it forces a full re-login and re-download of everything. It won't break your Spotify account (your playlists live in the cloud), but it is disruptive and wastes time and data.
Keeping Spotify's Cache Under Control Long-Term
Spotify's cache grows back after every cleaning session. If you find yourself clearing it repeatedly, a few habits help:
- Limit offline storage in Spotify's settings. Under Settings > Storage, you can set a maximum cache size. Spotify will self-limit and evict older chunks automatically.
- Download only what you actually listen to offline. Large offline libraries create large Application Support folders that cannot be safely cleaned without losing downloads.
- Run a periodic cache clean. If you use a tool like Crumb for regular Mac maintenance, it surfaces app caches including Spotify's during a standard one-click cleanup, so the folder doesn't balloon between manual sessions.
Quick Reference: What to Delete vs. What to Leave Alone
- Safe to delete:
~/Library/Caches/com.spotify.client/ - Leave alone:
~/Library/Application Support/Spotify/(unless resetting the app intentionally) - Spotify's built-in clear-cache button targets only the safe location — use it if you're unsure.
Conclusion
Clearing the Spotify cache on Mac is safe, reversible, and will not touch your offline downloads. The cache is purely a performance buffer — Spotify rebuilds it as you stream. The only thing to avoid is deleting the Application Support/Spotify/ folder, which holds your actual saved content. Stick to the cache directory (or use Spotify's own setting to clear it), and you'll reclaim space without losing anything that matters.