Have you ever tried to find a ringtone folder on your Xiaomi to replace the standard alarm or bell melody, but you never found the right files? This problem is familiar to many owners of the brand's smartphones - despite the openness of the MIUI system, the paths to system folders are often hidden or not obvious. In this article, we will examine exactly where both the built-in ringtones and custom tunes you added manually are stored.
Itβs important to understand that file layouts may vary depending on the MIUI version and device model (e.g. Redmi Note 12 vs POCO X5 Pro).Weβll look at all the options, from standard paths in the phoneβs memory to hidden system directories that donβt show up in the regular file manager.Weβll also learn how to move your tunes to the right folder so they appear in the ringtones selection list, and what to do if files βdisappearβ after the system update.
Standard Ways to Ringtones on Xiaomi: Where to Look for In-built Melodies
By default, all Xiaomi preinstalled ringtones are stored in a system folder that is not editable without root permissions. However, they can be found and copied for backup or use on another device.
- π /system/media/audio/ringtones β standard ringing melodies (e.g. Mi Tune, Reflection).
- π /system/media/audio/notifications β notification (SMS, messengers).
- β° /system/media/audio/alarms β alarm.
- π΅ /system/media/audio/ui β System sounds (unlocking, charging, etc.).
These folders are protected from change, so you can't just replace the files inside them. However, you can view them using a root-access file manager (such as Root Explorer) or through ADB. For ordinary users, it's easier to copy your favorite tunes to your folder, as we'll discuss later.
Important! In newer versions of MIUI 14 and HyperOS, folder structure may be different. For example, on some devices, ringtones are migrated to /product/media/audio/. If standard paths don't work, check this directory.
Custom ringtones: where to save your tunes
If you want to add your own ringtones (for example, downloaded from the Internet or created in Audacity), they must be placed in special folders on internal memory or SD-Xiaomi scans the following directories:
- π± /storage/emulated/0/Ringtones β ring-melodies.
- π© /storage/emulated/0/Notifications β notification.
- β° /storage/emulated/0/Alarms β alarm-box.
Files should be in supported formats:.mp3,.m4a,.ogg or.wav. After copying the tunes to the folder, restart the device or use the command to force scanning of media files:
adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file:///storage/emulated/0/Ringtones/If you donβt have folders, create them manually through any file manager (e.g. Files by Google or built-in MI File Manager).
Download or create a file in MP3/M4A format
Rename the file to Latin (without spaces and symbols)
Place the file in the Ringtones/Notifications/Alarms folder
Restart your phone or perform a media scan
-->
Why ringtones donβt appear in Xiaomiβs settings
A common problem: you added a tune to the Ringtones folder, but it doesn't appear on the selection list.
| Problem. | Decision |
|---|---|
| Wrong file format | Convert to.mp3 with a bitrate no higher than 320 kbps. |
| The file is too long. | Cut to 30 to 60 seconds (use MP3 Cutter). |
| Wrong folder name. | Check the register: Ringtones β ringtones. |
| Cash Media not updated | Reboot your phone or run adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard/. |
If you use SD-card, make sure it is formatted as internal memory (in the Warehouse settings) β Settings β Format as internal. Otherwise, the system may not scan files on the map.
How do you check if your system sees your ringtone?
How to Access System Ringtones Without Root
If you need original Xiaomi tunes (for example, for backup), but you do not have root rights, use one of these methods:
- Through ADB: Connect your phone to your PC and enable debugging. USB (Settings β The phone. β Version. MIUI β 7 Click to unlock the developer menu. Follow the command: adb pull /system/media/audio/ringtones/ C:\Xiaomi_Ringtones\
- Use MIUI Hidden Settings (available on Google Play) to export system sounds.
- Through Backup: Create a System Backup through Settings β Additional β Backup and Retrieve Files from the Archive.
β οΈ Warning: Modifying or deleting files in system folders without root may cause a crash MIUI. Do not edit the contents /system/, If you are not sure of your actions.
Where to store ringtones on Xiaomi with HyperOS
In the new HyperOS firmware (debuting in 2026), the media storage structure has been redesigned, and now it is recommended to place custom ringtones in:
- π /storage/emulated/0/Media/Audio/Ringtones β keyboard.
- π /storage/emulated/0/Media/Audio/Notifications β notice-in.
System sounds are still in /system/, but their paths can vary:
For global versions: /system/product/media/audio/.
For the Chinese version: /system/miui/ringtone/.
Distinction from MIUI: HyperOS scans media faster, but requires strict adherence to folder structure, for example, if you put a ringtone in /Ringtones/ (old way), it may not show up.
π‘
To speed up the appearance of new ringtones in the settings, after copying files, open the Music app and wait for the library scan to be completed.
Backup and transferring ringtones to another Xiaomi
If youβre changing your smartphone or want to save your favorite tunes, follow this algorithm:
- Connect your phone to your PC and copy Ringtones, Notifications, Alarms folders to your computer.
- On the new device, create similar folders at the root of internal memory.
- Move the files and reboot the phone.
- Check the presence of melodies in Settings β Sound β Call melody.
To transfer between Xiaomi devices, you can use the built-in Mi Mover application (Settings) β Additionally. β However, it does not copy all user files, so it is better to do it manually.
β οΈ Note: When transferring ringtones from MIUI HyperOS, check format compatibility. Some old.ogg tunes may not play back.
Frequent Mistakes and How to Avoid Them
When working with ringtones on Xiaomi, users often face typical problems:
- π Melody cuts when ringing: Make sure the file is no longer than 30 seconds. use Audacity to crop.
- π΅ Rington not played: Check bitrate - it should not be higher than 320 kbps. Convert via Online-Convert.
- π File not visible in settings: Remove the Media Store app cache (Settings) β Annexes β Application management β Media storage β Clear the cache).
- π The folder disappeared after the update: Create it again and transfer the files. MIUI Sometimes they reset user directories.
If you use custom firmware (like LineageOS or Pixel Experience), the paths to ringtones may be different, and if you use custom firmware, check the /system/media/ and /vendor/media/ folders.
π‘
Always check folder permissions. If the file manager doesn't allow you to create a Ringtones directory, use ADB or root-access applications like FX File Explorer.