Everywhere All articles Download

Where apps hide your files

Finding the Podcasts app's audio files

Updated 2026-08-08 · 3 min read

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.

The location

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.

Why Spotlight shows nothing

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.

Keeping an episode permanently

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.

The storage angle

Auto-downloads accumulate. Podcasts → Settings controls retention; the cache folder's du -sh total occasionally surprises people who subscribed to daily shows years ago.

Common questions

Can I play the cached files directly?

Yes — they are ordinary MP3 or AAC files. Copy them out before the app prunes its cache if you want to keep them.

Why are the filenames random strings?

The app names files by internal identifier and keeps titles in its own database, which only the Podcasts app reads.

Find any file before you finish typing

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 Mac

Version 2.15.7 · macOS 13+ · 3.8 MB · notarised

Related

© 2026 Caretopia Network Private Limited Everywhere for Mac Articles Privacy Support