How to remove camera and flashlight from the lock screen on Xiaomi: all the ways of 2026

Why camera and flashlight labels get in the way - and can they be turned off?

The lock screen on Xiaomi’s MIUI-enclosed smartphones has two default shortcuts: the camera (usually in the lower right corner) and the flashlight (lower left). For many users, these buttons seem convenient β€” you can quickly take a picture or turn on the light without unlocking the phone. However, not everyone likes this arrangement: random taps lead to the camera activation in your pocket, and a flashlight can turn on in your bag, draining the battery.

Unfortunately, Xiaomi doesn’t provide a direct option to disable these shortcuts in standard settings, but there are a few workarounds, from hidden MIUI features to third-party tools. In this article, we’ll look at all the current ways to remove the camera and flashlight from the lock screen on 2020-2026 models (including Redmi Note 12, Poco X5, Mi 13, and others).

It’s important to keep in mind that some methods require superuser rights or the installation of additional applications, and if you’re not ready for this kind of manipulation, focus on the first three methods that work without making any deep changes to the system.

Method 1: Disable via Lock Screen Settings (MIUI 14 and later)

The latest versions of MIUI 14 (and partly MIUI 13) have the ability to hide camera and flashlight labels through the standard menu, a method that is the simplest and doesn't require third-party software installation.

  1. Open the Settings β†’ Lock screen.
  2. Scroll down to the Shortcuts section (or Quick Actions in some firmware).
  3. Click on the "Management of shortcuts" item.
  4. Uncheck the boxes in front of the Camera and the Lantern.
  5. Confirm the changes by clicking Ready.

If your MIUI version doesn't have a "Manage shortcuts" option, then the manufacturer has blocked this option for your model, in which case move on to the following ways.

⚠️ Note: On some devices (e.g. Redmi) 10C POCO M4 Pro after updating to MIUI 14 this item may disappear.This is due to Xiaomi's policy to limit customization on budget models.

πŸ“Š What version? MIUI installed on your Xiaomi?
MIUI 12
MIUI 13
MIUI 14
The other one/I don't know/

Method 2: Using Unlabeled Mode Through ADB

If the standard settings don't work, you can use the Android debugging bridge (ADB), which doesn't require root permissions, but requires you to connect your phone to your computer.

1. Enable debugging over USB:

  • πŸ“± Go to Settings. β†’ The phone.
  • πŸ”§ Press 7 times on the version MIUI, activate the developer mode.
  • πŸ”„ Back to Settings β†’ Additionally. β†’ For developers.
  • πŸ”Œ Activate Debugging on USB.

2. Connect the phone to the PC and execute the commands:

adb shell settings put secure sysui_lockscreen_shortcuts 0

This command will disable all the shortcuts on the lock screen, including the camera and flashlight. If you want to return them, use:

adb shell settings put secure sysui_lockscreen_shortcuts 1

Install Xiaomi drivers on PC|

Download the platform ADB (for example, Minimal ADB and Fastboot)|

Enable debugging over USB on your phone |

Connect your phone to your computer with the original cable-->

If you have the shortcuts left after you run the command, try restarting your phone. In rare cases, the changes only apply after the reboot.

Method 3: Removal through third-party launchers (without root)

Some alternative launchers (like Nova Launcher or Hyperion Launcher) allow you to customize the lock screen, including removing standard shortcuts.This method is suitable for those who do not want to mess with ADB, but are ready to change the shell.

Instructions for Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Launch the launcher and install it as the main one (when the system is requested).
  3. Go to the Nova settings β†’ Lock screen.
  4. Turn off the option to show MIUI shortcuts.
  5. Save the changes and restart the phone.

The downside of this is that the launcher will control not only the lock screen, but also the main screen, and if you want to keep the standard MIUI interface, this option will not work.

πŸ’‘

Before installing a third-party launcher, back up your home screen through Settings β†’ Applications β†’ Launcher β†’ Backup. This will help you quickly return to a standard look if something goes wrong.

Method 4: Editing system files (root required)

For advanced users who are ready to get root rights, there is a radical way to remove shortcuts by editing system files, which works on all versions of MIUI, but requires caution: incorrect changes can lead to system failure.

