Why Xiaomiβs Standard Sounds Are Irritating and How to Fix It
Have you ever shuddered from a ding-dong incoming message to MIUI? Or lost important notifications because the standard signal merged with the noise on the street? The default sounds on Xiaomi smartphones are like jeans from the store: fit everyone, but few like it. Fortunately, the system allows you to replace them with something more personal, from calm tunes to voiceover laughter from your favorite series.
In this article, weβll look at all the possible ways to change notifications, from basic MIUI settings to hidden features and third-party apps. Youβll learn how to set a tune longer than 30 seconds without cropping, why some sounds donβt appear on the selection list, and how to return standard signals if the experiment fails. And why the Redmi Note 12 and POCO X5 have a different sound-shifting algorithm than the Xiaomi 13 Pro.
We warn you right away that some methods require superuser rights (root), but we separately highlighted the safe options for beginners, starting with the simplest and gradually getting to advanced life hacks.
Method 1: Replace sound with standard MIUI settings
This is the basic method that works on all Xiaomi, Redmi and POCO smartphones running MIUI 12-14, and it doesn't require any additional apps to be installed and takes less than a minute.
- Open Settings and go to the Sounds and Vibrations section.
- Slip on the item Sound notifications (on some models β Sound messages).
- In the list of available tunes, select your favorite. To listen, click on the play icon on the right.
- Confirm the choice with the OK button.
If you don't like the standard sounds, you can add your own.
- π Place the audio file (format.mp3,.ogg or.wav in a folder MIUI/ringtone internal.
- π Restart the phone (required! otherwise the file won't show up).
- π΅ Return to the sound settings β your tune will appear in the list.
File format - MP3/OGG/WAV| Length not exceeding 30 seconds (otherwise it will be cut) | File placed in the folder MIUI/ringtone| Phone rebooted after adding file-->
Limitations of the method:
- β Maximum sound length β 30 seconds (the system automatically cuts long files).
- β Not all formats are supported (e.g,.m4a or.flac won't show up).
- β On some firmware (MIUI Global vs MIUI China) the path to the folder may be different.
π‘
If your sound doesn't appear on the list, check its bitrate. The optimal value is 128-192 kbps. Too "heavy" files the system can ignore.
Method 2: Separately adjusting sounds for applications
Have you ever wanted WhatsApp to beep like a microwave and Telegram like an old phone bell? In MIUI, it's possible! It allows you to assign unique sounds to each messenger or social network.
- Open Settings β Applications β Application Management.
- Select the application you want (for example, Viber).
- Tap notifications, then the sound of notifications.
- Choose a tune from the list or add your own (similar to the first method).
Important nuances:
- π Not all apps support custom sounds (for example, Instagram ignores settings). MIUI).
- π± Nana POCO F5 The new Redmi path may look like a Settings β Notifications β App sounds.
- π If the sound doesnβt change, check if notifications for the app are disabled in its own settings.
| Annex | Does it support custom sounds? | Features |
|---|---|---|
| β Yes. | Change the sound in the settings of the application itself | |
| Telegram | β Yes. | Different sounds for messages and calls |
| Viber | β Yes. | The sound is changed only for notifications, not for calls. |
| β No. | Uses system sound by default | |
| Gmail | β οΈ Partially. | Only for notifications of new letters |
Standard (from MIUI) | Custom melody | Silence (vibration) | Different sounds for each application-->
Method 3: Using a file manager for hidden sounds
Did you know that MIUI has dozens of sounds hidden in its firmware that are not on the standard list, remnants from previous versions of the system, test signals, and even tunes from other regions, and you can access them through the file manager, without root rights!
Instructions:
- Install a file manager with access to system folders (e.g. Solid Explorer or FX File Explorer).
- Go to /system/media/audio/notifications.
- Copy your favorite files (usually in.ogg format) into the MIUI/ringtone folder on the internal drive.
- Restart your phone and select a new sound in the settings.
Warning:
β οΈ NOTE: Do not delete or rename files in the folder /system/! This can cause notifications to crash. Just copy.
Among the hidden sounds can be found:
- πΆ Unique tunes for Xiaomi Mi Mix and Mi Note (even if you have a different model).
- π Sounds from MIUI 8-10 that have been removed in new versions.
- π΅ Test signals with unusual frequencies (e.g. tethys.ogg).
How to find sounds from the Chinese version of MIUI?
Method 4: Applications for Advanced Customization of Sounds
If standard MIUI capabilities are not enough, third-party apps will come to the rescue.
- π§ Set sounds longer than 30 seconds.
- π Assign different tunes to SMS, call and notification.
- π Create sound profiles (e.g., βWorkβ, βHomeβ, βNightΒ»).
Top.-3 tested applications:
| Annex | Functions | Cons |
|---|---|---|
| Zedge | Library of sounds and wallpaper, simple interface | Advertising, some sounds paid |
| Ringtone Maker | Cutting sounds, format conversion | Requires permission to access files |
| Notification Sounds | Categories of sounds (nature, games, movies) | No Russian language |
How to set the sound through Zedge:
- Download the app from Google Play.
- In Ringtones & Notification Sounds, select a category (e.g. Movies).
- Click on the sound you like. β Set as notification.
- Select MIUI Notification Sound from the list of options.
β οΈ WARNING: Some apps (such as Ringtone Maker) request access to contacts and SMS. Refuse if the functionality does not require these permissions.
Method 5: Advanced sound substitution via ADB (no root)
If you're ready to experiment, you can replace system sounds with ADB (Android Debug Bridge) without getting root rights, a technique that works for MIUI 13-14 and can even replace alarm or charging sounds.
What you need:
- π₯ Computer with ADB-tools installed.
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β Press 7 times; then additionally β For developers β Debugging by USB).
- π΅ Prepared audio files in.ogg format (can be converted via Audacity).
Step-by-step:
1. Connect the phone to the PC and execute the command:
adb devices
(Your device should be displayed)
2. Copy the sound file on the phone:
adb push your sound.ogg /sdcard/
3. Replace the system sound (example for notifications):
adb shell
su
mount -o rw,remount /system
cp /sdcard/your sound.ogg /system/media/audio/notifications/
chmod 644 /system/media/audio/notifications/your sound.ogg
exit
exit
4. Reboot the phone.Important:
- π§ File names must match the original ones (e.g. Pulse.ogg for standard notification sound).
- π After updating MIUI sound will be dropped to standard.
- π If something goes wrong, you can always return the original files from the backup.
π‘
ADB-The method is the only way to replace the charging and alarm sounds without root rights, but it requires care: error in commands can cause a system to crash.
Problem Solving: Why the sound doesn't change or disappear
Sometimes when the notifications change, nothing works, and here are the most common reasons and solutions.
| Problem. | Reason. | Decision |
|---|---|---|
| The sound doesn't change. | File in the wrong folder | Transfer to MIUI/ringtone and reboot your phone |
| The sound is cut off. | Length >30 seconds | Cut the file through Audacity or Ringtone Maker |
| The sound is there, but it's not being played. | Unsupported format | Convert to.mp3 or.ogg with a bitrate of 128 kbps |
| Reset settings after the update | MIUI update resets files | Repeat the procedure or use it ADB-method |
Specific MIUI bugs:
- π Xiaomi. 12T redmi K50 The sounds may not apply to WhatsApp β check the notification settings inside the app.
- π V MIUI 14 Sometimes folder rights are reset MIUI/ringtone. Solution: Reboot the phone.
- π If the sound works in the settings, but does not play when notified - turn off the Do Not Disturb mode (Settings) β Sounds. β Don't disturb).