MacOS – turn off all notifications

macosnotifications

In the system preferences, I've set all of them to "None" for the various applications, but I'm still seeing things like software updates and battery status there in pop-ups in the top-right corner of my screen.

Is there any way to just turn off all notifications?

Best Answer

Do Not Disturb will mute all notifications. You can enable it by opening Notification Center by clicking on the NC icon in the menubar (or sliding in from the side of the trackpad with two fingers) and turning the switch on.

You can permanently set Do Not Disturb on by going to System PreferencesNotifications and setting the schedule to "00:00 to 23:59".

To remove Notification Center altogether, you can run the following Terminal commands:

launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
killall NotificationCenter
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool False

Make sure to scroll to copy the entire line