Why Is My PDF So Big? A Look Inside the File

File sizeAugust 15, 2026·8 min read

A 40-page contract typed in Word can be 180 KB. Photograph those same 40 pages with a phone and you get 90 MB — five hundred times bigger, for the exact same words. Understanding why is the difference between blindly running a compressor and knowing what you can safely throw away.

A PDF is a container, not a picture

It helps to stop thinking of a PDF as a scan of a page and start thinking of it as a zip file with a page renderer attached. Inside are objects: text runs with positioning instructions, vector paths, embedded font programs, images, form fields, annotations, bookmarks, metadata and sometimes attachments or scripts. The viewer assembles those objects into what looks like paper.

Text is astonishingly cheap. A page of prose is a few kilobytes of characters plus coordinates. Everything expensive in a PDF is expensive because it is not text.

The four usual suspects

1. Scanned pages (by far the biggest culprit)

When you scan or photograph a page, the result is not text — it is a grid of coloured dots. An A4 page captured in full colour at 600 DPI is roughly 4,900 × 7,000 pixels. At three bytes per pixel that is about 100 MB of raw data for one page. JPEG compression pulls it down to a few megabytes, but the order of magnitude is set the moment you choose the scan settings.

Two settings dominate the result:

This is why a scanned document is heavy even when it says almost nothing, and why the same document retyped is tiny.

2. Images dropped in at original size

Word, Google Docs, PowerPoint and design tools generally embed the image you gave them, not the image you see. Drag in a 12-megapixel phone photo, scale it down to a 5 cm thumbnail in the layout, and the full 12-megapixel original often still travels inside the file. A page will happily display a 4 MB photo in a space where 80 KB would look identical.

3. Embedded fonts

To guarantee the document looks the same everywhere, PDFs embed the fonts they use. A full font family with several weights, italics and an extended character set can add hundreds of kilobytes to a few megabytes. Well-produced files embed a subset — only the glyphs actually used on the pages. Files exported carelessly, or built by combining many documents from different sources, often carry several complete font programs, sometimes the same one more than once.

4. Leftovers you never see

PDFs support incremental saving: each save can append changes rather than rewriting the file. Edit and re-save a document a dozen times and it can carry a dozen layers of history. Add page thumbnails, unused form fields, orphaned objects from deleted pages, duplicated logos on every page stored as separate copies, and metadata from three different applications, and a modest document quietly puts on weight with nothing visible to show for it.

Quick diagnosis: can you select the text with your cursor? If yes, the file is text-based and the bulk is almost certainly images or fonts. If the text is not selectable, it is a scan — and the scan settings are your file size.

What compression actually does

"Compress PDF" is not one operation. A good compressor runs several passes, and they differ in how destructive they are:

The practical consequence: a text-heavy PDF with a lot of leftovers can shrink by half with no visible change, while a scan-heavy PDF only gets meaningfully smaller when you accept lower image resolution.

How small should you actually go?

Pick the target from the destination, not from a slider:

DestinationSensible image resolutionNotes
Professional printing300 DPIGoing below this is visible in print
Office / home printer200–300 DPIRarely worth more than 300
Screen reading, archiving150 DPISharp on any normal display
Email, upload forms110–150 DPIReadable; typically cuts a scan by 80–90%

One rule saves a lot of regret: compression is one-way. Detail discarded to hit a size target does not come back, and re-compressing an already-compressed file mostly adds artefacts rather than kilobytes saved. Keep the original.

When compression is not the answer

Sometimes the file is simply large because it contains a lot. Then reach for a different tool:

A five-step routine that works on almost any file

  1. Try to select the text. Selectable → text-based; not selectable → a scan.
  2. Decide the destination and therefore the resolution you actually need.
  3. Remove what you do not need to send: extract or split first, compress second.
  4. Run compression, starting with a moderate setting rather than the most aggressive one.
  5. Open the result and check the pages you care about — small type, stamps and signatures degrade first.

Ready to try it? Compress a PDF now — free, no account, and on PDFMax the heavy lifting can run entirely inside your browser, so the file never has to leave your device.