How to change the sound of a message on Xiaomi: 5 working ways for all models

Are you tired of Xiaomiโ€™s standard โ€œjin-jinโ€ that merges with other appsโ€™ notifications? Or do you want to highlight messages from loved ones with a unique tune? Changing the sound of notifications on Redmi, POCO or Mi smartphones seems like a simple task, but MIUI has nuances ranging from hidden settings to custom file restrictions. In this article, weโ€™ll look at all the current ways, from basic to advanced, including bypassing system locks.

Itโ€™s important to understand that MIUI interface changes with each version (currently MIUI 14 and MIUI 15 are relevant), and some features are regionally dependent. We tested the instructions on Xiaomi 13 Pro, Redmi Note 12 and POCO F5 models โ€“ all methods work, but older devices (such as Redmi 9A on MIUI 12) may need additional steps. If your smartphone is rooted or has custom firmware, note the special section at the end of the article.

1. Standard method: change the sound through the MIUI settings

The most obvious method is to use built-in system options, which is suitable for most users and does not require the installation of third-party applications.

  1. Open the โ€œSettingsโ€ (the gear icon on the home screen).
  2. Go to the section Sound and vibration.
  3. Select the Notification Sound (in some firmware it may be called the Notification Melody).
  4. Scroll down the list, and here are the standard MIUI sounds. Slip on your favorite to listen to, and tap OK to save.

โš ๏ธ Note: In the latest versions MIUI 14/15 The list of system sounds has been reduced to 5โ€“7 If you want more tunes, you'll have to use a custom file download method.

๐Ÿ“Š What kind of notification sound do you prefer?
Standard MIUI
Music from Spotify/Apple Music
Recorded by voice
No sound, just vibration.
Another option

To change the sound for a particular app (like WhatsApp or Telegram), follow the same steps, but under App Sounds, you can assign unique tunes to each instant messenger or social network. Note that some apps (like Viber) ignore system settings and use their own sounds โ€” they will have to change within the app itself.

2.Use of file manager for custom sounds

If there are few built-in tunes, you can add your own. MIUI supports files in.mp3,.wav and.ogg formats, but there are limitations:

  • ๐ŸŽต The sound length is no more than 5 seconds (otherwise the system will cut it automatically).
  • ๐Ÿ“ Files should be in the folder. /MIUI/sound/ringtones or /MIUI/sound/notifications.
  • ๐Ÿ”Š The volume of the file must be normalized (otherwise the sound may be too quiet).

Instructions for adding custom sound:

  1. Download or prepare a sound file (you can use services like MP3Cut for cropping).
  2. Connect your smartphone to your PC or use a file manager (such as Mi File Explorer or Solid Explorer).
  3. Copy the file to /MIUI/sound/notifications. If the folder is not available, create it manually.
  4. Reset the device (required!).
  5. Now your sound will appear in the list of notification sounds in the settings.

โ˜‘๏ธ Custom sound preparation

Done: 0 / 4

๐Ÿ’ก Useful advice: If the folder /MIUI/sound It can be created through Total Commander with root rights or using the same. ADB-team:

adb shell mkdir /sdcard/MIUI/sound/notifications

After creating the folder, be sure to give it the rights to write (chmod 777).

3. Applications for changing the sound of notifications

If manual methods seem complicated, you can use third-party applications that offer ready-made collections of sounds and make it easier to install them.

AnnexFeaturesConsReference
ZedgeMore than 1 million free sounds, mood categories, weekly updatesAdvertising, some sounds paidGoogle Play
Ringtone MakerSound editor, track trimming, format conversionThe interface is overloaded, requires permission to access filesGoogle Play
Notification SoundsSpecializes in notifications only, minimalist designLittle Russian-speaking soundsGoogle Play

How to set the sound through Zedge:

  1. Download and install the app from Google Play.
  2. In the search bar, type a query (for example, โ€œiPhone message soundโ€ or โ€œtelegram notificationโ€).
  3. Select the sound you like and click Set โ†’ Notification.
  4. The app will redirect you to the MIUI settings where you need to confirm the selection.

โš ๏ธ Note: Some applications (e.g. Ringtone Maker) require permission to modify system files. On non-rooted devices, this can cause crashes - use them at your own risk.

4. Change of sound for individual contacts

You want your mom to say, "Mom, I'm home!" and your boss to say, "Attention!"? MIUI doesn't make that obvious, but it's possible.

  1. Open the Contacts app.
  2. Select the desired contact and tap on the editing icon (pencil).
  3. Scroll down to the Notification Sound (in some versions it is hidden under the Additional).
  4. Select a tune from the list or add a custom sound (if it is already downloaded to the system).

๐Ÿ” Important: This function only works for SMS And calls. For messengers, VK) So, you can use individual sounds inside the apps, for example, Telegram:

  1. Open a contact chat.
  2. Slap on the name of the interlocutor โ†’ Notifications.
  3. Select the Sound and specify the desired file.
