Skip to main content
Participant
January 5, 2026
Question

Digital certificate signatures disappearing in Adobe Acrobat (no error shown)

  • January 5, 2026
  • 4 replies
  • 218 views

Hi all,

We’re experiencing an ongoing and very disruptive issue with Adobe Acrobat when reviewing and digitally signing PDFs.

What’s happening:

  • While reviewing multiple PDFs and applying digital signatures, Acrobat frequently glitches.
  • After signing and saving, the signature disappears with no error message.
  • This forces users to re-open the document and re-sign, sometimes multiple times.
  • Saving, editing, and signing actions are often slow or delayed, which seems related.

Impact:

  • PDFs generated by instruments must be reviewed and digitally signed in Acrobat.
  • It can take 1 to 5 attempts for a signature to actually persist.
  • In ~99% of cases, there is no warning or error — the signature simply vanishes after save.

Environment notes:

  • Issue occurs across multiple documents and sessions.
  • Happens during normal review/sign workflows (not concurrent editing).
  • Extremely time-consuming and risky for compliance-related documents.

Has anyone else encountered this?
Any known causes (cloud sync, autosave, incremental save, cert trust, protected mode, etc.) or recommended fixes would be greatly appreciated.

Thanks in advance.

4 replies

Participant
August 11, 2026

Hi,

This is something we’ve been facing in our environment as well and I think I can shed some light on the root cause.

What is actually happening?  For us, the issue was only happening on PDFs stored in network shares, however depending on how your environment is setup, it may be different for you. 

When Acrobat commits a signature, it needs to briefly open the PDF with exclusive access (ShareMode: None) to write the signature. IF ANY OTHER PROCESS has a handle open on that file at that exact instant, Acrobat’s request for exclusive access fails with a SHARING VIOLATION, and instead of surfacing an error, it silently drops the signature, although depending on the exact moment of that the violation occurs, an error may still occur, that’s why it’s inconsistent.

For us, the process grabbing the file at the wrong moment was our endpoint security software plus occasionally the Microsoft Defender for Endpoint sensor. They were scanning/reading any files read/modified within network shares. Because it’s a timing race, its intermittent and it could take multiple attempts to get one where Acrobat “wins” and saves cleanly. For us, it never failed on local drives because our DLP agent didn’t scan files on the local drive at all, depending on your environment, what agents or tools you have running and accessing files, your experience may differ but it’s a good first place to check, see what security tools you are using and what they are configured to scan.


I figured this out by using procmon (process monitor) to monitor a folder with a pdf file while I signed and saved it back to that folder. Looking at the logs, I could clearly see the agent repeatedly accessing the file and then Acrobat failing its exclusive access request with a SHARING VIOLATION. 

Unfortunately, if you can’t change your antivirus/EDR, DLP, indexing service or whatever it is that is causing the issue for you, there is no settings in adobe you can do to fix this.

This is something Adobe needs to fix in Acrobat itself. 

Other PDF tools don't fail the same way under the same conditions. Some ways Adobe could make signing far more robust could be:

  • Retrying the exclusive open with a short backoff instead of failing on the first sharing violation
  • Using an atomic write approach (write to temp, then swap) so it doesn't require an uninterrupted exclusive handle at the critical moment.
Amal Jaiswal
Community Manager
Community Manager
August 11, 2026

​Hi @excited_elegance398b ,

Hope you are doing well and thanks for coming back and sharing this, that's a genuinely useful diagnosis, and the kind of detail (procmon logs, isolating it to network-share files, ruling out local drives) that's hard for us to get from a typical bug report.

What you're describing lines up with a pattern we see in other threads, too: Acrobat needing exclusive access to a file for a moment during save/sign, and something else on the network path, AV, EDR, DLP, an indexing service grabbing a lock at the same instant. It's consistent with what you found, though I can't personally confirm Acrobat's exact internal file-access behavior since that's an implementation detail on the engineering side, not something visible from here.

A couple of things worth trying in the meantime, for you and for anyone else hitting this thread:

  • Exclude the PDF paths (or the network share itself) from real-time scanning in whatever endpoint security/DLP tool is doing the scanning; even a short exclusion window during save can help.

  • Sign and save locally first, then move the file to the network share. This sidesteps the race entirely, since your DLP agent apparently doesn't touch local drives.

  • Add the network location as a Trusted/Privileged Location in Acrobat (Edit/Preferences > Security (Enhanced)), and see if that works, as it's worth ruling out as a contributing factor since Enhanced Security adds its own file-access checks on top.

On your retry-with-backoff and atomic-write suggestions, the right place to get them in front of the product team directly is Adobe's Feature Requests board rather than this support thread, since that's what engineering actually triages against. Worth posting there with the same write-up.

Really appreciate you taking the time to dig into this with procmon.

~Amal

Participant
August 12, 2026

Thank you,

I made a comment on a bug report that already existed on the feature/bug report board for this issue found here:

https://acrobat.uservoice.com/forums/590923-acrobat-for-windows-and-mac/suggestions/51503963-certificate-errors 

Meenakshi_Negi
Legend
January 5, 2026

Hi defaultgjd4tj8eqqhw,

 

 

Thank you for reaching out, and I apologise for the trouble caused by this issue.

 

As mentioned above, the issue occurs when reviewing and adding a signature. Please share the following information with us so we can further investigate this behaviour:

 

- Do you open these documents from a particular location?

- Can you share one sample document so we can replicate the issue?

- Could you share the step-by-step workflow you use or a small video showing all the steps used?

- Share the Acrobat and OS version numbers on the machines.

 

We would be checking the workflow and sharing more information with you.

 

Thanks,

Meenakshi