How to Reduce the File Size of a PDF

PDFs have a habit of ballooning in size — a single presentation export can easily hit 50MB, and a scanned form might weigh more than a full photo album. Fortunately, reducing PDF file size is one of the more straightforward file management tasks once you understand what's actually making the file large in the first place.

Why PDFs Get So Large

Not all PDFs are built the same way. A PDF created from a Word document is fundamentally different from one exported from a design tool or generated by scanning physical pages.

The main contributors to large PDF file sizes are:

  • Embedded images — High-resolution photos and graphics are the most common cause of oversized PDFs. A single uncompressed image can account for megabytes on its own.
  • Embedded fonts — Some PDFs embed entire font files to ensure consistent display, which adds overhead.
  • Scanned pages — Scanning creates image-based PDFs rather than text-based ones. Each page is essentially a photograph.
  • Metadata and hidden layers — Design software often exports editing data, hidden layers, or revision history that readers never see but the file still carries.
  • Transparency and effects — Drop shadows, gradients, and transparency effects in design files translate into complex rendering data.

Understanding the source of the bloat tells you which compression method will actually work.

The Main Methods for Compressing a PDF 📄

Re-export or Print to PDF

If you still have the original source file — a Word document, PowerPoint, Google Slides presentation, or InDesign file — the cleanest approach is to re-export with lower quality settings rather than compressing an already-exported PDF.

Most export dialogs offer quality presets like Screen, Web, or Minimum Size alongside Print or Press Quality. Choosing a lower-quality preset at the export stage gives better results than running compression after the fact, because the original data is still intact and the software can make intelligent tradeoffs.

In Microsoft Word, for example, you can use File → Save As → PDF and look for an Optimize for: Minimum size option. Google Docs offers a similar Export as PDF path through the File menu.

Use Built-In OS Tools

Both macOS and Windows offer ways to reduce PDF size without third-party software.

On macOS, the Preview app includes a Quartz Filter option when saving PDFs. Open the PDF in Preview, go to File → Export, and select Reduce File Size from the Quartz Filter dropdown. Results vary — it works well on image-heavy PDFs but can sometimes over-compress and degrade quality noticeably.

On Windows, there's no equivalent built-in compression tool for existing PDFs, but printing to the Microsoft Print to PDF virtual printer at a lower quality setting can reduce size in some cases.

Online PDF Compression Tools

Browser-based tools like Smallpdf, ILovePDF, and Adobe's own online compressor let you upload a PDF, choose a compression level, and download a smaller version. These are convenient for one-off tasks and require no software installation.

The tradeoffs to consider:

FactorWhat to Know
PrivacyFiles are uploaded to third-party servers — not ideal for sensitive documents
File size limitsFree tiers typically cap uploads at 5–25MB
Compression qualityResults vary by tool and source file type
Batch processingUsually restricted on free plans

For general-purpose documents without sensitive content, online tools are fast and effective.

Desktop PDF Software

Dedicated PDF applications — Adobe Acrobat (not the free Reader), Nitro PDF, PDF Expert on Mac, and others — offer the most control. These tools let you:

  • Downsample images to a specific DPI (e.g., reducing from 300 DPI to 150 DPI for screen viewing)
  • Remove embedded fonts if they aren't critical to display
  • Strip metadata, comments, and hidden layers
  • Flatten transparency, which simplifies rendering complexity

In Adobe Acrobat, the PDF Optimizer (or Reduce File Size option in newer versions) gives granular control over each element. This level of precision matters when you need predictable results — for instance, ensuring images stay sharp enough for a client presentation while still hitting an email attachment limit.

Compressing Scanned PDFs 🖨️

Scanned PDFs are the trickiest to compress because each page is a raster image. The options are:

  • Lower the scan resolution at the source — 150 DPI is usually sufficient for readable text; 300 DPI is standard for archival quality
  • Run OCR (Optical Character Recognition) to convert the scanned images into searchable, text-based content, which compresses much more efficiently
  • Convert to black and white or grayscale if color isn't necessary — this alone can cut file size dramatically

What Affects Your Results

Compression outcomes depend heavily on the source file. An image-heavy marketing brochure at 40MB might compress to 4MB without visible quality loss. A scanned legal document might only shrink 20–30% before text becomes difficult to read. A text-only exported report might already be near its minimum size, and aggressive compression will produce almost no gain.

Your intended use also shapes the right approach:

  • Email attachment — A general-purpose compression to under 10MB is usually the goal
  • Web or digital viewing — Screen-optimized settings (72–96 DPI images) are sufficient
  • Print reproduction — Quality preservation matters more than file size; 150–300 DPI image retention is typically recommended
  • Long-term archiving — PDF/A format with lossless compression maintains fidelity over time

The Variables That Determine Your Best Path 🔍

There's no single "best" compression method because the right approach shifts depending on several factors: whether you have the original source file or only the exported PDF, whether the document contains sensitive information (ruling out online tools), how much quality loss is acceptable, and whether you need to process files regularly or just occasionally.

Someone compressing a one-page event flyer to email a friend has very different constraints than a business processing hundreds of scanned invoices for archival storage. The same tool, applied to those two scenarios, would rarely be the optimal choice for both.

What the file contains, where it needs to go, and what "good enough quality" means for your specific use — those are the variables that aren't answered by the method itself.