Stop Automatically Updates


OS X has a handful of features that are dependent on a constant internet connection, and one of those is the new automatic update feature. Undeniably convenient, OS X and all apps installed from the Mac App Store will automatically download and update themselves, but if you have metered internet or are using Personal Hotspot you’ll probably want to save the bandwidth and stop those updates from downloading themselves in the background.
  1. Open System Preferences from the  Apple menu
  2. Choose “Software Update” and click the lock icon to unlock the preferences
  3. Uncheck “Download newly available updates in the background”
  4. Optional but not recommended: uncheck “Install system data files and security updates”
Leave “Automatically check for updates” enabled to behave like versions of OS X before 10.8, where the system would alert you to new updates available but would not download them without your permission.

You can also save bandwidth by disabling the automatic app downloads feature, which is borrowed from iTunes and previously only applied to iTunes media and iOS apps.

Manually Checking for Updates
With automatic downloads disabled you will have to manually install OS X updates and updates to apps from the Mac App Store, all of that is now done through the App Store itself, unless the app came from a third party.

Avanced users can continue to use the Terminal and check for and install OS X updates from the command line instead using the following to list available updates:

sudo softwareupdate -l

That will list the available updates, after which you can install them using the -i flag.