The flashlight icon on Xiaomiβs lock screen is one of the most annoying features of MIUI firmware, which the manufacturer stubbornly does not want to turn off through standard settings. For many users, this label is not only useless, but also interferes: random taps include a flashlight in your pocket, draining the battery, and on some models (Redmi Note 12 Pro+, Xiaomi 13T) the icon takes up too much space, blocking notifications.
In this article, we will look at all the working ways to remove a flashlight, from official (for newer versions of MIUI 14) to hidden methods using ADB and editing system files. Importantly, some instructions require unlocking the bootloader or root rights, which can affect the warranty, and we noted such moments with special warnings.
If you are looking for a solution for a particular model, check compatibility in the table below. 13/14 (for example, Xiaomi 14 or POCO F5) topical β1 and β4. For older smartphones (Redmi) 9A, Mi A3) It may be necessary to use a combination of methods.
Official method: MIUI settings (works on MIUI 14+)
With the release of MIUI 14 (fall 2022), Xiaomi finally added the ability to turn off some of the lock screen elements through the settings menu. However, the option is hidden and does not work on all devices.
- Open the Settings β Lock screen.
- Slip on the item Style of the lock screen.
- Select the current style (e.g. Digital Watch or Analog Watch).
- Scroll down to the Shortcuts (or Quick Actions) section.
- Find the flashlight switch and turn it off.
β οΈ Note: On some devices (POCO X5 Pro, Redmi Note 11 Pro+) This paragraph may not be available even in MIUI 14.In this case proceed to the following method.
If you don't have an option, try updating your firmware to the latest version.
- π± Go to Settings. β The phone. β Updating the system.
- π Click on the three dots in the top right corner and select Download the latest version.
- π After the update, restart the device and check the settings again.
π‘
On some devices (Xiaomi 12T, Redmi K50) the option only appears after changing the firmware region to Europe (EEA). To do this, select the European Union region in the Mi Account settings and wait for the configuration update (it can take up to 24 hours).
2. Disconnection through Developer Mode (without root)
If standard settings donβt work, you can try deactivating the flashlight through hidden developer settings, a method that works on most Xiaomi and Redmi Android 10-13 devices, but requires care:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version (you will be notified "You are a developer").
Settings β Additional β For Developers
Quick setups
Notification panel
The flashlight on the lock screen
β οΈ Attention: On some firmware (MIUI Global POCO M4 Pro) this item may not be available. In this case, try an alternative path:
Settings β Applications β Application Management β System Applications β Settings β Memory β Clear DataAfter cleaning the settings cache, restart the device.This will reset some settings, but may return hidden options.
What to do if the developer mode is not turned on?
3. Removal via ADB (no root, but with PC)
If previous methods didnβt work, the most reliable way is to turn off the flashlight via Android Debug Bridge (ADB). This method does not require root rights, but requires a computer and USB-On cable devices. MIUI 14.0.5+ and a newer team may not work due to changes in security policy β in this case, use the method β4.
Instructions:
- Download and install ADB Tools on PC.
- Turn on USB Debugging on your phone: Go to Settings β For developers. Activate USB Debugging.
Connect the phone to the PC and confirm the trusted device.
Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
adb shell settings put secure sysui_flashlight_available 0Reset the device.
To return the flashlight back, use the same command, replacing 0 with 1.
Install ADB Tools on PC|Enable debugging on USB phone-on|Connect your phone to the original cable|Allow debugging in the pop-up window on the phone|Open the command line on behalf of the administrator-->
| Xiaomi model | MIUI 12 | MIUI 13 | MIUI 14 | Notes |
|---|---|---|---|---|
| Redmi Note 10 Pro | β It's not working. | β It's working. | β It's working. | Demands ADB |
| Xiaomi 11T | β It's not working. | β οΈ Partially. | β It's working. | MIUI 13 may return after upgrade |
| POCO F3 | β It's not working. | β It's working. | β It's working. | β |
| Redmi 9A | β It's not working. | β It's not working. | β οΈ Requires root. | Old firmware with limitations |
| Xiaomi 13 Ultra | β | β | β It's working. | Official option in settings |
4. editing system files (root only)
If you have root rights (like Magisk), you can delete the flashlight by editing system files, which is the most radical method and can cause the firmware to run unstable if you do something wrong.
Instructions for experienced users:
- Install a file manager with root support (such as Root Explorer or Mixplorer).
- Go to /system/usr/idc/Lockscreen.key or (for newer MIUI versions): /system/usr/keylayout/Generic.kl
- Find the line with key 115 FLASHLIGHT (or).
- Replace it with #key 115 FLASHLIGHT.
- Save the file and restart the device.
β οΈ Warning: Incorrect editing of system files can lead to bootloop ( looped reboot).Before making changes, back up the file! on some devices (Xiaomi) 12 Pro) the path to the file may be different β use directory search /system.
π‘
Editing system files is a last resort, and if you are not sure what you are doing, use methods without root (ADB or MIUI settings).
5. Use of third-party launchers (bypass)
If none of these methods worked, you can hide the flashlight by replacing the standard lock screen with an alternative one, and customization launchers will do this:
- π¨ Niagara Launcher β allows you to hide system elements, including a flashlight.
- π Nova Launcher + TeslaUnread module for notification management.
- π Smart Launcher 6 β has built-in settings for the lock screen.
Instructions for Nova Launcher:
- Install Nova Launcher from Google Play.
- Go to Settings Nova β Lock screen.
- Turn off the option to show system shortcuts.
- Install TeslaUnread and configure the notifications display over the flashlight.
β οΈ Note: Third-party launchers may conflict with MIUI Optimization (optimization) MIUI). To avoid lags, turn it off through ADB:
adb shell settings put global miui_optimization_disabled 16. Alternative solutions: if nothing helps
If all of these methods fail, radical measures remain:
- π Flashing to custom firmware (e.g. Pixel Experience or LineageOS) will remove the flashlight completely, but will require unlocking the bootloader and may take away warranty.
- π οΈ In some cases, Xiaomi will go along and turn off the flashlight on request (for example, if it interferes due to a defect in the screen).
- π± Use gestures. Set up Double touch or Swipe to turn on the flashlight through Settings β Gestures to minimize the use of the icon on the lock.
For flashing, we recommend using official Xiaomi tools:
- π§ MIUI ROM Flashing Tool (for Windows).
- π± Fastboot or Recovery modes (instructions on xiaomi.eu).