How to reduce PDF file size without losing quality
Published · 4 min read · Last reviewed
Almost every “compress PDF” guide skips the part that decides your result: why your particular file is large. Two 10 MB PDFs can need opposite treatments, and applying the wrong one either does nothing or destroys the document. So start there.
First, find out what is actually taking up the space
A PDF is a container. The size comes from whatever is inside it, and there are only a few realistic culprits.
Scanned pages. If your PDF came from a scanner, a phone scanning app, or a photocopier, every page is a photograph. A 20-page scan at 300 DPI in colour is comfortably 30–50 MB, and there is no text in it at all — just pictures of text. This is the most common reason a PDF is unexpectedly huge.
Embedded photos. A report with a dozen full-page images carries those images at their original resolution, even where the page displays them at a quarter of the size. A 12 megapixel phone photo dropped into a document is still a 12 megapixel photo inside the file.
Embedded fonts. Every font used must be carried inside the file so it renders the same everywhere. Usually this is modest — a few hundred KB — but a document using many fonts, or a full CJK font, can add megabytes.
Nothing at all. A text-only PDF from Word or LaTeX is often already 100–300 KB and is essentially incompressible. If someone asks you to shrink one of these, the honest answer is that there is nothing to remove.
A quick test: open the file and try to select a sentence with your cursor. If the text highlights, it is real text. If nothing happens, you have a scan, and you are compressing images.
The two kinds of compression, and when each works
Lossless — safe, but limited
Lossless compression rewrites the file’s internal structure: deduplicating repeated objects, removing orphaned data, compressing streams more efficiently. Nothing visible changes. Every pixel and every glyph survives exactly.
The catch is the ceiling. On a typical file you should expect 5–20%, and on an already-optimised file, near zero. It is the right first move because it costs you nothing, but it rarely solves a “this is too big to email” problem on its own.
Lossy — effective, and a genuine trade
Lossy compression re-encodes the images inside the PDF at a lower resolution or a lower JPEG quality. This is where the large reductions live — 50–90% on a scanned document is routine — and it is also where documents get ruined.
The reduction is not linear. Halving the resolution of an image quarters its pixel count, so the savings arrive fast. That is why a 40 MB scan can drop to 4 MB and still look perfectly readable on screen.
What “without losing quality” honestly means
Set expectations properly, because the phrase gets used loosely.
If your PDF is real text, you can compress it losslessly and lose nothing at all — but you will not get a dramatic reduction, because there was never much to remove.
If your PDF is scanned images, meaningful compression always discards something. The useful question is not whether quality drops but whether the drop is visible for how you will use the file. A 150 DPI scan is indistinguishable from 300 DPI on a screen, and nobody reading your emailed invoice will notice. Print the same file on A4 and the difference shows.
So the practical rule:
- Reading on screen, or emailing: 150 DPI is plenty. Compress hard.
- Printing at home or office: stay at 200–300 DPI.
- Professional printing, or an archival copy: do not compress at all. Keep the original and send a compressed copy instead.
How to compress a PDF
Our compress PDF tool runs entirely in your browser — your document is never uploaded — and gives you the resolution control directly, which is the setting that actually matters.
- Open compress PDF and choose your file.
- Pick a target based on the list above. When unsure, start at 150 DPI.
- Compress, then open the result and look at it before you delete anything.
- If it is still too large, drop the resolution one step and repeat. If it is now unreadable, go up a step.
That third step is not filler. Compression settings interact with your specific document in ways no preset can predict, and the only reliable check is your own eyes.
When compression is the wrong tool
Sometimes the file does not need to be smaller — it needs to be shorter, or split.
If you are sending a 200-page document because the recipient needs pages 40–60, use split PDF and send only those. Twenty pages beats a compressed two hundred, and the recipient will thank you.
If you have hit an email attachment limit, note that most are 20–25 MB and that attachments are base64-encoded in transit, inflating them by about a third. A 19 MB file can bounce off a 25 MB limit. Splitting into two messages often solves this faster than compressing.
If the file is large because it contains many separate documents someone merged thoughtlessly, splitting it and keeping only what you need is a cleaner fix than squeezing the whole thing.
Common mistakes
Compressing repeatedly. Each lossy pass re-encodes already-degraded images, so the damage accumulates while the savings shrink. Always compress from the original.
Compressing the archival copy. Compress a copy. Keep the original somewhere safe — you cannot recover detail once it is gone.
Assuming a failure to shrink means a broken tool. If a file barely compresses, it is usually because it was already efficient. That is a good outcome being misread as a bad one.
Uploading confidential documents to shrink them. A contract, a medical record, or a passport scan does not need to visit someone else’s server to lose a few megabytes. Tools that run in your browser — including ours — do the same work without the file ever leaving your device.