Why Is My PDF So Large? The Real Causes and Fixes
By the getPDFpress team ยท Updated July 21, 2026
The five causes of oversized PDFs
1. Scanned pages. The single biggest cause. A scanner converts each page into a large photograph. At 300 DPI color, a single letter-size page can be 1MB to 3MB before compression, so a 20-page scan easily reaches 40MB.
2. High-resolution images. A Word document with a few phone photos dropped in will export those photos at full resolution unless told otherwise. Four modern phone photos can add 15MB to an otherwise tiny document.
3. Embedded fonts. Every font used in the document may be packaged inside the PDF so it renders identically everywhere. Most fonts cost a few hundred kilobytes; decorative or CJK fonts can cost several megabytes each.
4. Edit history and metadata. Some editors append changes to the end of the file rather than rewriting it, so a heavily edited PDF carries its own history. Thumbnails, previews, and application metadata add more.
5. Duplicated resources. When PDFs are merged carelessly, the same font or logo image can be embedded once per source document instead of once per file.
How to diagnose yours in 30 seconds
Divide the file size by the page count. Under 100KB per page suggests a normal digital document, and big savings are unlikely. Between 100KB and 500KB per page suggests embedded images or fonts, with moderate savings available. Over 500KB per page almost always means scanned images, where the largest savings live.
A second quick test: try to select text with your cursor. If you cannot select anything, the page is an image, which confirms a scan. If you can select text but the file is still huge, suspect photos, fonts, or history instead.
Fixes, matched to the cause
For scans: run the file through the Compress to 500KB or 200KB tool, which recompresses page images at a more appropriate quality. For the biggest wins, rescan at 150 DPI grayscale, which is fine for text.
For embedded photos: compression helps a lot here, because photos tolerate quality reduction well. If you control the source document, resize images before inserting them: a photo destined for a 3-inch spot on the page does not need 4,000 pixels of width.
For fonts, history, and duplication: the compressor's optimization pass rewrites the file structure, strips redundant metadata, and consolidates resources. Savings vary from a few percent to dramatic, depending on how messy the file was.
Preventing bloat next time
- Export PDFs directly from the source application instead of printing and scanning.
- When scanning is unavoidable, choose 150 DPI and grayscale for text documents.
- Resize photos before inserting them into documents.
- Use standard system fonts when file size matters.
- Compress once at the end, not repeatedly along the way.
Frequently asked questions
How big should a normal PDF be?
A few dozen kilobytes per page for digital text, up to a few hundred kilobytes per page for documents with images. Scans run 200KB to 3MB per page depending on settings.
Why did my PDF get bigger after editing it?
Some editors append every change to the end of the file instead of rewriting it. Running the file through an optimizer rewrites it cleanly and discards the accumulated history.
Does converting Word to PDF increase file size?
Usually the PDF is similar to or smaller than the source document. If it balloons, the document contains large images that the export embedded at full resolution.
Can I see exactly what is taking up space inside my PDF?
Desktop tools with a preflight or audit feature can itemize space usage. For a quick online answer, the per-page size math above identifies the culprit in most real cases.