Introduction: When โrapid dischargeโ is the norm and when is the problem
Have you noticed that your Xiaomi Redmi Note 12 or POCO X5 Pro discharges in half a day, even though it used to hold a charge for a day? Or Xiaomi 13 Ultra loses 20% in an hour in standby mode? Rapid battery drain is one of the most common complaints of Xiaomi smartphone users, but this is not always indicative of a malfunction. In some cases, this behavior is due to the features of the MIUI firmware, in others โ real problems with the battery or iron.
Before you run to a service center or buy a new battery, you should get to the root of the problem. In this article, we will analyze 12 key reasons why Xiaomi can quickly land, from the obvious (background apps, bright screen) to the hidden (power controller defects, calibration errors), and you will find step-by-step instructions for diagnosing and fixing each of them, including MIUI settings, ADB commands and tips for extending battery life.
We will pay special attention to Xiaomi models of recent years (2022-2026), where the problem is often associated with aggressive optimization of power consumption in firmware based on Android 13/14. If your phone is older, do not worry: most tips are universal and will be suitable even for the Redmi 4X or Mi A2.
1. Background processes and "gluttonous" applications
The most obvious but often overlooked reason is the background activity of apps, which even if you don't use TikTok or Instagram, they can consume up to 30 percent of their charge per day due to constant sync, notifications and analytics, especially on social media, instant messengers and games with aggressive ads.
How do you check?
- ๐ Open the Settings. โ Battery โ Battery use. This is the app that's sorted by energy consumption, and if Facebook or AliExpress comes first, you've got a problem.
- ๐ Check the Settings section โ Annexes โ Application management โ Autostart. You can turn off autostart unnecessary programs here.
- ๐ซ B Settings โ Battery โ Select โEnergy Savingโ or โBalancedโ (not โPerformanceยป!).
For a radical solution, use background restriction via ADB (requires a PC connection):
adb shell cmd appops set < application package > RUN_ANY_IN_BACKGROUND denyReplace the <app package> with the name of the package (e.g. com.facebook.katana for Facebook).
โ ๏ธ Attention: Restricting the background for system applications (such as MiuiDaemon) can cause the phone to run unstable!
2. Unoptimized MIUI settings
MIUI firmware is known for its abundance of features, but many of them run in the background and drain the battery. For example, Smart Assistant, Second Space, or Game Turbo can consume up to 10-15% of the charge per day, even if you do not use them.
What to turn off first:
- ๐ Auto-update MIUI: Settings โ The phone. โ Updating the system โ โ๏ธ โ Auto download updates (turn off!).
- ๐ฎ Game Turbo: Settings โ Special opportunities โ Game Turbo (unplug if you are not playing).
- ๐ Mobile data in the background: Settings โ SIM-maps and mobile networks โ Data transfer in the background (limit to unnecessary applications).
- ๐ก Wi-Fi and Bluetooth scanning: Settings โ Connections โ Additionally. โ Scanning. Wi-Fi/Bluetooth (Turn it off if you are not using smart devices).
Also check the performance mode:
- Go to Settings โ Battery โ Battery Mode.
- Choose Power Saving or Balanced. Performance mode increases the CPU clock speed, leading to increased power consumption.
โ๏ธ Optimization MIUI battery-saving
Battery problems: wear and calibration
If your Xiaomi is older than 2-3 years, the reason for the rapid discharge can be the physical wear and tear of the battery. Lithium polymer batteries lose capacity over time: after 500 charging cycles, they hold only 70-80% of their original volume.
#4636## โ Battery Information โ Battery HealthIf the value exceeds 20-25%, it is time to change the battery.
Another common problem is the incorrect calibration, where the phone is 100 percent charge and then suddenly shuts down after 10 minutes, and you can manually fix this.
- Discharge the phone to 0% (until it turns off by itself).
- Connect to charging and do not turn on 3-4 hours (even if the screen will appear 100%).
- Turn off the charging, turn on the phone and wait for the system to fully boot.
- Repeat the cycle 2-3 times.
For models with a non-removable battery (for example, Xiaomi 12T or Redmi Note 11 Pro+), calibration can be performed using ADB:
adb shell dumpsys battery resetadb shell dumpsys battery set level 100โ ๏ธ Warning: If after calibration the phone still turns off at 20 to 30 percent charge, the problem is the power controller or damaged battery contacts.
| Sign of a problem | Probable cause | Decision |
|---|---|---|
| The phone turns off at 15-30% charge | Wrong calibration | Full discharge + charging for 3+ hours |
| The battery holds a charge of less than 4-5 hours | Battery wear (>25%) | Battery replacement |
| The phone is warming and discharged quickly | Power controller defect | Diagnostics in the service |
| Charge "jumps" (for example, from 50% to 20%) | Oxidation of battery contacts | Cleaning or replacing the connector |
4. Screen brightness and refresh rate
The display is the second most voracious component after the processor. AMOLED-screens (e.g. Xiaomi 13 or Xiao) POCO F5) A brightness above 60 percent can consume up to 40 percent of the charge in a day, and if you use 120 Hz or 144 Hz, the flow goes up by another 15 to 20%.
How to optimize:
- ๐ Set adaptive brightness (Settings) โ Display. โ Brightness โ Adaptive brightness and limit maximum to 70%.
- ๐ Reduce the refresh rate to 60 Hz (Settings) โ Display. โ Update frequency. For most tasks (social networks, messengers) this is enough.
- ๐ Enable a dark theme (Settings) โ Display. โ Dark subject. AMOLED-This saves up to 10% of the charge on screens.
- โฑ๏ธ Set screen timeout for 15โ30 seconds (Settings) โ Display. โ Sleeping mode).
For models with LCD-screens (e.g. Redmi) 10C) Dark theme does not have this effect, but reducing the brightness and refresh rate will still help.
๐ก
If you watch YouTube videos frequently, turn on the Dark Theme option in your app settings and limit the resolution to 720p, which will reduce battery consumption by 20-25%.
5. MIUI malfunctions and system errors
Sometimes it's because of firmware bugs, especially after updates, like MIUI 14, which had a massive power leak problem due to a glitch in com.miui.analytics, which consumed up to 5% charge per hour on standby.
- ๐ Cache reset: Settings โ Memory. โ Clear cache (does not delete data, but can eliminate lags).
- ๐ฑ Resetting network settings: Settings โ SIM-maps and mobile networks โ Reset network settings (helps with modem problems).
- ๐ง Update rollback: If bugs appear after the update, try to roll back to the previous version via Fastboot (instructions are on the forum). 4PDA).
- ๐ ๏ธ Flashing: Install stable global firmware via Mi Flash Tool (requires unlocking the bootloader).
To diagnose system failures, use the battery log:
adb shell dumpsys batterystats --chargedThis command will show what processes have discharged the phone since the last charge.
How to check the MIUI version and the firmware region?
6.Iron problems: power controller, modem, sensors
If all the software methods have been tried, and the battery still goes down in a few hours, it's the iron that's the problem.
- ๐ Power controller (e.g., burnt-out) PMIC) โ The phone can be discharged even when it is off.
- ๐ถ Modem โ if the phone constantly loses the network and reconnects, energy consumption increases 2-3 times.
- ๐ก Wi-Fi/Bluetooth-Module โ A defective chip can consume power even when it is switched off.
- ๐ Oxidized battery contacts โ leading to โjumpingโ charge levels and sudden shutdowns.
How to diagnose:
- Check the flow when off: Charge the phone 100%, turn it off and leave it for 6-8 hours. If the charge has dropped more than 5%, the iron problem.
- Use the test software: In the engineering menu (#4636##) check the Battery Information section. If the voltage jumps strongly when the charge is stable, it's the controller.
- Listen to the phone: If you hear a faint squeak or noise near the speaker (even when the phone is off), itโs a sign of a PMIC malfunction.
โ ๏ธ Warning: If the phone is running 10-15% off overnight, don't try to repair it yourself! This is a sign of a short circuit in the power supply chain, which can lead to a fire!
๐ก
If the phone is running at more than 1% per hour in the planeโs screen-off mode, the problem is precisely the hardware (battery or power controller).
External factors: temperature, chargers, covers
Many users don't realize that the environment has a huge impact on battery life, such as:
- โ๏ธ Cold (below 0)ยฐC: Battery capacity temporarily drops by 20-30%, phone can shut down at 30% charge.
- ๐ฅ Heat (above 35)ยฐC: Accelerates battery degradation. If your phone is warming in the sun, don't use it until it cools.
- ๐ Unoriginal Charging: Cheap cables and adapters can deliver unstable voltage, leading to overheating of the controller and accelerated wear and tear.
- ๐ฑ Thick cases: Deteriorate the heat sink, which causes the phone to overheat and discharge faster.
Recommendations:
- Use original chargers or certified ones (e.g. Anker, Baseus).
- Do not leave your phone charging for more than 8 hours (especially at night).
- Avoid fast charging (such as the 120W HyperCharge) in the heat, which reduces battery life.
- If the phone overheats, turn it off and let it cool without the cover.