How to permanently turn off the flashlight while calling on Xiaomi smartphones

Why the flashlight turns on when calling Xiaomi and how to fix it

Have you ever been in the awkward situation of a flashlight on Xiaomi during an important call? This feature, designed to be convenient in dark rooms, is often a source of irritation. Especially if you are in a meeting, in a theater or just don't want to attract attention. In this article, we will explore all possible ways to turn off the automatic flashlight on incoming calls, from standard MIUI settings to hidden developer settings.

The problem is relevant for most Xiaomi, Redmi and POCO models running MIUI 12-14 firmware. In some cases, not only system settings but also installed applications (like Google Phone or third-party calls) are to blame. We analyzed all scenarios and collected working solutions, from the simplest to the most technically complex. If you are ready to get rid of intrusive light once and for all, read on.

Method 1: Disconnect via standard MIUI settings

The most obvious method is to look for the option in the settings menu, and unfortunately, in the latest versions of MIUI, the manufacturer removed the direct ability to turn off the flashlight when calling, but on some models it still remains.

  1. Open the Settings app (cog icon).
  2. Go to the section All settings โ†’ Applications โ†’ Calls.
  3. Scroll down and find the flash item when calling or the flashlight when incoming.
  4. Move the slider to the off position.

If you don't have one, don't despair. On Xiaomi 12/13/14, Redmi Note 11/12 and new POCOs, this option is often hidden.

๐Ÿ“Š Your model. Xiaomi/Redmi/POCO?
Xiaomi 13/14 series
Redmi Note 11/12
POCO X5/F5
Another model
I don't know.

Method 2: Use of the "Do Not Disturb" mode

A non-standard but working workaround is activating the Do Not Disturb mode with exceptions for calls. This will not turn off the flashlight completely, but will prevent it from working in most cases:

  • ๐Ÿ”„ Go to Settings. โ†’ Sound and vibration โ†’ Don't disturb.
  • ๐Ÿ”” Turn on the mode and set exceptions: Allow Calls, but turn off Notifications and Signals.
  • ๐Ÿ’ก Some firmware has a separate item Visual signals - turn it off.

The downside is that the flashlight can still work when you call from unknown numbers, but it's a temporary solution until you find a more reliable way.

๐Ÿ’ก

If the flashlight only turns on when calling via WhatsApp or Telegram, check the notification settings in these apps - sometimes there's a separate option for light signals.

Method 3: Disconnection through Developer Parameters

For advanced users, there's a hidden option in the developer menu. Attention: Incorrect changes here can disrupt the system.

Turn on the phone in the settings|7 times press the version MIUI|Return to the main settings menu|Find a new section for developers-->

Next:

  1. Open the Settings. โ†’ For developers.
  2. Find the Debugging โ†’ Lantern at notifications (the name may differ).
  3. Turn it off and restart the phone.

On some models (such as the Xiaomi 12T), this option is called Camera LED flash notification โ€“ it also needs to be deactivated.

What to do if there is no flashlight?
On the new versions MIUI (14+) The manufacturer often removes this option. ADB-commands (described below) or install a third-party LED control app.

Method 4: ADB-commands to shut down

If system methods don't work, the radical way is to use Android Debug Bridge (ADB), which requires connecting the phone to a computer, but is guaranteed to turn off the flashlight at the system level.

Instructions:

  1. Install ADB Tools on your PC.
  2. Enable USB debugging in the developer settings.
  3. Connect your phone to your computer and execute the command: adb shell settings put global. flash_notification_enabled 0
Team team.Action.Note
adb shell settings get global flash_notification_enabledChecking the current statusReturns 1 (on) or 0 (off)
adb shell settings put global flash_notification_enabled 0Turning off the flashlightRequires a reboot.
adb shell settings put global flash_notification_enabled 1Lighting up the flashlightIf you want to return

Once you've completed the command, the flashlight will stop working on any notifications, including calls. To return everything back, use the same command with parameter 1.

๐Ÿ’ก

ADB-Teams work on all Xiaomi models, regardless of the version MIUI, But they need to unlock the debugging. USB.

Method 5: Third-party applications for flashlight control

If you don't want to go through the settings, you can use specialized utilities.

  • ๐Ÿ“ฑ Flash Alerts 2 โ€“ allows you to flexibly configure flashlight operation for different applications.
  • ๐Ÿ”ฆ LED Blinker Notifications โ€“ Blocks light notifications, including flashlights.
  • ๐Ÿ› ๏ธ MacroDroid โ€“ Creates automatic rules to turn off the flashlight when calling.

Example of settings in MacroDroid:

  1. Create a new macro with an Inbound Call trigger.
  2. Add the action Control of the flashlight โ†’ Turn off.
  3. Save and activate the macro.

โš ๏ธ Note: Some applications require permission to access notifications and special features, without which they will not be able to block system functions.

Frequent problems and their solutions

Even after the light is turned off, the flashlight can still go off, and let's look at the typical causes and ways to eliminate them:

Problem.Possible causeDecision
The flashlight only turns on when calling via WhatsAppNotification settings in the messengerOpen WhatsApp Settings โ†’ Notifications โ†’ Light signal and turn off
After the MIUI update, the flashlight is turned on again.Resetting default settingsRepeat the shutdown via ADB or developer settings
The flashlight flashes, but does not burn constantly.Activated flash mode at notificationsCheck settings in Special Opportunities โ†’ Hearing โ†’ Notification flash

If none of these things worked, it might be a hardware failure, and in rare cases, it's not the software that's responsible for turning on the flashlight, but the physical malfunction of the proximity sensor or LED, and then you'll only need to go to the service center.

Why is my Xiaomi not having the option to turn off the flashlight in the call settings?
The manufacturer is gradually removing this option from new versions. MIUI, starting MIUI 13. Xiaomi. 13/14, Redmi Note 12 And it's newer than that, and it's often not in the standard interface. ADB or the developer's parameters.
Can I turn off the flashlight only for specific contacts?
Yes, but not through the standard settings. Install the MacroDroid app and create a rule: when you call from the selected contact, turn off the flashlight. Alternatively, assign these contacts a unique call signal without light effects.
After the flashlight was turned off, the lights from other apps stopped working. How do I get them back?
If you've used ADB-team flash_notification_enabled 0, It turns off all the light alerts, and to get them back to messengers, install Light Manager or a similar control app. LED-light-indicator.
Will the flashlight shutdown work after the phone is reset to factory settings?
No, all changes (except for the ADB-When you restore the factory settings, you have to re-engineer the flashlight in the chosen way. To avoid this, back up the settings through Settings. โ†’ Additionally. โ†’ Backup.
Can I turn off the flashlight on the POCO F5 without root rights?
Yes, on POCO F5 (as in other models with MIUI 14) The method with the developer parameters (Camera item) LED flash notification). ADB-Settings put global flash_notification_enabled 0. Flash Alerts app 2 (Notifications are required. Root is not required.