How do I disable the beep in OSX Leopard when I perform an invalid action?

When I perform an action that is not valid in a given context, like attempting to type when a text area does not have the focus I hear a beep, which is very distracting when wearing headphones. How can I disable this?

I am not sure how to reproduce this as it only happens under certain circumstances which I have not yet nailed down.


Unchecking the "User interface sounds" doesn't disable all sound. But sliding the "Alert Volume" option all the way to the left (minimum), together with unchecking the other options does the trick.

enter image description here


Apple, System Preferences, Sounds.


The OP mentions using headphones while using his/her computer, implying that he/she would like to disable the terminal bell but allow outher sound output to continue. Adjusting the sound settings in the system preference panel won't solve this problem.

Readline rings the bell at the command prompt in the terminal whenever the tab autocompletion can't find any matches, or finds too many matches. To disable just this behavior, check your home directory for the presence of a .inputrc. If doesn't exist, add it, then in either case add this line:

set bell-style off

Source this file

$ . .inputrc

or quit the terminal program and restart.

To completely disable sounds in the terminal, edit the apps preferences: Terminal menu, Preferences, Settings tab, then Advanced tab on that screen. There are two check boxes: audible bell and visual bell. Adjust to your tastes accordingly.


  1. Open Terminal
  2. Select Terminal->Preferences...
  3. Uncheck Audible Bell enter image description here

First, create a sound in the Library/Sounds directory in your home directory. This can be anything, but NOT one of the built-in sounds. Just grab something short from the internet. Use something you don't like. Honest.

Open System Preferences and click Sound to display its preferences. In "Choose an alert sound" pick the sound you just created.

  1. While you are in System Preferences | Sound, do the following:
  2. Uncheck "Play user interface sound effects"
  3. Uncheck "Play feedback when volume is changed"
  4. Uncheck "Play Front Row Sound effects"

After closing this window, go back to your home directory and DELETE the sound you just created. If you put it in the trash, empty the trash.

Now OS X will flash the screen slightly whenever an alert sound would have occurred. It is a subtle, but a sufficient alert. Now, sound in applications (like Cubase) will be completely unaffected.