The Complete Guide: How to Really Reduce Xiaomi’s Battery Spend in 2026

Xiaomi smartphones are famous for their price-performance ratio, but even the flagship models of Redmi, POCO Or Mi series sometimes run out too fast, and it's not just because of the battery capacity, but because of the firmware. MIUI, This article is not about trivial tips like "reduce brightness" - here you will find deep optimization, including hidden system functions, working with the system. ADB-Teams and analysis of energy consumption at the core level.

We've tested all the techniques on devices from Redmi Note 12 Pro+ to Xiaomi 14 Ultra with the latest MIUI 14/15 and HyperOS. Importantly, some tricks require superuser rights (root), but most work without them. If your smartphone runs out in 4-6 hours of active use, this guide will help to extend the life of at least 30-50%.

1.Diagnostics: How to find the main "eaters" of the battery

Before you optimize, you need to understand what's eating up the charge. MIUI has built-in monitoring tools, but they often hide the real picture.

Open Settings β†’ Battery and Performance β†’ Battery Use. Pay attention to:

  • πŸ“± Screen - if it consumes >30%, problem with brightness or refresh rate.
  • πŸ”„ Android system - high cost (>15%) speaks of background processes or kernel errors.
  • πŸ“Ά Mobile network/Wi-Fi β€” Constant network search or weak signal increases the cost of 20-40%.
  • πŸ€– Applications – even closed messengers (Telegram, WhatsApp) can β€œhang” in the background.

Use it for in-depth analysis ADB-team:

adb shell dumpsys batterystats --charged

It will show detailed statistics from the last charge, including partial wake locks, the main cause of nighttime discharge "wake_lock_in" Apps like Mi Push Service should be restricted.

πŸ’‘

Install the BetterBatteryStats app (root required) to visualize wake-up and consumption data across the processor cores.

2. MIUI optimization: hidden energy saving settings

MIUI has a lot of hidden features that aren't enabled by default.

Activate Ultra Power Saving Mode (available on MIUI 14+):

  1. Go to Settings β†’ Battery and Performance β†’ Battery Modes.
  2. Select Ultra Mode – it turns off background activity, limits performance, and puts the screen into monochrome mode.
  3. Set up automatic on at 15% charge level.

Turn off automatic MIUI optimization, which often works incorrectly.

adb shell settings put global miui_optimization_disabled 1

This command disables aggressive memory management, which sometimes leads to paradoxical increases in battery consumption due to constant restarts of applications.

Disable auto-update applications |Install dark theme |Deactivate animation in developer settings |Limit background activity for social networks-->

Screen setting: frequency, brightness and technology

The screen is the main energy consumer (up to 40-60% of the charge), optimize it without loss of convenience:

ParameterRecommended valueSaving charge
Frequency of update60 Hz (instead of 90/120/144 Hz)15-25%
Adaptive brightnessTurn off, set 30-40% manually10-15%
Dark theme + AMOLEDTurn on + black wallpaper5-10% (on AMOLED-screen)
Screen waiting time15 seconds.3-5%

For devices with AMOLED-screens (Xiaomi) 13/14, Redmi K60) Install completely black wallpaper - this turns off the pixels, saving up to 8% Download the.png wallpaper with alpha channel for maximum effect.

On models with LCD (Redmi Note 11, POCO M5) black wallpaper does not help - it is better to use dark gray tones.

60 Hz|90 Hz|120 Hz|144 Hz|Don't know-->

4. Background and auto-start management

MIUI aggressively caches applications, but often it leads to unnecessary battery consumption.

Turn off auto-start for unnecessary applications:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Autorun.
  2. Turn off auto-run for instant messengers (except the main one), games and social networks.
  3. For Google Play Services, set the Manual Allow limit.

Use ADB to block wake-ups for system applications:

adb shell cmd appops set com.miui.securitycenter android:wake_lock ignore


adb shell cmd appops set com.xiaomi.mipicks android:wake_lock ignore

This will turn off background activity for Mi Security Center and Mi Picks, the famous battery eaters.

List of the most voracious system applications MIUI
Mi Push Service (responsible for notifications but often incorrectly works), MiuiDaemon (background optimization process), AnalyticsCore (computing Xiaomi statistics), DownloadProviderUi (download manager, even if you do not download anything).

Attention! Disabling some system processes may disrupt notifications or updates. Before making changes, back up through Settings β†’ Additional β†’ Backup and Reset.

5. Communication optimization: Wi-Fi, mobile network and GPS

Communication modules consume up to 20 percent of their charge, especially when the signal is weak, and this is how to reduce their appetite.

  • πŸ“Ά Mobile Network: Switch to Mobile Network 3G (if not 4G/5G) In Settings β†’ SIM-maps and mobile networks β†’ Preferred network type. Savings: up to 15%.
  • πŸ”„ Wi-Fi: Turn off Network Search in the background and Auto Connect to Open Networks in Wi-Fi settings.
  • πŸ“ GPS: Use Device Only (without Internet) in Settings β†’ Location β†’ Mode. Accuracy is a little lower, but battery consumption is reduced by 30%.
  • πŸ”— Bluetooth: Turn off Device Search and Auto Connection for Unneeded Gadgets.

