How to turn off the screen unlock sound on Xiaomi: all working ways

The sound of unlocking the screen on Xiaomi smartphones can be annoying β€” especially if you often check notifications in quiet places, such as at work, in the library or at night. Despite the fact that MIUI offers flexible audio settings, the option to turn off this signal is not always on the surface. In some versions of the firmware it is hidden in the depth of the menu, and in others it is completely absent without the use of additional tools.

In this article, we’ll look at 5 proven ways to remove the unlock sound on Redmi, POCO, and other Xiaomi devices β€” from standard settings to hidden features and commands for power users. All methods tested on MIUI 12, 13, and 14 (including global and Chinese versions). If you’re tired of clicking the button every time you turn on the screen, read on.

Why is the unlock sound not turned off through standard settings?

Many users find that even after turning off all system sounds in the Settings β†’ Sound menu, the unlock signal continues to play, the reason lies in the MIUI architecture:

  • πŸ”Š The unlock sound is tied to system events, not notifications or media, so it's adjusted in a separate menu.
  • πŸ“± On some models (for example, Redmi Note 10 Pro or POCO X3 Pro) option hidden due to firmware localization features.
  • πŸ”§ In Chinese versions MIUI The path to setup may be different from global assemblies.
  • πŸ› οΈ Old versions. MIUI 11 and below the unlock sound had no separate switch at all.

Important: On devices with unlocked bootloader and custom firmware (for example, LineageOS), standard methods may not work – you will need to edit system files.

If you don't find the right switch in the audio menu, don't rush to reset the settings. It's probably just hidden in another section. Read about that in the next block.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
POCO F/X/M
Mi 11/12/13
Redmi 9/9A/9C
Other

Method 1: Disconnect via the Sound and Vibration menu (MIUI 12/13/14)

The easiest method is to use the built-in settings. It works on most modern Xiaomi devices with current firmware versions.

  1. Open Settings (the gear icon on the main screen).
  2. Go to Sound and Vibration (or Sounds and Vibrations in some localizations).
  3. Scroll down to the System Sounds block.
  4. Find the screen unlock sound (may be called lock/unlock sound).
  5. Switch the slider to the off position. or select the option No sound.

If there is no such item, try an alternative path:

  • πŸ” In the search bar in Settings, enter β€œunlock sound” – the system can prompt a hidden menu.
  • πŸ“Œ On some devices, the option is hidden in Settings β†’ Special facilities β†’ Sound effects.

β˜‘οΈ Checking before switching off the sound

Done: 0 / 4

Note: On the POCO F3 and Xiaomi 11T with MIUI 13, the unlock sound can be tied to the theme. Try changing the theme to the standard in Settings β†’ Decoration.

Method 2: Use Do Not Disturb (DND) Mode

If the standard shutdown didn’t work, you can bypass the restrictions with Do Not Disturb (DND) mode, a technique that is suitable for devices where the unlock sound is classified as a system notification.

Instructions:

  1. Open Settings β†’ Notifications and Status bar.
  2. Choose Not to Disturb.
  3. Activate the switch Enable.
  4. Click the Rules and create a new rule with parameters: πŸ•’ Validation time: Always or specify an interval (e.g. 22:00 to 8:00). πŸ”” Sounds: Turn off System sounds and notification sounds. πŸ“± Exceptions: Add important apps to the whitelist (calls, alarm clocks).

The downside of this method is that all system signals (charges, notifications, etc.) will be turned off along with the unlock sound. To return them back, you will have to manually adjust the exceptions.

πŸ’‘

If after switching on the DND, the alarm clock sounds disappeared, check the settings in the Watch β†’ Alarm β†’ The alarm clock sound in the Do Not Disturb mode and activate the option.

Method 3: Editing system files (for advanced users)

If the first two methods didn't work, you can manually turn off the sound by changing the system files, which requires root rights or an unlocked bootloader, without which access to the system folders will be limited!

Instructions for users with root:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/media/audio/ui/
  3. Find files: unlock.ogg – unlock sound; lock.ogg – lock sound; effect_tick.ogg β€” Alternative (on some devices).

.bak

unlock.ogg.bak

Reset the device.

For rootless devices, you can use ADB (Android Debug Bridge) and connect your smartphone to your PC and follow the command:

adb shell settings put system lockscreen_sounds_enabled 0

⚠️ Note: Editing system files can lead to malfunctions MIUI. Before the changes, make a backup copy of the folder /system/media/audio/ui/!

What if the sound is still there after renaming the files?
If the sound continues to play, MIUI cache system files. Try: 1. Clear the cache to Settings β†’ Apps β†’ All Apps β†’ Settings β†’ Storage β†’ Clear the cache. 2. Reboot the device in Recovery Mode and select Wipe Cache Partition. 3. Delete files not only in /system/, but also in /vendor/media/audio/ui/ (if the folder exists).

Method 4: Install custom firmware or patch

