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

Before you begin: You must be logged in as an administrator, or have administrator credentials available. These steps require elevated access to modify system-level folder permissions.

Step 1 — Set permissions on the SLStore folder

1

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.

2

Right-click the SLStore folder and select Properties.

3

Click the Security tab, then click Advanced.

4

Click Change permissions (you may need to click Continue to allow administrator access).

5

Check the box labeled “Replace all child object permission entries with inheritable permission entries from this object.”

6

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

7

Click Apply, then OK through all open dialog boxes.

Step 2 — Set permissions on the Adobe PCD folder

1

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.

2

Right-click the Adobe PCD folder and select Properties.

3

Click the Security tab → AdvancedChange permissions.

4

Check “Replace all child object permission entries with inheritable permission entries from this object.”

5

Ensure the following are set:

System — Full control
Administrators — Full control
Users — Read & execute, List folder contents, Read

6

Click Apply, then OK.

Step 3 — Relaunch Acrobat

1

Restart your computer entirely rather than just relaunching Acrobat. A full restart ensures the permission changes are applied across the system.

2

Open Acrobat after the restart. In most cases it will open normally without the Error 16 message.

Optional — Run the Adobe Licensing Repair Tool: Adobe provides a licensing repair utility that automates some of these permission fixes. Search for “Adobe Licensing Repair Tool” on the Adobe Help Center and follow the instructions there. It can be a useful first step before manually adjusting permissions.

Fix for Mac

Before you begin: These steps use the Terminal application and require administrator credentials. You will be prompted for your Mac password when running the commands below.

Step 1 — Open Terminal

1

Open Spotlight (Cmd + Space), type Terminal, and press Return.

Step 2 — Fix permissions on the SLStore folder

1

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.

2

Then run:

sudo chown -R root:wheel /Library/Application\ Support/Adobe/SLStore

Step 3 — Fix permissions on the Adobe PCD folder

1

Run the following in Terminal:

sudo chmod 777 /Library/Application\ Support/Adobe/Adobe\ PCD

2

Then run:

sudo chown -R root:wheel /Library/Application\ Support/Adobe/Adobe\ PCD

Step 4 — Restart and reopen Acrobat

1

Restart your Mac to ensure the permission changes take effect fully.

2

Open Acrobat. If the permissions were the issue, the error should no longer appear.

Tip: If Acrobat still shows Error 16 after these steps, open System Settings → Privacy & Security → Full Disk Access and confirm that Acrobat is listed and enabled. macOS security policies can sometimes prevent apps from accessing Library folders even with correct permissions set.

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.

Related Article Adobe Acrobat Pro Error 1310 — What It Means and How to Fix It Error 1310 is another write-permission error that appears during Acrobat installation. If you’re running into permission-related errors beyond Error 16, this guide covers the causes and step-by-step fixes. → Read the guide

Frequently Asked Questions

Will reinstalling Adobe Acrobat fix Error 16 permanently?
A standard reinstall typically does not fix Error 16 permanently because the SLStore and Adobe PCD folders are preserved during uninstallation. If the permission issue exists in those folders before reinstalling, it will still be there after. The fix requires correcting the folder permissions directly — which is a separate process from reinstalling the application.
Why does Error 16 come back every time I update Acrobat?
Software updates — both Acrobat updates and operating system updates — can reset or overwrite folder permissions. When that happens, the SLStore or Adobe PCD folder loses the access rights Acrobat needs to validate its license. Reapplying the permission fix after each update resolves it. Checking Acrobat immediately after any major update is a simple habit that prevents this from becoming a bigger disruption.
Does Error 16 mean my Acrobat license is invalid or expired?
No. Error 16 is a permission issue, not a license validity issue. Your license is almost certainly intact — Acrobat simply cannot read it because the folder that stores licensing data has incorrect access rights. Once the permissions are corrected, the software recognizes the license normally. If your license has genuinely expired, Acrobat will typically display a different, more specific message about subscription status.
Error 16 is showing up in Photoshop and other Adobe apps, not just Acrobat. Is it the same problem?
Yes. The SLStore and Adobe PCD folders are shared across all Adobe Creative Cloud applications. If those folders have incorrect permissions, every Adobe app that relies on them may display Error 16. Fixing the permissions resolves the issue across all affected applications at once — there’s no need to troubleshoot each app separately.
Do I need to be an administrator to fix Error 16?
Yes. Because the fix involves changing permissions on system-level or protected folders, administrator access is required on both Windows and Mac. On Windows, you’ll need to navigate folder security settings with admin rights. On Mac, you’ll need to use Terminal with 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.