The battery is one of the most vulnerable components of a smartphone, which degrades with each charging cycle. Even if your Androiddevice works flawlessly, the actual state of the battery may be critical: reduced capacity, sudden shutdowns at 30-40% charge, or overheating during charging. The problem is that manufacturers rarely provide users with transparent diagnostic tools - and without them, you risk missing the moment when the battery can still be โreanimatedโ by calibrating or changing charging habits.
In this article we will analyze 7 proven methods battery checks Android - from hidden engineering mode menus to professional applications with detailed statistics. You will learn how to determine real capacity (not what the system shows), identify degraded cells, and even predict how long the battery will last under the current mode of use. We will pay special attention hidden USSD codes and ADB commandsthat work even on devices without root access.
Important: test results may vary depending on the smartphone model (Samsung, Xiaomi, Google Pixel etc.), version Android (from 10 to 14) and battery type (lithium-ion vs. lithium-polymer). If your device is older than 3 years, the probability of critical battery wear exceeds 60% - checking will be the first step to extending its life or preparing for replacement.
1. Built-in Android tools: what the "Battery Status" menu hides
Most modern smartphones Android 10+ have basic tools for monitoring the battery, but they are hidden in the depths of the settings. To access them:
- Open
Settings โ Device care โ Battery(on Samsung) orSettings โ Battery(on "clean" Android). - Click on the three dots in the upper right corner and select
Battery settingsorBattery status. - Look for items like
Capacity,Charging cyclesorTemperature.
For example, on Xiaomi i Redmi in the section Settings โ Battery and performance โ Battery status the percentage of wear is displayed. And on Google Pixel you can see the discharge graph for the last day with notes on the background activity of applications.
โ ๏ธ Attention: Embedded data is often overestimate the actual capacity by 10-15%. If the system shows "Capacity: 85%", actual wear may be as high as 30-35%. For accurate diagnostics, use the methods from the following sections.
What can be learned from the built-in tools:
- ๐ Current charge level (in percent and milliamps).
- ๐ฅ Battery temperature โ normal: 25-40ยฐC, critical: above 45ยฐC.
- โณ Screen operating time and background (helps identify "hungry" applications).
- ๐ Number of complete charging cycles (if supported).
Look for the "Capacity" or "Battery Health" item|Compare the temperature with the norm (up to 40ยฐC)|Check the discharge graph for sudden jumps|Pay attention to applications with high consumption-->
2. Hidden USSD codes for battery diagnostics (work without root)
Smartphone manufacturers leave them in the firmware service codes, which allow you to obtain technical information about the battery. These codes are entered in the standard application Phone (as if you were dialing a number). Important: codes may vary depending on the brand and model.
General algorithm:
- Open the application
Phone. - Enter one from the codes below (without the symbol
#at the end, unless otherwise indicated). - Press the call button - the service menu will open.
| Brand | Code | What it shows |
|---|---|---|
| Samsung | ##4636## |
Testing menu with tab Battery information (charge level, temperature, technology). |
| Xiaomi/Redmi/Poco | ##6484## |
Battery test with voltage and current data. |
| Google Pixel | ##4636## or #0# |
Information about battery health and charging history. |
| Huawei/Honor | ##2846579## โ ProjectMenu โ Battery |
Detailed statistics with discharge graphs. |
| Universal | ##36446337## |
Shows the battery serial number and production date (on some models). |
Example data from the menu ##4636## on Samsung Galaxy S23:
- Level: 78% (current charge).
- Voltage: 3.82V (voltage - norm: 3.7โ4.2V).
- Temperature: 34ยฐC (norm).
- Technology: Li-polymer (battery type).
โ ๏ธ Attention: Not all codes work on new models (especially after updates Android 13/14). If the code doesn't work, try the alternative methods in the following sections. Also avoid codes forhard resetorfactory resetโthey can reset settings.
If the service menu does not open, try entering the code without the last character # or use the application Shortcut Master to find hidden functions.
3. Deep diagnostic apps: AccuBattery, CPU-Z and others
Third-party apps provide much more data than built-in tools. They analyze real capacity, discharge rate, temperature peaks and even predict the remaining battery life. We tested 10 popular utilities and chose the top 3 in terms of accuracy and functionality.
AccuBattery - leader in detail
The application AccuBattery (free in Google Play) shows:
- ๐ Real capacity (compares with the factory one).
- ๐ Battery health as a percentage (for example, "82% of initial capacity").
- โก Charging/discharging speed in mA (helps identify "gluttonous" processes).
- ๐ Application statisticsthat consume charge.
How to use:
- Install and open AccuBattery.
- Charge the phone to 100% and leave for 1 hour (for calibration).
- Use the smartphone as usual for 2-3 days - the application will collect data.
- Check the tab
Healthto assess wear.
Example report: if AccuBattery shows "Design capacity: 4000 mAh, Estimated capacity: 3100 mAh", your battery has lost 22.5% capacities.
CPU-Z โ for technical details
CPU-Z (free) specializes in hardware, but has a tab Battery with key parameters:
- ๐ข Charge level percentage and millivolts.
- ๐ก๏ธ Temperature (current and maximum for the session).
- ๐ Charging status (
Charging,Discharging,Not charging). - ๐ Battery technology (Li-ion, LiPo) and voltage.
Battery Guru โfor real-time monitoring
This application records charging history, builds discharge graphs and warns of overheating. Useful for identifying sudden surges in consumption (for example, due to background activity Facebook or Google Play Services).
โ ๏ธ Attention: Some applications (for example, 3C Battery Monitor) require root access to access full data. Without them, they will only show basic information. Also, avoid apps that promise to โrestore battery capacityโ - this is impossible without physical replacement.
How to distinguish real wear from software. errors?
If AccuBattery shows a sharp drop in capacity (for example, from 90% to 60% in a week), but the smartphone is working normally, the calibration may have gone wrong. Try:
1. Discharge the phone to 0% and charge it to 100% without interruptions.
2. Repeat the test in AccuBattery.
3. If the capacity returns to its previous values, the problem was in the software, not in the battery.
4. ADB commands: professional diagnostics without root
If you are ready for more complex manipulations, ADB (Android Debug Bridge) allows you to get maximum accurate battery dataincluding hidden parameters that even applications do not show. This method works on any Androiddevice with USB debugging enabled.
What you will need:
- ๐ฅ๏ธ Computer data-i="185">๐ USB cable (preferably original). Windows/macOS/Linux.
- ๐ USB cable (preferably original).
- ๐ ๏ธ Installed ADB drivers.
Instructions:
- Turn on
Developer modeon phone: go toSettings โ About phone โ Build numberand click on it 7 times. - Return to
Settings โ System โ For Developersi activateUSB Debugging. - Connect your phone to the PC and open the command line (
cmdin Windows orTerminalin macOS/Linux). - Enter the commands one by one:
adb devices
(your device should appear)
adb shell dumpsys battery
(will display full information about the battery)
adb shell cat /sys/class/power_supply/battery/uevent
(an alternative way to get data)
Example of command output dumpsys battery:
level: 78
scale: 100
status: 2 (Charging)
health: 2 (Good)
voltage: 3820 (mV)
temperature: 340 (0.1ยฐC)
technology: Li-polymer
Decoding of key parameters:
- health: 2 (Good) โ battery is normal. Other values:
3 (Overheat),4 (Dead),7 (Cold). - voltage โvoltage: 3700โ4200 mV. Below 3500 mV - critical discharge.
- temperature โtemperature in tenths of ยฐC (340 = 34ยฐC).
ADB commands show raw data directly from the system, without distortion from applications. If health displays 4 (Dead) or 6 (Overvoltage), the battery needs to be replaced soon.
5. Discharge test: how to identify hidden problems
One โโof the most reliable ways to check the health of the battery is controlled discharge test. It helps to identify:
- ๐ Sharp jumps in percentages (for example, from 30% to 1% per minute).
- โฑ๏ธ Real operating time (compare with the declared manufacturer).
- ๐ฅ Overheating under intense load.
How to test:
- Charge the phone to 100% and unplug it.
- Turn it on
Airplane modeto eliminate background network consumption. - Run stress test:
- Option 1: Play video at
YouTubeat maximum brightness. - Option 2: 3D game (Genshin Impact, Call of Duty Mobile).
- Option 3: Run a benchmark (3DMark or Geekbench).
- Option 1: Play video at
Normal results (for a smartphone with a 4000 mAh battery):
- ๐ฎ Games: 3โ5 hours.
- ๐บ Video: 6โ8 hours.
- ๐ฑ Normal use (social networks, messengers): 10โ12 hours.
If the operating time is less than normal by 30% or more, the battery is severely degraded. For example, if your Samsung Galaxy A52 video plays only 4 hours with a stated 15 hours, the capacity has dropped by about 60%.
โ ๏ธ Attention: Discharge test not recommended carry out on worn-out batteries (below 60% health) - this may lead to sudden shutdown and data loss. Save important information first.
6. External signs of battery wear: when itโs time to sound the alarm
Even without special tools, you can suspect problems with the battery based on indirect signs. Pay attention to:
- ๐ Sudden shutdowns at 20-30% charge (symptom of "memory effect" or cell degradation).
- ๐ฅ Overheating during charging or gaming (the battery is hot to the touch - above 45ยฐC).
- ๐ข Slow charging (for example, from 0% to 100% in 4+ hours when using the original charger).
- ๐ Sharp jumps in percentage (from 50% to 30% in a few minutes).
- ๐ฅ Bloating of the case (especially noticeable if the smartphone is lying face up and swaying).
- โก Requires frequent recharging (for example, with normal use it only lasts for half a day).
What to do if signs are detected:
| Symptom | Probable cause | Solution |
|---|---|---|
| Sudden shutdowns | Cell degradation, calibration failure | Try calibration (discharge to 0% + charge to 100% without interruption). If that doesn't help, replace it. |
| Overheating during charging | The charging controller or battery is damaged | Check the charger and cable. If the problem remains, diagnostics in the service. |
| Bloating of the case | Critical wear, risk of fire | Immediate replacement! Using such a battery is dangerous. |
| Slow charging | Battery wear or port failure | Try another memory. If it doesnโt help, check the port and battery. |
If you find swelling, severe overheating or extraneous sounds (hissing, crackling) when charging - immediately unplug the device and do not use it until you replace the battery. Lithium-ion batteries in this state may ignite.
To check if the battery is swollen, place the smartphone on a flat surface with the screen facing up and lightly press the center of the back cover. If the body โplaysโ or bends, this is a sign of swelling.
7. When is it time to change the battery: criteria for making a decision
Replacing a battery is not a cheap procedure (from 1,500 to 6,000 rubles depending on the model), so it is important to understand when it is really necessary. Here is a checklist for making a decision:
Battery health is below 60% (according to AccuBattery|Smartphone turns off at 20-30% charge|Battery life has decreased by 2+ times|Battery is swollen or deformed case|Overheating even under light load-->
Cost of battery replacement in 2026 (approximately):
- Samsung Galaxy S23/S24: 4,000โ5,500 โฝ (original).
- Xiaomi Redmi Note 12: 1 800โ2 500 โฝ.
- Google Pixel 7/8: 5 000โ6 500 โฝ.
- Budget models (Realme, Poco): 1 200โ2 000 โฝ.
Advice for choosing a service:
- ๐ ๏ธ Official centers (Samsung Service, Xiaomi Authorized) - 6-12 month warranty, but more expensive.
- ๐ Local workshops - cheaper, but the risk of non-original spare parts.
- ๐ง Independent replacement - only if you have experience and tools (screwdrivers, suction cups, glue).
โ ๏ธ Attention: After replacing the battery be sure to calibrate: completely discharge and charge the phone 2-3 times in a row. This will help the controller correctly determine the new capacity.
FAQ: Frequently asked questions about checking the battery on Android
Is it possible to restore the battery capacity without replacement?
No, it is impossible to physically restore worn-out cells. However, you can slow down the degradation:
- Avoid complete discharge (keep the charge in the range of 20-80%).
- Do not use cheap chargers.
- Avoid overheating (do not leave the phone in the sun or near sources heat).
apps like "Battery Repair" are a scam. They can only reset the statistics, but will not return the actual capacity.
Why does the settings show "Battery health: normal" and the phone quickly discharges?
Built-in tools Android often smoothing real data. For example, they may show a "normal" condition even if the capacity has dropped by 20%. For an accurate check, use AccuBattery or ADB commands (section 4). Also check background consumption in Settings โ Battery โ Battery usage - perhaps it is not the hardware that is to blame, but the software (for example, Facebook or Google Play Services).
How often should you check the battery condition?
Recommended frequency:
- ๐ฑ New smartphones (up to 1 year): every 3-6 months.
- ๐ Devices 1โ2 years old: once every 2โ3 months.
- โ ๏ธ Smartphones older than 3 years: monthly.
If you noticed sharp deterioration in battery life (for example, previously it lasted for a day, but now it lasts for half) - check the battery immediately.
Is it possible to use the phone while charging?
Yes, but with reservations:
- โ Light tasks (messengers, calls) - safe.
- โ ๏ธ Games/video - increase heating, which accelerates degradation.
- โ Intensive use + fast charging - risk overheating.
Optimal: charge the phone in airplane mode or with the screen off.
Is it true, that wireless charging spoils the battery?
Wireless charging (Qi) slightly accelerates wearbecause:
- ๐ฅ It generates more heat (10-15% higher than cable). data-i="357">or
- โก Less effective (energy loss up to 30%).
However, modern smartphones (Samsung Galaxy S23+, Google Pixel 8 Pro) have protection against overheating. The main thing is to use certified chargers (For example, Samsung EP-P5200 or Anker PowerWave).