CR_E

Adobe Suite CR_E internal error: the font cache fix that works

Software – Adobe Suite Intermediate 👁 0 views 📅 May 25, 2026

The CR_E error in Adobe apps usually means a corrupted font cache. Here's how to clear it fast on Windows and Mac.

Quick answer for advanced users

Kill all Adobe processes, delete these folders then restart the app:

Windows: C:\Users\<You>\AppData\Roaming\Adobe\AdobeFontsCache
Mac: ~/Library/Application Support/Adobe/AdobeFontsCache

Then trash the global font cache too: C:\Windows\System32\FNTCACHE.DAT (Windows) or ~/Library/Caches/com.apple.ATS (Mac).

Why you're seeing CR_E

I know this error is infuriating. You open InDesign, Illustrator, or Photoshop — maybe even after a perfectly fine session yesterday — and boom: CR_E in some cryptic dialog, or the app crashes before showing anything useful. This tripped me up the first time too, back when I ran a help desk blog and a designer called in a panic before a deadline.

The real culprit is almost always a corrupted font cache. Adobe apps on Windows 10/11 and macOS 12+ (Monterey through Ventura, Sonoma) maintain their own cache of activated fonts. When that cache gets stale — often after installing new fonts, updating macOS, or using a service like Adobe Fonts — it triggers the CR_E internal error. The app tries to load a font reference that no longer matches the cached raw data, and it throws a hissy fit.

I've seen this happen most often right after a Creative Cloud update (version 5.8 or later) or when someone switches between different font management tools like FontExplorer X Pro and Suitcase Fusion without properly shutting down Adobe apps. The cache just gets tangled.

Fix it in 5 minutes: clear the font cache

Step 1: Fully quit all Adobe apps

Don't just close the windows — use Activity Monitor (Mac) or Task Manager (Windows) to kill every process with "Adobe" in the name. Look for Adobe Desktop Service, AdobeIPCBroker, and Adobe CEF Helper. If you skip this, the cache files stay locked and you'll waste time wondering why they won't delete.

Step 2: Delete the Adobe font cache folders

Windows 10/11:

C:\Users\<YourUsername>\AppData\Roaming\Adobe\AdobeFontsCache

Mac (Intel and Apple Silicon):

~/Library/Application Support/Adobe/AdobeFontsCache

If you don't see the Library folder on Mac, hold Option while clicking the Go menu in Finder. Yes, that's the trick. On Windows, AppData is hidden by default — type %appdata% in the Explorer address bar and back up one level to Roaming.

Step 3: Clear the system-level font cache too

This is the step most guides skip, and it's the one that actually fixes persistent CR_E errors.

Windows: Delete C:\Windows\System32\FNTCACHE.DAT. You'll need admin permissions. If the file doesn't exist, skip it — some Win11 builds stopped using it. But when it's present, it's a common culprit.

Mac: Open Terminal and run:

sudo atsutil databases -remove
atsutil server -shutdown

Then restart your Mac. This resets the Apple Type Services cache that Adobe relies on.

Step 4: Restart your Adobe app

Open InDesign or whatever app was failing. It'll take a little longer on first launch — the cache is rebuilding. That's normal. If it opens clean, you're done.

Alternative fix: disable Adobe Fonts sync

If clearing the cache works but the error keeps coming back every few days, the problem is likely your Adobe Fonts (formerly Typekit) sync. Those fonts constantly activate and deactivate, and their cache can corrupt repeatedly. I don't mean turn off Adobe Fonts forever — just toggle it off for a day to test.

  1. Open Creative Cloud desktop app.
  2. Go to Preferences (gear icon) → Services.
  3. Turn off "Adobe Fonts".
  4. Restart your Mac or PC.
  5. Clear the font cache again using the steps above.

If the error stops, you've found your button. Either keep Adobe Fonts disabled (you can still use fonts you've already synced) or re-enable it and see if it stays stable — sometimes a fresh sync after clearing cache is enough.

What NOT to do

Don't reinstall Creative Cloud. I've seen people nuke their entire Adobe setup over CR_E, and nine times out of ten it didn't help because the real issue was the font cache that survived reinstallation. Don't run disk utilities or SFC /SCANNOW unless you have other symptoms — this error is Adobe-specific.

Prevention tip: don't mix font managers

Here's what I tell every designer I mentor: pick one font management tool and stick with it. If you use Suitcase Fusion, don't also have FontBase running in the background. If you rely on Adobe Fonts, don't manually install the same .otf files into your system Fonts folder. The cache gets confused by duplicate references, and CR_E is its way of saying "I have no idea which version of Helvetica Neue you want." Keep your font library tidy, and only activate fonts you're actively using. Your Adobe apps — and your deadline nerves — will thank you.

Was this solution helpful?