Smartphone owners are often faced with a situation where the device’s operating time without recharging is sharply reduced. This may be due to either physical battery wear or software glitches that incorrectly display the remaining charge. Understanding the current state of the power supply is a key step in deciding whether to replace or optimize the system.
There are several proven methods that can provide accurate data on the health of a battery. However, it is important to distinguish between the rated capacity declared by the manufacturer and the actual residual resource, which decreases with each charging cycle. In this article we will look at all diagnostic methods, from built-in tools to third-party applications.
Checking through system settings and engineering menu
The easiest and safest way to start diagnostics is to turn to the built-in functions of the operating system. Modern shells from Xiaomi, Samsung i OnePlus often include battery statistics sections directly in the settings menu. The user just needs to go to the section Settings, find the item About phone or Battery and study the available information.
However, the standard menu rarely shows the current capacity in milliamp-hours (mAh). Most often, only the percentage of wear or the number of charging cycles is displayed there. To obtain more detailed technical data, you can use the engineering menu, available on many devices.
To enter the diagnostic mode, you need to open the “Phone” application and dial a special code. On devices with processors MediaTek the combination ##4636##often works. After entering the code, a hidden testing menu will automatically open.
⚠️ Note: Engineering codes may vary by brand and model. Do not change the settings in this menu if you are not sure of their purpose, as this may lead to unstable operation of the network or other modules.
In the list that opens, select the item Battery information (Battery Information). Here you will see parameters such as charge level, voltage, temperature and, most importantly, battery health status. If the field Health shows the value Good, then the battery is functioning normally.
If the code ##4636## does not work, try universal combinations for your brand, for example, #0# for Samsung or ##6484## for Xiaomi.
Using third-party applications for accurate diagnostics
When built-in tools do not provide a complete picture, specialized utilities from the store come to the rescue. Google Play. These applications read data directly from the system file battery_stats.bin and calibrate them based on usage history.
The application is considered one of the most reliable tools. AccuBattery. It not only shows the current charge, but also calculates the actual capacity in comparison with the design one. The principle of operation is based on measuring the amount of energy entering the battery during charging and comparing it with changes in the percentage of charge.
The app takes time to obtain accurate data. Typically, it is necessary to carry out 3-5 full charging cycles from 15% to 100% for the algorithm to generate a correct estimate. After this, the value of the actual capacity in mAh will appear in the “Health” tab.
- 📊 AccuBattery —the market leader, provides detailed statistics on the wear rate.
- 🔋 Battery Guru —an alternative with an emphasis on tips for extending the life of the battery.
- 🛠️ AIDA64 —a comprehensive utility that shows all the technical characteristics of the device, including voltage cells.
It is important to understand that no application can measure capacitance to the nearest unit without special laboratory equipment. However, an error of 3-5% is quite acceptable for household diagnostics and making a decision on replacement.
Analysis through a computer and the ADB utility
For advanced users with access to a computer, the most accurate method is to use debugging by USB and console utilities Android Debug Bridge (ADB). This method allows you to obtain “raw” data from the system without intermediaries in the form of graphical application shells.
First you need to activate the developer mode on your smartphone. To do this, go to Settings → About phone and quickly click 7 times on the item Build number. After the activation message appears, in the “For Developers” menu, turn on the toggle switch USB debugging.
Connect the smartphone to the PC with a cable and open the command line on the computer. Enter the following command to display complete information about the battery:
adb shell dumpsys battery
In the resulting report, look for the lines scale (maximum charge) and level (current charge). Although direct mAh capacity is not always displayed here, indirect data on voltage (voltage) and temperature allows you to judge the condition of the batteries. A deeper analysis is possible by reading files in the directory /sys/class/power_supply/battery/.
⚠️ Attention: ADB commands require a device driver installed on the computer. If the PC does not see the smartphone, check the cable and the debugging permission, which should appear on the phone screen when connected.
This method is especially useful when the device's touch screen is damaged or does not work correctly, and the application cannot be installed. Through the console, you can obtain critical data even on a “half-locked” gadget.
Deciphering ADB parameters
The 'status' parameter shows the status (2 - charging, 3 - discharging, 4 - full charge). The 'health' parameter indicates the physical condition (1 - unknown, 2 - good, 3 - overheating, 4 - overvoltage).
Deciphering the technical characteristics of the battery
Having received the numbers, many users are lost in their meaning. To correctly interpret the data, it is necessary to understand the difference between design and actual capacitance, as well as the effect of voltage on these indicators.
Design capacitance is the value that the manufacturer specified in the specifications when the device was released. Actual capacity is how much energy the battery can currently store. The difference between them is the percentage of wear.
You should also pay attention to voltage. The normal operating voltage of a lithium-ion battery ranges from 3.7V to 4.2V when fully charged. If the voltage drops below 3.5V under load, this is a sure sign of degradation of chemical elements.
| Parameter | Normal value | Critical value | What does it mean |
|---|---|---|---|
| Temperature | 25°C - 35°C | Above 45°C | Overheating or short circuit |
| Voltage | 3.8V - 4.2V | Below 3.4V | Deep discharge or wear |
| Health | Good | Bad / Overheat | Physical damage to the cell |
| Captain wear | 0% - 10% | More than 25% | Battery replacement required |
If you see that the actual capacity has dropped by more than 20% from the factory one, you should think about replacing it. Further operation may lead to sudden shutdowns of the device even if there is 10-15% charge on the indicator.
A drop in capacity below 80% of the nominal value is considered critical for the comfortable use of a modern smartphone during the day.
Signs of physical degradation of the battery
Numbers in apps is good, but the physical condition of the battery case also plays an important role. A visual inspection can reveal problems that the software sometimes ignores or interprets incorrectly.
One of the most dangerous signs is a swollen battery. If the back cover of the smartphone begins to come off, the screen bends, or the device does not lie well on a flat surface, this is a clear signal of gas accumulation inside the battery.
In this case, software diagnostics fade into the background. Operation of a swollen battery is strictly prohibitedas there is a risk of fire or damage to the display matrix by pressure.
- 👀 Visual inspection: Check the case joints for gaps.
- 🌡️ Heating: Excessive heating in idle mode indicates an internal short circuit.
- ⚡ Spikes charge: A sharp drop from 40% to 5% in a couple of minutes indicates a “memory effect” or the death of one of the cells.
Sometimes the software controller (BMS) can block charging if it detects abnormal resistance. In such cases, the phone may show a battery icon but not turn on.
⚠️ Warning: Never attempt to puncture or press on a swollen battery. Dispose of it at special collection points and immediately replace it with a new one.
Calibration and optimization after testing
Once you know the battery capacity, a calibration procedure may be required. This is necessary if the charge indicator does not work correctly: the phone turns off at 20% or hangs at 100% for a long time.
Calibration does not restore the physical capacity, but synchronizes the controller readings with the actual charge level. To do this, it is recommended to completely discharge the device before turning it off, then charge it to 100% while it is turned off, without interrupting the process.
It is also worth paying attention to the energy saving settings. Limiting the background activity of applications and reducing the screen refresh rate can visually “increase” the operating time, compensating for natural wear and tear.
☑️ Checklist for proper calibration
Regularly checking the battery status will help extend the life of your gadget and avoid unpleasant surprises in the form of sudden discharge at an important time moment.
Frequently asked questions (FAQ)
Why does the application show a different capacity each time it is checked?
Application algorithms work based on statistics. If you interrupt charging or use your phone while taking measurements, the data may not be accurate. For a stable result, carry out several full charge-discharge cycles.
Is it possible to increase the battery capacity programmatically?
No, it is impossible to increase the physical capacity. Using software methods, you can only calibrate the display of the charge percentage or limit the energy consumption of the system, which will extend the operating time, but will not change the battery capacity.
How dangerous is battery wear for the data on the phone?
Wear itself does not delete data. However, suddenly turning off the phone due to a voltage surge in the old battery can damage files that were being written at that moment, or lead to failures in the file system.
Does fast charging affect the rate of degradation?
Yes, high currents and heating during fast charging accelerate the chemical aging processes of lithium-ion cells. However, modern power controllers minimize this effect, so the difference is not critical when using certified chargers.