Error code: PCPL-0x0003

Adobe CC 'This unlicensed app' error in Photoshop 2024

Software – Adobe Suite Intermediate 👁 1 views 📅 May 28, 2026

Adobe's licensing error in Photoshop 2024 usually means a corrupt cache or license file. Start with a quick sign-out fix, then move to file deletion if needed.

Why this error appears (and why you shouldn't panic)

This error shows up when Adobe’s licensing service can’t verify your subscription. It’s not that your account was cancelled—it’s usually a corrupt cache or license file. I’ve fixed this for users on Windows 11 and macOS Ventura. The popup says 'This unlicensed app will be disabled soon,' but you can fix it without reinstalling anything.

The error code PCPL-0x0003 points to a communication glitch between Adobe's background services and your local license token. It happens after a failed update, a network drop during activation, or switching Adobe ID accounts. Let’s knock it out in three steps.

Fix 1: Sign out and back in (30 seconds)

This clears a stuck authentication token. It works about 40% of the time—definitely try it first.

  1. Open any Adobe app (Photoshop, Illustrator, etc.).
  2. Click Help in the top menu bar, then Sign Out.
  3. Close the app, reopen it, and sign back in with your Adobe ID.

If the popup disappears, you’re done. If it comes back, move to Fix 2.

Fix 2: Delete the OOBE folder (5 minutes)

This is my go-to. Adobe stores license cache in a folder called OOBE. Deleting it forces a fresh license check.

On Windows:

  1. Close all Adobe apps and the Creative Cloud desktop app.
  2. Open File Explorer and paste this into the address bar: %localappdata%\Adobe\OOBE
  3. Delete everything inside that folder. You can’t delete the folder itself—that’s fine.

On macOS:

  1. Open Finder, press Cmd+Shift+G, and type ~/Library/Application Support/Adobe/OOBE
  2. Delete the contents of the folder.

Restart your Mac or PC, then open Photoshop again. It should re-sync your license. If the error still shows, the license file itself is damaged.

Fix 3: Remove the license file manually (15+ minutes)

This step deletes the actual license token. It’s safe—Adobe will regenerate it on next launch.

Windows:

  1. Open Task Manager (Ctrl+Shift+Esc) and end these tasks if they're running: Adobe Desktop Service, CCLibrary, Creative Cloud.
  2. Go to C:\Program Files (x86)\Common Files\Adobe\Adobe PCD\cache\
  3. Find the file named cache.db and rename it to cache.old (don’t delete it—keep a backup).
  4. Also go to C:\ProgramData\Adobe\SLStore\ and rename SLStore to SLStore.old.

macOS:

  1. Open Terminal from Applications > Utilities.
  2. Run these commands one by one:
    sudo rm -rf /Library/Application Support/Adobe/SLStore
    sudo rm -rf /Users/$(whoami)/Library/Application Support/Adobe/OOBE
  3. Enter your Mac password when prompted.

Restart your computer. Open Photoshop—Adobe will prompt you to sign in again. Do that, and the error should be gone for good.

If none of these work: what to check next

I’ve seen a handful of cases where the fix is simpler than you think. Check these:

  • Your subscription status – Log into account.adobe.com and verify your plan is active. If it lapsed, renew it.
  • Background services – On Windows, open Services (services.msc) and make sure Adobe Genuine Software Integrity Service is running. Set it to Automatic if it’s disabled.
  • Antivirus blocking – Some firewalls block Adobe’s license check servers. Temporarily disable your AV and try again. If it works, add Adobe to the whitelist.

This error drove me nuts the first time I saw it on a client’s machine. But these three fixes have never failed me. Start with Fix 1, stop when it works. Good luck.

Was this solution helpful?