Adobe Suite crash on launch: fix the licensing service hang

Software – Adobe Suite Intermediate 👁 13 views 📅 May 26, 2026

Adobe apps crash right after the splash screen? It's usually the Adobe Licensing Service stuck. Here's the real fix.

You double-click Photoshop or Premiere, the splash screen shows up, then poof — nothing. The app vanishes. You've reinstalled, cleared preferences, maybe even done the nuclear wipe-and-redownload. I've seen this dozens of times with Adobe Creative Cloud apps across Windows 10, Windows 11, and macOS Ventura through Sonoma. The real culprit nine times out of ten is the Adobe Licensing Service (or its older cousin, the Adobe Desktop Service) getting stuck on a bad license token or a hung network call. Here's how to kill it fast.

The direct fix

  1. Close all Adobe apps. That means Creative Cloud desktop app too. Right-click its icon in the system tray (bottom-right on Windows, top-right on Mac) and pick "Exit" or "Quit."
  2. Open Task Manager (Windows): press Ctrl + Shift + Esc. Go to the Processes tab. Look for any process named Adobe Desktop Service, Adobe Licensing Service, or AdobeIPCBroker.exe. Right-click each and choose End task. On Mac, open Activity Monitor (from Applications > Utilities), search for "Adobe" in the search field, and force quit anything named Adobe Desktop Service, Adobe Licensing Service, or AdobeIPCBroker.
  3. Clear the stale license cache. On Windows, press Win + R, type %appdata%, hit Enter. Go up one folder to AppData, then into Local. Find the folder Adobe > OOBE > opm. Inside that folder, you'll see a file named device.dat and maybe some folders with random-looking numbers. Delete everything inside the opm folder — not the folder itself, just its contents. On Mac, go to ~/Library/Application Support/Adobe/OOBE/opm and delete all files there.
  4. Restart the Adobe Licensing Service. On Windows, press Win + R, type services.msc, hit Enter. Scroll down to Adobe License Service (or Adobe Licensing Service on older versions). Right-click it and pick Restart. If it's not running, right-click and pick Start. On Mac, open Terminal from Applications > Utilities and run:
    sudo launchctl load /Library/LaunchDaemons/com.adobe.licensing.plist
    You'll need your admin password.
  5. Launch Creative Cloud first. Open the Creative Cloud desktop app and let it fully load — you should see your installed apps in the left sidebar. Wait at least 10 seconds for it to sync your license.
  6. Now open your Adobe app. Photoshop, Premiere, After Effects — whatever was crashing. It should load normally.

After step 3, you should see the splash screen appear and stay. If it still crashes, move on to the variations section.

Why this works

Adobe apps check in with the licensing service every time they launch. The licensing service holds a cached token (that device.dat file) that tells the app "this machine is activated." If that token gets corrupted — say from a failed update, a system crash, or a network timeout during a license check — the licensing service hangs instead of responding. The app waits a few seconds, gets no answer, and closes. By killing the service and clearing the token cache, you force Adobe to generate a fresh token on next launch. No reinstall needed, no wiping preferences.

Less common variations

Creative Cloud itself crashes

If the Creative Cloud desktop app also won't open or crashes immediately, the same process applies. But also check for a corrupted Creative Cloud Files folder. Go to %USERPROFILE%\Creative Cloud Files (Windows) or ~/Creative Cloud Files (Mac). Rename that folder to Creative Cloud Files.old. Restart Creative Cloud — it'll create a fresh one. Sync will take a few minutes, but it fixes the constant crash loop.

Adobe apps crash only on network change

Some users see crashes when switching from Wi-Fi to VPN, or from office network to home. That's because the licensing service holds a network socket that doesn't handle the transition gracefully. The fix: before switching networks, quit all Adobe apps (including Creative Cloud), make the switch, then reopen Creative Cloud first. If it still crashes, run the opm folder cleanup from step 3 above.

Adobe app starts but freezes on "Loading panels..."

That's not the licensing service — it's a corrupt panel or extension. Hold down Ctrl + Alt + Shift (Windows) or Cmd + Option + Shift (Mac) while launching the app. A dialog box will ask if you want to reset preferences. Click Yes. The app will start with factory settings. You'll lose your custom workspaces and keyboard shortcuts, so note those down first if you can.

macOS Ventura/Sonoma-specific: app crashes with a mysterious "unexpected error"

Apple's Gatekeeper can sometimes block Adobe's licensing helper. Go to System Settings > Privacy & Security. Scroll down to the Security section. If you see a message about Adobe Licensing Helper being blocked, click Allow. Then restart your Mac and try launching the Adobe app again.

How to prevent this from coming back

  • Always quit Adobe apps properly. Don't just close the window — use File > Quit or the app's menu. This lets the licensing service release its token cleanly.
  • Keep Creative Cloud updated. Open Creative Cloud, click your profile icon (top-right), go to Preferences > General, and turn on Keep Creative Cloud up to date automatically. A stale Creative Cloud version often triggers licensing hangs.
  • Don't use VPNs or proxies while launching Adobe apps. If you need a VPN, connect it after the app is fully loaded. The licensing service makes a quick outbound call on launch, and VPNs can delay or block that call, causing the hang.
  • Once a month, manually restart the Adobe Licensing Service. On Windows, open Services, find it, click Restart. On Mac, run that Terminal command above. It flushes any accumulated garbage in the service's memory.
  • If you see repeated crashes, run Adobe's own cleaner tool: download the Creative Cloud Cleaner Tool from Adobe's official site. Run it, select "Creative Cloud Desktop" and "Core Sync" options, and let it scrub corrupt files. You'll need to sign in again, but it's faster than a full reinstall.

That's it. You don't need to blow away your entire Adobe installation. You don't need to nuke your preferences folder. Just kill the service, clear the token, and relaunch. Works every time for the licensing service hang. I've used it on Photoshop 2023, Premiere 2024, and After Effects 2024 on Windows 11 23H2 and macOS Sonoma 14.2.

Was this solution helpful?