How to Disable the Startup Sound (or "Chime") on a Mac (2024)

Quick Links

  • How to Disable the Startup Sound on a Mac (or Enable It)

  • How to Change the Volume of the Mac Startup Sound

  • How to Enable the Startup Sound on Macs From 2016 to 2020

  • How to Disable the Startup Sound on Older Versions of macOS

Key Takeaways

To disable the Mac startup sound, first open your Mac's System Settings window from the Apple menu. Select "Sound" and disable "Play sound on startup." You can also disable or enable the startup sound from the Terminal on older Macs without the graphical option.

When you boot upor restart your MacBook or desktop Mac, it will play the traditional startup sound, also known as the startup chime. This lets you know the Mac is starting up properly, but you can disable it to make your Mac boot silently.

How to Disable the Startup Sound on a Mac (or Enable It)

You can easily disable your Mac's startup sound from System Settings. Click the Apple menu at the top of your Mac's screen and select "System Settings" to get started.

If you're using an older version of macOS like macOS Monterey or macOS Big Sur, click "System Preferences" here instead. Apple renamed this screen "System Settings" in macOS Ventura.

How to Disable the Startup Sound (or "Chime") on a Mac (1)

Click "Sound" in the sidebar. (On older versions of macOS, click the "Sound" icon instead.)

Toggle the "Play Sound at Startup" option to disable the startup sound.

If you've previously disabled the startup chime, you can re-enable it by turning on the "Play Sound at Startup" option here.

How to Disable the Startup Sound (or "Chime") on a Mac (2)

On macOS Monterey and macOS Big Sur, the option will look a little different, but it's named the same thing.

How to Disable the Startup Sound (or "Chime") on a Mac (3)

If you don't see a "Play Sound at Startup" option here, that means you're using an older version of macOS---specifically, macOS Catalina or an older version of Mac OS X. The option is not present in this versions of macOS, as it was added in macOS Big Sur.

You can still silence the startup sound, but you'll need to use a Terminal command that changes a hidden setting.

How to Change the Volume of the Mac Startup Sound

Your Mac's startup sound depends on the volume level your Mac was set to when it was shut down. If your Mac was set to maximum volume level, the boot chime will be played at maximum volume. If your Mac was muted, the startup chime will be silenced.

Specifically, it depends on the volume of your Mac's built-in speakers. If you don't have any speakers or headphones plugged into your Mac, you can just change your Mac's volume slider to control the volume level.

You can control the volume level of your Mac's built-in speakers from the Sound pane in System Settings. Select the built-in speakers under Output and then choose your desired Output Volume.

How to Disable the Startup Sound (or "Chime") on a Mac (4)

How to Enable the Startup Sound on Macs From 2016 to 2020

Between 2016 and 2020, Apple released Macs with the startup sound disabled by default. (Before 2016 and since 2020, however, the startup sound has been enabled by default.)

If you are using one of these Macs and have a modern version of macOS installed, you can enable the startup chime from System Settings. If you are still using an older version of macOS and don't have the graphical option, you will have to enable the chime using a Terminal command.

To turn the chime on, we have to modify a setting in your Mac's NVRAM(short for Non-Volatile Random Access Memory) using a terminal command. It's not as scary as it sounds, but here's some background on what's going on.

In a Mac, NVRAM is a small amount of memory that stores computer-wide settings. It remembers these settings without power, so they're accessible at startup and available between system restarts.

With the commands below, we are changing a setting in NVRAM called "StartupMute" that tells the computer whether or not to emit the chime at startup. The 'sudo' command is necessary because 'nvram' is a powerful command that requires superuser permissions to use.

First, launch Spotlight Search by hitting Command + Space on your keyboard. You'll see a large search bar pop up in the middle of your screen.

How to Disable the Startup Sound (or "Chime") on a Mac (5)

Type

terminal 

and then hit the Return key.

How to Disable the Startup Sound (or "Chime") on a Mac (6)

This will launch the Terminal app. With its default settings, Terminal appears as a window with a black background.