Instructions:

  1. Get root rights (for example, through Magisk).
  2. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  3. Go to /system/usr/keylayout/ Find Generic.kl (or qwerty.kl for some models).
  4. Open the file in the text editor and find the lines: key 114 CAMERA key 115 VOLUME_UP Replace. CAMERA on WAKE_DROPPED (That'll turn off the camera call).
  5. Save the file, set the rights to 644, and restart the phone.

To turn off the flashlight, you have to edit the framework-res.apk file in the /system/framework/ folder, which is much more complicated. We do not recommend doing this without experience with APK decompilation.

⚠️ Warning: Editing system files can lead to loss of warranty and unstable phone operation.Before making changes, make a full backup through TWRP Or OrangeFox Recovery.

Method 5: Reset the lock screen settings (last option)

If no methods worked, you can try resetting the lock screen to factory settings, which won’t delete your data, but will return all display parameters to standard (including wallpaper, fonts and shortcuts).

How to reset:

  • πŸ”„ Go to Settings. β†’ System and device β†’ Resetting settings.
  • πŸ“± Select Reset the lock screen settings (not to be confused with a full reset!).
  • πŸ” Confirm the action with a password or pattern lock.

Once reset, the camera and flashlight shortcuts may disappear, but this doesn't work on all devices. If the problem persists, go back to the ADB or root methods.

What if the labels are returned after resetting?
If the reset didn’t work, then your Xiaomi model has these elements rigidly spelled out in the firmware, in which case there are only two options: 1. Use a third-party launcher (method 3). 2. Install custom firmware (for example, Pixel Experience or LineageOS), where there are no MIUI shortcuts.

Comparison of methods: which way to choose?

To make it easier for you to determine, we have compiled a table with the pros and cons of each method:

MethodDifficultyRoot is required.Risks.Efficiency
MIUI settings⭐ (simple)❌ No.No.It's working on MIUI 14.
ADB-team⭐⭐ (middle-of-the-road)❌ No.They may be reset after the update.It works on most models.
Third-party launcher⭐ (simple)❌ No.Change the interfaceIt always works.
Editing system files⭐⭐⭐⭐ (difficult)βœ… Yes.High (brick risk)It works on all versions.
Resetting settings⭐ (simple)❌ No.Wallpaper and fonts will dropIt works on some models.

For most users, the best solution will be a combination of the first and second ways: first try to disable shortcuts through the settings, and if you do not succeed, use ADB. Root methods should be left for an emergency.

πŸ’‘

If you're unsure of your ADB or root skills, it's better to settle for a third-party launcher or put up with shortcuts.The risk of damaging the system isn't worth removing two buttons.

Frequent Mistakes and How to Avoid Them

When trying to remove the camera and flashlight, users often face typical problems, and here are the most common ones and ways to solve them:

  • πŸ”Œ ADB Does not see the device: Make sure that debugging is enabled USB And you have Xiaomi drivers installed. Try another cable or port. USB.
  • πŸ”„ Labels are back after update: MIUI sometimes resets the settings ADB. Repeat the command after the update.
  • πŸ“± Does not work on custom firmware: Some builds (e.g. xiaomi.eu) already remove these default shortcuts.
  • πŸ” Asked for password after reset: This is normal - enter your own PIN or a graphical key to confirm the action.

If you are using Poco Launcher or MIUI Launcher in Light mode, some settings may not be available.Switch to the full shell version in the launcher settings.

Can you remove the flashlight by leaving the camera?
There is no standard MIUI setting, which is to disable both shortcuts at once, and ADB cannot selectively remove only the flashlight, and the only way is to use a third-party launcher that supports customization of individual elements.
Why did the MIUI 14 update come back?
Xiaomi sometimes resets user settings ADB To fix this, repeat the command: adb shell settings put secure sysui_lockscreen_shortcuts 0 If this doesn’t help, check if the parameter name has changed in the new firmware version.
Will the ADB work on the Redmi Note 11 Pro?
Yes, this method is universal for all Xiaomi devices based on Android 10 and later, including the Redmi Note 11 Pro, Poco X4 Pro and Mi 11. The main thing is to correctly enable debugging over USB and use the original cable.
Can I return the labels if I need them?
For this purpose: If you used ADB: Adb shell settings put secure sysui_lockscreen_shortcuts 1. If you changed the launcher: return the standard MIUI Launcher in the application settings. If you edited system files: restore the original values or reflash the phone.
Are there any apps to remove shortcuts without root?
Google Play has utilities like Lockscreen Shortcuts Disabler, but they require a ADB-And they basically replicate the second way in this article, and no app can remove shortcuts without superuser rights or debugging bridges.