Troubleshooting
Apple Podcasts App Issues on Mac? Try These Fixes
Apple Podcasts app crashing, not syncing, or refusing to download episodes? Walk through the fix sequence — sync resets, cache clearing, and reinstalls.
You hit play on the new episode of your favorite show. The Podcasts app spins for ten seconds, then snaps back to the start. Or worse — it crashes entirely, dumps you to the desktop, and refuses to reopen. Or maybe it’s quieter trouble: subscriptions don’t sync between your iPhone and Mac, downloads silently fail, and your queue resets every time you reopen the app.
Apple Podcasts on Mac has been notoriously buggy since it was split off from iTunes in 2019. Here’s the sequence of fixes that actually work.
First, check what kind of issue it is
Different fixes for different problems:
- App crashes on launch: cache or library corruption
- Episodes won’t download: network or storage issue
- Subscriptions don’t sync: iCloud or sign-in issue
- Playback stutters: audio system or app cache
- Search doesn’t work: server issue, often Apple-side
Identify which one matches yours, then jump to that section.
Quit and force-restart Podcasts
Standard first step. Cmd+Q to quit. Open Activity Monitor (Applications → Utilities), search “Podcasts”, and force-quit anything left running. Reopen the app.
A clean restart resolves a surprising number of “Podcasts is being weird” issues — sometimes the app holds onto stale state and only a full restart clears it.
Sign out of iCloud Podcasts
If subscriptions aren’t syncing between devices or your queue is wrong:
- Podcasts → Settings → uncheck Sync Subscriptions
- Quit Podcasts
- Reopen it
- Re-check Sync Subscriptions
- Wait a few minutes for sync to catch up
If that doesn’t work, the iCloud data itself may be stale. The deeper fix:
- Sign out of iCloud entirely on the Mac (
System Settings → [Your Name] → Sign Out) — back up first if you don’t sync to iCloud - Reboot
- Sign back in
- Wait for everything to re-sync
This is heavy-handed, but it’s sometimes the only way to clear iCloud Podcasts data that’s gotten into a stuck state. Don’t do this for trivial issues.
Check your storage
If episodes won’t download, the most boring fix is the right one: you might be out of disk space.
System Settings → General → Storage. Look at available space. If you’re under 10 GB free, downloads will fail silently. Free up space.
Also check Podcasts’ own storage usage. Podcasts → Settings → General → see if you can adjust auto-download settings or limit cached episodes.
Clear the Podcasts cache
The app maintains a cache of artwork, episode metadata, and partial downloads. Over time, this cache gets corrupted, especially if downloads are interrupted by sleep or network drops.
Quit Podcasts. In Finder, hit Cmd+Shift+G and paste:
~/Library/Caches/com.apple.podcasts
Drag the contents to Trash (don’t delete the folder itself). Reopen Podcasts.
Also check:
~/Library/Group Containers/group.com.apple.podcasts/
This folder has more aggressive caches and shared data. Be careful — the database file lives here. If you delete that, you lose your subscription state. Just clear the Caches subfolder inside.
Delete and re-add a misbehaving show
If only one specific podcast won’t download or sync, the issue may be with that show’s metadata in your library.
In Podcasts:
- Right-click the show → Unfollow Show
- Quit and reopen Podcasts
- Search for the show again
- Follow it again
The re-add forces fresh metadata download. This often fixes shows that have been “stuck” for weeks.
Restart the audio daemon
Playback issues — stuttering, freezing during play, audio cuts — can be the audio daemon, not Podcasts itself.
Open Terminal:
sudo killall coreaudiod
Type your password. Daemon restarts. Test playback.
If audio plays fine after this, the audio system was the issue, not Podcasts.
Update macOS
Apple Podcasts ships with macOS, so updates come with system updates. Several Podcasts bugs were fixed in macOS 14.3 and 14.4:
- Subscriptions sync issue
- Auto-download repeating
- Playback freeze on episode change
System Settings → General → Software Update. Apply pending updates.
Check Apple’s System Status
Sometimes the issue isn’t your Mac — Podcasts servers themselves are down. Check apple.com/support/systemstatus. Look for “Podcasts.”
If anything’s red or yellow there, wait it out. Apple usually fixes server issues within a few hours.
Reinstall Podcasts
If you’ve tried everything and the app is still misbehaving, you can effectively reinstall it. The Podcasts app itself is part of macOS and can’t be uninstalled directly, but you can reset it.
Quit Podcasts. Delete:
~/Library/Caches/com.apple.podcasts~/Library/Preferences/com.apple.podcasts.plist~/Library/Group Containers/group.com.apple.podcasts/Library/Cache/
Don’t touch ~/Library/Group Containers/group.com.apple.podcasts/Library/Database/ — that’s your subscription database.
Restart the Mac. Open Podcasts. The app rebuilds caches and reads the database fresh. Sync will catch up automatically.
Clear stale audio prefs
If playback issues persist after the cache clear, audio prefs may also be involved:
~/Library/Preferences/com.apple.audio.AudioMIDISetup.plist~/Library/Preferences/com.apple.audio.DeviceSettings.plist
Quit audio apps, delete those, restart. macOS rebuilds them.
Doing this kind of cleanup manually is fiddly. Sweep clears stale audio prefs and caches that build up and cause exactly these “the app is being weird” issues. It can’t fix Apple’s server issues or a corrupted iCloud sync, but it cleans the local-side gunk.
Specific patterns
App crashes immediately on launch: cache corruption. Clear ~/Library/Caches/com.apple.podcasts/.
Episodes won’t download: storage full, network issue, or auto-download disabled. Check each.
Episodes download but won’t play: file is corrupted. Right-click → Remove Download → re-download.
Episodes show up out of order: sort order changed. Click the sort icon, set to Newest First.
Playback skips back to start randomly: known bug in earlier macOS 14 versions. Update.
App says “Cannot connect” but Wi-Fi works: Apple ID auth issue. Sign out of iCloud and back in.
Subscriptions different on Mac vs iPhone: iCloud sync stuck. Toggle Sync Subscriptions off and on.
Search returns no results: usually server-side. Check Apple System Status.
Episode times are wrong: metadata sync issue. Unfollow and refollow the show.
Downloaded episodes deleted spontaneously: auto-cleanup is enabled. Podcasts → Settings → Advanced → check storage settings.
Try the web version as a sanity check
Apple Podcasts is also available at podcasts.apple.com. If the same shows and episodes work fine there, your Mac app is the issue. If they don’t work there either, it’s an Apple ID or content problem on Apple’s side.
Fix order
- Cmd+Q and force-quit any leftover Podcasts processes
- Toggle Sync Subscriptions off, restart, on
- Check disk space
- Clear
~/Library/Caches/com.apple.podcasts/ - Unfollow and refollow misbehaving shows
sudo killall coreaudiodfor playback issues- Update macOS
- Check Apple System Status
- Reset Podcasts (clear cache + prefs, keep database)
- Sign out of iCloud as last resort
The Podcasts app is one of those macOS apps that gets stuck more than most. Routine cache cleanup keeps it functional.