The lock screen on Xiaomi smartphones is not just a protection against unauthorized access, but also a quick access panel to frequently used functions. They take up space, they can go off in their pockets, they can just get annoyed by their uselessness, and this is especially true for owners of devices with a high-end power supply. AMOLED-screens where the constant display of icons increases battery consumption.
In this article, we will look at all possible ways to remove these shortcuts, from standard MIUI settings to hidden features and third-party solutions. It is important to understand that the methods differ depending on the firmware version (MIUI 12, 13, 14) and the smartphone model (Redmi Note 12, POCO X5, Xiaomi 13T, etc.).
If you want to not just hide, but completely disable your camera or flashlight from a locked screen, this is the guide for you, and let's start with the simplest and safest ways, and then move on to the more advanced ones.
1. Standard MIUI settings: the easiest way
Most modern Xiaomi smartphones based on MIUI 12-14 allow you to remove flashlight and camera shortcuts through the standard settings menu, a method that does not require superuser rights and is suitable for 90% of devices released after 2020.
To remove the labels:
- Open the Settings β Lock screen.
- Select the Shortcuts on the lock screen (in some versions β Quick Actions).
- Uncheck the boxes in front of the Lantern and the Camera.
- Confirm the changes by clicking Ready or Save.
If you don't have a Shortcut on your lock screen, your version of MIUI doesn't directly support that feature, so move on to the next section.
Important! Some devices (Redmi 9A, POCO M3) may leave empty space on the lock screen after the shortcuts are turned off. This is not a mistake - it's just that MIUI does not automatically optimize the location of the elements.
2.Use of the βNo-Tagβ mode (hidden parameter)
MIUI 13 and 14 have a hidden option that allows you to completely remove all shortcuts from the lock screen, including the flashlight and the camera, which works even on devices where standard settings do not allow this.
Instructions:
- Activate Developer Mode: Go to Settings β About Phone and click on MIUI Version 7 times.
- Return to the main settings menu and open Additional β for developers.
- Find Lock Screen β Lock Style and select Untagged (or Minimal in English versions).
- Restart the device to apply the changes.
This method does not remove the functionality of the flashlight and camera completely - it simply removes their shortcuts from the lock screen.
π‘
If after applying this method, the lock screen began to look βemptyβ, try changing the wallpaper β this will help visually balance the space.
3. Disconnection via ADB (for power users)
If standard methods don't work, you can use Android Debug Bridge (ADB), a deep-tuning tool that requires connecting your smartphone to your computer and having a basic command line knowledge.
Step-by-step:
- Install. ADB-Drivers on the computer and enable debugging USB on a smartphone (Settings) β For developers β Debugging by USB).
- Connect your phone to your PC and open the command line (or Terminal on Mac/Linux).
- Enter the command to check the connection: Adb devices Make sure your device appears in the list.
- Execute the command to disable shortcuts: adb shell settings put global lock_screen_show_torch 0 adb shell settings put global lock_screen_show_camera 0
- Reboot your smartphone.
If the labels remain after the reboot, try the alternative command:
adb shell pm disable-user --user 0 com.android.systemui/.keyguard.KeyguardAffordanceHelperβ οΈ Attention! This command disables not only shortcuts, but also other elements of the lock screen interface, and only use it if you are ready for possible bugs in the system.
Install ADB drivers on PC
Enable debugging over USB on your phone
Connect your phone to the original cable
Check the connection of the team `adb devices`
Make a backup copy of the data-->
4. Resetting the lock screen settings
Sometimes flashlight and camera shortcuts get stuck on the lock screen due to MIUI failures. In such cases, resetting the lock screen settings helps without losing data.
How to do this:
- Go to Settings β Applications β Application Management.
- Click on the three dots in the top right corner and select Reset Settings.
- In the list, find the Lock Screen (or System UI) and confirm the reset.
After this procedure, all lock screen settings will return to factory settings, including shortcuts, but you can reconfigure them as you wish via the standard menu (see Section 1).
This method is particularly effective for POCO and Redmi devices with custom firmware, where standard settings may not work properly.
5. Third-party launchers and MIUI themes
If you donβt want to dig into the system settings, you can go a workaround β use alternative launchers or MIUI themes that hide unnecessary elements of the lock screen.
Best options:
- π¨ Topics MIUI: Install a theme with a minimalist lock screen (such as Pure Black or Minimalist Lock.
- π± Launchers: Nova Launcher or Hyperion Launcher allow you to customize the lock screen, including removing shortcuts.
- π Applications to block: AcDisplay or Always On AMOLED Replace the standard lock screen with your own, where you choose which elements to display.
The downside of this is that third-party applications can increase battery consumption and sometimes conflict with system updates, and some MIUI themes require a purchase for full functionality.
What to do if the topic is not applied?
Radical methods: disabling system applications
For the most determined users willing to take risks, there is a way to completely disable the system components responsible for labels, a method that requires super-user rights (root) and can lead to unstable system operation.
Instructions for root users:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/ and find the files: MiuiSystemUI.apk (responsible for the lock screen interface) Camera2.apk (camera app)
.apk
.bak
MiuiSystemUI.bak
Reset the device.
β οΈ Warning! Disabling system applications can result in: Loss of camera or flashlight functionality completely (even when unlocked). Update errors MIUI. Unstable operation of the lock screen (hangs, no reaction to touch). TWRP before.
If after disabling system files, the device began to work incorrectly, return the original file names and restart the smartphone.
Comparison of methods: which one to choose?
To make it easier for you to determine, we have collected the main pros and cons of each method in the table:
| Method | Difficulty | Required. root/ADB | Risk to the system | Efficiency |
|---|---|---|---|---|
| Standard settings of MIUI | β (simple) | β No. | β No. | β High (on supported devices) |
| No-label regime | ββ (middle-of-the-road) | β No. | β No. | β High (on) MIUI 13β14) |
| ADB-team | βββ (difficult) | β Yes. | β οΈ Medium. | β High (on all versions) |
| Resetting settings | β (simple) | β No. | β No. | β οΈ Medium (may not work) |
| Third-party launchers/themes | ββ (middle-of-the-road) | β No. | β οΈ Low (bugs possible) | β High (visually) |
| Disabling system files | ββββ (difficult) | β Yeah) | β High-pitched | β Absolute (but dangerous) |
π‘
For 90% of users, the first two methods (standard settings or βNo shortcutsβ mode) are enough. ADB and root methods should be used only if other methods do not work.