Your Mac is usually calm and polite. Then, one day, it throws Error 10661 at you. Rude. This error often shows up when macOS cannot open an app or file the way it expects to. The good news is that it is usually fixable with a few simple steps.
TLDR: Error 10661 on a Mac usually means macOS is having trouble opening an app or file. Start by restarting your Mac, checking app compatibility, and updating macOS. If that fails, reset the app’s file association, reinstall the app, or rebuild the Launch Services database. Think of it as teaching your Mac which door to open again.
What Is Error 10661 on a Mac?
Error 10661 is often linked to macOS Launch Services. That sounds fancy. It is not as scary as it sounds.
Launch Services is the part of macOS that decides which app opens which file. For example, it knows that a .jpg file can open in Preview. It knows that a .docx file can open in Pages or Microsoft Word. It is like the bouncer at the door of Club File.
When something goes wrong, your Mac may say something like:
- The application cannot be opened.
- An error occurred.
- Error code 10661.
- This app is damaged or cannot be opened.
The error can happen when you double-click a file. It can also happen when you try to launch an app. Sometimes it appears after an update. Sometimes it appears after moving apps around. Sometimes your Mac just wakes up and chooses chaos.
Common Causes of Error 10661
Before fixing the error, it helps to know what may have caused it. Do not worry. We are not going full computer goblin.
Here are the usual suspects:
- The app is outdated. Old apps may not work on newer macOS versions.
- The app is 32 bit. Modern macOS versions do not support 32 bit apps.
- The file association is broken. Your Mac may not know which app to use.
- The app is damaged. A download may have failed or become corrupted.
- Permissions are wrong. macOS may block access to the app or file.
- Launch Services is confused. The app database may need a reset.
- Rosetta is missing. Apple silicon Macs may need Rosetta to run some Intel apps.
Now let us fix it. Step by step. No panic. No wizard hat required.
Step 1: Restart Your Mac
Yes. The classic move. Turn it off and on again.
It sounds too simple. But it works more often than it should. A restart clears temporary weirdness. It closes stuck background tasks. It gives your Mac a tiny nap.
To restart:
- Click the Apple menu in the top left corner.
- Click Restart.
- Wait for your Mac to come back.
- Try opening the app or file again.
If the error is gone, great. Give your Mac a polite nod. If not, keep going.
Step 2: Open the App Directly
If the error happens when opening a file, try opening the app first.
For example, if a PDF will not open, open Preview first. Then choose File and Open. Select the PDF from there.
This helps you learn something important. Is the problem with the file? Or is the problem with the app?
- If the app opens fine, the file association may be broken.
- If the app does not open, the app may be the problem.
- If only one file fails, the file may be damaged.
Simple detective work. Tiny magnifying glass optional.
Step 3: Change the “Open With” Setting
Sometimes your Mac tries to open a file with the wrong app. This is like using a spoon to cut bread. Technically possible. Mostly bad.
To choose the right app:
- Click the file once.
- Press Command + I. This opens the Get Info window.
- Find the section called Open with.
- Choose the correct app from the menu.
- Click Change All if you want all files of that type to use that app.
- Close the window.
Now try opening the file again.
This fix is very useful when Error 10661 appears with one type of file. Like all PDFs. Or all images. Or all files that your Mac suddenly treats like mysterious alien tablets.
Step 4: Check App Compatibility
Some apps are too old for your Mac. This is common after a macOS upgrade.
If you recently upgraded to macOS Catalina or newer, older 32 bit apps will not run. macOS now requires 64 bit apps. Your old app may sadly belong in the software museum.
To check an app:
- Open Finder.
- Go to Applications.
- Click the app once.
- Press Command + I.
- Look for details about the app version and kind.
You can also visit the developer’s website and look for a newer version. If the app has not been updated for years, that may be the issue.
If you use an Apple silicon Mac, like one with an M1, M2, M3, or newer chip, some older Intel apps need Rosetta. Rosetta helps Intel apps run on Apple silicon.
If macOS asks to install Rosetta, allow it. If it does not ask, you can install it with this Terminal command:
softwareupdate --install-rosetta
Then try the app again.
Step 5: Update macOS and the App
Updates are not just shiny buttons. They fix bugs. They improve compatibility. They sometimes make weird errors vanish like socks in a dryer.
To update macOS:
- Click the Apple menu.
- Open System Settings.
- Click General.
- Click Software Update.
- Install any available updates.
To update an app:
- Open the App Store and click Updates.
- Or open the app and check its menu for Check for Updates.
- Or download the latest version from the app developer.
After updating, restart your Mac. Then test again.
Step 6: Move the App Back to the Applications Folder
Some apps do not like being moved. If you run an app from Downloads, Desktop, or an external drive, it may complain.
Try this:
- Open Finder.
- Find the app.
- Drag it into the Applications folder.
- Open it from there.
This is not magic. But some apps expect to live in Applications. Put them in their little app apartment.
Step 7: Check Security and Privacy Settings
macOS may block apps from unknown developers. It does this to protect you. Sometimes it is a little too protective. Like a guard dog that barks at a salad.
If you trust the app, try this:
- Open System Settings.
- Click Privacy & Security.
- Scroll to the Security section.
- Look for a message about the blocked app.
- Click Open Anyway if you trust it.
Only do this for apps from trusted sources. Do not open mystery apps from sketchy websites. That is how trouble arrives wearing sunglasses.
Step 8: Reinstall the App
If the app is damaged, reinstalling may fix Error 10661.
Do this cleanly:
- Quit the app if it is open.
- Open Applications.
- Drag the app to the Trash.
- Empty the Trash if you are sure.
- Download a fresh copy from a trusted source.
- Install it again.
- Restart your Mac.
If the app stores important data, check before deleting it. Some apps keep data outside the app itself. Others do not. When in doubt, back up first.
Step 9: Reset Launch Services
If your Mac still opens files with the wrong app, or refuses to open them at all, Launch Services may be confused.
We can rebuild its database. This is like giving your Mac a fresh address book for apps and files.
Open Terminal. You can find it in Applications, then Utilities.
Paste this command:
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
Press Return.
Nothing dramatic may happen. That is normal. After it finishes, restart your Mac.
Then test the app or file again.
Step 10: Try Safe Mode
Safe Mode starts your Mac with only the basics. It also clears some caches. It can help find out if another app is causing trouble.
For Apple silicon Macs:
- Shut down your Mac.
- Press and hold the power button.
- Wait for startup options to appear.
- Select your startup disk.
- Hold Shift.
- Click Continue in Safe Mode.
For Intel Macs:
- Restart your Mac.
- Immediately hold Shift.
- Release it when you see the login window.
Once in Safe Mode, try opening the app or file. If it works there, another login item or extension may be causing the issue.
Step 11: Check File Permissions
Your Mac may not have permission to open the file or app. This can happen after moving files from another Mac, external drive, or backup.
To check:
- Click the file or app once.
- Press Command + I.
- Scroll to Sharing & Permissions.
- Make sure your user has Read & Write access.
- If needed, click the lock and enter your password.
Be careful with permissions. Do not change things randomly in system folders. That can make your Mac grumpy.
Step 12: Run Disk Utility First Aid
Disk problems can cause odd app errors. First Aid checks your drive for file system issues.
To run it:
- Open Disk Utility.
- Select your main drive.
- Click First Aid.
- Click Run.
- Wait for it to finish.
If Disk Utility finds problems and fixes them, restart. Then try again.
When Should You Ask for Help?
Most Error 10661 cases are easy to fix. But sometimes you need backup.
Ask for help if:
- The error happens with many apps.
- Your Mac crashes often.
- Disk Utility reports serious problems.
- The app contains important business data.
- You are not comfortable using Terminal.
You can contact the app developer. You can also contact Apple Support. Tell them when the error started. Mention your macOS version. Share the app name and version. Details help a lot.
Quick Checklist
Here is the fast version. Use it like a tiny repair map.
- Restart your Mac.
- Open the app directly.
- Change the Open With setting.
- Check if the app is compatible.
- Install updates.
- Move the app to Applications.
- Allow trusted apps in Privacy & Security.
- Reinstall the app.
- Reset Launch Services.
- Try Safe Mode.
- Check permissions.
- Run Disk Utility First Aid.
Final Thoughts
Error 10661 may look scary. But it is usually your Mac saying, “I do not know how to open this properly.” That is annoying, but fixable.
Start with the easy steps. Restart. Update. Check the app. Fix the file association. Then move on to deeper fixes like resetting Launch Services or using Safe Mode.
Take it one step at a time. Your Mac is not haunted. It is just confused. And now you know how to hand it a map.