Troubleshooting
How to Clear the Apple Podcasts Cache on Mac
Apple Podcasts on Mac eating disk space or acting weird? Walk through exactly what to clear, what to keep, and how to do it safely without losing data.
The Podcasts app on your Mac is using 60 GB of disk space. You haven’t downloaded that many episodes — most of what you listen to streams. Where is all that storage going, and how do you get it back without nuking your subscriptions?
The answer is buried in the way the Podcasts app caches data. It keeps every episode you’ve ever played (even partial), every artwork image, every transcript, plus its own internal metadata database. Cleared in the wrong way, you can lose your library. Cleared correctly, you can reclaim 90% of that space.
Here’s exactly what to clear and what to leave alone.
Where Podcasts stores its data
Podcasts data is split across three locations:
Caches — at ~/Library/Caches/com.apple.podcasts/. Pure throwaway data. Always safe to delete. Rebuilt on next use.
Group Container — at ~/Library/Group Containers/group.com.apple.podcasts/. This contains both your subscription database AND a cache subfolder. The database (Documents/MTLibrary.sqlite and friends) holds your subscriptions, queue, and listening progress. Don’t touch that. The Library/Caches subfolder inside the group container is fair game.
Preferences — at ~/Library/Preferences/com.apple.podcasts.plist. Tiny. Contains app settings. Safe to delete; just regenerates with defaults.
Downloaded episodes — managed by the app, not directly stored as standalone files in a way you’d recognize. Best removed through the Podcasts app itself.
The big space hog is usually the group container’s cache and downloaded episodes.
Method 1: clear from inside the Podcasts app
The cleanest way. You don’t have to touch any folders.
- Open Podcasts
- Podcasts → Settings → General
- Look at how many shows you have downloaded
To remove individual downloads:
- Click Library in the sidebar
- Pick a show
- Find episodes with the download badge
- Right-click → Remove Download
To bulk-remove downloads:
- Click Downloaded in the sidebar
- Cmd+A to select all visible episodes
- Right-click → Remove Download
Episodes are removed from disk but stay in your library — you can re-download anytime.
To stop accumulating downloads:
- Podcasts → Settings → Advanced
- Look for auto-download settings and storage limits
Set “Save Episodes” to a specific number rather than “All Played” — say, “Most recent 5” — to keep storage in check automatically.
Method 2: clear caches manually
For deeper cleanup beyond what the app exposes:
- Quit Podcasts (Cmd+Q)
- Activity Monitor → search “podcasts” → force-quit anything left running
- Open Finder, hit Cmd+Shift+G (Go to Folder)
- Paste:
~/Library/Caches/com.apple.podcasts - Drag everything inside to Trash
- Repeat for:
~/Library/Group Containers/group.com.apple.podcasts/Library/Caches/
Don’t delete the cache folders themselves. Delete only the contents inside them. The app expects the folders to exist when it relaunches.
Reopen Podcasts. The first launch may be slow as it rebuilds cached data, then performance returns to normal.
What NOT to delete
These contain your actual library data:
~/Library/Group Containers/group.com.apple.podcasts/Documents/~/Library/Group Containers/group.com.apple.podcasts/Library/Database/
If you delete these, you lose your subscription list, queue, listening progress, and any custom settings. They sync from iCloud if you have Sync Subscriptions on, but recovery isn’t always perfect.
If you’re not sure what something is, don’t delete it. Just clear the Caches subfolder and let it be.
Method 3: reset the entire app (nuclear option)
If Podcasts is so broken that you don’t care about local state and want to start fresh:
- Quit Podcasts
- Sign out of iCloud (so you don’t accidentally sync the broken state to other devices first) — actually, wait
- Make sure your subscriptions are synced to iCloud. They should be by default.
- Delete:
~/Library/Caches/com.apple.podcasts/~/Library/Preferences/com.apple.podcasts.plist~/Library/Group Containers/group.com.apple.podcasts/
- Restart the Mac
- Open Podcasts — it’ll appear empty
- Wait for iCloud sync to repopulate your subscriptions
This is the deep reset. Expect 2-15 minutes for everything to come back depending on library size.
How much space will you reclaim
In testing, a Mac with 50 podcast subscriptions and casual listening for two years had:
- Caches folder: ~2 GB
- Group container caches: ~3 GB
- Downloaded episodes: ~40 GB
- Database: ~50 MB
Removing all downloads and clearing caches reclaimed 45 GB. Just clearing caches without removing downloads reclaimed 5 GB.
If you’re hitting a “low disk space” warning, downloads are usually the culprit. Bulk-remove from the Downloaded section in the app.
Auto-cleanup settings
To prevent this happening again:
Podcasts → Settings → Advanced:
- Set “Save Episodes” to “Most recent X”
- Enable any “remove played episodes” option that’s available
Podcasts → Settings → General:
- Disable auto-download for shows you stream rather than download
- Use “Notify me of new episodes” instead of auto-download for low-priority shows
These keep storage in check without you having to think about it.
Use a cleaning tool to find more
Caches accumulate across many apps, not just Podcasts. After clearing Podcasts, you might find Music, Mail, Photos, and your browsers have similar buildup.
Sweep scans for stale caches across the system and clears them with a preview before any deletion. It’s cleanup-focused, not antivirus — it can’t fix Podcasts bugs themselves, but it can recover gigabytes of space sitting in caches you didn’t know existed.
Verify space recovered
After clearing, check System Settings → General → Storage. The Podcasts entry should be smaller. If it’s not, the cache files may not have actually deleted — make sure you emptied the Trash.
Common mistakes
Clearing Trash too soon: if you accidentally deleted something important, it’s gone. Wait at least until you’ve confirmed Podcasts works correctly post-cleanup before emptying.
Deleting ~/Music/Podcasts/: this folder doesn’t exist on modern macOS — Podcasts data lives in Library, not Music. If you find a ~/Music/Podcasts/ folder, it’s leftover from old iTunes and you might not actually need it.
Deleting while Podcasts is running: causes errors and partial deletion. Always quit first.
Deleting the database file: loses your library. Make sure you’re only deleting Caches subfolders.
Specific scenarios
Mac is full and Podcasts is the biggest user: bulk-remove downloads from the Downloaded section. That’s where most of the space lives.
Podcasts won’t open / crashes on launch: clear ~/Library/Caches/com.apple.podcasts/ only, then try opening.
Auto-downloads keep filling the disk: change “Save Episodes” setting to a smaller number.
Some episodes won’t delete from Downloaded: app glitch. Quit Podcasts, restart Mac, try again.
Storage shown in Settings doesn’t match what’s in Podcasts: cache mismatch. Restart the Mac to refresh.
Quick checklist
To clear cache without losing anything:
- Quit Podcasts and force-quit any leftover processes
- Bulk-remove downloads from Library → Downloaded
- Clear
~/Library/Caches/com.apple.podcasts/ - Clear
~/Library/Group Containers/group.com.apple.podcasts/Library/Caches/ - Set auto-cleanup limits in Settings → Advanced
- Reopen Podcasts
For most people, step 2 alone reclaims most of the space. The cache clearing is for edge cases where the app is acting weird.