PDF files get large because they embed fonts, images, and formatting

A PDF stays the same on any device because it locks in every detail — fonts, colors, page layout, images at their original resolution. That completeness is why PDFs are reliable for contracts, tax forms, and official documents. It is also why a single scanned document can be 50 MB when you only need to email it.

You compress a PDF by removing or reducing the things taking up space: high-resolution images, embedded fonts you do not need, or metadata (hidden information about who created the file and when). The trade-off is always the same: smaller file size means lower quality. The goal is to shrink it enough to email or upload without making it unreadable.

Most PDFs can be compressed to 10 to 30 percent of their original size without visible loss. A scanned document that starts at 50 MB might become 5 to 15 MB. A PDF with mostly text and straightforward graphics might drop from 10 MB to 2 or 3 MB. How much you can shrink it depends on what is actually in the file.

Key Takeaways

  • Built-in tools in Windows, macOS, and most web browsers can compress PDFs without installing software, though results vary by file type.
  • Scanned documents and image-heavy PDFs compress much more than text-based ones because images take up the most space.
  • Online compression tools are fast but upload your file to someone else's server, so avoid them for sensitive documents like tax returns or medical records.
  • Desktop software like Adobe Acrobat Pro and free alternatives like Ghostscript give you control over what gets removed and how much quality to sacrifice.
  • Always keep the original file and test the compressed version before deleting it, because compression is permanent and cannot be undone.

Using your browser or built-in tools (no software needed)

Most web browsers have a print-to-PDF feature that compresses as it converts. Open the PDF in Chrome, Firefox, Safari, or Edge, press Ctrl+P (Windows) or Command+P (Mac), then choose "Save as PDF" instead of printing to paper. The browser automatically reduces image quality and removes unnecessary data. This works best for PDFs that are already mostly text.

On Windows 10 and later, you can also right-click a PDF file, choose "Send to," and select "Compressed folder." Windows will create a .zip file containing the PDF. This does not compress the PDF itself but makes it smaller to email or upload. The file expands back to full size when the recipient opens it.

On macOS, Preview (the built-in image viewer) can compress PDFs. Open the file in Preview, go to File > Export, then choose "Quartz Filter" from the dropdown and select "Reduce File Size." This works for most PDFs but gives you no control over how much compression happens.

Online compression tools (fast but less private)

Websites like Smallpdf, ILovePDF, and PDF Compressor let you upload a PDF, compress it on their servers, and read the result. They are free, require no installation, and usually take less than a minute. The compressed file downloads to your computer automatically.

The trade-off is privacy. Your PDF goes to someone else's server, where it sits temporarily while being processed. Most reputable sites delete files after a few hours, but you are trusting their word. For sensitive documents — tax returns, medical records, financial statements, anything with personal information — do not use an online tool.

If you do use an online compressor, check whether the site has a privacy policy and whether it uses HTTPS (look for the padlock icon in your browser's address bar). Even then, assume the file is not fully private. For one-time compression of a non-sensitive PDF, the convenience is worth it. For anything you would not want a stranger to see, use a desktop tool instead.

Adobe Acrobat Pro (the most control, costs money)

Adobe Acrobat Pro is the professional tool for PDF work. It has a "Reduce File Size" option under File > Export As > Reduced Size PDF that lets you choose a target file size and see a preview of the quality loss before you save. You can also use "Optimize PDF" under File > Save As Other to remove embedded fonts, compress images to a specific resolution, and strip out metadata.

Acrobat Pro costs $180 per year (as of 2024, though pricing varies by region and subscription type). It is worth the cost if you compress PDFs regularly or need to edit them. If you only compress a few files per year, the free and built-in options below are usually enough.

Acrobat also has a web version that lets you compress PDFs online through your Adobe account. This is more private than a third-party website because Adobe is handling your file, but it still means uploading to the cloud. The desktop version keeps everything on your computer.

Ghostscript (free, powerful, steeper learning curve)

Ghostscript is free, open-source software that compresses PDFs by converting them through a compression filter. It runs from the command line (a text-based interface), which means it is not as straightforward as clicking a button, but it gives you precise control over image resolution, compression level, and what gets removed.

On Windows, read Ghostscript from ghostscript.com, install it, then open Command Prompt and run a command like this:

gswin64c -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

Replace "input.pdf" with your file name and "output.pdf" with what you want to call the compressed version. The "-dPDFSETTINGS=/ebook" part controls compression level. Use "/screen" for maximum compression (lowest quality), "/ebook" for medium compression (good for reading on screen), or "/printer" for minimal compression (best quality). On macOS and Linux, the command is similar but uses "gs" instead of "gswin64c".

Ghostscript is free and keeps your file on your computer, but the command-line interface makes it harder to learn. If you are comfortable with technical tools or compress PDFs often, it is worth the time to set up.

What to do before and after compressing

Always save the original PDF before compressing. Compression is permanent — once you overwrite the original file, you cannot get the lost quality back. Create a copy, compress the copy, and keep both versions until you are sure the compressed one is good enough.

After compression, open the compressed file and check it on the device where it will actually be used. If you are emailing it to someone, open it in your email client. If you are uploading it to a form, upload it and view it there. A PDF that looks fine on your desktop monitor might be blurry on a phone, or text might be hard to read if the compression was too aggressive.

If the compressed version is not readable, go back to the original and try again with less aggressive compression settings. Most tools let you adjust the compression level — use a lower setting (less compression, larger file) if the first attempt lost too much quality.

When compression does not work well

Some PDFs do not compress much no matter what you do. A PDF that is mostly text and straightforward graphics might only shrink 10 to 20 percent because there is not much to remove. A PDF with many high-resolution images can shrink 50 to 80 percent because images are where the size lives.

If a PDF is already small (under 2 MB), compression usually is not worth the effort. The time spent compressing might be more than the time saved by a slightly smaller file. If a PDF is large but you cannot compress it enough to meet your needs (for example, your email provider has a 25 MB attachment limit and the file is 30 MB), consider splitting it into multiple PDFs or asking the person who created it for a lower-resolution version.

Some PDFs are encrypted or password-protected. You cannot compress an encrypted PDF without the password, and some tools will refuse to open it at all. If you have the password, enter it when the tool asks, then proceed with compression.

Frequently Asked Questions

Will compression make my PDF blurry or unreadable?

It depends on how much you compress and what is in the file. Text usually stays sharp because it is vector-based (drawn as shapes, not pixels). Images get blurry because compression reduces their resolution. Start with medium compression, check the result, and try again with less compression if it is not good enough.

Can I compress a PDF that is already been compressed?

Yes, but you will get diminishing returns. The first compression removes the most size. Compressing again might shrink it another 5 to 10 percent, but you risk losing more quality. It is usually better to go back to the original and compress it once with better settings.

What if the PDF is a scanned image of a document?

Scanned PDFs compress very well because they are mostly images. You can often shrink them to 20 to 30 percent of the original size. However, aggressive compression can make text hard to read. For scanned documents you need to keep readable, use medium compression and test the result before deleting the original.

Is it safe to use free online PDF compressors?

Free online tools are safe in the sense that they will not infect your computer with malware, but they do upload your file to their servers. For non-sensitive documents, this is fine. For anything with personal information, use a desktop tool or Adobe Acrobat instead.

How much smaller will my PDF get?

It varies widely. A text-heavy PDF might shrink 10 to 20 percent. A scanned document or image-heavy PDF might shrink 50 to 80 percent. The only way to know is to try compression and check the result. Most tools show you the new file size before you save, so you can decide whether it is worth keeping.