Modern smartphones have become an integral part of our lives, and their autonomy often determines ease of use throughout the day. However, over time, even the most capacious batteries lose their original capacity, which leads to rapid discharge and unexpected shutdowns. Unlike the Apple ecosystem, where the percentage of battery wear is displayed explicitly in the settings, the operating system hid this data from the average user for a long time. Android hid this data from the average user for a long time.

The lack of transparent statistics makes gadget owners wonder: is it time to change the battery or is the problem hidden in background processes? Fortunately, there are several proven methods that provide comprehensive information about the health of your power unit. From hidden engineering menus to professional computer utilities, we will look at all available diagnostic options.

In this article you will find detailed instructions on how to find the actual battery capacity, the degree of its degradation and temperature indicators. We will analyze both standard system tools and third-party solutions that will help you make an informed decision about the need to replace a component or optimize the software.

Use of hidden engineering codes

The fastest way to access technical information about the battery is to use special USSD commands or engineering menus. These codes were introduced by developers for service centers, but they are also available to ordinary users. To activate the menu, just open the Phone application and enter the appropriate combination of characters.

One ​​of the most common codes is ##4636##. After entering the last digit, the menu should open automatically. In the list that appears, select “Battery Information”. Parameters such as charge level, voltage, temperature and battery status are displayed here. However, it is worth noting that on many modern devices, especially from Chinese manufacturers, this code may be blocked by the manufacturer.

For smartphones of the brand Xiaomi and its sub-brands, the combination ##6485##often works. This menu provides much more detailed statistics. In the list of parameters you need to look for the following values:

  • 🔋 MB_06 — displays the current state of the battery (usually “Good” means that everything is in order).
  • MF_02 —shows the number of complete charging cycles that have passed since production.
  • 📉 MF_05 —the estimated residual capacity of the battery in milliamp-hours.
  • 🏭 MF_06 —factory nominal battery capacity.

It is important to understand that the set of codes highly depends on the processor model and the manufacturer’s shell. If standard combinations do not work, try the code *#0228#, which is often active on devices with processors Exynos from Samsung. In this menu you can also see the voltage and status of the battery, although the interface may look intimidating to an untrained user.

⚠️ Attention: Do not change the settings in the engineering menu if you are not sure of your actions. Accidentally resetting the calibration or changing the voltage parameters can lead to incorrect charge display or even damage to the power controller.

📊 Which testing method did you use previously?
Engineering codes
Applications from the Play Market
Computer apps
Never checked

Diagnostics through system settings and statistics

Starting Since version Android 14, Google has introduced the function of displaying battery status directly into the system settings. This long-awaited update allows users to see wear percentage without installing third-party software. However, this feature is not yet available on all devices, but only on certified models that receive security updates regularly.

To check for this option, go to Settings → Battery → Battery status. If your smartphone supports this feature, you will see a graph of capacity degradation over the last 365 days and the overall percentage of battery health. The system automatically calibrates this data based on the device's learning algorithms, which makes the information accurate enough for everyday needs.

On devices where the native function has not yet appeared, you can use the built-in diagnostic system. Many manufacturers, such as Samsung, Huawei and Oppo, have pre-installed applications for servicing the device. For example, in Samsung Members there is a “Diagnostics” section where you can run a battery test. The system will check the voltage and status, issuing a verdict of “Good” or “Action Required.”

It is also worth paying attention to the “Digital Wellbeing” menu or battery usage statistics. Although wear and tear is not shown here, abnormally high power consumption by specific applications may indicate software problems, which the user often confuses with physical battery degradation. If the phone is discharged after 2 hours in standby mode, the problem may not be in the capacity, but in “waking up” services.

💡

If there is no “Battery Status” item in the settings, check for system updates. The feature is often added with security patches rather than with major Android version updates.

Third-party apps for precise monitoring

When built-in tools are powerless, specialized utilities from the store come to the rescue Google Play. These apps collect usage statistics, analyze charge cycles, and calculate wear and tear based on the difference between stated capacity and current capacity. However, their accuracy depends on access to system files, which is often limited in new versions. Android often limited.

One ​​of the leaders in this niche is the application AccuBattery. It does not show instant results immediately after installation. To obtain accurate data, you must use the phone as usual for several days, performing charging cycles from 0 to 100%. The application accumulates data on the actual amount of energy received by the battery and compares it with the passport data.

Other popular utilities, such as Battery Guru or CPU-Z, provide additional information about cell temperature and voltage in real time. This is useful for detecting overheating, which is the main enemy of lithium-ion batteries. High temperatures during charging or gaming accelerate the chemical degradation of the electrolyte.

When choosing an application, pay attention to the permissions it requests. For the app to work correctly, it needs access to battery usage statistics. If an application requires unnecessary rights, such as access to contacts or location, it is better to refrain from installing it for the security of your personal data.

Why do applications show different data?

Different applications use different calculation algorithms. Some rely on data from the fuel controller (Fuel Gauge), others on mathematical modeling of charging cycles. The accumulated statistics method used by AccuBattery is considered the most accurate, but it requires time for calibration.

