Short answer: Adobe Acrobat Error 16 is a licensing permission conflict, not a corruption or installation problem. It happens when the operating system has restricted Acrobat’s access to two folders — SLStore and Adobe PCD — that store the licensing data the software needs to start. Resetting the permissions on those folders resolves it. The reason it keeps coming back is that OS updates and Acrobat updates can silently reset those permissions again.
If you’ve seen the message “Adobe product has encountered a problem with your license and will need to close” — often labeled Error 16 or Error 16 License Recovery — it’s easy to assume something went wrong with your installation or that your license has expired. Neither is usually true. Error 16 is a permissions issue, and in most cases your license is completely valid. The software simply cannot read it because the folder where it’s stored has access restrictions that Acrobat can’t work around on its own.
What makes this error especially frustrating is that it tends to return. You fix it, Acrobat opens normally, and a few weeks later — often right after a Windows update, a macOS update, or an Acrobat update — the same error appears again. That pattern makes sense once you understand what’s actually happening at the folder level, which is exactly what this guide explains.
By the end, you’ll have a clear picture of the cause, a working fix for both Windows and Mac, and a practical way to apply it so it stays fixed for longer.
Why Error 16 Happens: The Root Cause Explained
Adobe Acrobat — like all Creative Cloud and Adobe DC applications — uses two system folders to store and verify its licensing information. When either folder has incorrect permissions, Acrobat cannot validate its license at startup, and Error 16 is the result.
The Two Folders at the Center of the Problem
SLStore — This folder contains Adobe’s local licensing data. Every time Acrobat launches, it checks this folder to confirm that the installation has a valid, active license. If the operating system has restricted write or modify access to this folder, Acrobat treats the check as a failure, even when the license itself is perfectly valid.
On Windows, this folder is located at:
C:\ProgramData\Adobe\SLStore
On Mac, it is located at:
/Library/Application Support/Adobe/SLStore
Adobe PCD (Product Configuration Data) — This folder stores configuration and entitlement data for Adobe products. It works alongside SLStore to confirm that the installed product is licensed and authorized. Like SLStore, it requires specific read and write permissions to function correctly.
On Windows, this folder is located at:
C:\Program Files (x86)\Common Files\Adobe\Adobe PCD
(or C:\Program Files\Common Files\Adobe\Adobe PCD on 64-bit systems)
On Mac, it is located at:
/Library/Application Support/Adobe/Adobe PCD
These folders are intentionally separate from the main Acrobat installation directory — which is why reinstalling Acrobat doesn’t fix the error. The folders survive the reinstall with their permissions unchanged.
Why Permissions Change in the First Place
Operating system updates — both Windows and macOS — periodically refresh security policies and folder permissions across the system. Acrobat updates can do the same thing. In some cases, an update modifies the access rights on protected or shared folders as part of the update process, and the SLStore or Adobe PCD folder loses the permissions Acrobat needs. The error returns not because the fix didn’t work the first time, but because something downstream reset the conditions that caused it.
Incorrect folder permissions
SLStore or Adobe PCD has restricted access that prevents Acrobat from reading or writing licensing data.
OS update reset
A Windows or macOS system update silently changed folder security settings, removing Acrobat’s access.
Acrobat update
An Acrobat update modified or recreated the licensing folders, leaving them with insufficient permissions.
Shared Adobe apps
The same folders serve all Adobe CC apps — a permission issue affects every product that relies on them.
How to Fix Error 16 — Step by Step
The fix is the same whether you’re on Windows or Mac: restore the correct permissions on the SLStore and Adobe PCD folders. The steps differ by operating system, so follow the section that matches your setup.
Fix for Windows
Step 1 — Set permissions on the SLStore folder
Open File Explorer and navigate to C:\ProgramData\Adobe\SLStore.
Note: The ProgramData folder is hidden by default. If you don’t see it, go to View → Show → Hidden items in File Explorer to make it visible.
Right-click the SLStore folder and select Properties.
Click the Security tab, then click Advanced.
Click Change permissions (you may need to click Continue to allow administrator access).
Check the box labeled “Replace all child object permission entries with inheritable permission entries from this object.”
Make sure the following permission entries are present. Add them if they are missing:
• System — Full control
• Administrators — Full control
• Users — Read & execute, List folder contents, Read
Click Apply, then OK through all open dialog boxes.
Step 2 — Set permissions on the Adobe PCD folder
Navigate to C:\Program Files (x86)\Common Files\Adobe\Adobe PCD.
If you are on a system with only a 64-bit installation, check C:\Program Files\Common Files\Adobe\Adobe PCD.
Right-click the Adobe PCD folder and select Properties.
Click the Security tab → Advanced → Change permissions.
Check “Replace all child object permission entries with inheritable permission entries from this object.”
Ensure the following are set:
• System — Full control
• Administrators — Full control
• Users — Read & execute, List folder contents, Read
Click Apply, then OK.
Step 3 — Relaunch Acrobat
Restart your computer entirely rather than just relaunching Acrobat. A full restart ensures the permission changes are applied across the system.
Open Acrobat after the restart. In most cases it will open normally without the Error 16 message.
Fix for Mac
Step 1 — Open Terminal
Open Spotlight (Cmd + Space), type Terminal, and press Return.
Step 2 — Fix permissions on the SLStore folder
In Terminal, type or paste the following command and press Return:
sudo chmod 777 /Library/Application\ Support/Adobe/SLStore
Enter your administrator password when prompted. You won’t see characters appear as you type — that’s normal.
Then run:
sudo chown -R root:wheel /Library/Application\ Support/Adobe/SLStore
Step 3 — Fix permissions on the Adobe PCD folder
Run the following in Terminal:
sudo chmod 777 /Library/Application\ Support/Adobe/Adobe\ PCD
Then run:
sudo chown -R root:wheel /Library/Application\ Support/Adobe/Adobe\ PCD
Step 4 — Restart and reopen Acrobat
Restart your Mac to ensure the permission changes take effect fully.
Open Acrobat. If the permissions were the issue, the error should no longer appear.
How to Prevent Error 16 From Coming Back After Updates
The fix above resolves the immediate problem, but since OS and Acrobat updates can reset folder permissions, applying it once doesn’t guarantee it won’t return. A few habits reduce how often this becomes disruptive.
Check permissions after major updates
After a significant Windows or macOS update — especially a feature-level or security update — open Acrobat before doing anything else. If Error 16 appears, you’ll know right away and can reapply the fix while the cause is fresh. This takes a few minutes and avoids discovering the problem in the middle of important work.
Run Acrobat updates manually and with intention
If you have auto-updates enabled for Acrobat, check that Acrobat opens correctly after each update is applied. Because Acrobat updates can touch the licensing folders, it’s worth confirming the update didn’t reset anything. Go to Help → Check for Updates in Acrobat to initiate updates on your own schedule when possible.
Keep Windows UAC or Mac SIP in standard configuration
Users who have adjusted User Account Control settings on Windows or System Integrity Protection on Mac for other reasons sometimes inadvertently create conditions where permission resets happen more frequently. Standard configurations tend to be more stable for Adobe licensing folders over time.
On Windows: bookmark the folder path
Since the ProgramData folder is hidden by default, finding it quickly during a fix can be a small friction point. Pin C:\ProgramData\Adobe to your Quick Access panel in File Explorer so it’s immediately accessible when needed.
What Changes With the Fix — Quick Reference
| Before the Fix | After the Fix |
|---|---|
| Acrobat fails at startup with Error 16 message | Acrobat opens normally, license recognized |
| SLStore or Adobe PCD has restricted permissions | Correct read/write permissions restored to both folders |
| Error may affect all Adobe CC apps simultaneously | All Adobe apps using these folders recover at the same time |
| Reinstalling Acrobat does not resolve the issue | No reinstall needed — permission fix alone is sufficient |
| May recur after OS or Acrobat updates | Reapplying the fix after updates resolves it quickly each time |
Common Variations
Error 16 appeared right after a Windows or macOS update
This is one of the most commonly reported patterns. A system update changed the access rights on the SLStore or Adobe PCD folder. Apply the fix for your OS as described above — this scenario almost always resolves after restoring the correct permissions.
Error 16 appeared after an Acrobat update
Acrobat updates can recreate or modify licensing folders as part of the update process, sometimes leaving them with insufficient permissions. The fix is the same: reset permissions on both folders after the update. In many cases this takes only a few minutes to resolve.
Error 16 is appearing in Photoshop, Illustrator, or other Adobe apps — not just Acrobat
Because all Adobe Creative Cloud applications share the same SLStore and Adobe PCD folders, a single permission issue can trigger Error 16 across multiple apps at once. Fixing the folder permissions once resolves all affected applications simultaneously — you don’t need to fix each app individually.
Error 16 keeps coming back even after reinstalling Acrobat
This is expected behavior. Reinstalling Acrobat replaces the application files but leaves the SLStore and Adobe PCD folders untouched. If the permission issue exists in those folders before the reinstall, it remains after. The only fix is to correct the folder permissions directly as described in the steps above.
Error 16 on a shared or managed computer
On machines with multiple user accounts or in managed enterprise environments, it’s possible that permissions were restricted by an IT policy or by the profile of another user account. In this scenario, a system administrator may need to apply the permission fix at the domain or policy level, rather than just on a single user profile.
Frequently Asked Questions
Will reinstalling Adobe Acrobat fix Error 16 permanently?
Why does Error 16 come back every time I update Acrobat?
Does Error 16 mean my Acrobat license is invalid or expired?
Error 16 is showing up in Photoshop and other Adobe apps, not just Acrobat. Is it the same problem?
Do I need to be an administrator to fix Error 16?
sudo, which requires your admin password. If you’re using a managed work computer, you may need to contact your IT administrator to apply the fix.



