Adobe Suite won't launch after update? Try these 3 fixes first
Adobe Suite apps crash or hang after an update. Start here, skip the usual restart nonsense. Three real fixes that work, in order of likelihood.
You just updated Photoshop, Illustrator, or Premiere Pro. Now it either won't open, hangs on the splash screen, or throws a generic error like "Application cannot be started" or "License activation error (150:2.0)". This is maddening. I've trained dozens of help desk techs over the years, and I've seen this pattern more than anything else after an Adobe update.
The good news: it's almost never a broken installation. The bad news: you have to know which one of these three things went wrong. Let's walk through them in order, from most common to least.
1. Corrupted CC Library Sync Cache
This is the culprit about 60% of the time. Adobe's Creative Cloud desktop app keeps a local cache of your library assets—fonts, colors, brushes, and other sync data. After an update, this cache can get corrupted or hold onto old file locks. The app tries to load that garbage, and boom—it hangs or crashes.
- Fully quit the Creative Cloud desktop app. Right-click its icon in the system tray (Windows) or menu bar (Mac) and choose Quit. If you don't see it, open Task Manager (Ctrl+Shift+Esc on Windows) or Activity Monitor (Mac) and force-quit any process named
Adobe Desktop Service.exeorCreative Cloud. - Open the File Explorer (Windows) or Finder (Mac).
- Navigate to the cache folder:
- Windows 10/11:
C:\Users\[YourUserName]\AppData\Local\Adobe\OOBE\ - macOS Ventura and later:
/Users/[YourUserName]/Library/Application Support/Adobe/OOBE/
- Windows 10/11:
- Delete everything inside the
OOBEfolder. Don't worry—Adobe re-creates what it needs. Just delete all the files and subfolders you see there. - Empty your recycle bin or trash.
- Restart your computer. I know, you hate that. But trust me—skipping this step can leave file locks open. Do it.
- Open the Creative Cloud desktop app again. It'll resync your libraries fresh. Try launching Photoshop or whatever app failed.
What you should see: The app should open normally within 10-15 seconds. If it still hangs, move on to fix #2.
2. Corrupted Application Preferences
This is the second most common cause, maybe 30% of cases. Each Adobe app keeps its preferences in a separate folder. When you update, sometimes the new version disagrees with the old settings—especially font caches, color management profiles, or workspace layouts. The app reads the old prefs and chokes.
The fix is to rename (not delete) the preferences folder. Deleting is permanent; renaming lets you revert if something goes sideways.
- Make sure the Adobe app that's crashing is completely closed. Same as before—check Task Manager or Activity Monitor for any leftover processes like
Photoshop.exeorIllustrator.exe. - Open File Explorer or Finder.
- Go to the preferences location. This varies by app. Here are the most common ones:
- Photoshop (Windows):
C:\Users\[YourUserName]\AppData\Roaming\Adobe\Adobe Photoshop [Version]\Adobe Photoshop [Version] Settings\ - Photoshop (Mac):
/Users/[YourUserName]/Library/Preferences/Adobe Photoshop [Version] Settings/ - Illustrator (Windows):
C:\Users\[YourUserName]\AppData\Roaming\Adobe\Adobe Illustrator [Version] Settings\ - Illustrator (Mac):
/Users/[YourUserName]/Library/Preferences/Adobe Illustrator [Version] Settings/ - Premiere Pro (Windows):
C:\Users\[YourUserName]\AppData\Roaming\Adobe\Premiere Pro\[Version]\ - Premiere Pro (Mac):
/Users/[YourUserName]/Library/Preferences/Adobe/Premiere Pro/[Version]/
- Photoshop (Windows):
- Find the folder with settings files. For Photoshop, you'll see files like
Adobe Photoshop [Version] Prefs.psp. For Illustrator, look forAdobe Illustrator [Version] Prefs. For Premiere Pro, the folder contains aLayoutsfolder and aProfile-subfolder. - Rename the entire settings folder by adding
.oldto the end of the folder name. For example, renameAdobe Photoshop 2024 SettingstoAdobe Photoshop 2024 Settings.old. Do not rename individual files unless you know exactly which one is broken. - Launch the app again. It will create a fresh preferences folder with default settings.
What you should see: The app opens with factory-default preferences. Workspaces reset, toolbars go back to default, and any custom presets are gone—but your actual files are safe. If the app now works, you can go back and delete the .old folder to save space.
If you still get the error, you've got the rarest cause left.
3. GPU Acceleration Conflict After Update
This is maybe 10% of the cases, but it's a real pain. Adobe updates sometimes turn on GPU acceleration for features that your graphics card driver can't handle properly. This is especially common with integrated Intel GPUs or older Nvidia cards on Windows.
You can't always disable GPU acceleration from within the app if the app won't start. So you'll need to force the app to skip the GPU initialization.
- Hold down a specific key combination while launching the app. This tells the app to temporarily disable GPU acceleration for that session.
- Photoshop: Hold Ctrl+Alt+Shift (Windows) or Cmd+Option+Shift (Mac) immediately after double-clicking the icon. You'll see a dialog asking if you want to delete the preferences file—click Yes. But also keep holding the keys until the app fully loads.
- Illustrator: Hold Ctrl+Alt+Shift (Windows) or Cmd+Option+Shift (Mac) while launching. Same dialog appears—say yes.
- Premiere Pro: Hold Shift while launching. This bypasses GPU acceleration for the startup.
- If the app opens, go immediately to the preferences menu.
- Photoshop: Edit > Preferences > Performance. Uncheck Use Graphics Processor.
- Illustrator: Edit > Preferences > Performance. Uncheck GPU Performance.
- Premiere Pro: Edit > Preferences > Audio Hardware, and also Edit > Preferences > General (look for Renderer and set it to Mercury Playback Engine Software Only).
- Close the app and relaunch normally. GPU acceleration is now off system-wide for that app. If you later update your graphics driver, you can turn it back on.
What you should see: The app launches without the hanging or crash. Performance might be slower on tasks that use GPU (like 3D rendering or video playback), but at least it works.
If none of these three fixes help, you're looking at a rarer issue—maybe a corrupted installation, a conflicting plugin, or a Windows/Mac system-level problem. At that point, run the Adobe Creative Cloud Cleaner Tool (search Adobe's site) or do a full uninstall/reinstall using the official removal tool. But try these three first—they fix 9 out of 10 cases.
Quick Reference Summary
| Cause | Likelihood | What to do | Time needed |
|---|---|---|---|
| Corrupted CC sync cache | ~60% | Delete contents of OOBE folder | 5 minutes |
| Corrupted app preferences | ~30% | Rename settings folder to .old | 10 minutes |
| GPU acceleration conflict | ~10% | Hold special keys to launch, then disable GPU | 5 minutes |
Try them in order. You'll save hours of reinstalling software for nothing.
Was this solution helpful?