How to Decrease PDF File Size on Mac

PDF files have a habit of growing unwieldy — a single presentation with embedded images can balloon past 50MB, making it painful to email, upload, or store. The good news is that macOS gives you several built-in ways to shrink PDFs without installing anything extra, and third-party options exist for heavier-duty compression. What works best depends on what's actually making your file large in the first place.

Why PDF Files Get So Large

Before compressing anything, it helps to understand what's driving the file size:

  • High-resolution images embedded in the PDF are the most common culprit. A scanned document or a PDF exported from design software can contain images at 300–600 DPI — far more than a screen needs.
  • Embedded fonts add overhead, especially if a full font family is included rather than just the characters used.
  • Layers, transparency, and vector graphics from design tools like Illustrator or InDesign inflate size.
  • Metadata, annotations, and form fields contribute smaller but measurable overhead.
  • Multiple pages of scanned content stack high-resolution images on top of each other repeatedly.

Knowing the source matters because some compression methods target images specifically — they won't do much for a text-heavy PDF with complex vector graphics.

Method 1: Compress a PDF Using Preview (Built-In)

macOS's Preview app has a built-in Quartz filter that reduces file size during export. It's free, requires no downloads, and works for most everyday use cases.

Steps:

  1. Open your PDF in Preview.
  2. Go to File → Export as PDF.
  3. Click the Quartz Filter dropdown.
  4. Select Reduce File Size.
  5. Save the file with a new name.

⚠️ The trade-off here is real: Preview's Reduce File Size filter is aggressive. It downsizes images significantly — sometimes to the point where text in scanned documents becomes visibly blurry. This method works well for internal documents, rough drafts, or anything where visual fidelity isn't critical. For professional presentations or print-ready files, the quality loss may be unacceptable.

The degree of compression also varies by macOS version. Results on macOS Ventura or Sonoma may differ from older releases.

Method 2: Export from the Source Application

If you created the PDF from a Word document, Pages file, Keynote presentation, or similar, re-exporting with lower image resolution is often the cleanest approach.

In Microsoft Word for Mac:

  • Go to File → Save As → PDF, then look for options to optimize for web/minimum size rather than print quality.

In Pages or Keynote:

  • Export to PDF and select Good instead of Best image quality.

This approach avoids recompressing an already-compressed PDF, which can compound quality loss. If you still have the original source file, this is almost always worth trying before using a compression filter on the PDF itself.

Method 3: Use the ColorSync Utility for Custom Filters 🎛️

macOS includes a less-known tool called ColorSync Utility that lets you create custom Quartz filters — giving you more control over compression aggressiveness than Preview's default setting.

Basic process:

  1. Open ColorSync Utility (find it via Spotlight).
  2. Go to the Filters tab.
  3. Duplicate the "Reduce File Size" filter and adjust image compression settings (DPI, quality percentage).
  4. This custom filter then appears in Preview's Quartz Filter menu.

This is useful when Preview's default compression is too heavy-handed. You can dial the image resolution down to, say, 150 DPI instead of the default's more extreme reduction, preserving more legibility while still meaningfully reducing file size.

Method 4: Third-Party Apps and Online Tools

For more precise control, several dedicated apps handle PDF compression on Mac:

OptionTypeBest For
Adobe Acrobat ProDesktop app (subscription)Professional-grade control, batch compression
PDF SqueezerMac App Store app (paid)Simple drag-and-drop, good quality balance
Smallpdf / ILovePDFBrowser-based toolsQuick one-off compression
GhostscriptCommand-line tool (free)Power users, batch processing, scripting

Browser-based tools are convenient but carry a privacy consideration: your PDF is uploaded to a third-party server. For sensitive documents — contracts, medical records, financial files — that's a meaningful risk to weigh.

Ghostscript via Terminal gives Mac power users extremely fine-grained control over compression settings, including separate controls for image types, font subsetting, and color spaces. The learning curve is steeper, but the results are often superior to GUI tools.

What "Acceptable" Compression Looks Like

As a general reference point, compression targets vary by use case:

  • Email attachments: Many providers cap attachments around 20–25MB; targeting under 10MB gives comfortable headroom.
  • Web uploads: PDFs for web viewing are typically compressed to 72–96 DPI for images.
  • Print or archival: Higher DPI (150–300) is usually preserved; compression focuses on metadata and font optimization instead.

The Variables That Determine Your Results

How much you can compress a PDF — and how much quality you can afford to lose — depends on factors specific to your situation:

  • What created the PDF (scanned document vs. exported Word file vs. design software output)
  • How the PDF will be used (casual sharing vs. professional presentation vs. archival record)
  • Whether you have the original source file to re-export from
  • Your tolerance for visual quality reduction
  • Whether the file contains sensitive information that affects which tools you're comfortable using

A 40MB scanned contract and a 40MB design portfolio may look identical in file size but respond very differently to the same compression method. The right approach — and the right trade-off between size and quality — sits at the intersection of those details.