How to disable updates for specific app in Mac app store?

How can I disable updates of a particular app (in this case: iMovie) in the Mac App Store? The method documented here (right click on update, select Hide Update) no longer works.

I have app Store version 2.2.1 (584), macOS Sierra version 10.12.6 (16G29).


Spotlight on macOS gathers information about apps wherever they reside and the App Store app consumes that information to decide which apps have updates available.

Make a backup of the apps in question. Then try tampering with the app contents in a targeted manner:

  • Using Finder, right click the app icon and choose show package contents.
  • Locate a folder named _MASReceipt and delete it.

This removes the receipt that tells the App Store to manage the app and addresses the update bubble. Whether the modified app still runs is the next thing to check.

In many cases, this wrecks the app since it’s now been tampered with

  • How do I avoid update checks for third party software (cobook), dont want to "update" by mistake

The long term answer is to have the developer code sign their app in a manner that lets you opt out of upgrades or provide a signed / notarized version of older apps when there is a legitimate need for some people to stop updating the app. It costs them time and money to ship apps, so I find approaching them with a budget helps to get this extra work if you really need support for past versions of apps.


I was able to disable auto-updates by moving the app from the shared applications folder (/Applications) to my user-specific applications folder (/Users/$(whoami)/Applications). Apparently checks for updates aren't applied there, which sorta makes sense. I have yet to find relevant documentation on this though.