Have you noticed that Xiaomi's flashlight starts blinking on your smartphone when you call or notify?This feature, called Flash Alerts, is enabled by default on many devices with MIUI firmware. It's designed to help you keep an important call out, especially in noisy places or when the phone is lying down screen. However, the constant blinking drains the battery, distracts in the dark and can just be annoying.
In this article, weβll look at all the ways you can turn off flashlights when calling and notifying, from standard settings to hidden menus and ADB commands. The instructions are relevant for Redmi Note 10/11/12, POCO F3/F4/F5, Xiaomi 11T/12/13 and other devices on MIUI 12/13/14.
Why the flashlight flashes when you ring: Xiaomiβs official explanation
Flash Alerts was introduced into MIUI as part of the Accessibility system, originally designed for people with hearing impairments to visually signal incoming calls or messages, and has become available to all users over time and is enabled by default on some regional firmware.
Technically, the blinking is implemented through direct control. LED-Android kernel-level flashes. That means:
- π The flashlight uses additional battery consumption (up to 5-7% per hour of active blinking).
- π± The function works even if the screen is off or the phone is locked.
- β‘ The blink may block the camera at the time of shooting (for example, during a video call).
Since MIUI 12, the logic of the function has been changed: it is now activated not only when calling, but also when SMS, notifications from messengers (WhatsApp, Telegram) and even system alerts, which has caused many complaints from users.
Method 1: Disconnect via standard MIUI settings
The easiest method is to use the built-in MIUI menus. However, the location of the option may vary depending on the firmware version and smartphone model.
For MIUI 14/13 (relevant to Xiaomi 13/12/11 series, Redmi Note 12, POCO F5):
- Open the Settings. β Special facilities.
- Go to Hearing (or Sound and Vibration on some devices).
- Find the Flash Alerts option and turn off the slider.
For MIUI 12 and older (Redmi Note 10, POCO X3, Mi 10T):
- Go to Settings β System and device β Additional settings.
- Select the Alert with a flash.
- Turn off the call and/or notification option separately.
Call your phone from another device
Send SMS or notification from the messenger
Check the flashlight reaction in the dark
Restart your smartphone (sometimes required to apply changes)-->
If the option is not on the menu, your firmware does not support disabling it through the interface, in which case move on to the following ways.
π‘
On certain devices (e.g, POCO F3) The option is hidden under the name LED-notifications in the section Screen and brightness.
Method 2: Hidden Settings (MIUI)
If the standard method didnβt work, try activating hidden MIUI settings.
- Open the Phone app and type the combination: ##6484## (some devices may require ##64663##).
- In the MTK Engineer Mode menu, go to Hardware Testing β Audio β Flashlight.
- Turn off the Flash on Call (or Flash Notification) option.
β οΈ Warning: Do not change other options in the engineering menu unless you are sure of their purpose.
If the combination does not work, try an alternative method:
- π± Install the app MIUI Hidden Settings (rights required) ADB certain functions).
- π In the Notification & Status Bar, find Flash Notification and turn it off.
- π Reset the device.
Method 3: Disconnect via ADB (for power users)
If previous methods have not worked, it remains to disable blinking through ADB. This method requires connecting the smartphone to the computer, but it is guaranteed to work on all versions of MIUI.
What you need:
- π₯οΈ Computer with installed Xiaomi and Platform Tools drivers.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to the Additional Settings β For developers).
- π Cable USB Type-C (preferably original).
Step-by-step:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (cmd) in the folder with the platform-tools.
- Enter the command to check the connection: adb devices (should appear serial number of the device).
- Use the command to disable flashing when calling: adb shell settings put global flash_notification_enabled 0
- To turn off flashing notifications: adb shell settings put global flash_notification_for_all 0
- Reboot your smartphone.
To return the blinking back, replace the 0 by 1 in the commands above.
What if the ADB canβt see the device?
Method 4: Using Third-Party Applications
If you don't want to mess with ADB, you can use apps from Google Play.
| Annex | Functional | Does it require ROOT? | Reference |
|---|---|---|---|
| Flash Alerts 2 | Full control over flashing flashlight, frequency and color setting | β No. | Download |
| Notification Light | Replace flashing flashlight with screen lighting | β No. | Download |
| MacroDroid | Creating macros to turn off blinking under certain conditions | β No. | Download |
β οΈ Attention: Applications without ROOT-The rights may conflict with system settings MIUI. Once installed, check the flashlight manually β sometimes a restart is required.
For users with ROOT-Xposed Framework with Module MIUI Flashlight Alert Disabler, which blocks flashing at the system level.
Method 5: Resetting settings to factory (extreme case)
If none of these methods worked, and the flashing of the flashlight is critically disturbing, you have to reset, which is a radical solution, but it's guaranteed to bring all the parameters back to factory, including flash alerts.
How to reset:
- Save important data (photos, contacts, messages) to Google Drive or your computer.
- Go to Settings β About the phone β Reset settings.
- Select Reset all settings (does not delete files) or Delete all data (complete cleanup).
- Confirm the action and wait for the reboot.
After discharge:
- π Flashing flashlight will be disabled by default (on most firmware).
- π± Don't update. MIUI First, check the function first.
- βοΈ Set up alerts manually in Special Opportunities.
π‘
Resetting is a last resort, and before that, be sure to try all other methods, as the procedure deletes personal data and can lead to loss of warranty on some devices.
Why does flashing flash flash back after updates?
Many Xiaomi users are faced with the fact that after the MIUI update, the Flash Alerts function turns on itself.
- π¦ Xiaomiβs policy to reset some special features settings after major updates.
- π Firmware errors when system parameters are reset to default.
- π§ Battery optimization conflicts that can block third-party flashlight management apps.
How to prevent automatic activation:
- After the update, check the settings in Special Opportunities immediately.
- Use it. ADB-commands for fixing parameters (see Method 3).
- Turn off automatic MIUI update in Settings β About Phone β System Update.
If the problem recurs regularly, consider installing custom firmware (e.g. Pixel Experience or LineageOS) where there are no such restrictions.