The Symptom

I opened Adobe InDesign on my Mac to place an image like I normally would using Cmd + D (File → Place) — but nothing happened. No dialog box. No error. Even drag-and-drop stopped working. The command simply failed to respond.

The first time this happened, a quick restart temporarily fixed it. But when it happened again later, restarting didn’t help. Since this is a locked-down work machine that runs on intentionally delayed system updates, I knew the issue wasn’t triggered by any recent OS change — and the failure occurred before I could even select a file, so it wasn’t related to damaged assets.

At that point, I knew this wasn’t just a random glitch — it was time to troubleshoot properly.

 

Possible Root Causes I Considered

Based on similar issues I’ve seen in other applications (especially Adobe software on macOS), I suspected it might be:

Potential Cause Why I Considered It
Corrupted InDesign preferences A very common reason why specific commands stop responding or UI elements fail silently.
Cache or temp file issue Adobe apps sometimes malfunction when cached files become bloated or corrupted.
macOS file permissions issue If InDesign suddenly can’t request file access properly, it may fail before showing a dialog.

(I also ruled out plug-in conflicts and version mismatch issues — this work machine does not use third-party plug-ins and runs on a fixed, intentionally outdated version of InDesign.)

 

The Fix That Worked

The solution was to reset InDesign preferences.

Here’s the exact fix on macOS:

Steps to Reset InDesign Preferences on Mac:

  1. Quit InDesign completely.

  2. Reopen InDesign while holding:

Shift + Option + Command + Control (⌘)

  1. Keep holding until a dialog box appears asking if you want to reset preferences.

  2. Click Yes.

  3. Once restarted, the Place feature started working again immediately.

Problem solved.

 

A Mac desktop displaying an Adobe InDesign startup alert asking to delete preference files, shown on a designer’s workspace with pencils and color swatches.

The InDesign reset preferences dialog that appears after reopening the app with the shortcut keys on macOS.

 

Why This Works

If InDesign’s user preferences become corrupted, certain features can silently fail — including placing files, opening dialogs, panel behaviors, and UI responsiveness. Resetting preferences forces the app to recreate its settings files in a clean state.

This is the equivalent of clearing config files or resetting user-level registry settings in Windows — a standard IT troubleshooting step used in early diagnosis.

 

Lessons Learned

  • Always try a restart first, but if the issue recurs, suspect a preference or cache corruption.
  • Resetting preferences often resolves unexpected Adobe app behavior on macOS.
  • This issue is not a hardware problem or file corruption — it’s a software configuration issue.
  • Troubleshooting logic applies broadly: observe → test quick fixes → isolate cause → apply structured reset.
  • Keeping track of app-level resets (like InDesign, Photoshop, Illustrator) is useful for future end-user support scenarios.

 

Next Steps (If This Didn’t Fix It)

If resetting preferences doesn’t resolve it, the next logical steps would be:

  • Check macOS file access permissions in System Settings → Privacy & Security → Files & Folders
  • Clear InDesign cache from ~/Library/Caches/Adobe InDesign
  • Reinstall InDesign if necessary

 

Final Thoughts

Even though this problem occurred in a design application, the troubleshooting steps followed typical IT diagnostic logic used in software support roles. This counts as hands-on IT problem-solving experience — especially in a macOS environment.

Documented. Logged. One more IT win.