Skip to main content
MiguelHaru
Participant
February 10, 2026
Question

Adobe InDesign 2026 Freezes on macOS (Apple Silicon) During Startup, Image Import, and PDF Export

  • February 10, 2026
  • 2 replies
  • 61 views

Problem

Adobe InDesign 2026 may freeze on macOS (especially Apple Silicon) during startup, image

import, or PDF export. The app opens but becomes unresponsive.

Cause

Deadlock caused by CEP/CCX extensions (onboarding and experimentation web panels) related to

Creative Cloud, IPC, and CEF services.

Permanent fix

1. Quit InDesign.

2. Go to:

/Applications/Adobe InDesign 2026/Adobe InDesign

2026.app/Contents/Resources/CEP/extensions

3. Rename the folders below by adding '.DISABLED':

- com.adobe.butler.OnBoarding

- com.adobe.butler.OnBoardingForLearnPanel

- com.adobe.experimentation

Or run this code in terminal:
cd "/Applications/Adobe InDesign 2026/Adobe InDesign 2026.app/Contents/Resources/CEP/extensions" || exit 1

sudo mv "com.adobe.butler.OnBoarding" "com.adobe.butler.OnBoarding.DISABLED"
sudo mv "com.adobe.butler.OnBoardingForLearnPanel" "com.adobe.butler.OnBoardingForLearnPanel.DISABLED"
sudo mv "com.adobe.experimentation" "com.adobe.experimentation.DISABLED"
 

4. Relaunch InDesign.

⚠⚠⚠⚠⚠Emergency command⚠⚠⚠⚠⚠

If InDesign freezes, run in Terminal:

killall CEPHtmlEngine CCXProcess AdobeIPCBroker

Note

These extensions are not required for normal InDesign usage. You can re-enable them later if Adobe releases a fix soon. 

PLEASE ADOBE, FIX IT!! 😱

    2 replies

    MiguelHaru
    Participant
    February 10, 2026

    Leo, I was actually experiencing the issue… my inDD is 21.2 and the os is the Tahoe 26.2. And yes, chat gpt helped me.

    BobLevine
    Community Expert
    Community Expert
    February 10, 2026

    In the future, if you’re going to copy/paste a bunch of stuff from ChatGPT please note it in your post. This one looks like nothing more than AI generated spam.

    MiguelHaru
    Participant
    February 10, 2026

    In the future, if you’re going to copy/paste a bunch of stuff from ChatGPT please note it in your post. This one looks like nothing more than AI generated spam.

    Ok, sorry… but I was actually suffering with this issue and it takes hours and hours to discover how to fix… it was not a crazy copy and paste, and I was just trying to help others…

    😓

    leo.r
    Community Expert
    Community Expert
    February 10, 2026

    Just to make sure: Do you actually experience any of these issues, or are you sharing some random info from chatGPT? What are your exact InDesign and macOS versions?