# How to Disable the Screenshot Sound on Mac

www.lazyscreenshots.com publishes a public search API over its indexed pages; the guide is at https://lazyscreenshots.mudpie.ai/agent-access.md.

Source: https://www.lazyscreenshots.com/blog/disable-screenshot-sound-mac/
Source observed: 2026-09-15T21:51:18.841Z
Last checked: 2026-09-15T21:51:18.841+00:00
Indexed: 2026-09-15T21:56:01.921+00:00

---

# How to Disable the Screenshot Sound on Mac

**May 9, 2026 · LazyScreenshots Team**

macOS plays a camera-shutter effect for standard screenshots. We explain five ways to silence it, from temporary muting to per-capture Terminal flags, Shortcuts, and third-party tools.

## Method 1: Mute before capturing

1. Press `F10` or the mute button.
2. Capture with `Cmd+Shift+3` or `Cmd+Shift+4`.
3. Press `F10` again to unmute.

This is immediate and requires no configuration, but it also silences notifications, music, and alerts while muted. Alternatively, press `F11` repeatedly until the speaker is muted. Hold `Option+Shift` with volume keys for quarter-step adjustments.

## Method 2: Disable UI sound effects

1. Open **System Settings** or older **System Preferences**.
2. Open **Sound**.
3. Under **Sound Effects**, uncheck **Play user interface sound effects**.

This silences the screenshot shutter and other interface sounds. Visual alerts remain, and app notification sounds from Messages, Slack, and Calendar use a separate setting.

It also silences:

- Trash emptying.
- Moving files to a folder.
- Volume adjustment clicks.
- Error alert beeps.

## Method 3: Terminal `screencapture -x`

The `-x` flag suppresses sound for an individual capture:

```bash
# Silent full-screen screenshot
screencapture -x ~/Desktop/screenshot.png

# Silent interactive region selection
screencapture -ix ~/Desktop/screenshot.png

# Silent capture to clipboard (no file saved)
screencapture -xc
```

| Flag combo | Behavior |
|---|---|
| `-x` | Silent full-screen capture to file |
| `-ix` | Silent interactive region or window selection |
| `-xc` | Silent capture to clipboard |
| `-ixc` | Silent interactive selection to clipboard |
| `-xw` | Silent window capture |

### Create a keyboard shortcut

1. Open Automator and create a **Quick Action**.
2. Add **Run Shell Script**.
3. Enter `screencapture -ixc`.
4. Save it as **Silent Screenshot**.
5. Go to **System Settings > Keyboard > Keyboard Shortcuts > Services**.
6. Find the Quick Action and assign a shortcut such as `Ctrl+Shift+4`.

We capture silently by default, without configuration, and support capture, annotation, and sharing. [Try LazyScreenshots Free](https://www.lazyscreenshots.com/)

## Method 4: macOS Shortcuts

1. Open **Shortcuts**.
2. Click **+**.
3. Add **Take Screenshot**.
4. Choose **Interactive** or **Full Screen**.
5. Add **Save File**.
6. Name it, such as **Silent Screenshot**.
7. Assign a keyboard shortcut in its settings.

The action captures silently and can be followed by resizing, JPG conversion, or clipboard copying.

## Method 5: Third-party tools

| App | Silent by default? | Sound toggle? |
|---|---|---|
| LazyScreenshots | Yes | Yes |
| CleanShot X | No | Yes, in preferences |
| Shottr | Yes | N/A |
| Snagit | No | Yes, in preferences |
| Xnapper | Yes | N/A |

Third-party tools can replace built-in shortcuts and also provide annotation, cloud sharing, and file management.

## Which method to choose

| Situation | Best method | Tradeoff |
|---|---|---|
| One-off silent screenshot | Mute key (`F10`) | Must remember to unmute |
| Always silent without other sound changes | Terminal `-x` or Shortcut | Requires custom shortcut setup |
| No need for UI sounds | System Settings toggle | Loses all UI sound effects |
| Frequent captures and full control | Third-party app | May cost money |

## Screen recordings

- **System audio:** Mute first or use Terminal `-x`.
- **Microphone only:** The shutter plays through speakers but is not recorded unless the microphone picks it up.
- **System audio and microphone:** Use a silent third-party tool or disable UI sounds before recording.

## Persistence after updates

The System Settings toggle survives minor updates and restarts. Automator actions and Shortcuts are saved in the user account and also persist. A major upgrade, such as Sonoma to Tahoe, may reset sound preferences; check **System Settings > Sound** afterward.

## Related

- [Mac Screenshot Settings: Location, Format & File Name](https://www.lazyscreenshots.com/blog/mac-screenshot-settings-location-format/)
- [Mac Screenshot Keyboard Shortcuts Cheat Sheet](https://www.lazyscreenshots.com/blog/mac-screenshot-keyboard-shortcuts/)
- [Mac screencapture Command: Screenshots from Terminal](https://www.lazyscreenshots.com/blog/mac-terminal-screenshot-commands/)
- [How to Automate Screenshots on Mac](https://www.lazyscreenshots.com/blog/automate-screenshots-mac/)

---

## Related searches on www.lazyscreenshots.com

Each link returns Markdown search results.

- [How to Disable the Screenshot Sound on Mac](https://lazyscreenshots.mudpie.ai/s/how-to-disable-the-screenshot-sound-on-mac.md?trace=t_6dc436eaaf66)
- [Why Mac screenshots make a sound](https://lazyscreenshots.mudpie.ai/s/why-mac-screenshots-make-a-sound.md?trace=t_6dc436eaaf66)
- [Method 1: Mute your Mac before capturing](https://lazyscreenshots.mudpie.ai/s/method-1-mute-your-mac-before-capturing.md?trace=t_6dc436eaaf66)
- [Use volume-down instead](https://lazyscreenshots.mudpie.ai/s/use-volume-down-instead.md?trace=t_6dc436eaaf66)
- [Method 2: Disable UI sound effects in System Settings](https://lazyscreenshots.mudpie.ai/s/method-2-disable-ui-sound-effects-in-system-settings.md?trace=t_6dc436eaaf66)

[Tool guide and examples](https://lazyscreenshots.mudpie.ai/agent-access.md) · [OpenAPI](https://lazyscreenshots.mudpie.ai/api/public/v1/openapi.json) · [Page TLDR form](https://lazyscreenshots.mudpie.ai/agent-tools/page-tldr?question=Read+a+compact+extract+of+How+to+Disable+the+Screenshot+Sound+on+Mac&url=https%3A%2F%2Fwww.lazyscreenshots.com%2Fblog%2Fdisable-screenshot-sound-mac%2F). Opening a form does not execute a tool.