Zoom's recordings folder is the one nobody remembers
Local recordings are saved to your Documents folder at full size and never cleaned up. Where they are, plus the caches around them.
Meeting apps are usually a modest cache and nothing more. Zoom is the exception, because recording locally is a single click and it writes the file to your Documents folder at full size, where it stays forever.
Where recordings go
du -sh ~/Documents/Zoom 2>/dev/null
du -sh ~/Documents/Zoom/* 2>/dev/null | sort -h | tail -10One folder per meeting, each holding the video, an audio only copy and a playlist file. An hour long meeting is comfortably a gigabyte, and the audio copy is stored on top of the video rather than instead of it.
The location is configurable in the app's settings under Recording, which is also where you can see how much space is being used. Pointing it at an external drive is worth doing if you record regularly.
The caches, which are smaller
du -sh ~/Library/Application\ Support/zoom.us \
~/Library/Caches/us.zoom.xos 2>/dev/nullThese hold avatars, backgrounds, shared files and update packages. They are safe to clear and rarely more than a few hundred megabytes, so they are not usually the answer if Zoom is being blamed for gigabytes.
Virtual backgrounds and downloaded packages
Custom backgrounds and any downloaded video backgrounds are stored in the application support folder, and a set of video backgrounds can be a few hundred megabytes on its own. They are visible in the app's settings under Background and Effects, which is the safe place to remove them.
What to do with the recordings
- Sort the folder by size and watch the first few seconds of the largest.
- Anything that was shared afterwards, or minuted, does not need the video.
- Move the ones worth keeping to an external drive or cloud storage.
- Change the recording location so the next year does not repeat this.
If Documents is generally large rather than just the Zoom folder, the disk is full and there is nothing to delete covers the rest of the places to look, and what moves safely to an external drive covers relocating a folder like this properly.
Common questions
Where does Zoom save recordings on a Mac?
In ~/Documents/Zoom by default, with one folder per meeting containing the video, a separate audio only file and a playlist. The location can be changed in the app's settings under Recording.
Is it safe to delete the Zoom cache?
Yes. The application support and cache folders hold avatars, backgrounds, shared files and update packages, all of which are rebuilt or redownloaded. They are usually a few hundred megabytes rather than gigabytes.
Why is Zoom using so much space on my Mac?
Almost always local recordings rather than the app itself. An hour of recorded meeting is around a gigabyte, and each recording is kept along with a separate audio only copy.
Can I change where Zoom saves recordings?
Yes, in the app's settings under Recording, where the current location and space used are shown. Pointing it at an external drive is worth doing if you record meetings regularly.