Acrobat DC 'Large amounts of data' warning when saving commented PDFs

When you save a PDF with comments in Acrobat DC, you get a warning about copying large amounts of data. It's caused by incremental saves stacking up. Here's the fix.

When this warning shows up

You're reviewing a PDF in Adobe Acrobat DC — say a 50-page contract you've been annotating for the past hour. You hit Ctrl+S (or Cmd+S on macOS) to save your comments, and instead of a quiet save, a dialog pops up: "This operation will copy large amounts of data. This may take a while. Do you want to continue?"

It's not asking about the file size you think. It's not about your comments being huge. It's about how Acrobat is saving the file. The warning appears most often when you've done multiple rounds of commenting, highlighting, or sticky notes — each one saved as an incremental update. The more comment edits you make, the more layers Acrobat stacks onto the file. At some point, Acrobat decides that a plain save would be too slow because it'd have to flatten all those layers, so it warns you first.

What's actually happening here

PDF files support two ways of saving: full save and incremental save. A full save rewrites the entire file from scratch — clean, but slow for big files. An incremental save appends just the changes to the end of the file, keeping the original bytes intact. Acrobat prefers incremental saves because they're fast, especially when you're just adding comments.

The problem? Every time you add a comment and save, Acrobat appends a new block of data. After 10 or 20 saves, your PDF has a long tail of updates. When you finally hit Save As or when Acrobat decides to do a full save (often triggered by certain operations), it has to read all that history, merge it, and write a new file. That's where the warning comes from — it's Acrobat telling you, "Hey, I'm about to do a heavy rewrite."

It's not a bug. It's the cost of incremental saving. But there's an easy way around it.

The fix: force a full save once

The warning disappears if you tell Acrobat to do a clean full save. Here's how:

  1. Open the PDF in Acrobat DC.
  2. Go to File > Save As (or press Shift+Ctrl+S / Shift+Cmd+S).
  3. In the Save As dialog, choose the same location and filename, or give it a new name — doesn't matter.
  4. Click Save.
  5. If Acrobat asks about overwriting, confirm.

That's it. Save As forces a full rewrite of the file, discarding all those incremental layers. Your comments stay intact, but the file becomes a single, clean version. The next time you save normally with Ctrl+S, you won't see the warning because the file no longer has that messy history.

Why Save As works

Save As is a direct command to write the entire document to a new file. Acrobat can't take shortcuts with it — it has to produce a self-contained PDF. That means it resolves all the incremental updates, strips out redundant data, and writes a fresh file. The result is often smaller, too. I've seen commented PDFs shrink by 30-40% after a Save As because the accumulated comment layers were bloating the file.

You'll notice the warning only comes back if you keep adding tons of comments and saving repeatedly. It's not a permanent fix — it's a maintenance step. If you annotate heavily, get into the habit of doing a Save As after a big batch of comments, not just a quick save.

If the warning still appears

Sometimes Save As doesn't clear it. That happens when the PDF has other features that trigger a full save anyway — like digital signatures, form fields, or embedded files. In those cases, the warning is just Acrobat being honest about the work it's about to do. You can still click Yes and let it finish. It might take a few seconds, but it won't corrupt anything.

Another thing to check: if you're working on a PDF that's already enormous — like 500MB with embedded images — even a clean Save As will take time, and Acrobat might show the warning again on the next save. That's normal. The solution there is to reduce the source file size, not to fight the warning.

Also, make sure you're not running an ancient version of Acrobat. The warning behavior hasn't changed much, but older versions (pre-2017) handle incremental saves worse and trigger the warning more often. Update to the latest DC release if you're on something old.

Bottom line: when that warning pops up, don't panic. It's Acrobat doing housekeeping. Use Save As to tidy things up, and you're back to fast, silent saves.

Related Errors in Software – Adobe Suite
Error code 1 or GPU driver crash Adobe apps crash on launch with GPU driver error Could not complete your request because the file could not be written Photoshop Save for Web Error: File Could Not Be Written – Fixed Error code: 501 or 'The application could not be found' Adobe Creative Cloud 'App not found' fix in 3 steps 12 After Effects Error 12: Free Memory Fast Without Reinstalling

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.