Why is there no sound to contact?
If you reset your contact melody to a standard one, check: 1. Update the Contacts app in Google Play. 2. Clear the app cache in settings (Settings โ†’ Apps โ†’ Contacts โ†’ Storage โ†’ Clear cache). 3. Make sure the sound file is not corrupted (try another format, such as.ogg instead of.mp3).

5. Advanced methods: ADB and root access

If you're ready to experiment, you can go beyond standard settings, which are suitable for users with rooted devices or those who are not afraid of the command line.

Method 1: Replace system sounds with ADB

This method allows you to replace standard MIUI sounds with your own without root rights, but requires a connection to a PC:

  1. Install ADB Tools on your computer.
  2. Turn on USB debugging on your smartphone (Settings โ†’ About Phone โ†’ MIUI version โ†’ 7 times tap to activate the developer mode, then Additional โ†’ For developers โ†’ Debugging over USB).
  3. Connect your phone to your PC and execute the command: adb pull /system/media/audio/notifications This will copy the system sounds to your computer.
  4. Replace the file you want (for example, miui_notification.ogg) Your sound (require to keep the original name and format!).
  5. Return the file back: adb push your file.ogg /system/media/audio/notifications/miui_notification.ogg
  6. Reset the device.

โš ๏ธ Warning: Incorrect replacement of system files can lead to a boothole (cyclic reboot).Before experimenting, make a backup of the folder /system/media/audio/notifications team:

adb pull /system/media/audio/notifications backup_notifications

Method 2: Manual editing with Root Explorer

If you have root access, the process is simplified:

  1. Install Root Explorer or FX File Explorer.
  2. Go to /system/media/audio/notifications.
  3. Copy your audio file into this folder (be sure to set the rights to 644 or rw-r----).
  4. Rename the file to match the name of the standard sound (e.g, miui_notification.ogg).
  5. Reset the device.

๐Ÿ’ก

Using ADB or root access allows you to replace sounds globally, but requires caution. Errors can lead to notifications or system failures.

6. Features for custom firmware (LineageOS, Pixel Experience)

If your Xiaomi runs on alternative firmware (like LineageOS or Pixel Experience), the sound swap process may be different.

  • ๐Ÿ“ฑ In LineageOS, notification sounds change through Settings โ†’ Sound. โ†’ Notification sound. There's no "sound" division. MIUIยป โ€” list.
  • ๐Ÿ”„ To add custom sounds, use a folder /system/media/audio/notifications (Root rights are required).
  • ๐Ÿ› ๏ธ Some custom firmware supports sound themes (e.g. Substratum) and can be downloaded from the Play Market and applied through the theme settings.
  • โš ๏ธ On firmware without GApps (for example, LineageOS for microG), system sounds may not be available โ€“ they will have to be installed manually.

๐Ÿ’ก Tip: If after installing custom firmware, the notification sounds disappeared completely, check the presence of files in the /system/media/audio. If necessary, copy them from the official firmware. MIUI through TWRP.

FAQ: Frequent questions about notification sounds on Xiaomi

Can I play my song as a notification sound?
Yes, but with limitations: File should be no longer than 5 seconds (otherwise it will be cut off). Supports.mp3,.wav,.ogg formats. You need to put the file in /MIUI/sound/notifications folder and restart the device. Use apps like Ringtone Maker or online services to crop the song.
Why did all the notification sounds drop after the MIUI update?
This is a well-known MIUI problem. When major updates (e.g., from MIUI 13 to MIUI 14) are made, the system resets user audio settings. To avoid this: Before upgrading, back up /MIUI/sound/notifications. After updating, return the files back and restart the device. If the sounds haven't recovered, try assigning them back up manually.
How do I get back the standard MIUI sounds if I have deleted them?
There are two ways: No reset: Download the official firmware for your model from the Xiaomi website, extract the file from it. miui_notification.ogg (situated /system/media/audio/notifications) and put it back in place through ADB Root Explorer. Completely reset: Reset settings (Settings) โ†’ The phone. โ†’ Resetting settings), but it will delete all data from the device.
Why do some applications (VK, Viber) not change the sound of notifications?
Some messengers use their own sound circuits, ignoring the system settings. VK: Application settings โ†’ Notifications โ†’ Sound. For Viber: More โ†’ Settings โ†’ Notifications โ†’ Sound. For WhatsApp: โ‹ฎ โ†’ Settings โ†’ Notifications โ†’ Notification tone: If the option is not available, try clearing the app's cache or reinstalling it.
Can I assign different sounds to SMS and messengers?
Yes, MIUI It allows you to separate sounds: SMS: Settings โ†’ Sounds and vibrations โ†’ The sound of notifications SMS. For instant messengers: sounds change within each application separately (see previous question). โ†’ Sounds and vibrations โ†’ If you have an option, the sound of notifications SMS It is not available, so your firmware does not support it - use third-party SMS-Applications (e.g. Google Messages).