The screen lock sound on Xiaomi, Redmi and POCO smartphones can get boring over time β especially if you use a standard signal from MIUI firmware. Many users want to replace it with a tune from a game, a favorite movie or even silence, but face system limitations. In this article, we will discuss 5 working ways to change the lock sound without root rights, including hidden settings, third-party apps and workarounds for the latest versions of MIUI 14 and HyperOS.
It is important to understand that Xiaomi artificially restricts access to system sounds without obtaining superuser rights (ROOT). However, there are legal methods that allow you to circumvent this restriction from the use of ADB-We tested each method on Redmi Note 12 Pro devices before installing alternative launchers.+, POCO F5 Xiaomi 13T Updates to ensure that the instructions are up-to-date.
Why Xiaomi is blocking the locking sound change?
The manufacturer argues that this is due to concern for the safety and stability of the system. In the official versions of MIUI (especially global and European) there is no possibility to replace system sounds through the standard menu Settings β Sounds and vibration.
- π Googleβs policy for certified Android devices, which limits modification of system files without ROOT.
- π‘οΈ Virus protection: changing system audio files can be used by attackers to mask malicious activities.
- π¦ Unification of firmware: Xiaomi strives for uniformity of user experience on all devices.
However, these restrictions can be circumvented by legal methods, such as MIUI China, which has some of the sounds unlocked for editing, but this option is not suitable for everyone because of the lack of Google Services and Russian.
Method 1: Use of the ADB-teams (no teams) ROOT)
The most reliable method is to change system settings through ADB. It does not require superuser rights, but requires a computer with Xiaomi drivers installed and the Android Debug Bridge tool, and the advantage of this method is that it works on all versions of MIUI, including HyperOS.
You'll need:
- π» Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI (7 times press) β Additionally. β For developers β Debugging by USB).
- π οΈ Google's Platform Tools utility.
Steps to replace sound:
- Connect your smartphone to your PC and confirm your trust in the computer on the device screen.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the folder with the platform-tools.
- Enter the command to check the connection: Adb devices must display the serial number of your device.
- Download the desired sound in.ogg format (can be converted via the online service) and rename it to lock.ogg.
- Copy the file to the system folder: adb push lock.ogg /sdcard/ adb shell settings put system lock_screen_sound_custom 1 adb shell cp /sdcard/lock.ogg /system/media/audio/ui/lock.ogg adb shell chmod 644 /system/media/audio/ui/lock.ogg
- Reboot your smartphone: adb reboot
βοΈ Preparation for ADB-method
β οΈ Note: On some devices with MIUI 14 and HyperOS folder /system It can be protected from recording even through ADB. In this case, try an alternative path: /product/media/audio/ui/ or use the method 3 (applications).
Method 2: Replace via file manager (requires unlocking the bootloader)
If you're willing to go bootloader unlocking, but don't want to get ROOT, this is a good method. It allows you to manually replace system audio files through a file manager with /system write rights.
Instructions:
- Unlock the bootloader through the official Xiaomi tool (link). This will erase all data from the device!
- Install a file manager with root access support, such as Mixplorer or FX File Explorer.
- Click on /system/media/audio/ui/ or (for new firmware): /product/media/audio/ui/
- Find files: lock.ogg β lock sound; unlock.ogg β unlock sound; effect_tick.ogg β touch sound (optional).
Copy backup copies of the original files to a safe place.
.ogg
644
Reset the device.
| File. | Description | Recommended duration |
|---|---|---|
| lock.ogg | Screen lock sound | 0.5β1.5 seconds |
| unlock.ogg | Unlocking sound | 0.3-1 seconds |
| effect_tick.ogg | Touch sound (optional) | 0.1-0.5 seconds |
| camera_click.ogg | The sound of the camera shutter | 0.2-0.8 seconds |
β οΈ Attention: Unlocking the bootloader resets the device to factory settings and can lead to loss of warranty.In addition, on some models (for example, Xiaomi 13 Ultra), this process requires waiting 7 days after the Mi Account is tied.
Method 3: Apps for sound replacement (without ROOT)
If the first two methods seem complicated, you can use third-party applications that simulate the replacement of system sounds, which do not change files in /system, but intercept lock/unlock events and play their audio files on top of the standard ones.
The best applications for this task:
- π΅ Zedge is a huge library of sounds and wallpapers that allows you to set tunes to notifications, but the lock sound will require a workaround (see below).
- π Sound Picker is a simple tool for selecting custom sounds.It doesn't work on all Xiaomi devices, but it's worth a try.
- πΆ Ringtone Maker β allows you to crop audio files and set them as lock signals through system cheating (assigned as βnotification soundβ, but played when blocked).
Key nuance: no application can directly replace the system lock sound without ROOT, but you can assign your sound as "notification sound" and disable the standard through the MIUI settings.
- Install the Zedge app and download your favorite sound.
- Assign it as βNotification Soundβ in the app settings.
- Go to Settings β Sounds and Vibrations β Notification Sound and select the downloaded file.
- Turn off the standard lock sound: Settings β Sounds and vibrations β Locking sound β No
π‘
If the sound is not played, check if notifications for the Zedge app are disabled in Battery and Performance settings β Battery Consumption Management.
Method 4: Use of alternative launchers
Some third-party launchers (e.g. Nova Launcher, Apex Launcher) allow you to customize the sounds of interaction with the screen, including locking. This method does not replace the system sound, but can block it with its own.
How to set up:
- Install Nova Launcher from Google Play.
- Go to launcher settings: Long press on desktop β Settings β Additional β Sounds
- Activate the screen lock sound option and select your file.
- Turn off the standard sound in MIUI Settings β Sounds and vibrations.
Limitations of the method:
- β It only works with an active launcher (if you go back to the standard one). MIUI Launcher, the sound will disappear).
- β Not all launchers support this feature on the latest versions of Android.
Why is the Nova Launcher sound not working on MIUI 14?
Method 5: Bypassing through special features settings
A little-known trick is to use the Sound Tips feature in special feature settings, which does not replace the lock sound, but allows you to add additional sound when you turn off the screen.
Instructions:
- Go to: Settings β Special features β Sound prompts
- Activate the Sound option when you lock the screen.
- Choose one of the signals offered or upload your (through Other Sounds) signal.
- Turn off the standard lock sound in Settings β Sounds and vibrations.
Cons of the method:
- β οΈ The sound is played with a delay (after blocking, not synchronously).
- β οΈ It does not work on all models (for example, on the POCO F4 GT this option is missing).
Frequent mistakes and their solutions
When replacing the lock sound, users often face typical problems, and we've collected the most common and ways to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| The sound hasn't changed since. ADB-team | The file did not copy to the correct folder. | Check the path: for MIUI 14 use /product/media/audio/ui/ |
| The app doesn't play sound | MIUI Limitations for Background Processes | Add the app to battery exceptions: Settings β Battery β Consumption management |
| The sound is interrupted or distorted | Incorrect file format or bitrate | Convert to.ogg with a bitrate of 128-192 kbps |
| ADB does not see the device | Not installed drivers or not included debugging | Install Xiaomi drivers and check Debugging over USB |
β οΈ Note: If you have changed the sound through ADB or file manager smartphone stopped booting, try resetting via Recovery (click Power) + Volume up when turned on. This will bring back the original system files.
FAQ: Answers to Frequent Questions
Can I get back the standard locking sound after the replacement?
Why is my Xiaomi not having the βBlock Soundβ option in the settings?
Will the ADB work on HyperOS?
Can I replace the locking sound without a computer?
How to turn off the block sound completely?
π‘
The most reliable method without ROOT β utilization ADB-It works on all versions. MIUI It doesn't require unlocking the bootloader, but it does require a computer, and applications like Zedge can be used to replace it quickly, but they don't replace the system sound, they just mask it.