How to install your sound on SMS in Xiaomi: all ways and life hacks

Getting a text message with unique audio is not only a way to stand out, but also a convenient tool for quickly recognizing important messages. Owners of Xiaomi smartphones based on MIUI often face a limited selection of standard tunes, but the possibilities of customization are much broader than it seems. In this article, we will discuss all the current ways to install your own sound on SMS – from built-in functions to bypassing restrictions through third-party applications.

It is important to understand that the process may differ depending on the version of MIUI (12, 13 or 14) and the device model (Redmi Note 12, POCO X5, Xiaomi 13T, etc.).We took these nuances into account and prepared universal instructions with the latest updates in 2026. If you have previously tried to change the sound of notifications, but without success, here you will find solutions for typical problems, including the lack of an option in the menu or reset after the update.

Why Xiaomi can’t just replace SMS sound with Settings?

Many users wonder why MIUI doesn't have a direct "Set Your Sound" option for SMS, as opposed to calls or alarm clocks, because of the system's architecture:

  • πŸ”’ Security constraints: MIUI Blocks changing system sounds to prevent conflicts with applications.
  • πŸ“± Separation of notifications: SMS and messengers (such as WhatsApp) use different notification channels, which complicates the universal setting.
  • πŸ”„ Firmware updates: After major updates (for example, with MIUI 13 on MIUI 14) settings may be reset.

However, these limitations are bypassed. Next, we will look at both official methods (via Settings β†’ Sounds) and alternative methods using a file manager or applications like Zedge. Importantly, on devices with an unlocked bootloader (for example, after firmware is flashed via Fastboot), some methods may not work stable.

πŸ“Š What is the way to adjust the sounds closer to you?
Through the standard MIUI settings
I use third-party apps.
Manual copying of files
I haven't tried it, but I want to know.

Method 1: Install custom sound through standard MIUI settings

The safest and easiest method is to use built-in tools, which is suitable for most models (Redmi 10, POCO F4, Xiaomi 12 and later) on MIUI 12-14.

  1. Download the audio file in.mp3,.ogg or.wav format (up to 30 seconds, up to 1 MB in size).
  2. Place the file in the Ringtones or Notifications folder on the internal storage (create it manually if it is not available).
  3. Open Settings β†’ Sounds and vibrations β†’ Notification sounds.
  4. Select Other Sounds (or Local in some versions) – your file should appear in the list.

If the sound doesn't come up,

  • πŸ”„ Restart the device – sometimes MIUI Does not update the list of files in real time.
  • πŸ“ Check that the file does not contain any special characters in the name (for example, my_tone.mp3, Not my tune!.mp3).
  • πŸ”Š Make sure the volume of notifications is not set to a minimum in Settings β†’ Sounds.

File format: MP3/OGG/WAV

Duration ≀ 30 seconds

Size ≀ 1 MB

File name without spaces and special characters

File is in a folder. Ringtones/Notifications-->

Method 2: Using the Zedge app to customize sounds

If the standard method didn't work or you want more options, the Zedge app (available on Google Play) offers thousands of free tunes and notifications.

  1. Install Zedge and open the Notification Sounds section.
  2. Choose the sound you like and click Set β†’ SMS.
  3. Confirm permissions for the application (access to storage and notifications).

The advantages of Zedge:

  • 🎡 Library of sounds with preliminary listening.
  • πŸ”„ Automatic update of the collection.
  • πŸ“± Compatibility with MIUI 14 and Android 13.

⚠️ Note: Some sounds in Zedge may contain ads at the beginning of the file.

Alternatives to Zedge:

  • Ringtone Maker – to cut their tracks.
  • Notification Sounds is a minimalist app with basic tunes.

Method 3: Manually copy files through file manager (for advanced ones)

This is a method that works for users who are ready to work with system folders, and it allows you to set any sound, including those that are not displayed in the standard menu.

  • πŸ“± File Manager with access to root folders (e.g. MiXplorer or Solid Explorer).
  • πŸ”§ Developer mode enabled (activated via Settings) β†’ The phone. β†’ Version. MIUI β€” press 7 times).

Instructions:

  1. Copy the sound file (for example, custom_sms.mp3) device.
  2. Open the file manager and follow the path: /system/media/audio/notifications/ (if the folder is missing, use /system/media/audio/ringtones/).
  3. Insert the file into the folder and set rights 644 (read for all, write for the owner only).
  4. Restart the device and check for sound in Settings β†’ Sounds.

⚠️ Warning: Incorrectly changing system files can cause crashes.We recommend backing up your audio folder before editing.

