How to Disable the Trash and Screenshot Sound Effects on a Mac

how-to-disable-the-trash-and-screenshot-sound-effects-on-a-mac photo 1

Move a file to the trash, empty the trash, or take a screenshot of your Mac’s desktop and your Mac will play a sound. If you’re sick of those paper crumpling and camera shutter sounds, you can disable them by changing a single option.

This option isn’t necessarily where you’d expect it. You might think that the option for disabling the trash sound would be in the Finder’s Preferences window, but it’s not.

How to Disable Sound Effects on a Mac

This option is available in the System Preferences window. Open it by clicking the Apple menu on your toolbar and select “System Preferences”.

how-to-disable-the-trash-and-screenshot-sound-effects-on-a-mac photo 2

Click the “Sound” icon on the second row of the System Preferences window.

how-to-disable-the-trash-and-screenshot-sound-effects-on-a-mac photo 3

Uncheck the “Play user interface sound effects” option under the Sound Effects tab.

It’s not clearly explained in this window–even if you hover over the option–but disabling this option will disable the trash and screenshot sounds on your Mac.

how-to-disable-the-trash-and-screenshot-sound-effects-on-a-mac photo 4

How to Disable Sound Effects With a Command

The below command does the exact same thing changing the option above does. It’s only necessary if you’d like to automate this. For example, some people might want to add this change to a script that changes multiple settings on a new Mac all at once.

To disable sound effects, run the following command in a Terminal window:

defaults write com.apple.systemsound "com.apple.sound.uiaudio.enabled" -int 0

To undo your change and re-enable sound effects, run the following command:

defaults write com.apple.systemsound "com.apple.sound.uiaudio.enabled" -int 1

how-to-disable-the-trash-and-screenshot-sound-effects-on-a-mac photo 5


If you’re using someone else’s Mac and you don’t want to change the setting, you can temporarily disable the sound effect temporarily by muting the Mac. Set the volume level to “mute” and the Mac won’t play an audible sound when you perform these actions.

More stories

What is Swapfile.sys and How Do You Delete It?

Windows 10 (and 8) include a new virtual memory file named swapfile.sys. It’s stored in your system drive, along with the pagefile.sys and hiberfil.sys. But why does Windows need both a swap file and a page file?

15 Things You Can Do With Cortana on Windows 10

Cortana is one of Windows 10’s most visible new features. Microsoft’s virtual assistant makes the leap from Windows Phone to the desktop, and there’s a lot you can do with it. It isn’t just a voice assistant either — you can also type commands and questions

What Is the New Copyright Alert System, and How Does it Affect You?

The new Copyright Alert System, also known as the “Six Strikes” system, marks the beginning of ISPs in the USA attempting to police their subscribers’ Internet usage. The “punishments” include increasingly harsh alerts, bandwidth throttling, and restricting browsing activity.

How to Enable Developer Mode on Your Chromebook

Put your Chromebook into “Developer Mode” and you’ll get full root access, including the ability to modify your Chromebook’s system files. This is often used to install a full Linux system with something like Crouton.