How to make a flashlight on Xiaomi brighter: all the ways from settings to firmware

The flashlight in Xiaomi smartphones is one of the most popular features, but it is not always bright enough for comfortable use, especially in the models of the budget line of Redmi or POCO, where the manufacturer artificially limits the power of the LED. Fortunately, there are several ways to increase the brightness, from simple settings to deep changes in the system files.

In this article, we will discuss all the working methods for brightening a flashlight on Xiaomi, including hidden MIUI features, engineering menus and even firmware modifications. It is important to understand that some methods require superuser rights (root) or can affect the warranty. We will also explain how to avoid overheating and fast battery discharge when using a flashlight at full power.

If you're looking for a way to make your flashlight brighter without risking your device, start with the first three. For power users, we've prepared advanced instructions using ADB and configuration file editing.

1. Check the current brightness of the flashlight in MIUI

Before trying to increase the brightness, make sure that the flashlight is not really working at full capacity. In some Xiaomi models (for example, the Redmi Note 10 Pro or the POCO X3 Pro), the brightness is already maximum by default, and its subjective β€œdimmness” is associated with the features of the LED.

To check the current settings:

  1. Open the Flashlight app (or turn it on through the notification bar).
  2. Start the camera mode and point the flashlight to a light surface (such as a sheet of paper).
  3. Compare the lighting to another smartphone (like a Samsung or an iPhone), and if the difference is small, your flashlight is already running at its maximum.

If the brightness is clearly lower than that of similar models, then you can move on to the following methods: Note that in some MIUI firmware, the flashlight brightness is tied to the battery mode. For example, when activated, the LED can automatically dim.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (up to 10th series)
Redmi (11th episode and newer)
POCO
Mi (flagship series)
Other

2.Using hidden MIUI settings (without root)

MIUI has hidden parameters that allow you to adjust the flashlight brightness without obtaining root rights, a method that works on most Xiaomi devices released after 2019, but may not be available in some regional versions of the software.

Instructions:

  1. Open the Phone app and enter the combination: ##36446337## This will open the Engineering Mode.
  2. Go to the Hardware Testing β†’ Flashlight section.
  3. Find Flashlight Brightness (or similar) as the default value is usually 150 or 200.
  4. Increase the value to 255 (maximum) and save the settings.

If this method does not work, try an alternative:

  • πŸ”§ Enter #4636### and select Testing β†’ Flashlight.
  • πŸ“± In some models (POCO F3, Redmi K40) The brightness is regulated in Settings β†’ Additional settings β†’ Flashlight Intensity (Hidden by Default).

πŸ’‘

If the engineering menu doesn't open, check if the antivirus or the Fraud Protection feature in MIUI is blocking it.

Important: After changing brightness through the engineering menu, the flashlight can start to warm up more. On models with a small battery (less than 4000 mAh), long-term use of the flashlight at a maximum reduces battery life by 15-20%.

3. Brightness adjustment via ADB (no root)

If the engineering menu is not available, you can change the brightness of the flashlight using the ADB-This method does not require root rights, but it will require connecting the smartphone to the computer.

Step-by-step:

  1. Download and install Platform Tools (the official tool from Google).
  2. Turn on your smartphone Debugging over USB: Settings β†’ About Phone β†’ MIUI version (click 7 times to activate Developer Mode), then go back to Settings β†’ Additional β†’ Developers β†’ Debugging over USB.
  3. Connect your phone to your PC and type in the command line: adb shell settings put global flashlight_brightness 255
  4. Reset the device.

To return the standard settings, use the command:

adb shell settings put global flashlight_brightness 150

This method works on most Xiaomi devices with MIUI 12 and later. If the command does not work, check if ADB is blocked in the security settings (Settings β†’ Applications β†’ Special Access β†’ USB Access).

Install Platform Tools on PC|

Enable the developer mode on Xiaomi|

Activate debugging via USB|

Connect the phone with the original cable |

Check the connection of the team `adb devices`-->

4. Increase brightness with root rights

For smartphone owners with an unlocked bootloader and Magisk installed, deeper settings are available, a method that allows you to change the brightness limits at the system file level, but requires caution.

Instructions:

  1. Install Root Explorer or any other file manager with root support.
  2. Go to /sys/class/leds/torch-light0/ or /sys/class/leds/flashlight/ (the path may vary depending on the model).
  3. Find the file. max_brightness And open it up for editing.
  4. Replace the value (e.g. 150) with 255 and save.
  5. Reset the device.

To apply changes continuously (so that the settings are not reset after rebooting), use the Magisk module:

Flashlight Brightness Fix

You can find it in the Magisk Manager repository.

