How to Compress a PDF Online for Free (2026 Guide)
Compressing a PDF is the fastest way to get a large document unstuck from an email attachment limit, out of a slow upload queue, or into a form that fits on a phone. This guide walks through what actually makes a PDF big, when to compress, and how to shrink one in your browser in about ten seconds — no software install, no account, and nothing uploaded to a third-party server you can't inspect.
Why PDFs get so large
A PDF is a container. It can hold text, vector graphics, embedded fonts, forms, and — most often the culprit — high-resolution images. Every scan of a physical page is a photograph, and modern phones scan at 300 DPI or higher. A 20-page contract scanned at that resolution can easily reach 40–80 MB even though the visible information would fit comfortably in 2 MB.
Common size offenders, in order:
- Scanned pages stored as full-color PNG/TIFF inside the PDF.
- Embedded fonts duplicated across pages.
- Screenshots pasted at native retina resolution.
- Unoptimized vector diagrams with thousands of anchor points.
- Old revisions left in the file when it was saved incrementally.
Compression addresses the first three directly by re-encoding images at a resolution suited to on-screen or print use and by rewriting the file with a single, deduplicated resource table.
When compressing is (and isn't) a good idea
Compress when you need to:
- Send by email (Gmail caps attachments at 25 MB; Outlook at 20 MB).
- Upload to a portal that rejects files over a few megabytes.
- Store many documents on a phone or in cloud storage with tight quotas.
- Share a preview version before sending the full-resolution original.
Skip compression when the file is a print-ready artwork proof, an archival scan meant for OCR at maximum fidelity, or a legal document where every stroke of a signature must survive intact.
How to compress a PDF online, free, in your browser
Our Compress PDF tool runs entirely in your browser. Your file is not uploaded to a server, which matters for anything containing personal information.
- Open the tool and drop your PDF onto the upload area.
- Pick a quality preset: Screen (~72 DPI, smallest), Ebook (~150 DPI, balanced), or Print (~300 DPI, near-lossless).
- Click Compress and wait — most files finish in under fifteen seconds.
- Download the compressed copy. Your original stays on your device untouched.
For a mixed document, Ebook is almost always the right pick: it typically cuts file size by 60–80% while keeping text crisp and images readable on any screen.
Tips to get smaller files without losing quality
- Convert scans to grayscale before compressing if color isn't meaningful. That alone can halve the size.
- Split long documents with our Split PDF tool and compress each part separately — you'll get better per-page ratios.
- Flatten forms and annotations before compressing so form widgets don't bloat the resource table.
- Re-scan at 200 DPI rather than 600 if you own the source; the file will be smaller from the start.
Troubleshooting
- "The file barely got smaller." It's probably already text-only. Text compresses very little because it's already tiny; only images benefit dramatically.
- "The compressed file looks blurry." Re-run with the Ebook or Print preset instead of Screen.
- "It won't open after compression." Very rare, but happens with PDFs that use unusual encryption. Remove the password first with our Unlock PDF workflow, then compress.
Frequently asked questions
Is it really free? Yes — the tool is free with no watermark and no page limit.
Do you store my file? No. Compression runs on your device using WebAssembly; nothing leaves the browser tab.
What's the maximum file size? Practically limited by your device's memory. Laptops handle files well past 500 MB.
Related tools
- Compress PDF — the tool this guide describes.
- Merge PDF — combine files before or after compressing.
- PDF to JPG — export as images when the recipient can't open PDFs at all.