How to remove the flashlight from the lock screen on Xiaomi Redmi Note 9: all working methods

Have you noticed that your Xiaomi Redmi Note 9 lock screen displays a flashlight icon all the time, even when you're not using it? This feature may seem convenient, but it interferes with many users - random taps include a flashlight in your pocket, draining the battery, or simply spoiling the lock aesthetic. Unfortunately, there is no obvious switch in the standard MIUI settings to turn off this icon, but there are several proven ways to remove it.

In this article we will discuss 3 working methods of removing a flashlight from the lock screen: through hidden system settings, using the help of the flashlight. ADB-We'll also find out why this icon appears on the Redmi Note 9 (and other Xiaomi models), and what nuances are important to consider before changing. If you don't want to risk the stability of the system, at the end of this article there are alternative solutions without deep interventions.

Why does the flashlight appear on the Redmi Note 9 lock screen?

The flashlight icon on the locked screen is part of the proprietary MIUI interface that Xiaomi integrates into its smartphones. On the Redmi Note series (including the Note 9/9 Pro/9T), this feature is activated by default and serves to quickly access the flashlight without unlocking the phone.

  • πŸ”‹ Battery consumption: Accidental taps in your pocket or bag include a flashlight, resulting in unnecessary discharge.
  • 🎨 Visual noise: The icon takes up space on the screen, especially if you use minimalist wallpaper or widgets.
  • πŸ”“ Security: In some versions MIUI The flashlight can be turned on even on a locked phone, which may not be desirable (for example, in a movie theater).
  • πŸ“± Gesture conflict: On the Redmi Note 9, the sensor next to the flashlight icon sometimes works when you try to swipe your finger to unlock.

It is important to understand that in different versions MIUI (for example, MIUI 12 vs MIUI 14) the behavior of this icon may be different, for example, in old firmware it could be disabled through the Settings menu. β†’ Lock screen, but newer versions often don't have this option, and some regional firmware (e.g. Global) ROM vs China ROM) The set of options may vary.

πŸ“Š What version? MIUI It is installed on your Redmi Note 9?
MIUI 12 or older
MIUI 13
MIUI 14
I don't know.
other

Method 1: Turn off the flashlight through hidden MIUI settings

The safest method is to use built-in, but hidden, system options, which don't require a super-user or PC connection, but don't work on all firmware versions. Here's a step-by-step guide:

  1. Open the Settings app on your Redmi Note 9.
  2. Go to Lock Screen (or Lock and Password in some versions).
  3. Scroll down and find the option for Additional Settings (may be called Advanced Settings or Icon Settings).
  4. Look for the option of Shortcuts on the lock screen or Quick Actions.
  5. In the list of available shortcuts, uncheck the flashlight (or drag it to the Unplugged section).
  6. Save the changes and check the lock screen – the icon should disappear.

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

  1. Open Settings β†’ System β†’ Gestures and buttons.
  2. Select Quick Actions on the locked screen.
  3. Turn off the slider in front of the flashlight.

β˜‘οΈ Preparing for changing settings

Done: 0 / 4