⚠️ Warning: Incorrect editing of system files can result in loss of warranty or device blink.Before changes, back up the partition /system through TWRP.

What to do if the flashlight flashes after the change in brightness?
If the flashlight starts flashing or is not working smoothly after the brightness increases, it means that the LED is getting too high voltage. Return the standard settings and try the value of 220-230 instead of 255. Also check if the area around the camera is overheating - if so, reduce the brightness to 200.

Third-party applications for flashlight control

If you don't want to go through the settings, you can use apps from Google Play that let you adjust the flashlight brightness programmatically.

  • πŸ”¦ Flashlight + LED β€” Supports brightness adjustment on some Xiaomi models (testing required).
  • πŸ“± TeslaLED – works with engineering teams and allows you to fine-tune the LED.
  • ⚑ Flash Alerts 2 – in addition to brightness adds flashing functions and SOS-signal.

When choosing an app, pay attention to user reviews with your Xiaomi model. Some programs may not work on the latest versions of MIUI due to security restrictions. Also avoid applications that request unnecessary permissions (such as access to contacts or SMS).

Example of settings in TeslaLED:

  1. Install the app and give access to the camera/flashlight.
  2. Select Manual Brightness mode.
  3. Move the slider until you reach the desired brightness.
  4. Save your profile for quick access.

⚠️ Note: Some flashlight management apps contain ads or subscriptions. Check permissions in Google Play before installing and read the privacy policy.

6. firmware modification (for advanced users)

If all previous methods have failed, the most radical way is to edit the firmware, which is suitable for users who already have experience with custom software (for example, LineageOS or Pixel Experience).

What can be done:

  • πŸ› οΈ Replace the LED driver in the kernel (LED driver).
  • πŸ“ Edit configuration files in /vendor/etc (for example, flashlight_config.xml).
  • πŸ”„ Install custom firmware with advanced flashlight settings (for example, Havoc-OS).

Example of changing a configuration file:

  1. Download the firmware for your model and unpack it.
  2. Find the file. vendor/etc/flashlight_config.xml.
  3. Change the parameters: <brightness>255</brightness> <max_current>300</max_current>
  4. Collect the firmware back and run through TWRP.

This method gives you maximum control over the flashlight, but requires deep knowledge and can lead to unstable system operation. If you are not confident in your abilities, it is better to contact more experienced users on the 4PDA or XDA-Developers forums.

πŸ’‘

Firmware modification is an extreme method. On most Xiaomi devices, the flashlight can be brightened through an engineering menu or ADB without risk to the system.

Alternative solutions: external lights and accessories

If software methods have not helped or you don’t want to risk the stability of your smartphone, consider external solutions:

Accessory typeAdvantagesDeficienciesApproximate price
flashlight nozzleIncreases the range and focus of lightIt requires a precise installation, can warm up300–800 β‚½
Portable USB-flashlightBrightness up to 1000 lumens, autonomyWear it separately.500–2000 β‚½
Case with built-in flashlightNo need to recharge, always at hand.Additional weight, limited brightness600–1500 β‚½
Powerbank with flashlight2 in 1: charging + lightingBulky, long-loading1000–3000 β‚½

For Xiaomi models with Qi-enabled charging (such as the Mi 11 or Redmi K50), you can use wireless flashlights stickers that are attached to the back and powered by a smartphone, which are usually brighter than the built-in LED, and the lighting angle is wider.

If you often use a flashlight in extreme conditions (hiking, repairing, night shooting), it is better to immediately purchase a specialized flashlight with adjustable brightness. The built-in LED in the smartphone is not designed for long-term operation at maximum and can fail.

FAQ: Frequent questions about flashlight brightness on Xiaomi

Can a flashlight be burned if you increase the brightness to the maximum?
Theoretically, yes, but Xiaomi does have overheating protection, but with prolonged use (over 10 minutes) at maximum brightness, the LED can degrade faster.
Why did the flashlight become dimmer after the MIUI update?
In some updates, Xiaomi artificially limits the flashlight brightness to save energy. Try resetting to factory settings or rolling back to a previous firmware version via Fastboot.
Do these methods work on the POCO F5 and Redmi Note 12?
Yes, most of the ways (engineering menus, ADBs, apps) work on new models, except for firmware modification, as new devices may not have custom builds.
How to return the standard brightness of a flashlight?
If you have changed your settings through an engineering menu or ADB, use the same commands, but set the 150 or 200 (standard for most models). If you have edited system files, reflash the stock firmware.
Can I increase the brightness of a flashlight on Xiaomi without a computer?
Yes, with the help of engineering menus or apps from Google Play (like TeslaLED), ADB and root methods require a PC.