For dual-devices SIM-cards (Redmi Note) 12 Pro+, Xiaomi 13T) Turn off the second. SIM, If not used: even in standby mode, it spends 5-7% day-load.

πŸ’‘

A weak cellular signal (1-2 division) increases battery consumption by 3-5 times due to constant connection attempts, in which case it is better to turn on "In the plane" mode and use Wi-Fi for calls.

6. Hardware tricks: firmware, core and cooling

If the software methods didn't work, it's time to dig deeper.

Firmware update:

  • Check the relevance of the MIUI version in Settings β†’ About Phone β†’ System Update.
  • For older models (Redmi Note 9, POCO X3), install a custom core such as FrancoKernel – it optimizes power consumption by 10-20%.

Cooling:

Overheating causes the processor to run at lower frequencies, which increases task times and battery consumption.

  • Remove the cover during charging or games.
  • Use a coolpad (metal stand) for passive cooling.
  • Turn off CPU Overclocking in the developer settings.

Battery calibration (only for devices older than 1 year):

  1. Discharge the phone to 0% and turn it off.
  2. Connect to charging and hold for 10-12 hours without turning on.
  3. Turn on the phone, discharge to 0% and charge again to 100%.

This will reset the battery controller and return accurate readings of the charge level.

πŸ’‘

For fast charging devices (Xiaomi 12T Pro, Redmi K50), turn off ultra-fast charging in Settings β†’ Battery β†’ Fast charging. It heats the battery, reducing its life.

7.Alternative firmware: when MIUI is not optimized

If all methods didn't work, consider switching to custom firmware.The best options for saving battery are:

FirmwareAdvantagesDeficienciesXiaomi support
LineageOSMinimalist interface, no background MIUI processesNo Xiaomi features (IR-blaster, camera)Most models
Pixel ExperienceClean Android with Google OptimizationsMIUI gestures may not workFlagships (Mi 11, 12, 13)
crDroidFlexible kernel settings, Magisk supportA complex installation for beginnersRedmi Note 10/11, POCO F3

The installation will require:

  1. Unlock the bootloader via Mi Unlock Tool (waiting 7-14 days).
  2. Install TWRP Recovery for your model.
  3. Switch firmware and GApps (if you need Google services).

⚠️ Warning! Flashing will void warranty and may cause the device to blink. Before the procedure, check the firmware compatibility with your model on the forum XDA Developers.

8 Hardware modifications: when software methods are powerless

If the battery is worn out (capacity <50% of the original), no settings will help.

  • The phone is discharged in 2-3 hours without load.
  • Charging jumps (for example, from 50% to 20%).
  • The device is turned off with 15-30% of the remainder.

Decisions:

  1. Replacement of the battery (cost: 1,500–4,000) β‚½ Use only original Xiaomi batteries or certified counterparts (ATL, Sunwoda).
  2. Installation of external battery (power bank). For models with support for Quick Charge 4+ (Xiaomi 11T Pro) will suit the batteries Xiaomi Mi Power Bank 3 Pro (20 000 mAh).
  3. Disabling fast charging (prolongs battery life by 20-30%)

⚠️ Warning: Replacing a Xiaomi battery with an integrated battery (such as the Mi 11 Ultra) requires repainting the display because the battery is glued to the screen, a procedure that costs more and must be performed at a service center.

FAQ: Frequent questions about battery saving on Xiaomi

Can I turn off MIUI Optimization without root?
Yes, with help. ADB-However, some features (e.g., background activity restriction for system applications) require superuser rights.
Why does the battery run down quickly even in standby mode?
The reason is partial wake locks from applications or system processes. Check the statistics through adb shell dumpsys batterystats or install BetterBatteryStats (you need root), most often Mi Push Service, Google Play Services or instant messengers.
How to check battery wear on Xiaomi?
Use the code ##4636##, then go to Battery Information. Health Level will show current capacity. You can also use the AccuBattery app (showing wear as a percentage).
Should you turn off 5G to save your battery?
Yes, unless you are using ultra-fast internet. 5G-modem consumes 20-30% more energy than 4G. Turn it off in Settings. β†’ SIM-maps and mobile networks β†’ Preferred network type, by selecting 4G/3G/2G.
Why did the battery start to run faster after the MIUI update?
Newer versions of MIUI often add background processes (e.g. Mi AI or Xiaomi Cloud). After upgrading: Reset to factory settings (Settings β†’ Additional β†’ Backup and Reset). Disable new features like Adaptive Brightness 2.0 or Smart Assistant. Check the list of auto-run applications - new system services are often added.