Why Redmi? 4X shows the wrong battery charge?
Xiaomi Redmi Smartphone 4X (codename santoni) with lithium-ion battery capacity 4100 mAch over time begins to show strange behavior: the percentage of charge jumps from the 30% before 10% In a second, the device is turned off when 20-30% residue 100% post 10 The reason is not physical wear and tear (although it also affects) but a failure of the power controller, a chip that tracks the actual level of charge.
Battery calibration is a software controller data reset that helps synchronize the actual battery voltage with the percentage displayed. 4X The problem is exacerbated by the fact that the smartphone is often operated on non-original firmware (for example, MIUI 9-12 from third-party developers, where power management algorithms may not work properly, and after battery replacement, calibration is required in the system. 100% In some cases, the new power supply has different discharge characteristics that the controller must "learn".
It is important to distinguish between software failure (solved by calibration) and physical wear (requires battery replacement). If after full discharge the smartphone does not turn on even from charging or the case is swollen, calibration is useless. 2-3 No special skills required.
Signs that the Redmi battery 4X calibration is needed
Not every percentage spike is a reason to calibrate, but here are the exact symptoms that indicate a controller failure:
- π The smartphone is turned off when 15-30% charge, but after charging shows 0% and immediately switch on.
- β‘ Charging to 100% less 1 hour (with the original power supply) 5V/2A).
- π The percentage of charge "sinks" from 50% to 1% in a few minutes, then just as sharply recovers.
- π After rebooting, the battery level changes to Β±10-15%.
- π« B Settings β Battery β The state is displayed as "Unknown" instead of working time.
If one of the points matches, the power controller has lost sync with the battery. 4X It often happens after:
- π§ Firmware updates (especially with MIUI 8 on MIUI 10+).
- π Resetting to factory settings.
- π Battery replacements (even with the original battery).
- β‘ Use of non-original chargers with higher voltage 5V.
β οΈ Warning: If the smartphone overheats during charging (above 45)Β°C) or the battery is swelling - calibration prohibited. These are signs of critical wear and tear, requiring immediate battery replacement.
Calibration Preparation: What to Do in Advance
Calibration on Redmi 4X It's three steps: full discharge, non-interrupted charging, and controller data reset:
Use the original cable and power supply (5V/2A)
Turn off all background activity (see instructions below)
Charge your smartphone to 100% before discharging
Prepare a timer or alarm clock for 3-4 hour
Backup of important data (in case of reset)
-->
1. Turn off background processes:
- Go to Settings β Battery β Battery Use.
- Click on the three dots in the top right corner and select Optimization.
- Turn off auto-start for all applications except system ones.
- Turn on the Battery Saving mode.
Check the status of the battery:
- Install the AccuBattery app (available on Google Play).
- Charge your phone to 100% and check the battery health setting. If it's below 70%, calibration may not help.
- Pay attention to the discharge schedule: sharp dips indicate a failure of the controller.
Prepare the charger:
Use only the original cable and power supply from Xiaomi with output 5V/2A. Unoriginal charging with tension 9V or 12V (For example, from the Redmi Note 8 Pros may damage Redmi's power controller 4X, It does not support fast charging technology.
π‘
If there is no original unit, use the charger from Redmi. 3S or Redmi 4A β They have identical characteristics (5V/2A) and compatible with Redmi 4X.
Method 1: Calibration through full discharge-charging cycle
It's the safest way, and it doesn't require root rights or special software. 4X any version MIUI (custom-made).
Step 1 - Complete discharge
- Charge your smartphone to 100% (use the original adapter).
- Turn off charging and use your phone as normal until it turns off on its own (donβt manually turn it off!).
- Wait after you turn it off. 5-6 hours β it is necessary that the voltage at the terminals of the battery fell to the minimum level.
Step 2 Continuous charging
- Connect your smartphone to charging and do not turn off, even if it turns on.
- Wait until the lock screen is displayed. 100% (usually 2-3 hour).
- Leave the phone to charge for another 1 hour after reaching 100%.
Step 3: Battery data reset
- Turn off the charging and turn on the smartphone.
- Go to Settings. β All settings β Battery β Battery status.
- Click on the three dots in the upper right corner and select Reset Battery Statistics (on some firmware, the item is called Calibration).
- Confirm the action and restart the phone.
After the reboot, the power controller will recalculate the battery settings. 1-2 weekly.
β οΈ Note: If after calibration the smartphone is still turned off when 20-30% Check the status of the battery contacts. 4X often oxidized spring contacts on the motherboard - they need to be cleaned with alcohol.
Method 2: Calibration through the engineering menu (for advanced)
This is a good way to do it if standard calibration doesn't work. It requires access to an engineering menu (Engineer Mode) that's hidden in the firmware. 4X menu is available without root rights, but careless actions can lead to system failure.
Step 1 Enter the Engineering Menu
- Open the Phone app.
- Enter the combination: ##4636###.
- Select Battery Information (Battery Information).
Step 2: Resetting the controller data
In the Battery information menu, look for the Battery health option. If it displays Unknown or a value below Good, follow the following steps:
- Click on Battery Health and hold for 5 seconds - a reset window should appear.
- Select Reset Battery Stats (some firmware may call it Calibrate).
- Confirm the action and wait for the reboot.
Step 3: Recalibration
After resetting through the engineering menu, be sure to complete the full discharge-charging cycle (see Method 1).
| Parameter | Normal value. | Sign of failure |
|---|---|---|
| Battery health | Good | Unknown, Dead, Overheat |
| Battery temperature | 25Β°Cβ40Β°C | Above 45Β°C or below 0Β°C |
| Battery voltage | 3.7Vβ4.2V | Below 3.4V or above 4.3V |
| Battery level | Corresponds to the actual charge. | Horse racing Β±10% on reboot |
β οΈ Note: If the Battery voltage setting shows the value below 3.4V upon 0% Charge it with the original adapter when it's off. 1-2 An hour before continuing the calibration.
What to do if the engineering menu is not available?
Method 3: Calibration with ADB (for power users)
If the first two methods donβt work, you can reset your battery data via Android Debug Bridge (ADB). This method requires a computer and basic knowledge of working with the command line.
Step 1. Set it up. ADB-driver
- Download Platform Tools from the official Android website.
- Unpack the archive into the root of the disk C:\ (path should not contain Cyrillic).
- Turn it on on Redmi. 4X Developer mode: go to Settings β About the phone and 7 times click on the version MIUI.
- Return to Settings β Additional β For developers and activate Debugging over USB.
Step 2. Connect your phone to your PC
- Get Redmi on the line. 4X computer-wise USB-cable.
- In the platform-tools folder, hold the Shift. + right-button β Open the PowerShell window here.
- Enter the command to check the connection: adb devices If the device is displayed β you can continue.
Step 3: Battery data reset
Perform the following commands in order:
adb shell
su
rm /data/system/batterystats.bin
rebootIf after rebooting the percentage of charge still jumps, perform a full discharge-charging cycle (see Method 1).
β οΈ Note: Su command requires root rights. If none are available, use an alternative command without root: adb shell dumpsys battery reset The effect will be less noticeable, but will help with minor failures.
π‘
ADB-Calibration is the most radical method, but it resets all the data of the controller, including the history of the energy consumption of applications. 2-3 Charging cycles may be displayed incorrectly - this is normal.
What if calibration doesnβt help?
If after all the manipulations of Redmi 4X And it's still showing inappropriate battery behavior, and it's deeper than that:
- π Physical wear of the battery: Capacity below 60% of nominal value (checked in AccuBattery) Solution - battery replacement (original artwork. MBJ416640).
- π Failure of the power controller: the microchip BQ24192 (It's a motherboard that fails with frequent voltage drops.
- π± Firmware failure: On custom MIUI (For example, xiaomi.eu, power management algorithms may not work properly, so the solution is to flash the official global version through the Mi Flash Tool.
- π§ Contact oxidation: The battery's spring contacts or charging connector are contaminated. The solution is alcohol and benton cleaning.
To diagnose battery wear, use the command ADB:
adb shell dumpsys batteryPay attention to the parameters:
- health: should be 2 (Good).
- voltage 100% charge β 4.2Vβ4.3V.
- temperature: normal 250β350 (tenth-degree).
If the health is 3 (Overheat), 4 (Dead) or 7 (Over Voltage) the battery is replaced.
How to extend the life of Redmi battery 4X post-calibration
Calibration solves the charge display problem, but doesn't stop the physical wear of the battery.To Redmi 4X You have served longer, follow the rules:
- π Avoid full discharge: Optimal range 20%-80%, full discharge (0%) and charge (100%) accelerate degradation.
- β‘ Use the original charging: Power units with output 9V/12V (For example, from the Redmi Note 5) reduce the battery life of the 30%.
- π‘οΈ Control the temperature: Do not use your phone on a charge in temperatures above 30Β°C (e.g. under direct sunlight).
- π΅ Disable background processes: Apps like Facebook or Telegram in the background consume up to 15% of the charge per hour.
- π Update the firmware: In new versions MIUI Optimized power management algorithms (e.g., in the MIUI 12.5 Added Ultra Battery Saver Mode).
Battery savings settings on Redmi 4X:
- Go to Settings β Battery β Battery Mode.
- Choose Balanced or Saving Charge.
- Activate AutoRun Optimization for all applications.
- Include charge saving in the background for social networks and instant messengers.
To check the actual capacity of the battery, use the test:
- Charge the phone to 100%.
- Disable all communications (Wi-Fi, mobile data, Bluetooth).
- Turn on the plane mode and start the video in offline mode (brightness 50%).
- Set time to full discharge.Redmi's normal 4X β 8-10 hours.
If the battery life is less than 5 hours, the battery capacity has dropped below 60%, and calibration will not help.
π‘
Regular calibration (once in a year) 3 Months) and compliance with charging rules extend the life of Redmi's battery 4X on 20-30%. But if the smartphone is older, 3 Prepare to replace the battery - lithium-ion cells lose up to 20% capacity.