Brand smartphones Samsung are known for their energy efficiency, but over time any lithium-ion battery degrades. Users often notice that the device begins to discharge faster, suddenly turns off at 10-15% charge, or takes a long time to gain capacity. Understanding the actual health of your battery is the first step to solving this problem. Unlike iOS, Android does not have one single “Battery Status” button, but the ecosystem One UI offers many hidden diagnostic tools.

In this article we will analyze in detail all the available methods: from standard settings to secret engineering codes. You'll learn how to interpret the data and whether to worry if the readings deviate from the norm. It is important to understand that battery wear is a natural physical process that cannot be completely stopped, but can be controlled.

There are several levels of checking: superficial (through settings), deep (through the engineering menu) and software (through third-party utilities). Each method provides a different degree of accuracy. For example, the standard menu will only show general status, while hidden tests will reveal cell voltage and temperature in real time. Let's start with the simplest and safest methods.

Standard One UI settings and maintenance menu

The most accessible way to obtain information about the health of your device is directly in the system. Starting with updates One UI 4.0 and higher, Samsung has introduced the “Device Diagnostics” function. This tool was created so that the user can quickly check the main components without installing unnecessary software. To get there, open Settings → Device Maintenance → Diagnostics.

In the list of tests that opens, find the “Battery Status” item. The system will conduct an automatic check and issue a verdict. Typically the status will appear as "Good" or "Action Required". If the system writes “Good,” this means that the power controller has not detected critical deviations in voltage or capacity. However, this method does not show the exact percentage of wear (SOH - State of Health).

For a more detailed analysis, you can run the “Battery Discharge” test in the same menu. It will help identify parasitic apps that discharge the phone in the background. Background processes often cause rapid discharge rather than physical wear of the battery. If the test shows abnormally high consumption in standby mode, the problem may be software.

💡

If the diagnostics show the status "Good", but the phone still discharges quickly, try resetting the network settings or updating the firmware to the latest version.

Remember that Samsung's built-in diagnostics work in conjunction with algorithms artificial intelligence that learns from your usage patterns. Therefore, results may vary for a few days after a system reset or update. Do not rush to change the battery if you see a warning until you double-check the data using other methods.

Using secret USSD codes and engineering menu

For those who want to find out technical details, there are special codes that open hidden service menus. The most popular code for Samsung is *#0228#. By entering it in the phone book, you will be taken to the menu BatteryStatus. The current charge level, voltage and battery status are displayed here. The “Quick Start” button at the bottom of the screen allows you to recalibrate the display of the charge percentage if it “hangs” at one value.

Another useful code is *#9900#. This is the system dump menu (SysDump). Although it does not directly indicate wear, the data-i="53">section may contain temperature and voltage data that indirectly indicate the condition of the batteries. Be careful: there are many functions in this menu, changing which can lead to unstable operation of the phone. Battery Info may contain data on temperature and voltage, which indirectly indicate the condition of the batteries. Be careful: there are many functions in this menu that, if changed, may cause the phone to become unstable.

On some older models or in other regions, there is a code #0#that opens the general engineering menu. There you can find sensor tests, including a current sensor. However, in modern versions of Android, access to this data is often limited by superuser rights or completely blocked by the manufacturer for security reasons.

⚠️ Attention: Never press the “Low Battery Start” or “Reset Gas Gauge” buttons in the engineering menu if you are not sure of your actions. This may reset the controller calibration, and the phone will begin to incorrectly display the remaining charge.

Why may codes not work?

On new Samsung smartphones with the latest generation Exynos or Snapdragon processors, access to some USSD codes is blocked at the firmware level. If the code doesn't work, try entering it through the Phone app or use third-party launchers that have access to calls.

The Engineering Menu is a powerful tool, but it requires care. The data here is updated in real time, allowing you to see voltage surges under load. If you see that when you start a heavy game, the voltage drops below 3.5V, this is a clear sign that Internal resistance the battery has grown and it’s time to change it.

Statistics analysis via ADB and computer

The most accurate way to get information about charge cycles and actual capacity - using USB debugging (ADB). This method requires connecting the smartphone to the PC and installing drivers Android SDK Platform Tools. It is data safe as it operates in read-only statistics mode. To get started, turn on Settings → About phone → Software information and quickly press 7 times on “Build number” to activate developer mode.

Next go to Settings → Developer Options and enable “USB Debugging”. Connect your phone to your computer with a cable. In the command line on your PC, enter the command to access the shell:

adb shell

After entering the shell, enter the command to read the battery statistics file:

dumpsys battery

This command will display a huge list of parameters. We are interested in the lines level (current charge), status (charge status) and health (state). Value health=2 means “Good”, and other values ​​may indicate overheating or poor contact. Unfortunately, the exact number of charge cycles (cycle count) in the standard output dumpsys on Samsung is often hidden, but you can try to find it through specific requests to the file system if you have root access.

☑️ Preparing for diagnostics via ADB

Done: 0 / 4

