Skip to main content
footmego
Participant
May 17, 2026
Question

Acrobat doesn't open and is creating lots of subprocesses

  • May 17, 2026
  • 2 replies
  • 59 views

Hello everyone,

We have been experiencing issues with Adobe for some time now. Our users are working on an RDS server, and after a while they are no longer able to open PDF files with Adobe. When checking the Task Manager, we can see that each user has many Adobe processes running, sometimes up to 30 processes per user.

The only way to get PDF files working again is either to manually close the Adobe processes from Task Manager or ask the user to log off and reconnect their session.

We are currently running Adobe Acrobat 64-bit version 26.001.21529.

 

    2 replies

    Matsahm
    Participant
    May 20, 2026

    Hello,

    We have the same problem with version 26.1.21367.0

    ─── Environment ───────────────
    Windows Server version and build number: Windows Server 2016, Build 14393.9140
    RDS role configuration: a full deployment with Connection Broker and load balancing across multiple hosts
    User profile management: UPD (User Profile Disk)
    Security software on the Session Host: Defender for Endpoint
    Acrobat install mode: Per-machine
    Licensing type: Free, only Reader
    Any third-party Acrobat plug-ins installed: No

    ─── Process behaviour ──────────────────────
    When exactly do the processes stop responding? I don't know exactly. Most likely when the user opens multiple documents. Probably closest to case a.
    What state are the orphaned processes in? I don't know but will observe.
    Handle count on the orphaned processes: Varies strongly 
    Are ALL users on the server affected equally, or only certain user accounts? I don't know for sure but right now there are multiple affected. 
    Is this a fresh installation of 26.001.21529, or an in-place upgrade from a previous version? Upgraded version; pre-version unknown.

    ─── Event log snapshot ────────────────────────

    Application log — Adobe errors in the last 7 days: No output
    Windows Error Reporting — check if WER is holding process handles: No output
    Check for Event ID 243 in the System log: No output
     

    Community Manager
    May 20, 2026

    Hi ​@footmego

     

    Thank you for all the detail so far — it has helped us narrow this down considerably. At this point the most useful next step is a process memory dump captured while the issue is actively occurring. Rather than asking you to run through more diagnostic commands, a dump gives our engineering team the complete picture in a single file: what every thread is waiting on, which handles are still open, and exactly where the process is stuck.


    HOW TO CAPTURE THE DUMP
    Wait until the processes have accumulated and Acrobat is no longer behaving normally — do not kill the processes or log off beforehand. Then, from an elevated command prompt on the affected session host, run the following using ProcDump (free Sysinternals tool, no installation required):

    Download: https://learn.microsoft.com/en-us/sysinternals/downloads/procdump

    • Capture a full dump of one orphaned AcroCEF.exe process
    • Replace <PID> with the process ID from Task Manager > Details tab   procdump.exe -ma <AcroCEF_PID> C:\Temp\AcroCEF_dump.dmp
    • Capture a full dump of the parent Acrobat.exe process
    • procdump.exe -ma <Acrobat_PID> C:\Temp\Acrobat_dump.dmp

    One dump of each process type is sufficient — you do not need to capture all orphaned instances.

    Also run this alongside the dump to capture the session process list at the same moment:

       tasklist /FI "USERNAME eq <affected_username>" /FO CSV /V > C:\Temp\session_procs.csv

    Important: process dumps can contain in-memory content from open documents. Please do not attach them publicly in this thread.


    How to share the files

    If your organisation has an Acrobat Pro or Creative Cloud for Teams / Enterprise subscription, the fastest route is through the Adobe Admin Console: https://adminconsole.adobe.com 

    Have your IT admin log in, navigate to Support, and open a case referencing this community thread. Admin Console cases are routed with higher priority and allow secure file upload — your support engineer can provide a direct upload link for the dump files and escalate to engineering with the thread context already attached.

    If your deployment is Reader only (free) and you do not have an Admin Console subscription, you can open a support case directly here: https://helpx.adobe.com/contact.html 

    In either case, please include the following when opening the case:

       — Link to this community thread
       — Windows Server 2016 Build 14393.9140, RDS with Connection Broker and UPD
       — Acrobat Reader 26.x, per-machine install, Defender for Endpoint on session hosts
       — Issue: AcroCEF.exe and Acrobat.exe processes accumulating and not self-terminating

    The session_procs.csv file is safe to share publicly here if you would like to keep this thread active in the meantime — it contains no document content.

     

    ~Tariq

     

     

    Community Manager
    May 19, 2026

    Hi ​@footmego,

     

    Sorry for the troubled experience.

    Thank you for the detailed write-up — the Task Manager observations and the specific version number are genuinely helpful, and I want to make sure we get to the root of this rather than just patch around it.

    What you're describing — processes accumulating per user that don't self-terminate — points to something actively preventing Acrobat from completing its own shutdown sequence. Under normal conditions, closing a PDF or exiting Acrobat triggers a cleanup chain that terminates child processes. The fact that this chain isn't completing on its own, and that a manual kill or session reconnect resolves it, tells us the termination signal is either not reaching those processes or something in the environment is blocking it.

    Before I escalate this for deeper investigation, I need to build a clearer picture of the environment. Could you help with the following?

     

    ─── Environment ───────────────

    1. Windows Server version and build number

    2. RDS role configuration

    Are you running a single Session Host, or a full deployment with Connection Broker and load balancing across multiple hosts?

    3. User profile management

    Are profiles local, roaming (UNC path), or managed by a third-party tool?

    If third-party: which product and version? (e.g., FSLogix, Citrix Profile Management, AppSense, Liquidware, Ivanti)

    4. Security software on the Session Host

    Antivirus or EDR product name and version.

    (AV/EDR products that hook process handles are a known factor in this class of issue on RDS — not assigning blame yet, just need to rule it in or out.)

    5. Acrobat install mode

    Per-machine or per-user installation?

    6. Licensing type

    7. Any third-party Acrobat plug-ins installed?

    Check: C:\Program Files\Adobe\Acrobat DC\Acrobat\plug_ins\

     

    ─── Process behaviour ──────────────────────

    8. When exactly do the processes stop responding?

    Specifically: does the accumulation happen (a) when a user closes individual PDF documents while Acrobat stays open, (b) when the user exits Acrobat entirely, or (c) after a session disconnect — even if they didn't close anything?

    9. What state are the orphaned processes in?

    Open Task Manager > Details tab > right-click a column header > Select columns > add "Status".

    Are the zombie Acrobat/AcroCEF processes showing as Running or Suspended?

    10. Handle count on the orphaned processes

    If you have Sysinternals Process Explorer available:

    • Find one of the stuck AcroCEF.exe processes
    • Lower pane > Handle view
    • What types of handles are open? (file handles, registry keys, mutexes, sections?)
    • Are any handles pointing to paths outside the user's profile or Acrobat's own directories?

    11. Are ALL users on the server affected equally, or only certain user accounts?

    (If it's selective, that narrows it to profile or permission differences rather than a system-wide configuration.)

    12. Is this a fresh installation of 26.001.21529, or an in-place upgrade from a previous version?

    If upgraded: what was the previous version?

     

    ─── Event log snapshot ────────────────────────

    13. Run the following and share the output:

    :: Application log — Adobe errors in the last 7 days

    Get-WinEvent -FilterHashtable @{LogName='Application'; StartTime=(Get-Date).AddDays(-7)} |

    Where-Object {$_.ProviderName -like '*Adobe*' -or $_.Message -like '*Acrobat*'} |

    Select-Object TimeCreated, Id, LevelDisplayName, Message |

    Format-List | Out-File C:\Temp\adobe_events.txt

    :: Windows Error Reporting — check if WER is holding process handles

    Get-WinEvent -FilterHashtable @{LogName='Application'; ProviderName='Windows Error Reporting'; StartTime=(Get-Date).AddDays(-7)} |

    Select-Object TimeCreated, Message | Format-List | Out-File C:\Temp\wer_events.txt -Append

    Share the contents of both files (redact any usernames or internal paths as needed).

    14. Check for Event ID 243 in the System log:

    Get-WinEvent -FilterHashtable @{LogName='System'; Id=243} -MaxEvents 10 -ErrorAction SilentlyContinue

    (This indicates Desktop Heap exhaustion — relevant if the environment is close to process handle limits.)

     

    ─── One quick test ───────────────────────

    15. On an affected session, after Acrobat has been used and processes have accumulated — before killing them manually — run:

    tasklist /FI "USERNAME eq <affected_username>" /FO CSV /V > C:\Temp\acrobat_procs.csv

    Share that file. The /V flag captures the window title and memory usage of each process, which can reveal whether the "dead" processes are actually crashed (no window title, high handle count) versus still considered active by Windows.

    The reason I'm asking for all of this: the behaviour you're describing — processes that cannot self-terminate and hold their memory allocation even after the triggering event is gone — is consistent with a few distinct failure modes:

    (a) A security product holding an open handle to the process, preventing Windows from completing the termination sequence

    (b) A profile container or FSLogix VHD lock preventing Acrobat from writing its shutdown state, causing it to hang rather than exit cleanly

    (c) Acrobat's internal crash recovery mechanism re-launching processes that appear closed from outside

    (d) A Windows Job Object wrapping the RDS session that interferes with child process termination signals

    Each of these has a different fix path. The diagnostics above will let me determine which one we're actually dealing with and route this to the right team if needed.

    Appreciate your patience on this — RDS deployments have more moving parts than a standard workstation, and I want to make sure any fix we suggest actually addresses the cause rather than just masking it.

     

    Alternatively, you can open a support ticket via the Admin console, which will assign a dedicated support person to your ticket.

     


    ~Tariq