How to permanently allow opening .webp files in Photoshop on macOS Sequoia ?

How to Permanently Allow Opening .WEBP Files in Photoshop on macOS Sequoia 15.4+

If you’re a creative professional or web developer using a Mac running macOS Sequoia 15.4 or 15.4.1, you may have run into a frustrating issue: you can no longer open .webp files directly in Photoshop without going through a gauntlet of Apple security pop-ups. This is not a Photoshop bug — it’s an overly aggressive security policy introduced with Apple’s latest macOS update.

How to permanently allow opening .webp files in Photoshop on macOS Sequoia 15.4?

Let’s break down the issue and explore what you canor can’t do about it — until Apple fixes this.


What’s the issue with .webp file on macOS?

After upgrading to macOS Sequoia 15.4, users have noticed:

  • Attempting to open a .webp file in Photoshop results in a dialog box offering only “Done” or “Move to Trash.”
  • You must then go to System Settings > Privacy & Security and click “Open Anyway” manually.
  • Even after confirming, this only applies to the one file — each new .webp file requires the same process.

The same behavior now applies to other file types like .avif, .wiki, .xmp, etc. These were easily opened before the update, and Apple is now treating them like potential malware — even if they were already on your Mac for years.


Why This Is a Problem

This change has crippled workflows for graphic designers, developers, photographers, and content editors who frequently handle .webp files — often hundreds per day. What was once a seamless process now feels like a constant fight with Gatekeeper, Apple’s security system.

Even changing the file association in Finder (using Get Info > Open With > Change All) does not resolve the issue permanently.


How to permanently allow opening .webp files in Photoshop on macOS Sequoia 15.4?

While there’s no official permanent fix yet from Apple, here are a few ways to reduce the friction:

1. Terminal Command to Clear Quarantine Attribute

This command removes Apple’s Gatekeeper flags from all .webp files in a folder:

bashCopyEditxattr -r -d com.apple.quarantine ~/Downloads/*.webp

📌 You can change ~/Downloads to any folder where your files reside.

⚠️ You must run this command every time new .webp files are downloaded or saved.


2. Automator or Shell Script

If you’re handling hundreds of files daily, you can:

  • Create an Automator Quick Action or a shell script to batch-remove quarantine attributes on-demand.
  • Add it to your Finder context menu for easy access.

3. Move Files Out of “Downloads”

Gatekeeper applies stricter rules to the Downloads folder. Moving files to a custom working folder and running the xattr command there may help reduce the issue frequency.


4. Report to Apple

This is a system-wide macOS bug affecting common file formats. It’s critical that Apple knows this is disrupting professionals.

Submit your report via:
🔗 https://www.apple.com/feedback/imac/


What Doesn’t Work

  • Changing default app via “Get Info > Open With”
  • Deleting and reinstalling Photoshop
  • Using Photoshop’s import instead of double-clicking
  • Updating macOS to 15.4.1 (still broken)
  • Adjusting Gatekeeper settings via GUI — Apple gives no user control over file-type exceptions


💡 Conclusion

Until Apple issues a fix, the best you can do is use xattr to batch-unblock files and move your workflow outside the Downloads folder. This problem highlights the balance Apple must strike between security and usability, especially for users who rely on macOS for professional creative work.

Keep the pressure on — share your feedback, report bugs, and spread awareness. Apple has fixed similar oversights before, and with enough visibility, they can fix this one too.

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Leave a Reply

Your email address will not be published. Required fields are marked *