Voice Memos syncs every recording to your Mac, in full quality
Recordings made on a phone land on the Mac and stay there. Where they are, what the quality setting costs, and the second bin holding deleted ones.
Voice Memos is a phone app that quietly fills a Mac. With iCloud on, every recording made on any device syncs everywhere, in full quality, and the app keeps deleted ones for thirty days on top.
Where they live
du -sh ~/Library/Containers/com.apple.VoiceMemos 2>/dev/null
find ~/Library -name '*.m4a' -path '*VoiceMemos*' -size +20M \
-exec ls -lh {} + 2>/dev/null | sort -k5 -h | tail -10They are inside an app container rather than in your Music or Documents folder, which is why searching Finder for recordings finds nothing and why they are counted as System Data in the storage screen.
The quality setting
Voice Memos records compressed by default and lossless if you turn on the higher quality setting, which multiplies the size of every recording made afterwards. For interviews and music sketches that is the right trade; for a reminder to yourself it is not, and it applies to everything until you change it back.
The thirty day folder
Deleted recordings go to a Recently Deleted list inside the app and stay for thirty days, counting against your disk and your iCloud storage the whole time. Emptying it inside the app is the step that actually frees the space, and it is the same pattern as Photos and Notes.
Getting recordings out
- Select recordings in the app and drag them to a Finder window to export as .m4a files.
- Move the exports to an external drive or cloud storage.
- Delete the originals in the app.
- Empty the Recently Deleted list, or nothing is freed for a month.
That order matters because dragging out of the app is the only supported export. Copying files from inside the container works until an update changes the layout, and it bypasses the app's own database.
Common questions
Where are Voice Memos stored on a Mac?
Inside the app's container under ~/Library/Containers/com.apple.VoiceMemos, not in Music or Documents. That is why Finder searches do not find them and why they count as System Data.
Why do recordings from my iPhone appear on my Mac?
Because Voice Memos syncs through iCloud by default, so every recording made on any device is downloaded in full to all of them.
How do I export a voice memo from a Mac?
Select it in the app and drag it to a Finder window, which writes an .m4a file. That is the supported route, and it keeps the app's own database consistent.
Do deleted voice memos still use space?
Yes, for thirty days in the app's Recently Deleted list, against both your disk and your iCloud storage. Emptying that list is what actually frees the space.