Reduce File Size on Mac
Free space on Mac by compressing video, photos, PDF, GIF, and audio with Preview, QuickTime, and GetCompress.
Storage warnings often point at Movies, Downloads, or project folders full of media. You can delete some of it, but much of what remains is work you still need: screen recordings, photo exports, slide PDF files, and audio notes. Shrinking those files frees space without losing the project. The goal is a smaller copy you can share while the master stays archived if you still need full quality later.
See what is using space
Start with facts before you delete blindly.
System Settings → General → Storage shows which categories dominate. Open the heavy folders in Finder and sort by size. Common culprits:
| Folder | What piles up |
|---|---|
| Downloads | Installers, zip exports, one-off PDF decks |
| Movies | Screen recordings and camera imports |
| Desktop | Screenshot PNG files and quick exports |
| Project drives | Client handoffs, bug videos, raw photo batches |
Delete old installers you can re-download. Compress what you need to keep. Do not empty a folder until you confirm nothing references those files from an open project.
Storage cleanup checklist
Use this pass when Storage settings show “Documents” or “Other” growing without a clear single file type.
| Step | Action | Safe to skip when |
|---|---|---|
| 1 | Empty Trash and app caches you recognize | You use offline cache for travel |
| 2 | Remove duplicate installers from Downloads | You need offline installers for lab machines |
| 3 | Archive finished projects to external storage | Project is still active this week |
| 4 | Compress screen recordings you still reference | You need lossless masters for re-edit |
| 5 | Shrink photo and PDF exports you keep locally | Files are already under 1 MB each |
| 6 | Convert huge GIF loops to short MP4 clips | Platform requires GIF only |
| 7 | Run one mixed-media batch in GetCompress on a heavy folder | You only have one file to fix |
The checklist is ordered by risk. Steps at the top reclaim space with almost no quality tradeoff. Steps in the middle need a quick visual check. Step 7 is for folders that mix video, images, and PDF after steps 1 through 6 still leave you tight on disk.
Re-run System Settings → Storage after a cleanup pass. You should see Documents or Other drop when large media copies replaced originals in place.
Make videos smaller
Screen recordings and camera clips are often the largest single files on a Mac.
QuickTime handles trim and export without extra installs:
- Open the clip in QuickTime.
- Trim the timeline to the part you need.
- Choose File → Export As → 720p or 1080p.
Open Terminal (Applications → Utilities → Terminal). Install FFmpeg through Homebrew when you need finer control (install Homebrew first if brew is not found):
brew install ffmpeg
ffmpeg -i clip.mov -c:v libx264 -crf 23 -c:a aac -b:a 128k clip-small.mp4
See the video compression guide for codec choices and upload limits.
Shrink photos
Preview: Tools → Adjust Size, then export JPEG with the quality slider.
Photos: File → Export for iPhone shots when you need a friendly batch dialog.
Apply the display-size rule: export near the width the image will appear, not at full camera resolution. See how to compress images on Mac for format picks and batch sips commands.
Move compressed copies into a _compressed subfolder so originals stay available for re-edit until you confirm quality.
Reduce PDF size
Preview → File → Export → Reduce File Size works for a single PDF.
Re-export slides from Keynote at lower quality if you still have the source file. Scan-heavy PDF files often shrink more from a proper re-export than from a second aggressive filter pass.
See how to compress PDF on Mac for portal limits and batch workflows.
GIFs and audio
Prefer a short MP4 over a huge GIF when the app allows video. GIF is enormous for smooth motion; MP4 carries the same loop at a fraction of the size.
QuickTime → Export As → Audio Only produces M4A from a video track when you only need speech.
For WAV or AIFF notes, convert in Terminal:
afconvert -d aac -f m4af -b 128000 talk.wav talk.m4a
Keep the lossless original only when you plan to edit audio again.
Voice memos and meeting recordings compress well because speech tolerates lower bitrates than music.
Using GetCompress
GetCompress covers multiple media types in one window when you reduce file size on Mac across a messy folder.
- Drop a heavy Downloads or project folder and let GetCompress detect video, images, PDF, GIF, and audio in one queue.
- Apply saved presets per media type instead of opening QuickTime, Preview, and Terminal separately.
- Preview video trims and image quality before export when the file still matters for client review.
- Batch PDF compression with presets when quarterly reports share the same optimization level.
- Export smaller copies alongside originals so you can archive masters and share lightweight versions.
GetCompress is optional when you only need one file in Preview or QuickTime. It saves the most time when Storage settings point at a mixed folder and you want one local pass without uploading anything to the web.
Clipboard compression in GetCompress helps when you copy a screenshot or exported image and need a smaller paste-ready version for Slack or email without saving intermediate files.
External drives benefit from the same checklist: compress video and PDF archives before you copy them off the internal SSD to speed up the transfer.
- How to Compress Video on MacHow to compress video on Mac with QuickTime, iMovie, FFmpeg, and GetCompress. Smaller MOV and MP4 files for email, Slack, and uploads.
- How to Compress Images on MacCompress images on Mac with Preview and Photos. Resize JPG and PNG, convert HEIC, and batch compress with GetCompress.
- How to Compress PDF on MacCompress PDF on Mac with Preview and Keynote re-export. Batch PDF compression with GetCompress for folders of decks and scans.
- Online compressor safetyWhat happens when you upload files to online compressors, and what to use on Mac instead with Preview, QuickTime, and GetCompress.
Buy GetCompress now for local media compression with reusable presets and no media upload.