The battery is one of the most vulnerable components of the smartphone, and the Xiaomi Redmi Note 10 (including the Pro and Pro Max modifications) is no exception. After 1-2 years of active use, the battery capacity can decrease by 20-30%, leading to rapid discharge, overheating and unstable operation. But how exactly do you know what condition your battery is in? Official MIUI settings hide most of the data, and third-party applications often show conflicting results.
In this article, weβll look at 5 proven ways to diagnose a battery, from simple (via phone menus) to advanced (using ADB and engineering menus), how to check real wear, number of charging cycles, voltage and even battery temperature in real time, and at the end, answers to frequent questions and tips on extending battery life.
β οΈ Warning: Some methods require unlocking the bootloader or root rights. Wrong actions can result in a phone reset or loss of warranty. If you are not sure, use only the first two methods (via settings and apps).
1. Checking the battery through standard MIUI settings
The safest, but also the most limited way. Xiaomi hides most technical data, but basic information about the status of the battery can be obtained without additional tools.
Open Settings β Battery and Performance β Battery status. Here you will see:
- π Percentage charge level (current but not showing actual capacity).
- β‘ Assessment of the state - a generalized label ("Good", "Mediocre", "BadΒ»).
- π Use schedule for the last 24 hours (helps to identify abnormal flow rates).
β Cons of the method: No data on wear, charging cycles or exact capacity. The score "Good" can be displayed even at wear of 15-20%, because the rating "Good" can be displayed even at wear of 15-20%, because MIUI round-off.
π‘ Tip: If you see a warning on this menu that says βBattery needs to be replaced,β it means that the wear and tear has exceeded 40% β this is a critical indicator for the Redmi Note 10.
2. Diagnostic applications: AccuBattery vs AIDA64
The side of the utility gives more data than the standard settings, and we tested the two most popular applications for the Xiaomi Redmi Note 10 and compared their accuracy.
AccuBattery (free version with limitations):
- π Shows real capacity (for example, 4500 mAh instead of the declared 5000 mAh).
- π Tracks charging cycles (but resets after reinstalling).
- π‘οΈ Monitor the battery temperature in real time.
- β οΈ Does not show wear in percentage (only the calculated capacity).
AIDA64 (paid, but there is a trial version):
- π Provides complete technical information: voltage, battery technology (Li-Polymer), serial number.
- π Shows current consumption current (useful for identifying "gluttonous" applications).
- π Displays health status (Health) as a percentage (but may conflict with health status) MIUI).
β οΈ Note: Both applications may show over-wear on first launches. Use them for at least 3-5 consecutive days for accurate data.
Charge your phone to 100% | Calibrate the battery (discharge to 0% and charge without interruption) | Turn off battery optimization for the app | Do not use fast charging during the test-->
3. Hidden engineering menu: ##4636##
This menu is designed for developers, but it also works on the Redmi Note 10 without root, and it gives you access to data that is hidden in the standard settings.
How to open it:
- Open the Phone app.
- Enter the combination: ##4636###.
- Select the Battery Information item.
What can I find out:
| Parameter | What does it mean? | Norm for Redmi Note 10 |
|---|---|---|
| Charge level | Current % charge | Coincides with the indicator in the status bar |
| Status. | Charging status (Charging, Discharging) | It should change when connecting the CC |
| power supply | Charging type (USB, AC, Wireless) | For fast charging - AC |
| Temperature. | Current battery temperature | 25β40Β°C (above 45Β°C β overheating) |
| Tension. | Battery voltage | 3.7-4.4V (below 3.5V is a deep discharge) |
β οΈ Attention: In some firmware MIUI If the combination doesn't work, try the alternative code: ##284## (battery test).
What to do if the engineering menu is not opened?
Advanced diagnosis through ADB (no root)
If you want the most accurate data, including the number of charging cycles and real wear and tear, use ADB (Android Debug Bridge), which does not require superuser rights, but requires a computer.
Step 1: Preparation
- π₯οΈ Install. ADB Tools on PC.
- π± Turn on Debugging. USB on the phone: Settings β The phone. β Version. MIUI (Press 7 times, then return to Settings β Additionally. β For developers).
- π Connect the Redmi Note 10 to your PC via cable (use the original cord!).
Step 2: Commands to test the battery:
adb shell
dumpsys batteryIn the answer, find the lines:
- health - state (2 = good, 3 = overheating, 4 = dead battery).
- Capacity is the current capacity in percent. Compare it to scale.
- cycle_count β Number of complete charging cycles (norm to 500).
π‘ Example of inference:
health: 2
level: 85
scale: 100
voltage: 4023 (mV)
temperature: 320 (32Β°C)
cycle_count: 214β οΈ Note: On some firmware Xiaomi blocks access to cycle_count. If the team is not working, try it:
adb shell
cat /sys/class/power_supply/battery/cycle_countπ‘
If ADB Do not recognize the device, update the Xiaomi drivers using the Mi Flash Tool or try another one USB-port (preferably) USB 2.0).
5. Testing through test mode (for experienced only)
This method is suitable for the Redmi Note 10 on a Qualcomm Snapdragon processor (Pro/Pro Max models), which allows you to get data directly from the battery controller, but requires caution.
Instructions:
- Turn off the phone.
- Press Volume Up + Power before the Mi logo appears.
- Release the buttons and immediately press Volume up + Volume down for 10 seconds.
- You will be taken to Diag Mode (black screen with white text).
- Select Battery Info (move β volume buttons, choice β power).
Here you'll see:
- π Full Charge Capacity β Real Capacity (compare with Passport Capacity).
- π Charge Cycles β Exact Charging Cycles.
- π Battery Wear β wear in % (critically above 30%).
β οΈ Warning: Do not change other settings in Diag Mode! this may result in loss IMEI or reset.
π‘
If you see Battery Wear: 25%+ in test mode, itβs time to change the battery β even if the phone holds a charge for 1-2 days.
Comparison of methods: which one to choose?
Not all methods are equally accurate. We've put the data into a table to make it easier for you to choose:
| Method | precision | Difficulty | PC required | Shows cycles. | Shows wear and tear. |
|---|---|---|---|---|---|
| MIUI settings | β | β Easy. | β No. | β No. | β No. |
| AccuBattery | βββ | β Easy. | β No. | β Yes. | β No (only capacity) |
| Engineering menu | βββ | β Middle-Average | β No. | β No. | β No. |
| ADB | ββββ | β οΈ Hardly. | β Yes. | β Yes. | β Yes. |
| Test mode | βββββ | β οΈ Very difficult. | β No. | β Yes. | β Yes. |
πΉ For most users, AccuBattery is enough. + engineering menu.
πΉ If you need accurate wear, use it. ADB test-mode.
πΉ For a diagnosis before selling your phone, check all methods and take screenshots.