What if you don’t have access to the /system folder?
If the file manager does not open the /system folder, then you do not have superuser rights (root). In this case, use the alternative path: 1. Connect the phone to the PC via USB (in file transfer mode). 2. Copy the audio file to the Ringtones folder on internal storage. 3. Use method 1 of this article. To obtain root rights on Xiaomi requires unlocking the bootloader, which cancels the warranty and can lead to unstable operation of the device.

Compatibility table with MIUI versions

Not all methods work on all firmware versions, and here is a compatibility summary table for popular models:

MethodMIUI 12MIUI 13MIUI 14Notes
Standard settingsβœ…βœ…βœ…It works on all models, but the choice of formats is limited.
Zedgeβœ…βœ…βœ…It requires permission to notify. MIUI 14 can request additional rights.
Manual copying in /system⚠️⚠️❌MIUI 14 is blocked without root. MIUI 12-13 is restricted.
ADB-teamβœ…βœ…βœ…Requires a connection to the PC and the developer mode enabled.

For MIUI 14 devices (such as Xiaomi 13 Ultra or Redmi Note 12 Pro+), we recommend combining Zedge with standard settings. If you use custom firmware (such as Xiaomi.EU), check for Custom notification sounds in the developer menu.

Method 4: Adjusting through ADB (for tech-savvy)

If previous methods have not worked, you can apply them. ADB-This method does not require root rights, but you need a computer with installed Xiaomi drivers and tools. ADB.

Step-by-step:

  1. Download Google’s Platform Tools and unpack it on PC.
  2. Enable USB debugging in the developer settings on your phone.
  3. Connect your phone to your PC and execute on the command line: Adb devices (should display your device).
  4. Copy the audio file to the system folder: adb push custom_sms.mp3 /sdcard/Ringtones/
  5. Install it as notification sound: adb shell settings put system notification_sound /sdcard/Ringtones/custom_sms.mp3

Advantages of the method:

  • πŸ”§ It works even on locked devices.
  • πŸ”„ Doesn't require a reboot.

⚠️ Attention: When in use ADB Avoid commands that change system files directly (e.g., adb shell mv in a folder) /system). This can lead to bootloop (a looped boot load).

adb shell settings get system notification_sound

If the path is different from your file, repeat step 5 with the correct path.-->

Solving typical problems when installing sound on SMS

Even following the instructions, users are faced with common errors, and consider the most common and ways to fix them:

  • πŸ”• Sound does not appear in the list: Check the file extension (should be.mp3, not.mp3.mp3), Move it to the Ringtones root folder and reboot the phone.
  • πŸ”Š The sound is played but quiet: Increase the volume of notifications in Settings β†’ Sounds or normalize the volume of the file through an audio editor (e.g. Audacity).
  • πŸ”„ After updating MIUI sound reset: This is standard system behavior.Repeat settings or use Zedge to automatically recover.
  • πŸ“΅ Sound works, but not for all SMS: Check the settings of a particular contact - it may have a customized signal set up for it.

If the problem persists, try resetting the sound settings to standard:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find Messages (or Messages) and select Warehouse.
  3. Click Clear the cache and restart the device.

πŸ’‘

On dual-devices SIM-For example, the Redmi Note 11 Pro 5G) The texting sound may differ for each card. Set it up separately in Settings β†’ SIM-maps and mobile networks β†’ Notification sounds.

FAQ: Frequent questions about SMS audio setup in Xiaomi

Can I make different sounds for different contacts?
Yes, but not through standard settings. Use the Contact Ringtones app (available on Google Play) to assign unique tunes to individual contacts. The alternative is to create a group in Google Contacts and set a separate sound for it.
Why is it mine? MP3-The file is not played as a notification sound?
Probable reasons: The file has a bitrate higher 192 qbit/s – convert it through Online Audio Converter. The file name contains Cyrillic or spaces – rename it to sms_tone.mp3. File secure. DRM (For example, download from Apple Music – use another source.
How to return the standard sound of SMS after experiments?
Go to Settings β†’ Sounds and Vibrations β†’ Notification Sounds and select Default or MIUI. If the option is missing, reset the Messages app settings (see Problem Solving section).
Will custom sound work after resetting the phone to factory settings?
No, all user sounds will be deleted. To avoid loss: Save files to your PC or cloud (Google Drive, Mi Cloud). After reset, re-place them in the Ringtones folder.
Can you use live sounds (such as voice messages) for SMS?
Technically yes, but with reservations: The file must be in.ogg or.mp3 format with a low bitrate (up to 128 kbps). Duration of no more than 5-10 seconds, otherwise the playback will be trimmed. To record voice, use the Recorder (built into MIUI) and convert the file through Audacity.