Why is the sound of notification sounding when listening to a WhatsApp message on Xiaomi?

Have you ever encountered a situation where listening to a WhatsApp voice message on a Xiaomi smartphone suddenly sounds a notification? It's not only annoying, but also confusing - why does the system perceive listening as a new alert? It turns out that the problem is common, and its causes lie in the features of firmware. MIUI, and in the settings of the messenger itself.

In this article, we will discuss in detail why this happens, what mechanisms Xiaomi and WhatsApp are responsible for this, and most importantly, how to get rid of intrusive sound once and for all. You'll learn about hidden settings, system service conflicts, and even how to get around limitations when standard methods don't work. And for those who like to dig deeper, we've prepared technical details about how notifications work in Android and other apps. MIUI.

Reasons for the sound of notification when listening to voice messages

At first glance, the behavior seems absurd: you open a voice message, and the phone makes a sound like it just came. There's no logic here -- if the message has already been read, why signal it again? There are actually several factors at fault:

  • ๐Ÿ”„ Conflict of notification status: MIUI WhatsApp handles the listening event differently, and for the messenger, it's like reading, but for the system, it's not.
  • ๐Ÿ”” Duplication of system sounds: in some versions MIUI WhatsApp notification sounds are โ€œinterceptedโ€ by the system and replayed.
  • ๐Ÿ“ฑ Caching errors: If notification data is not synchronized between the app and the system, Xiaomi may โ€œthinkโ€ that the message has not been read yet.
  • ๐Ÿ”ง Battery Optimization Settings: Background Limits for WhatsApp Prevent Proper Event Processing.

This is especially true for devices with MIUI 12-14, where the notification system was redesigned, in older versions (e.g., in the previous version, MIUI 11) such a bug was less common, but there were nuances - for example, the sound could be played with a delay.

๐Ÿ“Š Which version? MIUI You noticed this problem?
MIUI 12
MIUI 13
MIUI 14
Another option
I don't know.

Interestingly, on pure Android (like the Google Pixel), there is no such problem, which indirectly confirms that the root of the evil is the customization of Xiaomi. 11T Complain about this bug more often than owners of flagship models like Xiaomi 13 Ultra.Perhaps it is hardware differences or the priorities of updates for different lines.

How the notification system works in MIUI WhatsApp

