Where apps hide your files
The Podcasts app downloads real audio files to your disk, then does everything possible to keep you from meeting them. If you want the file — for a clip, an archive, offline listening elsewhere — here is where it is.
Podcasts is sandboxed, so its downloads live under ~/Library/Group Containers, in the app's container, in a cache folder of UUID-named .mp3 and .m4a files. The exact path varies by macOS version; the reliable way in is:
find ~/Library/Group\ Containers -name "*.mp3" -o -name "*.m4a" 2>/dev/null
Names are opaque identifiers, not episode titles. Sort by date to match a recent download; the newest file is the episode you just fetched.
Two exclusions stack: ~/Library is outside Spotlight's index, and cache folders are excluded besides. The episode exists on disk and is invisible to search — the same pattern as Mail attachments and Messages media. Whole-disk indexed search tools list them like any other file, which is the practical way to grab one.
The cache is a cache: the app prunes it. To keep audio, copy the file out and rename it, or download the episode from the show's own feed — every podcast RSS entry carries a direct enclosure URL, and the show's website usually links it.
Auto-downloads accumulate. Podcasts → Settings controls retention; the cache folder's du -sh total occasionally surprises people who subscribed to daily shows years ago.
Yes — they are ordinary MP3 or AAC files. Copy them out before the app prunes its cache if you want to keep them.
The app names files by internal identifier and keeps titles in its own database, which only the Podcasts app reads.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for MacVersion 2.15.7 · macOS 13+ · 3.8 MB · notarised