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:

  1. Open Settings โ†’ Sound and vibration (or Sound on some devices).
  2. Find section Notifications or Notification sound.
  3. Move the slider Notification sound to position Off.
  4. 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

Completed: 0 / 4

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 โ†’ select Mute.
  • ๐Ÿ’ฌ 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:

  1. Press the notification from the desired application with your finger โ†’ press Settings (or Management).
  2. Go to Notification categories (if available).
  3. Disable the slider Sound or select No sound in the list of melodies.

๐Ÿ” Tip: On Samsung Galaxy s One UI the path may differ: Settings โ†’ Notifications โ†’ Additional settings โ†’ Notification sounds by application.

๐Ÿ“Š Which notifications annoy you the most?
Social networks (VK, Instagram)
Messengers (Telegram, WhatsApp)
Games
Work applications (Email, Slack)
Other

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:

  1. Open Settings โ†’ Sound โ†’ Do Not Disturb.
  2. Activate the mode manually or set up a schedule (for example, from 23:00 to 8:00).
  3. In the section Exceptions select which notifications you are allowed to skip (for example, Alarms or Repeated 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 debugging on the phone (Settings โ†’ About phone โ†’ Build number โ†’ press 7 times โ†’ go back c Settings โ†’ System โ†’ For developers).
  • ๐Ÿ”Œ USB cable (preferably original).

Commands to turn off sounds:

adb shell settings put global notification_sound none

adb 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:

  1. Settings โ†’ Sound and vibration โ†’ Additional settings.
  2. Select Notification sound โ†’ No.
  3. For individual applications: Settings โ†’ Applications โ†’ Manage applications โ†’ [Select application] โ†’ Notifications.

One UI (Samsung Galaxy)

On Samsung s One UI 5/6:

  1. Settings โ†’ Notifications โ†’ Additional settings โ†’ Notification sounds by application.
  2. Select an application and disable it Sound.

ColorOS (Oppo, Realme, OnePlus)

Here sounds are controlled through:

  1. Settings โ†’ Notifications and status bar โ†’ Notification settings.
  2. 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.