The standard notification, alarm or SMS sounds on Xiaomi smartphones can get bored quickly - especially if you've been using the device for several years in a row. Many users want to personalize their Redmi, POCO or Mi, but are afraid of losing warranty due to getting root rights. Fortunately, there are several legal ways to change system sounds without breaking the firmware.
In this article, we will discuss 5 proven methods, including hidden MIUI features, third-party apps and ADB workarounds. All instructions are relevant for MIUI 12-14 and work on models from Redmi Note 10 to Xiaomi 13 Ultra. Importantly, some methods require minimal technical training, but none violates Xiaomi's security policy.
If youβre tired of the standard βe-soundβ when unlocking or want to set a tune from your iPhone for notifications, this article is for you.Weβll also tell you how to avoid typical bugs and what to do if sounds are reset after a system update.
Why Xiaomi is limiting the change in system sounds
The manufacturer blocks the free replacement of audio files for three reasons:
- Security: Modifying system files can cause crashes or vulnerabilities.
- Brand Uniformity: MIUI branded sounds are part of Xiaomiβs identity.
- License Restrictions: Some sounds may be copyrighted.
But these limitations are not absolute. For example, MIUI 14 has the ability to replace alarm clock sounds through a standard menu, and there are workarounds for notifications, the main thing is not to confuse system sounds (unlock, charge) with ringtones, which change through Settings β Sounds and vibrations.
Important: Global ROM devices have more options than China ROM, where many of the settings are hidden.
Method 1: Replacement through standard MIUI settings (partially)
Despite the limitations, MIUI has legal ways to change some sounds without third-party tools.
Step 1. Open Settings β Sounds and vibrations.
Step 2. Options are available here:
- π Alarm clock sound: you can select any file from the device memory (formats.mp3,.m4a).
- π± Notifications: only standard options (but can be supplemented through the MI File Manager).
- π Charging sound: changes only on some models (e.g., charging sound, POCO F4).
For other sounds (unlock, screenshot, connection charging) will require workarounds.
Method 2: Use MI File Manager to manually replace
This method works on firmware up to MIUI 13 and allows you to replace sounds through the built-in file manager. Importantly, make a backup of the original files before you start!
Instructions:
- Download the desired sounds in.ogg format (for example, from the Zedge website).
- Rename the files according to the table below (names must match the original!).
- Open MI File Manager, enable the display of hidden files (Settings β Show hidden files).
- Go to /system/media/audio/ and replace your files with your own (write rights to system folders will be required).
| Type of sound | File name | Example of a path |
|---|---|---|
| Unlocking | unlock.ogg | /system/media/audio/ui/ |
| Lockdown | lock.ogg | /system/media/audio/ui/ |
| Screenshot. | screenshot.ogg | /system/media/audio/ui/ |
| Low charge. | LowBattery.ogg | /system/media/audio/alarms/ |
β οΈ Attention: MIUI 14 this method may not work due to enhanced protection of system files (ADB).
βοΈ Preparation for sound replacement
Method 3: Apps for sound replacement (without root)
If manual replacement seems difficult, you can use third-party apps.The best options for Xiaomi are:
- π΅ Zedge: a huge library of sounds and wallpaper, and once you have the sound installed through the app, you can select it from the settings. MIUI.
- π Ringtone Maker: Allows you to crop any audio files and set them as notifications or alarms.
- π± MIUI Sound Changer (requires) ADB): Specialized solution for replacing system sounds without root.
How to set the sound through Zedge:
- Download the app from Google Play.
- Find the sound you like and click βInstallβ.
- Go to Settings β Sounds and Vibrations β Notification Sound and select a new sound from the list.
β οΈ Attention: Some applications (e.g, MIUI Sound Changer requires a one-time connection ADB permit WRITE_SECURE_SETTINGS. This does not violate the warranty, but may reset after the system update.
π‘
If the sound doesnβt show up in the settings after installation via Zedge, restart the device or clear the Settings app cache (Settings β Applications β Application Management β Settings β Clear the cache).
Method 4: Replace sounds with ADB (advanced method)
For users who are ready to work with the command line, ADB (Android Debug Bridge offers the most reliable way to replace system sounds without root rights. MIUI, requires a computer.
Step 1: Preparation
- Install. ADB-PC drivers.
- Turn on USB Debugging on your phone (Settings β About Phone β MIUI Version β 7 times press to turn on Developer Mode, then Settings β Additional β Developers β Debugging over USB).
- Connect your phone to your PC and confirm your trust in your computer.
Step 2: Replace sounds
- Open the command prompt (cmd) in the folder with adb.exe.
- Run a command to copy the audio file (example for unlock sound): adb push C:\path\to\your\unlock.ogg /sdcard/adb shell su -c "mount -o rw,remount /system" su -c "cp /sdcard/unlock.ogg /system/media/audio/ui/" su -c "chmod 644 /system/media/audio/ui/unlock.ogg" su -c "mount -o ro,remount /system"
- Reset the device.
β οΈ Attention: MIUI 14 The su command may not work without root rights. In this case, use an alternative method with permissions: adb shell pm grant com.miui.player android.permission.WRITE_SECURE_SETTINGS Then repeat the copy through the application. MI File Manager.
What if the ADB canβt see the device?
Method 5: Bypassing the developer settings (hidden options)
MIUI has hidden parameters that allow you to change some of the system sounds without third-party tools.
Step 1: Activate Developer Mode (as in Method 4).
Step 2. Go to Settings β Additional β For developers and find the option:
- π Disable system sounds: Allows you to disable all system sounds (but not replace them).
- π Camera Sound: You can turn off or replace the shutter sound (relevant to Redmi Note 12 and later).
To replace the camera sound:
- Place the file. camera_click.ogg folder /sdcard/MIUI/sound/.
- Reset the device.
- In the camera settings, select a new sound.
β οΈ Note: On some models (POCO X5, Xiaomi 12T) The sound of the camera is tied to regional restrictions, and in Russia and the EU, it cannot be turned off completely due to the legislation.
π‘
The developer settings method is the safest, but only works for a limited number of sounds (camera, some notifications). ADB third-party.
What if the sounds are reset after the update?
After the MIUI update, all the changed sounds can return to the standard.
- π Save backup of audio files to the cloud or PC.
- π Use automatic replacement scripts (for example, via Tasker) + ADB).
- π« Turn off automatic updates in Settings β The phone. β Updating the system β Settings (β) β Auto-update.
If the sound is still lost:
- Repeat the replacement procedure (see Method 2 or Method 4).
- Check if the paths to audio files have changed in the new version of MIUI (for example, in MIUI 14, the alarm clock sounds may lie in /product/media/audio/).
On some firmware (MIUI EU), the sounds are saved after the update, as they use an alternative file structure.