Using ADB gives access to “raw” data that is not filtered by the One interface UI This allows you to see if the charge indicator is lying. If you see discrepancies between the ADB data and what the screen shows, you may need to calibrate or replace the power controller.

Third-party health monitoring apps

If you don’t want to mess around with codes and your computer, apps from Google Play come to the rescue. The leader in this niche is AccuBattery. It doesn't have access to factory cycle data (since Samsung hides it), but it calculates the actual capacity by observation. The app measures how many milliamp-hours (mAh) are entering the battery when charging from X% to Y%, and compares this to the stated capacity.

Other popular utilities, such as CPU-Z or Device Info HWgive information about the battery type, manufacturing technology, and current voltage. However, to obtain an accurate wear percentage figure, they require time - usually several charge-discharge cycles. Do not expect instant results immediately after installation.

Application Data type Accuracy Requirements
AccuBattery Design capacity High (after 3-5 cycles) Background work
CPU-Z Tech. characteristics Average (passport data only) No
Ampere Charge/discharge current High (real time) Sensor calibration
3C Battery Manager Deep statistics Very high (requires Root) root access

It is important to understand the difference between the passport and real capacity. A new battery may have a capacity slightly higher than declared, but during operation it decreases. Apps help track these dynamics. If AccuBattery shows that your actual capacity has dropped below 80% of the factory capacity, this is a reason to think about replacing.

📊 How do you most often check the battery?
Through the phone settings
Using secret codes
I install special applications
No way until the phone turns off

Visual diagnostics and physical signs of wear

Software methods are good, but the physical condition of the battery sometimes speaks louder than any numbers. Lithium-ion batteries are subject to chemical degradation, which can be visually apparent. The most dangerous sign is bloating. If the back cover of the phone begins to come off, the screen bends, or the phone no longer lies flat on the table, stop using it immediately.

Bloating occurs due to the release of gases inside the battery when chemical processes are disrupted. This is not only a sign of the end of its service life, but also a direct safety hazard. Swollen battery can damage the display, cameras, and even ignite if punctured or overheated. In this state, software diagnostics no longer make sense.

Also pay attention to the discharge rate when idle. If a phone lying idle overnight loses 10-15% of its charge with the Internet turned off, this is a signal of high self-discharge. This is common with older batteries where the separators between the plates no longer work effectively. In combination with rapid heating during charging, this is a sure sign of the need for replacement.

⚠️ Attention: If you find swelling in the case, do not under any circumstances try to push the cover back or pierce the battery. This may cause a fire. Carefully turn off the device and contact the service center.

Physical inspection should be carried out regularly, especially if the phone is more than 2-3 years old. Remove the cover and inspect the joints of the case. Even microscopic delamination of the glue or the appearance of a gap may indicate the beginning of the process of deformation of the battery inside.

Factors that accelerate the degradation of a Samsung battery

Understanding the causes of wear helps to extend the life of the battery. The main enemy is temperature. Operating a smartphone at temperatures above +40°C or below 0°C irreversibly reduces the capacity. Playing games while charging is the worst case scenario, as the phone heats up from both the processor and the chemical reaction of the charge. The power controller operates to the limit in such conditions.

Deep discharge is also harmful. Although modern controllers protect the battery from going completely "zero", regularly leaving the phone at 0% and storing it in a discharged state kills the chemistry of the cells. The optimal range for long life is from 20% to 80%. The function Settings → Battery → Battery protection on Samsung allows you to limit the charge to 85%, which significantly extends the service life.

Using non-original chargers is another risk factor. Cheap power supplies can produce unstable voltage or current, which overheats the controller and the battery itself. Always try to use certified accessories or original units Samsung Super Fast Charging.

💡

Maintaining a charge in the range of 20-80% and avoiding overheating are two main rules that can extend the life of a Samsung battery by 1.5-2 times.

It is also worth mentioning the influence of software. “Heavy” shells and constant background synchronization force the processor to work more often, which indirectly heats up the battery. Optimizing applications in the battery settings helps reduce the load and, as a result, heat dissipation.

Frequently asked questions (FAQ)

Does the code *#0228# show the exact percentage of battery wear?

No, this code shows the current voltage, charge level and controller status (Health), but does not display wear percentage (SOH) explicitly. To get percentages, it is better to use the AccuBattery application or diagnostics in the One UI settings.

Why does the phone turn off at 15-20% charge?

This is a classic sign of battery degradation. The voltage drops below a critical level under load and the controller shuts down the power to protect the board. It's time to change the battery.

Does calibrating the battery reset its wear and tear?

No. Calibration (full discharge to 0% and charge to 100%) only synchronizes the display of percentages on the screen with the real voltage. It does not restore the chemical capacity of the battery.

Is it safe to use applications like AccuBattery?

Yes, these applications run in user mode and simply read data available to the Android system. They do not require root access for basic functions and cannot damage the device.

How often do you need to change the battery on a Samsung?

On average, a lithium-ion battery loses a significant portion of its capacity after 500-800 full charge cycles. With active use, this is 2-3 years. If autonomy is no longer satisfactory, it’s time to think about a replacement.