Skip to content

Reduce File Size on Mac

Free space on Mac by compressing video, photos, PDF, GIF, and audio with Preview, QuickTime, and GetCompress.

By Petr Samokhin

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:

FolderWhat piles up
DownloadsInstallers, zip exports, one-off PDF decks
MoviesScreen recordings and camera imports
DesktopScreenshot PNG files and quick exports
Project drivesClient 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.

StepActionSafe to skip when
1Empty Trash and app caches you recognizeYou use offline cache for travel
2Remove duplicate installers from DownloadsYou need offline installers for lab machines
3Archive finished projects to external storageProject is still active this week
4Compress screen recordings you still referenceYou need lossless masters for re-edit
5Shrink photo and PDF exports you keep locallyFiles are already under 1 MB each
6Convert huge GIF loops to short MP4 clipsPlatform requires GIF only
7Run one mixed-media batch in GetCompress on a heavy folderYou 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:

  1. Open the clip in QuickTime.
  2. Trim the timeline to the part you need.
  3. 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.

Buy GetCompress now for local media compression with reusable presets and no media upload.