MainspringGuides › Quiet-room sounds
macOS Guide

Mute Mac UI sounds in a quiet room

Updated August 2026 · 3 min read

You're in a silent library or a hushed open-plan office, you empty the Trash, and macOS answers with a loud crumple that turns three heads. The system's little interface sounds are fine at home and mortifying in a quiet room. One setting switches them off for good, so your Mac stops announcing your every click.

Turn the sounds off before you sit down

  1. Open System Settings → Sound.
  2. Scroll to Sound Effects.
  3. Untick Play user interface sound effects.

That's it — the Trash crumple, the screenshot shutter, the send-mail whoosh, and the failed-drop thud all go silent. It's a permanent setting rather than a session toggle, so once you've set it, your Mac behaves the same whether you're in a café or a reading room. The steps are identical on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.

Why muting the whole Mac is the wrong tool

The instinct in a quiet room is to yank the volume to zero, but that's a blunt fix. Mute everything and you also lose the video call you might join, the voice memo you meant to play back, and any audio cue you actually rely on. Worse, it's easy to forget — the next time you press Play, sound blasts out at whatever level you left it.

Switching off interface effects is the surgical version. It removes exactly the sounds that embarrass you in silence — the ones the operating system makes on its own — while leaving deliberate audio under your control. You can sit in the quietest corner and still trust that nothing will chirp unless you press Play yourself.

The one-line version

Prefer the Terminal, or want to set this on a work laptop quickly? One command does the same thing:

# Silence interface sound effects
defaults write NSGlobalDomain com.apple.sound.uiaudio.enabled -bool false
killall screencaptureui

# Undo — restore them for when you're back home
defaults write NSGlobalDomain com.apple.sound.uiaudio.enabled -bool true
killall screencaptureui

The killall screencaptureui line makes the screenshot shutter go quiet on your next capture. For the handful of alert sounds that aren't covered here — the system beep, mainly — dragging the Alert volume slider down in the same Sound panel keeps those discreet too.

A ten-second quiet-room check

If you move between noisy and silent spaces a lot, it helps to have a quick routine you run before sitting down somewhere hushed. Three glances cover almost every embarrassing sound:

  1. Confirm Play user interface sound effects is off in System Settings → Sound — the fix above, and the big one.
  2. Turn on Do Not Disturb from Control Center so no notification chimes slip through.
  3. Glance at the Alert volume slider and drag it low, in case an app throws a system beep.

Once interface effects are permanently off, only the second and third steps are ever situational, and both take a second from the menu bar. The payoff is confidence: you can empty the Trash, fire off a screenshot, or fumble a drag-and-drop in the middle of a silent reading room and your Mac won't make a peep.

Over time this becomes muscle memory: a quick swipe into Control Center for Do Not Disturb as you sit down, safe in the knowledge that interface effects are already handled for good. The quiet room stays quiet, and you never have that moment of freezing after a loud crumple echoes across the desks.

Discreet in one click

Mainspring makes the interface-sounds switch a labelled toggle you can flip before you walk into the library and flip back at home — no digging through Settings. It's one of 90+ hidden macOS settings it makes reversible.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

Silence notifications while you're at it

Interface effects aren't the only thing that can break a quiet room — a notification banner with a chime is just as bad. Pair this with Do Not Disturb on Mac to hold back both the sound and the pop-up while you're heads-down.