Celeb Glow
news | March 11, 2026

Is it possible to uninstall or disable iTunes in OS X?

iTunes is always popping up on my HTPC Mac Mini and I don't use it. It is running Snow Leopard if that makes any difference to the solution

2

6 Answers

Of course, check out the Apple support article, Removing iTunes for Mac OS X . (note: no longer links to the expected article, appears to have been removed.)

UPDATE: Here's an article for removing iTunes in Lion.

1

If you want to just disable it, run sudo chmod -x /Applications/iTunes.app
It won't work anymore.

If you want it back, just sudo chmod +x /Applications/iTunes.app

On more recent versions of macOS, you may need to disable SIP:

  1. Power off your device
  2. Power on your device while maintaining and R pressed
  3. Once you reach the recovery system, select Terminal from the Utilities menu
  4. Type csrutil disable and then reboot

If you want to revert that back to the original protection, run the same steps but replace with csrutil enable at step 4.

Check the current status with csrutil status in any terminal window.

6

If this is happening when you insert a Music CD or DVD then it's easy...

System Preferences > CDs & DVDs

In the drop down list labelled "When you insert a Music CD:" (or "...DVD:") select "ignore".

How I disabled iTunes. Highlight the non running iTunes app and click command i and under sharing and permission give yourself access to read and write. You may need to give yourself root access first. Compress iTunes incase you want to retrieve it. Move iTunes to the trash and click delete.You may need to open Activity monitor and quit the iTunes Helper App first.

iTunes, doesn't "just pop" up. It has to be started.

1) Check in the Dock, right click on the iTunes icon, is "Open at Login" checked? 2) Do you have an iPod, iPod Touch, or iPhone? If so, when the device is connected, go into iTunes. Click on it in the sources list, and uncheck the "automatically sync when connected".

Those are the options that I can think of off the top of my head... But iTunes should not be starting without a reason.

Oh, it'll also start up if you have it set to automatically download track information for CDs / DVDs from the internet.... When you insert the discs...

But I think that's it.

5

The terminal command doesn't work for me in OSX 10.8.5 anymore so I found a workaround.

  1. Quit iTunes helper using Activity Monitor.
  2. Give yourself permission to read and write using iTunes get info
  3. Use dropDMG and make a disc image of iTunes in case you need iTunes for some reason
  4. Find iTunes, right click "show package content", click Macos, send iTunes and helper 1&2 to the trash and delete
  5. Never software update iTunes

Hope this helps

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy