Notification sounds on Android can become a real problem - especially if you receive dozens of messages per hour from instant messengers, social networks or work applications. Constant beeps distract you from your work, interfere with your sleep, and drain your battery. Fortunately, the system offers several methods turn off the sound of notifications โboth for individual applications and globally for the entire system.
In this article we will analyze all the current methods: from standard Android settings to hidden functions of manufacturers (Xiaomi, Samsung, Oppo etc.). You'll learn how to remove notification sound no vibration, set up a quiet mode on a schedule, and even block annoying notifications from specific chats. And if standard methods do not help, consider workarounds through ADB and third-party utilities.
1. Globally disabling notification sounds in Android settings
The easiest way is turn off notification sounds for all applications through the system settings. This method works on any smartphone, regardless of the Android version or manufacturer's shell. Here's how to do it:
- Open
SettingsโSound and vibration(orSoundon some devices). - Find section
NotificationsorNotification sound. - Move the slider
Notification soundto positionOff. - Optional: disable here
Vibration for notificationsif it also annoys you.
โ ๏ธ Attention: On some firmware (for example, MIUI 14+), this parameter may be hidden in the submenu Additional sound settings. If you donโt find the item right away, use the search in the settings (magnifying glass icon in the upper right corner).
โ๏ธ Checking whether sounds are turned off
This method does not affect the sounds of the alarm clock, media player or system signals (for example, low battery). If you need to turn off all sounds, including calls, switch the phone to Does disturb mode (we'll talk about it below).
2. Disabling sounds for individual applications
If you are annoyed by notifications only from specific messengers (for example, WhatsApp, Telegram or VKontakte), you can Mute the sound selectively. This is done in the settings of each application or through the Android notification menu.
Method 1: through the app settings
Most instant messengers allow you to configure sounds directly in their interface. For example:
- ๐ฑ Telegram:
Settings โ Notifications and sounds โ Notification soundโ selectMute. - ๐ฌ WhatsApp:
โฎ โ Settings โ Notifications โ Notification soundโNo. - ๐ฅ VKontakte:
Settings โ Notifications โ Soundโ uncheck.
Method 2: Through Android system settings
If the application does not have a separate option, use the system notification menu:
- Press the notification from the desired application with your finger โ press
Settings(orManagement). - Go to
Notification categories(if available). - Disable the slider
Soundor selectNo soundin the list of melodies.
๐ Tip: On Samsung Galaxy s One UI the path may differ: Settings โ Notifications โ Additional settings โ Notification sounds by application.
3. Do Not Disturb mode is a radical solution
If necessary completely turn off all sounds (including calls and SMS), use the mode Do not disturb (DND). It blocks any sound notifications, but you can set exceptions for important contacts or alarms.
How to enable:
- Open
Settings โ Sound โ Do Not Disturb. - Activate the mode manually or set up a schedule (for example, from 23:00 to 8:00).
- In the section
Exceptionsselect which notifications you are allowed to skip (for example,AlarmsorRepeated calls).
| Manufacturer | Path to DND mode | Features |
|---|---|---|
| Google Pixel (pure Android) | Settings โ Sound โ Do not disturb |
There is an option Rules to turn on automatically |
| Samsung (One UI) | Settings โ Notifications โ Do not disturb |
You can allow sound for Favorite contacts |
| Xiaomi (MIUI) | Settings โ Sound and vibration โ Not disturb |
There is a separate mode Meeting for temporary shutdown |
| Oppo/Realme (ColorOS) | Settings โ Sound and vibration โ Do not disturb |
Supports Geo-restrictions (mute sound in certain places) |
โ ๏ธ Attention: On some devices (for example, Huawei s EMUI) mode Do not disturb may block all notifications, and not just sounds. Before turning on, check the exception settings!
If the DND mode triggers spontaneously, check settings Automatic rules in the menu Do not disturb. The schedule or geo-trigger may be enabled.
4. Hidden settings for advanced users (ADB) data-i="169">If the standard methods do not work (for example, the manufacturer has blocked the muting of sounds), you can use
If standard methods do not work (for example, the manufacturer has blocked the muting of sounds), you can use ADB commandsThis method requires connecting the smartphone to the computer, but gives full control over notifications.
What you will need:
- ๐ฅ๏ธ Computer with
ADB drivers installed. - ๐ฑ Enabled
USB debuggingon the phone (Settings โ About phone โ Build numberโ press 7 times โ go back cSettings โ System โ For developers). - ๐ USB cable (preferably original).
Commands to turn off sounds:
adb shell settings put global notification_sound noneadb shell settings put global volume_alarm 0
adb shell settings put global volume_notification 0
๐ง How to get sounds back:
adb shell settings put global volume_notification 5
โ ๏ธ Attention: Incorrect use of ADB can lead to system malfunctions. Before experiments make a backup copy important information Also note that after a reboot, some settings may be reset.
What to do if ADB does not recognize the device?
1. Check if USB debugging is enabled on your phone.
2. Install drivers for your model (download). from the manufacturer's website).
3. Try a different USB cable (cheap cables often do not support data transfer).
4. Restart your phone and computer.
5. Third-party applications for flexible notification settings
If the built-in Android tools are not flexible enough, you can use specialized utilities. They allow you to:
- ๐ Turn off sounds on a schedule (for example, at night).
- ๐ต Set up different ringtones for different applications.
- ๐ซ Block notifications from specific chats (for example, groups in Telegram).
Top 3 applications for managing notifications:
| Application | Functions | Link (Play Market) |
|---|---|---|
| Notification History Log | Keeps notification history, allows you to block sounds selectively | com.dextratech.notificationhistory |
| AutoNotification (Tasker) | Advanced rules for notifications (requires Tasker) | com.joaomgcd.autonotification |
| Silent Notifications | Disables sounds for individual applications without root | com.urbansoft.silentnotifications |
๐ก Important: Some applications (for example, AutoNotificationrequire special permissions to work with notifications. After installation, go to Settings โ Applications โ โฎ โ Special access โ Notifications and allow access.
Third-party applications may conflict with system settings. If after installation the sounds disappear completely (including the alarm clock), check the app settings and, if necessary, remove it.
6. Features of disabling sounds on different firmware
Smartphone manufacturers often modify Android to suit their needs, therefore paths to notification settings may differ. Consider the most popular shells:
MIUI (Xiaomi, Redmi, POCO)
On MIUI 12โ14 notification sounds are configured through:
Settings โ Sound and vibration โ Additional settings.- Select
Notification soundโNo. - For individual applications:
Settings โ Applications โ Manage applications โ [Select application] โ Notifications.
One UI (Samsung Galaxy)
On Samsung s One UI 5/6:
Settings โ Notifications โ Additional settings โ Notification sounds by application.- Select an application and disable it
Sound.
ColorOS (Oppo, Realme, OnePlus)
Here sounds are controlled through:
Settings โ Notifications and status bar โ Notification settings.- Select application โ
SoundโMute.
๐ Note: Some devices (for example, Huawei s EMUI) may require disabling battery optimization applications for notification settings to persist after reboot.
7. Common problems and their solutions
Sometimes notification sounds continue to play despite all the settings. Let's look at typical causes and ways to fix them:
- ๐ Sounds return after reboot: This is typical for some. firmware (for example MIUI). The solution is to use
ADB(see section 4) or third-party applications. - ๐ต Do not disturb mode does not work: Check if it is enabled
Priority mode(allows sounds from selected contacts). Disable it in the DND settings. - ๐ต The notification sound is replaced with the standard one: This happens if the application resets the settings. data-i="254">The notification sound is replaced with the standard one:
No sound. - ๐ Vibration remains: Disable it separately in
Settings โ Sound โ Vibration when notifications.
โ ๏ธ Attention: On devices with Android 13+ some notification settings may be blocked due to new privacy restrictions. If the sounds do not turn off, try reset the application settings (Settings โ Applications โ [Select] โ Storage โ Reset settings).
FAQ: Answers to frequently asked questions
Is it possible to turn off the notification sound, but leave the vibration?
Yes. data-i="267">) disableSettings โ Sound โ Notifications) disable Sound notifications, but leave the option enabled Vibration. On some devices, these parameters are located in different menus.
Why did notification sounds return after updating Android?
A system update may reset user settings. Check the settings in Settings โ Sound and, if necessary, turn off the sounds again. If the problem persists, use ADB or third-party utilities (see section 5).
How to turn off the notification sound only for a specific chat in Telegram?
Open the chat โ click on the name of the interlocutor/group โ Notifications โ Sound โ select Silent. You can also disable notifications completely or configure Silent mode for a certain period.
Will the alarm work if you turn off all notification sounds?
Yes. The alarm uses a separate sound channel (volume_alarm), which does not depend on the notification settings. mode Do not disturb the alarm may not work if not added to exceptions.
Is it possible to turn off the sound of notifications without root access?
Yes, all methods from this article (except some functions Tasker) work without root. For most tasks, standard settings are enough or ADB.