Toolerax logoToolerax
By ··7 min read

Why Is My PDF File So Large?

Why Is My PDF File So Large?

A three-page scanned form has no business being 42 MB. A Word document you exported yesterday should not outweigh a feature film trailer. When a PDF is absurdly large relative to what is visibly on the page, that is not normal — it is a symptom, and it has one of about five causes. Compressing blindly might paper over it; identifying the cause first usually removes far more weight, and costs you no quality at all.

This guide is the diagnosis step. If you already know the file is just image-heavy and you want it smaller now, skip to how to compress a PDF.

Step one: divide, then look

Before touching any tool, do one piece of arithmetic. Take the file size in megabytes and divide by the page count. That single number tells you almost everything:

  • Under ~0.1 MB per page— a normal text document. It is already lean; there is very little to win by compressing. If it still exceeds a limit, the answer is fewer pages, not more compression.
  • 0.5–2 MB per page— typical for a document containing real photographs or a colour scan. Ordinary compression will help a lot here.
  • Over 5 MB per page — something is wrong. No page needsthat much data. Read on; one of the causes below is almost certainly yours.

For the page count and the underlying details, open PDF Info, which reports page count, page dimensions, producer and metadata without you having to hunt through file properties.

Cause 1: the scan was made at 600 DPI

This is the single most common cause of a shockingly large PDF, and the most satisfying to fix. Office scanners and phone scanner apps often default to 600 DPI “archival” quality. The maths is unkind: doubling the DPI quadruples the data, because resolution applies to both width and height. An A4 page at 300 DPI is roughly 8.7 million pixels; the same page at 600 DPI is about 35 million.

A worked example: a 3-page colour scan at 600 DPI can easily land at 40 MB. The same pages scanned at 200 DPI — still comfortably above what any screen can display and fine for reading — land nearer 4 MB. Nothing readable was lost. You simply stopped storing detail no one will ever see.

Fix:if you can re-scan, set 200–300 DPI and choose greyscale or black-and-white for text documents. If you cannot re-scan, run Compress PDFat the Screen level — downsampling those oversized images is precisely what it does.

Cause 2: it is colour when it does not need to be

A scanned contract, an application form, a signed letter — these are black text on white paper, but the scanner stored three colour channels per pixel anyway, plus all the beige noise of the paper itself. Colour scanning of a monochrome document routinely costs you two to three times the file size for zero benefit.

Fix: run PDF to Grayscale first, and then compress. Doing it in that order matters: the greyscale conversion removes the colour data outright, so the compression pass afterwards has a much smaller, cleaner image to work on. Reversing the order wastes most of the benefit.

Cause 3: full-resolution photos that were never resized

A modern phone photo is 4–12 MB. Drop eight into a report and the PDF carries all eight at full resolution — even though each one is displayed at postcard size on the page. Word, Google Docs and PowerPoint all preserve the original image data on export by default; shrinking a picture on screen does not shrink what is stored inside the file.

How to confirm it: run Extract Images from PDF. If the extracted pictures come out at 4000 × 3000 pixels when they appear two inches wide in the document, you have found your 30 MB. This is the diagnostic step most guides skip, and it turns guessing into certainty.

Cause 4: embedded fonts and design assets

This one is small but it explains the puzzling cases — a text-only PDF that stubbornly sits at 3 MB. Every font used must be embedded so the file renders identically everywhere, and a full CJK or icon font can be several megabytes on its own. Design exports from Illustrator or InDesign may also carry vector artwork and colour profiles far beyond what is visible.

Fix:there is no honest one-click answer here, because stripping fonts breaks the document. Re-export from the source application with font subsetting enabled (embed only the characters actually used) instead of full embedding. If you cannot re-export, accept it — this is one of the few cases where the size is genuinely load-bearing.

Cause 5: pages you forgot were in there

The least technical cause and easily the most overlooked. Merged submissions accumulate blank backs of double-sided scans, instruction sheets, duplicate cover pages and old versions. Every one of those is a full-weight scanned page.

Fix: use Split PDFto keep only the pages you actually need to send. Removing four blank scanned backs from a twelve-page document cuts a third of the size with no compression and no quality loss whatsoever — which is always the better trade when it is available.

Putting it together

Once you know the cause, the order of operations follows naturally, and it is worth doing in this sequence because each step shrinks the input to the next:

  1. Remove pages that do not need to go (Split PDF). Free, lossless.
  2. Drop the colour if the document does not need it (PDF to Grayscale).
  3. Compress last (Compress PDF), so it works on the already-trimmed file.

Compressing first and trimming afterwards reaches a worse result for exactly the same effort, because you spend quality budget on pages you were going to delete.

Is it private and free?

These tools run on our secure server using professional PDF software. Files travel over an encrypted HTTPS connection, are handled in an isolated workspace, and are deleted automatically as soon as the result is returned— nothing is stored, logged or shared. Free, no watermark, no sign-up.

Frequently asked questions

My PDF is 20 MB but it is only text. How?Almost certainly a scan — a “text” document that came from a scanner is a picture of text, not text. Check with PDF Info: if there is no selectable text layer, you have images.

Does compressing twice make it half the size again?No. The second pass has almost nothing left to remove and only degrades quality. If one pass is not enough, change the approach — greyscale, fewer pages — rather than repeating the same one.

Why did my PDF grow after I edited it? Some editors append revisions instead of rewriting the file, so old content is still inside. Running it through Compress PDF rebuilds the file cleanly and usually reclaims it.

Find the cause, then fix it

Start with PDF Infoand the megabytes-per-page number — it points at the culprit in seconds. Then apply the matching fix rather than compressing on reflex. If you need to hit an exact upload limit, see how to compress a PDF to a specific size.

Photo of S.R. Shohan

Written by

Healthcare Software Developer who builds hospital and laboratory systems in .NET — and the developer behind every tool on Toolerax. Each guide is written alongside the tool it explains and checked against how that tool actually behaves. More about S.R. Shohan

Tools mentioned in this article