Notification sounds on Xiaomi smartphones can be a real problem if they work too often or at the wrong time, especially for owners of devices with MIUI, a proprietary shell where the audio settings are scattered across several menus. In this article, we will discuss all possible ways to disable notifications, from full silent mode to fine-tuning for individual applications.
Itโs important to understand that the interface may vary slightly depending on the version of the MIUI (12, 13 or 14) and the smartphone model (Redmi Note 12, POCO X5, Xiaomi 13T, etc.). However, the general logic remains the same. If you want to get rid of intrusive signals once and for all, read on.
1. completely disable all notification sounds through the control panel
The fastest way to silence all notifications is to use Do Not Disturb (DND) mode, which turns off not only sounds but also vibrations, and blocks pop-up banners, a method that is suitable if you need to focus on work or relax without interference.
How to turn on:
- ๐ฑ Swipe down from the top edge of the screen to open the notification bar.
- ๐ Find the icon Do not disturb (the bell icon with the crossed wave).
- ๐ Click on it once to activate. To set the schedule or exceptions, hold the icon for 2 seconds.
MIUI 14 has the option of flexible settings of the mode "Do not disturb": you can allow sounds for selected contacts or alarm clock.
- Hold the icon Do not disturb โ select Settings.
- Activate the Allow Exclusions switch.
- Add to the list of allowed contacts or apps (such as WhatsApp or Calls).
๐ก
If the Do Not Disturb mode doesnโt work for some apps, check their settings manually โ some messengers (like Telegram) ignore system limitations.
2. Disabling sounds for individual applications
If you are annoyed by notifications from a particular app (such as Instagram, VK or games), you can turn off the sound only for it, without affecting others.
Instructions:
- ๐ฑ Go to Settings. โ Notifications and status bar โ Management of notifications.
- ๐ Find the right app (like Facebook) and tap it.
- ๐ In the Sound section, select No Sound or move the volume slider to the left.
- ๐ต Optionally: Turn off Vibration and Pop-up Notifications if they also interfere.
On some models (POCO F4, Redmi K50) the path may be slightly different:
Settings โ Applications โ Application Management โ [Select App] โ NotificationsNote that some system applications (such as Security or Themes) may not allow you to turn off sounds completely, in which case only Do Not Disturb mode or disable notifications via ADB (more on this below).
3. Customize sounds through the "Sounds and Vibrations" menu
MIUI has a separate menu to manage all the audio signals, including notifications, calls and system alerts, and you can not only turn off the sounds, but also replace them with your own tunes.
How to set up:
- Open the Settings. โ Sounds and vibrations.
- Go to the Default Notifications section.
- Select No Sound or tap on the current melody and set the volume to zero.
- For specific types of notifications (such as Messages or Calendar), customize the sounds individually.
In the same menu, you can turn off vibration at notifications (good for saving battery) and adjust the screen lock/unlock sounds.
| Type of sound | Path in settings | Can I turn it off? |
|---|---|---|
| Default notifications | Sound and vibrations โ Default notifications | Yes. |
| Screen lock sound | Sounds and vibrations โ Other sounds | Yes. |
| Camera sound | Camera settings โ Shutter sound | Yes (except for some regions) |
| System alerts (e.g. low charge) | Sounds and vibrations โ Systemic sounds | Partially. |
Why can't some sounds be turned off?
4.Using the "Do Not Disturb" mode on schedule
If you want to automatically turn off notification sounds at certain times (such as at night or while you're working), set up a schedule for Do Not Disturb mode, which eliminates the need to manually turn it on.
How to set up:
- ๐ Go to Settings. โ Notifications and status bar โ Don't disturb.
- ๐ Activate the option on schedule.
- โฐ Set start and end times (for example, 23:00 to 08:00).
- โ๏ธ In the Rules section, select which notifications are allowed to be missed (calls, alarm clocks, etc.).
Xiaomi with MIUI 13/14 has an option to automatically turn on events, for example, you can set the automatic turn on mode "Do not disturb":
- ๐ During meetings on Google Calendar.
- ๐ฎ When you start games (if the Game Mode option is activated).
- ๐ When connecting to the car via Bluetooth.
๐ก
Do Not Disturb Schedule Mode is the best way to avoid late-night notifications without being distracted by manual settings.
5. Disable notifications via ADB (for power users)
If standard methods donโt work (e.g. some system notifications still sound), you can use ADB (Android Debug Bridge), which requires connecting your smartphone to your computer and basic command line knowledge.
Step-by-step:
- ๐ฅ๏ธ Install. ADB-PC drivers.
- ๐ฑ On your smartphone, activate the Developer Mode (7 times tap the version). MIUI In Settings โ The phone).
- ๐ Connect the phone to the computer by USB and allow debugging.
- ๐ Open the command line (Windows) or the terminal (macOS/Linux) enter:
adb shell pm grant com.miui.securitycenter android.permission.WRITE_SECURE_SETTINGS
adb shell settings put global zen_mode 1These commands include Do Not Disturb mode at the system level. To turn it off, use:
adb shell settings put global zen_mode 0Install drivers ADB PC-only|Enable the developer mode on Xiaomi|Permission. USB-debugging|Connect your phone to the original cable|Check the connection with the adb device command
-->
โ ๏ธ Attention: Misuse of the right ADB Do not change other system settings unless you are sure of their purpose. For example, the command adb shell settings put global volume_music 0 will zero the volume of the media, which can cause problems with the playback of sound in applications.
6. Alternative methods: third-party applications and firmware
If you don't like the built-in MIUI tools, you can use third-party solutions, such as MacroDroid, which allows you to create automatic rules for managing notifications.
Examples of automatic scenarios:
- ๐ต Turn off the sound of notifications when connecting to the Wi-Fi network.
- ๐ง Turn on silent mode when connecting headphones.
- ๐ซ Block notifications from specific applications at specified times.
For advanced users, there is another radical way to install custom firmware (like LineageOS or Pixel Experience), which does not have MIUI limitations, and all sounds are flexible, but this method requires unlocking the bootloader and can be unwarranted.
Advantages of custom firmware:
| Parameter | MIUI | LineageOS/Pixel Experience |
|---|---|---|
| Flexibility of notification settings | Limited. | Complete. |
| Support for topics | There is (but a closed ecosystem) | Open topics |
| Security updates | Regular (but delayed) | Fast (from Google) |
| Stability | Tall. | Depends on the build. |
โ ๏ธ Attention: Installation of custom firmware can lead to data loss, unstable operation of the camera or module NFC. Before firmware, make a backup through Settings โ Additionally. โ Backup and reset.