If your device supports custom firmware installation (like LineageOS, Pixel Experience or ArrowOS), you can completely get rid of MIUI system sounds. This method is suitable for advanced users who are willing to sacrifice some features for flexibility.

Alternatively, you can install an Xposed module or a Magisk module that turns off unlock sounds.

  • πŸ“¦ MIUI Sound Tweaks (for Xposed) – allows you to fine-tune system sounds;
  • πŸ”§ Disable Lockscreen Sounds (Magisk module) – completely removes the lock/unlock sounds;
  • 🎡 Audio Modifier – Replaces system sounds with custom.

Instructions for installation of Magisk-module:

  1. Download the module (for example, with XDA Developers).
  2. Open Magisk Manager and go to Modules.
  3. Click Install from Storage and select the downloaded file.
  4. Reset the device.

⚠️ Note: Installing custom firmware or modules will void Xiaomi warranty and may result in bootloop lock. Before the procedure, unlock the bootloader officially via the Mi Unlock Tool.

Method 5: Resetting the sound settings to the factory

If the unlock sound comes after a MIUI update or a change in the themes, resetting the audio settings will help, a method that does not affect user data, but returns all system sounds to default values.

How to reset your settings:

  1. Open Settings β†’ System and device β†’ More
  2. Select Settings Reset.
  3. Click Reset the sound settings (or Reset all settings if the first item is not available).
  4. Confirm the action and restart the smartphone.

After reset, check if the unlock sound has returned. If so, try combining this method with Method 1 (disabling through the sound menu).

MethodDifficultyRequired. root/ADBRisk to the systemEfficiency
Standard settings⭐❌ No.❌ No.βœ… High (on most devices)
Do Not Disturb mode⭐⭐❌ No.❌ No.⚠️ Medium (disables all sounds)
Editing system filesβ­β­β­β­βœ… Root/ADB⚠️ Medium.βœ… Tall.
Custom firmware/moduleβ­β­β­β­β­βœ… Root/Unlock❗ High-pitchedβœ… Maximum
Resetting sound settings⭐⭐❌ No.❌ No.⚠️ Depends on the cause.

1. MIUI version – in older builds (below MIUI 12) the option may not be available.

2. firmware localization – on Chinese versions, the path to settings is often different.

3. Availability of updates - in new versions MIUI bugs with sounds corrected.-->

Frequent Mistakes and How to Avoid Them

When trying to turn off the unlock sound, users often encounter typical problems, and here are the most common ones and ways to solve them:

  • πŸ”• The sound comes back after the reboot: MIUI Resets the sound settings when you update or restart. Solution: Use Method 3 (system file editing) or Method 4 (Magisk module).
  • πŸ“΅ There is no "Unlock Sound" item in the settings. MIUI Solution: Update the firmware or use it. ADB-team from Method 3.
  • πŸ”Š All sounds have been turned off except unlock. Reason: The sound is tied to the system event, not the media. Solution: Check the settings in Settings β†’ Special facilities β†’ Sound effects.
  • πŸ”§ After editing the system files, the smartphone does not turn on. Cause: File system damage or incompatibility of changes. Solution: Restore the original files via Fastboot or reflash the device.

⚠️ Note: On devices with Dynamic RAM Expansion sounds can be cached in RAM. After changes to system files, execute the command to ADB: Adb shell sync & & adb shell reboot This will apply changes without data loss.

Can I turn off the unlock sound without root?
Yes, in most cases, standard settings (Method 1) or Do Not Disturb mode (Method 2) are sufficient. ADB-Method 3 command – it doesn’t require root, but it needs debugging USB.
Why did the unlock sound come back after the MIUI update?
Updates often reset user audio settings. After the update, check: Have you changed the path to settings (in new versions of MIUI, the menu can move); have you reset the system files (relevant to rooted devices); if the sound is back, repeat the actions from the selected method.
How to turn off the unlock sound on Xiaomi with custom firmware?
On informal firmware (like LineageOS), standard MIUI methods don't work. Solutions: Use custom firmware settings built-in (usually in Settings β†’ Sound). Install the Magisk module Disable Lockscreen Sounds. Edit files in /system/media/audio/ui/ (root required).
Will the ADB work on all Xiaomi devices?
Adb shell settings put system lockscreen_sounds_enabled 0 It works with most devices with MIUI 12+, There are some exceptions to this: on some models (e.g. Redmi). 9A) It requires superuser rights. MIUI Another settings key may be used (for example, lock_screen_sound_enabled). On Android devices 13+ You must first allow permission ADB-team settings β†’ If the team doesn't work, check the logs through adb logcat.
Can I turn off the unlock sound for a certain time?
Yes, use Do Not Disturb Mode (Method 2) with schedule settings: Activate Do Not Disturb in Settings β†’ Notifications. Select Rules β†’ Add a rule. Specify time (e.g. 22:00 to 7:00). Turn off System sounds in the rule settings. During that time period, unlock sound (and other system signals) will automatically turn off.