If you upgraded from iTunes to the Music app and suddenly noticed gigabytes of space unaccounted for, you're not alone. Understanding the iTunes media folder location on Mac — and how it maps to the newer Music library structure — is the first step toward reclaiming that space without accidentally deleting tracks you care about. This guide covers every relevant path, what changed in macOS Catalina and beyond, and exactly which folders you can safely remove in the macOS Sequoia and Tahoe era.
What Happened to iTunes on Mac?
Apple retired iTunes with macOS Catalina (10.15) in 2019, splitting it into three separate apps: Music, Podcasts, and TV. Device syncing moved to Finder. Despite this split, the underlying media library on disk stayed remarkably close to where it always was — which is both convenient and a source of confusion.
If you upgraded from an older macOS, your original iTunes folder was left in place. The Music app reads from that same folder by default. You may therefore have a folder structure with the name iTunes that is now entirely managed by the Music app, alongside newer Music-named folders created fresh on Catalina or later.
Where Your Media Actually Lives: Folder Location Map
Here is a quick reference for every path that either iTunes or the Music app may use on a modern Mac.
| Folder | Default Path | App / Era | Typical Size |
|---|---|---|---|
| iTunes Media folder (legacy) | ~/Music/iTunes/iTunes Media/ |
iTunes (pre-Catalina) | Varies; often 10–100 GB+ |
| Music library folder (modern) | ~/Music/Music/Media/ |
Music app (Catalina+) | Varies; same as above if migrated |
| iTunes library database | ~/Music/iTunes/iTunes Library.itl |
iTunes (legacy) | 1–200 MB |
| Music library database | ~/Music/Music/Music Library.musiclibrary |
Music app | 1–200 MB |
| Music app caches | ~/Library/Caches/com.apple.Music/ |
Music app | 100 MB–2 GB |
| Podcast downloads | ~/Library/Group Containers/243LU875E5.groups.com.apple.podcasts/Library/Cache/ |
Podcasts app | 500 MB–20 GB |
| Apple TV downloads | ~/Movies/TV/ |
TV app | 2–50 GB per title |
The key takeaway: both ~/Music/iTunes/ and ~/Music/Music/ may exist simultaneously on a Mac that was upgraded rather than set up fresh. If your Music app is pointing at the old iTunes folder, ~/Music/Music/ may be empty or minimal.
How to Find Which Folder the Music App Is Actually Using
Before you delete anything, confirm where your active library lives:
- Open Music.
- Hold Option while launching Music to choose a library, or go to Music > Settings > Files on macOS Ventura and later.
- Click the Files tab. Look at Music Media folder location — that is the canonical path.
- Alternatively, run this in Terminal to print the location:
defaults read com.apple.Music NSNavLastRootDirectory
If the path shown is /Users/yourname/Music/iTunes/iTunes Media, the Music app inherited the old location. If it shows /Users/yourname/Music/Music/Media, the library was created fresh or migrated to the new location.
Understanding the iTunes Media Subfolder Structure
Whether stored under iTunes Media or Music/Media, the internal layout is nearly identical:
Music/— your purchased, ripped, or imported audio files, sorted by artist and albumMusic Videos/— any video files added to the music libraryMovies/(legacy iTunes only) — locally downloaded video purchases before the TV app splitPodcasts/(legacy iTunes only) — podcast audio managed by iTunes before Podcasts became its own appAudiobooks/— audiobook filesDownloads/— partially downloaded purchases waiting to be completed
In a migrated library you may still find old Podcasts/ or Movies/ subfolders inside the iTunes Media directory that no app actively manages anymore. Those are prime candidates for cleanup.
Where Caches and Temporary Files Accumulate
Beyond the actual media files, both iTunes (in its day) and the Music app generate significant cache and temporary data:
- Music app cache:
~/Library/Caches/com.apple.Music/— artwork, streaming buffers, and UI caches. Can reach 1–2 GB. - Album artwork cache:
~/Library/Caches/com.apple.iTunes/— this old iTunes cache folder can linger after migration. - iCloud Music Library temp files: stored in
~/Library/Application Support/com.apple.Music/— subscription content and sync metadata. - Crash logs:
~/Library/Logs/DiagnosticReports/— not large, but worth knowing.
Cache files in ~/Library/Caches/ are always safe to delete — the app rebuilds them on next launch. If you want to understand the full picture of what cache folders are costing you, see what cache files are on a Mac and which ones matter.
How to Reclaim Space: Step-by-Step
Step 1 — Audit what you own vs. what is streamed
If you subscribe to Apple Music, many tracks marked as downloaded are DRM-protected AAC files that can be re-downloaded any time. Open Music, select a track, press Command-I, and look at the File tab to see the local path. Streamed-only tracks show no local path and take no space.
Step 2 — Remove local copies of Apple Music tracks
In the Music app sidebar, right-click any downloaded track or album and choose Remove Download. The track stays in your library and can be streamed or re-downloaded on demand. This is the safest way to free space without losing access.
Step 3 — Delete orphaned legacy folders
If your active library is now at ~/Music/Music/Media/, the old ~/Music/iTunes/ folder may be entirely orphaned. Verify by checking the Music app's Files settings (described in the section above). Once confirmed, move the old iTunes folder to Trash. Do not empty the Trash until you have verified Music still plays correctly.
Step 4 — Clear Music app caches
Quit the Music app, then delete the cache folder:
rm -rf ~/Library/Caches/com.apple.Music
Relaunch Music. It will rebuild the cache on next use. Also check for the legacy iTunes cache:
rm -rf ~/Library/Caches/com.apple.iTunes
Step 5 — Clean up Podcast and TV app downloads
In the Podcasts app, go to Podcasts > Settings > Downloads and delete episodes you have already listened to. For the TV app, open your library, right-click a downloaded movie or show, and choose Remove Download. These files can be re-downloaded any time from your purchase history.
A Note on iCloud Music Library and iTunes Match
If you use iCloud Music Library (Apple Music) or iTunes Match, local files may exist alongside cloud versions. iTunes Match stores matched files at full quality in iCloud and keeps a local copy until you explicitly remove the download. Tracks that were matched but not downloaded show a cloud icon in the Music app — those consume zero local space. Only tracks with a downloaded checkmark count against your drive.
To see a full summary of what is eating your disk — including media folders, caches, and app support data across all apps — a tool like Crumb can audit all of these locations at once and show what is safe to remove before you delete anything.
How Much Space Can You Realistically Reclaim?
Results vary widely, but here are realistic ranges based on common configurations:
- Removing downloaded Apple Music tracks: 5–40 GB on a library with hundreds of albums synced offline.
- Deleting the orphaned iTunes folder after migration: Can match the entire media library size — sometimes 50–200 GB if the old library was large and untouched.
- Clearing Music and iTunes caches: 500 MB–3 GB, depending on how long the app has been running.
- Clearing Podcasts cache: 1–20 GB for heavy podcast listeners with auto-download enabled.
- TV app downloaded movies/shows: 2–8 GB per title in HD, up to 15 GB for 4K HDR content.
If you want to see a broader picture of all the space consumers on your drive, the guide on what is taking up space on your Mac walks through system data, app caches, and developer folders in one place.