Why Is My PDF So Large and How Do I Shrink It
A 20 page document should not be 80 MB. Here is what actually causes oversized PDFs and how to bring them back to a sensible size.
May 15, 2026 | 6 min read
The usual suspects
When a PDF is unexpectedly large, the cause is almost always one of these:
- Embedded images at full resolution
- Photos that were not compressed before being put into the PDF
- Scanned pages saved at very high DPI
- Embedded video, audio, or 3D content (rare but possible)
- Many embedded fonts that could have been subset
For most users, the first three items account for almost every oversized PDF. The good news is they are also the easiest to fix.
A quick diagnostic
Open your PDF and ask:
- Was it created from a photo or scan? If yes, the images are the issue.
- Was it exported from PowerPoint or a similar tool? Embedded graphics may be very large.
- Was it built from a Word document with high resolution images? Same issue, different source.
- Was it created entirely from typed text in Word? Then images are probably not the cause and you have a different problem.
The diagnostic determines the fix.
Fix one: rebuild from compressed images
If the PDF is mostly photos or scans, the cleanest fix is to compress the source images and rebuild the PDF. Steps:
- Find or extract the original images
- Run them through the Compress Image tool at 85 percent quality
- Build the PDF again using Image to PDF
A 50 MB photo PDF often drops to 5 to 10 MB this way. The visual difference is invisible to the eye.
Fix two: re-export from the source
If your PDF came from Word, PowerPoint, or another office application, the easiest fix is to re-export with image compression enabled. In Word:
- Click File, then Options
- Click Advanced
- Scroll down to Image Size and Quality
- Set Default resolution to 150 ppi or 220 ppi for documents that will be shared digitally
- Save and re-export to PDF
The new PDF will be much smaller because the images inside are downsampled.
A similar option exists in PowerPoint, Google Docs (Save as PDF, with image compression options), and most word processors.
Fix three: split into smaller files
If the PDF is genuinely large because it has a lot of content (say, a 300 page scanned report), compression alone may not bring it under your size limit. Splitting is the practical option:
- Open the Split PDF tool
- Pick natural break points (chapters, sections)
- Save each section as its own file
- Share or upload separately
Two 30 MB files are easier for the recipient than one 60 MB file.
Why specific compression methods do not work as well as you would expect
Some commonly suggested fixes are less effective than they sound:
- Re-saving the PDF in the same format usually does nothing because PDFs are already compressed internally
- Renaming the file does nothing for size
- Adding the PDF to a zip archive saves between 0 and 5 percent for most files
- "Optimize for fast web view" can save a small amount of size but is mainly about loading order, not total size
The big wins come from fixing the embedded images. Everything else is a small optimization.
What about online "PDF compressors" that promise huge size reductions
Many sites offer aggressive PDF compression. The trade off is that they often:
- Upload your file to their servers (a privacy concern for sensitive documents)
- Downsample images to very low quality, making text blurry
- Strip features like searchable text or annotations
- Add a watermark or limit free use
For documents you do not mind uploading, these can work. For sensitive content, doing the compression yourself in a browser based tool (with image compression at the source stage) gives you full control and keeps the file on your device.
Realistic size targets
For reference, here is what to expect for a "well sized" PDF:
- Pure text document: under 100 KB per page (often under 50 KB)
- Text with simple graphics: 100 to 300 KB per page
- Text plus photographic images: 200 to 500 KB per page
- Photo heavy or scan based PDF: 500 KB to 1 MB per page after good compression
If your PDF is significantly larger than these ranges, there is room to shrink it.
When to accept the size
Sometimes a file is genuinely large because it has a lot of content (long scanned reports, photo books, presentations with many images). In those cases, instead of squeezing it further, share a link to the file on a cloud drive or split the document into logical parts.
Common questions
Why is my Word to PDF export so much larger than the Word file?
Usually because Word stores images compressed in its own format but the PDF either embeds them at high resolution or applies less aggressive compression. Reduce image resolution in Word before exporting.
How much can compression realistically reduce a PDF?
For image heavy PDFs, 5x to 10x reduction is common with no visible quality loss. For text only PDFs, very little reduction is possible because text is already efficiently stored.
Does font embedding make PDFs larger?
Slightly, yes. Embedded fonts add a few hundred KB. The benefit (reliable display on any device) usually outweighs the cost. For documents you share widely, keep fonts embedded.
Is there one tool that fixes everything in one click?
Not really. Different causes need different fixes. Image based PDFs need image compression. Text PDFs need source re-export. One click compressors work for some files and fail on others.