⚠️ Attention: On some firmware (MIUI 14 for Redmi Note 9 with Android 12, this method may not work due to manufacturer limitations.

If none of these things work, then your version of MIUI blocks shortcut change through the interface, which is common on China ROM or customized firmware, and then only ADB or a launcher replacement will help.

Method 2: Remove the flashlight through ADB (without root)

If you don't have the default settings to disable the icon, you can use the Android Debug Bridge (ADB) tool, which requires you to connect your phone to your computer, but doesn't need super-user rights. It works on most versions of MIUI, including MIUI 13/14.

You'll need:

  • πŸ’» Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included debugging by USB phone-on.
  • πŸ›  Utility. ADB (You can download from the official website of Android Developers).

Instructions:

  1. Activate Developer Mode on Redmi Note 9: Go to Settings β†’ About Phone. Click 7 times on MIUI Version until the notification β€œYou are a developer” appears.
  2. Return to Settings β†’ Additional β†’ For developers and enable: Debugging over USB Allow debugging (when connected to this computer)
  3. Connect the phone to the PC and confirm the debugging permission on the smartphone screen.
  4. Open the command prompt (CMD on Windows or Terminal on macOS/Linux) and type:
adb shell settings put global lockscreen_shortcut_torch 0

If the command is correct, restart the phone. The flashlight icon should disappear from the lock screen.

ADB Team TeamDescriptionWorks on
settings put global lockscreen_shortcut_torch 0Disables the flashlight label on the lock screenMIUI 12–14 (Android 10–12)
settings put secure lockscreen_torch_disable 1Alternative team for new versionsMIUI 13+ (Android 11–13)
pm hide com.android.systemui/.keyguardHiding system elements (can cause bugs!)Only root

⚠️ Note: If the flashlight is gone after completing the command, but comes back after a while, then the system has reset. In this case, try repeating the command or use Tasker for automatic use when booting.

If ADB didn’t help, your firmware might have been modified (e.g. Xiaomi.EU or custom build), leaving the last method to change the launcher.

Method 3: Replacement of the standard launcher with a third-party

If previous methods have failed, a radical solution is to install an alternative launcher (such as Nova Launcher, Lawnchair or Hyperion) that will not only remove the flashlight from the lock screen, but also completely customize the appearance of the system.

  • πŸ”„ Certain functions MIUI (Second Space or App Lock may not work properly.

Recommended launchers for Redmi Note 9:

  • 🌟 Nova Launcher (Nova Lock Screen plugin).
  • 🎨 Lawnchair 12 (with Android 12 support)+).
  • πŸ›  Hyperion Launcher (maximum customization).

Installation instructions:

  1. Download the selected launcher from Google Play.
  2. Set it as the default launcher in Settings β†’ Apps β†’ By default.
  3. If you need to change the lock screen, install an additional module (for example, Nova Lock Screen).
  4. In the launcher settings, turn off the display of system icons on the lock.

πŸ’‘

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

If you don't want to change the launcher, but you're willing to sacrifice some features, you can try to roll back to the older version of MIUI, where the flashlight is turned off through settings, but this is an extreme measure, as it can lead to loss of data and stability.

What do you do if nothing helps?

If all of the above methods didn’t work, here are a few alternatives:

  • πŸ”„ Resetting: Return the phone to factory settings via Settings β†’ The phone. β†’ Resetting. It's a radical step, but it sometimes helps to reset the system settings that are not correct!
  • πŸ“₯ Firmware Update: Check for updates in Settings β†’ Update the system, new versions MIUI Sometimes they can turn off labels.
  • πŸ›‘ Using Tasker: Automate the flashlight shutdown through a task that works when the screen is locked.
  • πŸ“΅ Physical solution: If the flashlight turns on on its own, try using a magnetic lock case or turning off touch buttons in your pocket via Settings β†’ Display. β†’ Touch buttons β†’ Locking in your pocket.

If the problem is related to a hardware malfunction (e.g., sticking the sensor next to the flashlight icon), repair may be required, in which case contact Xiaomi’s service center or check the phone for moisture/damage using the diagnostic code ##4636## (Equipment Testing section).

How to check the sensor for sticking?
Open the Phone app and dial ##6484##. From the Manual Test menu, select Touch Screen Test and check if false touches in the flashlight icon area are working.

Frequent Mistakes and How to Avoid Them

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

Problem.Reason.Decision
ADB command is not executedNot enabled USB debugging or outdated driversCheck Connection, Update ADB and Xiaomi Drivers
The icon returns after the rebootThe system resets the default settingsUse Tasker to automatically apply ADB commands when you start
No item "Tags on the lock screen"Installed modified firmware (e.g. Xiaomi.EU)Try ADB or change the launcher
The flashlight turns on on itselfSensor sticking or conflict with the caseCheck the sensor in test mode or use a magnetic lock case

On the Redmi Note. 9 firmware MIUI 14 (Android 12) Adb shell settings put global lockscreen_shortcut_torch 0 work 85% In some cases, but may require re-use after major system updates.

⚠️ Note: If you are using China ROM (Chinese Firmware, some teams ADB They can be blocked by the manufacturer, and the only way out is to change the firmware to Global. ROM or Xiaomi.EU.

FAQ: Answers to Frequent Questions

Can I remove a flashlight without a computer?
Yes, but only if your version of MIUI has a corresponding setting (see Method 1). If it doesn't, you can't do without ADB or a launcher change. The alternative is to use applications like QuickShortcutMaker to find hidden settings, but that doesn't always work.
Why did the flashlight reappear after the MIUI update?
MIUI updates often reset user settings, including deactivated shortcuts. To avoid this, re-apply the ADB command or check the launcher settings after the update, and you can use Tasker to automatically turn off the flashlight when you boot the system.
Is it safe to use ADB for this purpose?
Yes, if you follow the instructions and don't type in any extraneous commands. ADB is the official Android tool, but it gives you access to system settings, so: Don't download ADB from questionable sources. Don't change other settings unless you're sure of their purpose. Reboot your phone after the changes. The risk of system damage is minimal, but theoretically possible with incorrect commands.
Can I return the flashlight if I need it?
If you've disabled it through the settings, just turn it back on. ADB, Adb shell settings put global settings lockscreen_shortcut_torch 1 For third-party launchers, check their settings – there’s usually a return option for standard shortcuts.
Why is the Redmi Note 9 Pro not having this problem?
On the Redmi Note 9 Pro (and some other models), Xiaomi takes a different approach to the shortcuts on the lock screen. Maybe your firmware has a different icon display logic, or you're using a newer version of MIUI where the problem is fixed. Check the firmware version in Settings β†’ About phone.

πŸ’‘

If none of these methods worked, your firmware is probably heavily modified (castomy or regional), in which case the most reliable solution would be to change the launcher or roll back to the standard Global ROM.