Difficulty
Very easy
Steps
1
Time Required
1 - 2 minutes
Sections
- How to Enable the Charging Chime on a Mac Laptop with a MagSafe Charger
- 1 step
Flags
Member-Contributed Guide
An awesome member of our community made this guide. It is not managed by iFixit staff.
BackMac Laptop
Full Screen
Options
History
Save to Favorites
Download PDF
Edit
Translate
Get Shareable Link
Embed This Guide
Notify Me of Changes
Stop Notifications
Introduction
PS: The charging chime on the newer Mac Laptops is the exact same chime used on iPhones and iPads to verify charging on those devices too.
Step 1
How to Enable the Charging Chime on a Mac Laptop with a MagSafe Charger
- Disconnect your MagSafe/MagSafe 2 power adapter.
- Go to the spotlight search and search for Terminal. Open Terminal by double clicking it in the results area.
- Paste the following command into the Terminal window and press enter
- defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app &
- Terminal may automatically press enter for you. This may vary depending upon circumstances.
- Done! Reconnect your MagSafe/MagSafe 2 power adapter and you should hear the charging chime
- Your volume must be raised in order to hear the chime.
Disconnect your MagSafe/MagSafe 2 power adapter.
Go to the spotlight search and search for Terminal. Open Terminal by double clicking it in the results area.
Paste the following command into the Terminal window and press enter
defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app &
Terminal may automatically press enter for you. This may vary depending upon circumstances.
Done! Reconnect your MagSafe/MagSafe 2 power adapter and you should hear the charging chime
Your volume must be raised in order to hear the chime.
1024
To disable the charging chime, simply change -bool true; in the command above to -bool false;
Cancel: I did not complete this guide.
14 other people completed this guide.
Author
with 2 other contributors
[deleted]
Member since: 08/28/2018
24,746 Reputation
21 Guides authored
Badges:
50
+47 more badges
Ryan Koenigsman - Apr 17, 2019
Reply
This is cool, thank you!
Mars is flat too… - Nov 9, 2019
Reply
how to DISABLE THIS SOUND ? :)
EB R - Apr 12, 2020
Hey there! You are able to turn off the chime by simply changing the command:
Turn on:
Turn off:
defaults write com.apple.PowerChime ChimeOnAllHardware -bool false; open /System/Library/CoreServices/PowerChime.app &
Difference is that the ‘on’ command states true and the off command states ‘false’
Try to attempt this, it may not work depending on your mac