In the Terminal window, type

sudo nvram StartupMute=%00 

and then hit the Return button.

How to Disable the Startup Sound (or "Chime") on a Mac (7)

It will ask you for your password. Type in your password and hit Return again.

Now restart your Mac and see if it works. The chime should be there.

If you're tired of hearing your startup chime and would like to disable it again, here's how to do it.

Launch Spotlight Search by hitting Command + Space on the keyboard. You will see a large search bar pop up in the middle of your screen.

How to Disable the Startup Sound (or "Chime") on a Mac (8)

Type

terminal 

and hit Return.

How to Disable the Startup Sound (or "Chime") on a Mac (9)

This will launch the Terminal app. With its default settings, Terminal appears as a window with a black background.

In the Terminal window, type

sudo nvram StartupMute=%01 

and hit the Return key.

How to Disable the Startup Sound (or "Chime") on a Mac (10)

If it asks you for your password, type it in and hit Return.

Now restart your Mac and see if it works. The chime should be turned off.

How to Disable the Startup Sound on Older Versions of macOS

The following instructions apply to macOS 10.15 Catalina as well as earlier versions of macOS and Mac OS X. On modern version of macOS, you can simply use the checkbox in System Settings instead.

To permanently disable thestartup sound so it isn't played at startup on older versions of macOS, even if you have your volume level set to maximum volume when you shut down, you need to use a Terminal command.

To do this, open a Terminal window. Press Command + Space to open Spotlight search, type Terminal, and press Enter. Or, you can open a Finder window and head to Applications > Utilities > Terminal.

How to Disable the Startup Sound (or "Chime") on a Mac (11)

Run the following command in the terminal window:

sudo nvram SystemAudioVolume=%80

Enter your password when prompted, and press "Enter." Restart your Mac, and you won't hear the sound.

How to Disable the Startup Sound (or "Chime") on a Mac (12)

If you'd like to undo your change later and have the startupchime play normally when you bootyour Mac, run the following command:

sudo nvram -d SystemAudioVolume

Help, the Command Didn't Silence the Startup Chime!

Some people report that the above command doesn't work on their Macs. If it didn't silence the startup chime on your system, you may want to try running one of these othercommands instead. These reportedlywork for some people. This may be hardware-dependent, and certain commands may only work on certain hardware.

sudo nvram SystemAudioVolume=%01
sudo nvram SystemAudioVolume=%00
sudo nvram SystemAudioVolume=" "

(In the above command, that's a single space character between the quotation marks.)

Startup sounds can also inform you of problems with your Mac's boot process. Apple has more info on startup tones and what they mean on its website.

Many websites say you can silence your Mac at boot by pressingthe "Mute" button on your keyboard and holding it down right after you boot the Mac up. However, this didn't work for us. Perhaps it only works on older versions of the Mac operating system, or with older MacBooks or desktop Macs.

Bear in mind that you won't hear the startup chime when resuming from sleep or standby mode. That's another good reason to just put your Mac to sleep rather than completely shutting it down, although everyone needs to perform a full shutdown occasionally---if only for a system update.

  • Apple
  • Mac
  • Features

Your changes have been saved

Email is sent

Email has already been sent

Please verify your email address.

You’ve reached your account maximum for followed topics.

Manage Your List

Follow

Followed

Follow with Notifications

Follow

Unfollow

Readers like you help support How-To Geek. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

How to Disable the Startup Sound (or "Chime") on a Mac (2024)
Top Articles
Latest Posts
Article information

Author: Duane Harber

Last Updated:

Views: 5352

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Duane Harber

Birthday: 1999-10-17

Address: Apt. 404 9899 Magnolia Roads, Port Royceville, ID 78186

Phone: +186911129794335

Job: Human Hospitality Planner

Hobby: Listening to music, Orienteering, Knapping, Dance, Mountain biking, Fishing, Pottery

Introduction: My name is Duane Harber, I am a modern, clever, handsome, fair, agreeable, inexpensive, beautiful person who loves writing and wants to share my knowledge and understanding with you.