Professional verification via computer and ADB

For users who want to get the most accurate and “honest” data from the depths of the system, there is a method of using software debugging ADB (Android Debug Bridge). This method requires connecting the smartphone to the computer via a USB cable and having the driver and SDK Tools platform installed. It allows you to read battery logs directly, bypassing interface restrictions.

The first step is to activate developer mode on the phone. Go to Settings → About phone and quickly click 7 times on the “Build number” item. After this, a new section “For Developers” will appear in the settings menu, where you need to enable USB debugging. Connect your device to your PC and open a command line or terminal.

Enter the following command to get complete battery information:

adb shell dumpsys batterystats --charged

Or a more general command showing the current status:

adb shell dumpsys battery

In the command output you will find lines level (current charge), scale (maximum level, usually 100), status (status) and health (health). The value health: 2 usually means "Good" (good condition), and other codes may indicate overheating, overvoltage or battery death. This method is the most reliable, since the data is taken directly from the system kernel.

☑️ Preparing for testing via ADB

Done: 0 / 5

Analysis of physical signs of wear

Sometimes software methods are not needed, since the condition of the battery is obvious from physical signs. Lithium-ion batteries are subject to aging not only chemically, but also physically. During degradation, gases can accumulate inside the element, which leads to swelling. This is a critical situation that requires immediate intervention.

Carefully inspect the body of your smartphone. If the back cover begins to come off, the screen protrudes from the frame, or the phone no longer lies stable on a flat surface (it wobbles when you press the center), this is a sure sign of a swollen battery. In this case, operation of the device is prohibited, as there is a risk of fire or damage to the display matrix by pressure from the inside.

It is also worth paying attention to the discharge rate. If the phone turns off at 15-20% charge or the percentage of charge drops abruptly (for example, from 40% to 10%), this indicates an imbalance in the chemical balance inside the cells. The power controller cannot correctly estimate the residual energy due to changes in the internal resistance of the battery.

Symptom Probable cause Recommended action
Bloating case Accumulation of gases, destruction of the separator Urgent battery replacement
Shutdown at 20% Voltage sag under load Calibration or replacement
Extreme heating Internal short circuit Diagnostics in the SC
Slow charging Worn controller or connector Checking the cable and port

⚠️ Attention: Never attempt to puncture a swollen battery or expose it to heat. The contents of modern batteries are toxic and fire hazardous. Dispose of such items only at special collection points.

How to extend the life of a battery and slow down wear

Understanding how to check the condition of a battery is useless without knowing the rules for its operation. The service life of a modern battery is on average 3-4 years or about 500-800 full charge cycles. However, improper handling can cut this period in half. The experts' main recommendation is to avoid extremes.

Try to maintain the charge between 20% and 80%. Deep discharge at 0% and constant charging to 100% create maximum voltage on the cells, accelerating chemical degradation reactions. Many modern smartphones have an “Optimized Charging” feature that learns your habits and holds a full charge until you wake up.

Temperature also plays a critical role. Do not leave your phone in the sun, under a pillow or in a car in the summer, which instantly reduces capacity. It is also not recommended to use the phone during fast charging for heavy tasks such as gaming or video shooting, as this causes double heating. Temperatures above 45°C cause irreversible changes in the electrolyte structure, which instantly reduces the capacity. It is also not recommended to use the phone while fast charging for heavy tasks such as gaming or video shooting as it causes double heating.

Use only certified chargers. Cheap power supplies without quality controllers can supply unstable voltage, which harms the smartphone's power controller. A high-quality cable with a core cross-section sufficient for the current transmitted is also important to prevent energy loss and heat.

💡

The golden rule of battery longevity: keep the charge between 20% and 80%, avoid overheating and do not leave the phone on charge overnight without an optimization function.

Frequently asked questions (FAQ)

Why doesn't the Android settings display the percentage of battery wear?

Google has started implementing this feature only in Android 14 and above, and even then not on all devices. Manufacturers must integrate appropriate drivers and software interfaces. If you have an older version of the OS or a budget model, this option may not be available and you will have to use third-party applications.

Is it possible to calibrate the battery with software to increase capacity?

Software calibration does not restore the physical capacity of the battery. It only synchronizes the charge indicator readings with the actual voltage on the cells. This helps remove percentage spikes (for example, when the phone turns off at 15%), but will not make the old battery last longer.

How many charging cycles can a modern smartphone withstand?

Modern lithium-polymer batteries are designed for approximately 500-800 full cycles (from 0 to 100%) before losing 20% ​​of their original capacity. Frequent recharging in small portions (for example, from 40% to 60%) is considered half cycles and is less harmful to battery chemistry.

Is it harmful to use the phone while charging?

Using the phone while charging is not critical if you are not loading the processor with heavy tasks. The main damage is caused by heat. If you're just texting or reading the news, it's safe. Gaming or navigation during fast charging can lead to overheating and accelerated wear.