Problem → SolutionApril 2, 20264 min read

PDF Gets Bigger Every Time You Save It in Acrobat — How to Stop It

PDF files that grow with each save in Acrobat are accumulating incremental update history. Learn how to rewrite the file and prevent ongoing bloat.

A PDF that was 2 MB when you received it but is now 8 MB after several rounds of editing and saving in Acrobat has accumulated incremental save history. Every Ctrl+S in Acrobat appends new content to the end of the file without removing the old versions — by design, to support undo and digital signature preservation. Over many edits, this accumulates significant waste. The fix is straightforward.

Why Acrobat's Save Adds Rather Than Rewrites

When you press Ctrl+S in Acrobat, it uses "incremental update" — it appends only the changed objects to the end of the file and adds a new cross-reference section pointing to them. The old versions of those objects remain in the file, superseded but not deleted. This design enables: unlimited undo history within a session, multiple signers adding signatures without invalidating previous signatures, and crash recovery. The trade-off is file size growth with each edit cycle. After 10-20 editing sessions, a file can be 3-4x its optimal size.

Fix: Use "Save As" to Rewrite the File

In Acrobat (Reader or Pro): File → Save As → choose the same filename and location → click Save → confirm overwrite. "Save As" rewrites the entire file from scratch, discarding all incremental update history and keeping only the current state of each object. This typically reduces file size by 20-50% on a heavily-edited PDF. Make it a habit: use Ctrl+Shift+S (Save As) rather than Ctrl+S for your final save after each editing session.

Combine Save As With Compression

For maximum size reduction: after using Save As to eliminate update history, run the result through FixMyPDF compressor to additionally optimize images, subset fonts, and compress content streams. The two-step process — Save As to eliminate history + compression to optimize content — produces the smallest possible file while preserving all current content. For a 10 MB PDF with significant edit history and unoptimized images, this combination can reduce the file to 1-2 MB.

When Not to Remove Incremental History

Do not use Save As if the PDF has digital signatures that must remain valid — each signature covers the document state at signing time, and Save As rewrites the file in a way that can break the signature chain. For signed PDFs, the incremental save history is intentional and must be preserved. Use Save As only on unsigned working documents. If you need to reduce the size of a signed PDF, compression that does not restructure the file (lossless stream compression only, no image resampling) is the only safe approach.

Try Compress PDF Now — Free

Browser-based, private, and instant. No account or software required.

Open Compress PDF
Report Bug
Send Feedback
Feature Request