To understand why a conflict occurs, you need to understand the mechanism of processing notifications. At Android, Notification Manager is responsible for this, the system service that manages all alerts. MIUI he adds his layer over it (MIUI Notification Center, which can modify notification behavior.

When you receive a voice message on WhatsApp, the following happens:

  1. WhatsApp server sends a push notification to the device.
  2. MIUI intercepts it and displays it in its notification center, assigning the status unread (unread).
  3. You open a message and listen to it. WhatsApp sends the event "read" (markAsRead) to its database.
  4. MIUI Not always getting this event synchronously, so may continue to consider the notification active.
  5. When you play a voice message, WhatsApp interacts with the system again, which can provoke a repeat sound.

The key problem is asynchronous processing of statuses between the application and the shell. MIUI It simply does not have time to update the notification status, especially if battery optimizers or other system services are running in the background.

ComponentRole in the processPotential cause of the bug
WhatsAppSends notice and manages its statusNot synchronizing status with MIUI when reproducing a voice message
MIUI Notification CenterDisplays and manages notifications at the system levelIt intercepts the notification sounds and replays them
Android Notification ManagerBasic Notification Processor in the SystemConflicts with settings MIUI change of status
Battery optimizerManages background processesBlocks status synchronization between WhatsApp and the system

Another nuance: MIUI There's a Background Sounds feature that can duplicate notifications, and if it's enabled, it plays back sounds even for notifications that have already been processed by the app.

๐Ÿ’ก

Check the settings of the Sounds and Vibration โ†’ Background sounds in your Xiaomi. disabling this option sometimes solves the problem.

Standard ways to fix the problem

Before digging deep into the settings, try standard methods, which are helpful in most cases, especially if the problem is caused by a setting conflict.

1. Disable notification sounds for WhatsApp in MIUI

The easiest way to do this is to block the notification sounds at the system level:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find WhatsApp and select Notifications.
  3. Turn off the Sound switch for Message Category.
  4. Reset the device.

The downside of this method is that you wonโ€™t hear all the notifications from WhatsApp, including new messages, but the problem with voice messages will disappear.

2. Set up notifications inside WhatsApp

In the messenger itself, there are also parameters that can help:

  1. Open WhatsApp and go to the โ‹ฎ โ†’ Settings โ†’ Notifications.
  2. Select the Notification Sound and set the No Sound value.
  3. Turn off the Vibration option (on some devices it conflicts with sounds).
  4. In the Notification Tones section, check that there is no separate sound set for voice messages.

If after these manipulations the sound during listening disappeared, but you want to return notifications for new messages, try the combination: turn on the sound in WhatsApp, and in the message. MIUI turn it off (or vice versa).

3. Resetting notification settings

Sometimes it helps to completely reset the notification settings for the application:

  1. Go to Settings โ†’ Applications โ†’ WhatsApp โ†’ Notifications.
  2. Press on. โ‹ฎ โ†’ Reset the settings.
  3. Confirm the action and restart the phone.

This will bring all the parameters back to factory, which can eliminate the conflict, so after reset, reset the notifications, but with our recommendations.

Turn off the sound of notifications in MIUI WhatsApp|Reset notification settings on WhatsApp|Check background sounds in MIUI|Reset the device-->

Advanced Methods: Deep Customization MIUI

If the standard methods do not work, you will have to dive into the hidden settings. MIUI. It is important to act carefully, as some parameters can affect the stability of the system.

1. Disable battery optimization for WhatsApp

MIUI aggressively optimizes background processes, which can interfere with the correct operation of notifications:

  1. Go to Settings โ†’ Battery and Performance โ†’ Battery Consumption Management.
  2. Select the Apps Choice and find WhatsApp.
  3. Set up a No Limits mode.
  4. Also turn off the optimization option. MIUI for this application (if any).

Then check to see if the sound disappeared during the audition, and if so, the problem was the background constraints.

2. Clearing WhatsApp cache and data

Sometimes a conflict is caused by corrupted cache data, to reset it:

  1. Go to Settings โ†’ Applications โ†’ WhatsApp โ†’ Storage.
  2. Click Clear Cache and Clear Data (Warning: This will delete chat history if there is no backup!).
  3. Restart your device and log in to WhatsApp again.

โš ๏ธ Note: Clearing the data removes all messages and media from the application.Be sure to back up the Settings before doing so โ†’ chat โ†’ Backup.

3.Use of ADB resetting

For advanced users, there is a way to reset notification settings through ADB (Android Debug Bridge.This will help if the problem is in system files:

adb shell pm clear com.android.providers.settings


adb shell settings delete global notification_light_pulse

Once you've done these commands, restart the device. This method resets all notification settings at the system level, so only use it if other methods have failed.

What if ADB doesnโ€™t help?
If, after discharge, through ADB The problem remains, try to roll back the WhatsApp version to an older version (for example, 2.23.12.76) or install the beta version. Sometimes the bug appears after the messenger updates and disappears in subsequent releases.

Alternative solutions: switching off sound at the system level

If none of these methods work, then there are radical measures that don't eliminate the cause, but eliminate the annoying sound.

1.Use of automatic rules in "Do Not Disturb"

Configure Do Not Disturb mode to block the sound of WhatsApp notifications while listening:

  1. Go to Settings โ†’ Sounds and vibration โ†’ Do not disturb.
  2. Select the Automation Rules and create a new rule.
  3. Set the condition: Appendix โ†’ WhatsApp โ†’ Media reproduction.
  4. As an action, select Turn off notification sounds.

This method is not ideal, as it can block other sounds, but it works if nothing else helps.

Installation of a third-party launcher

Some users have noted that after installing an alternative launcher (such as a Nova Launcher or Hyperion Launcher), the problem disappears, which is due to the fact that the third-party shells bypass some restrictions. MIUI notice-handling.

To try this method:

  1. Install Nova Launcher from Google Play.
  2. Make it the default launcher in the system settings.
  3. Restart the device and check the notification behavior.

If the sound is gone, then the problem is the conflict between the two. MIUI Launcher and notification system.

3. roll back firmware or upgrade to beta MIUI

If the problem occurs after the update MIUI, You can try to roll back to the previous version or, conversely, install the beta version of the firmware, where the bug can be fixed.

โš ๏ธ Attention: Firmware rollback can lead to data loss and device problems.Be sure to make a full backup before doing so via Settings โ†’ The phone. โ†’ Backup.

To see if the bug has been fixed in the new version MIUI, Visit the official forum of Xiaomi or community. XDA Developers. They often publish information about known bugs and how to get around them.

Technical details: why is the bug not fixed?

Many users are wondering why Xiaomi has not fixed this problem, when it has been known for several years.

  • ๐Ÿ”ง Diagnostic complexity: the bug does not appear on all devices and depends on the combination of the version MIUI, Smartphone models and WhatsApp versions.
  • ๐Ÿ“‰ Low priority: For most users, this is an uncritical issue, so it doesnโ€™t make it to the list of urgent fixes.
  • ๐Ÿค WhatsApp policy conflict: Meta (owner of WhatsApp) may restrict Xiaomiโ€™s access to internal messenger mechanisms, making it difficult to fix.
  • ๐Ÿ”„ Regressive bugs: Sometimes the problem disappears in one version MIUI, But it's back in the next one because of changes in code.

Additionally, Xiaomi is often focused on releasing new features rather than fixing old bugs, a typical situation for many manufacturers who are focused on quick release updates.

I wonder what in MIUI 15 (which is still in development) promise a redesigned notification system, and it may be solved there.

๐Ÿ’ก

The bug with the sound of notifications when listening to voice messages is a systemic conflict between the two. MIUI So waiting for the Meta to fix it is pointless: Xiaomi should solve the problem.

Frequently asked questions

Why is the sound of the notification only played when listening to voice messages, and not ordinary texts?
This is because WhatsApp treats voice messages as media files, not text notifications, and when they are played, the app interacts with the system differently than when reading text, which provokes repeated sound in the system. MIUI.
Could the problem be due to custom firmware or root rights?
Yes, if you use informal firmware (like LineageOS or Pixel Experience), the conflict can get worse. The same goes for root-righted devices: some Magisk or Xposed modules can interfere with notifications. Try temporarily disabling the root or returning the stock firmware to check this out.
Will resetting the phone to factory settings help?
Most of the time, yes, but it's a radical measure. Reset will delete all the data from the device, so only use it if other methods have failed. Before reset, back up through Settings. โ†’ The phone. โ†’ Backup or Mi Cloud backup.
Is there a difference between Redmi and POCO?
Technically. POCO uses the same MIUI, But with other default settings. POCO (for example, POCO X3 Pro) the problem is less common due to optimizations for gamers that affect notification processing.
Can you turn off the sound for voice messages only, leaving it for normal?
In the standard WhatsApp settings and MIUI But you can use the automatic rule in Do Not Disturb (see section above) or install a third-party notification management app, such as Notification History Log.