Is your smartphone charging slower and is the battery draining faster than usual? The first thing worth checking is charging current, which is received by the device. This parameter shows how efficiently the charger, cable, or port itself works. But how can you find out the real values โ€‹โ€‹if manufacturers rarely display them in the interface? USB-C/Micro-USB. But how can you find out the real values โ€‹โ€‹if manufacturers rarely display them in the interface?

In this article you will find 5 proven methodshow to view the charging current on Android โ€”from built-in tools to specialized applications and hardware solutions. We will analyze the nuances for different brands (Samsung, Xiaomi, Realme, Google Pixel), explain what values โ€‹โ€‹are considered normal, and warn against common errors in measurements. If you suspect that your smartphone is not charging at full power, this instruction will help confirm or refute your guesses.

Why is it important to know the charging current and what it means

Charging current (measured in amperes, A or milliamperes, mA) is the amount of electricity that enters the battery per unit of time. Together with voltage (Volts), it determines charging power (Watts = Amps ร— Volts). For example, if your charger produces 5V/2Athen the power will be 10W.

Why is this critical:

  • ๐Ÿ”‹ Charging speed. The higher the current (with adequate voltage), the faster the battery will fill. Modern smartphones support currents from 1.5A to 6A and higher.
  • โšก Battery condition. If the current is lower than declared (for example, 0.5A instead of 2A), this may indicate damage to the battery or power controller.
  • ๐Ÿ”Œ Cable/charging quality. Cheap accessories often do not provide the stated parameters, which leads to slow charging or overheating.

Please note: charging current is not constant. At the initial stage (0โ€“80% charge) it is maximum, then the power controller reduces it to protect the battery. Also, the value depends on the temperature of the device, the operating background (for example, playing games while charging) and even the firmware.

โš ๏ธ Attention: If your smartphone supports fast charging (for example, Qualcomm Quick Charge, VOOC, SuperDart), but the current does not exceed 1A, check the compatibility of the charger. Some technologies require special protocols that do not work with universal adapters.

Method 1: Built-in Android tools (no applications)

Some manufacturers add hidden menus or widgets to the firmware, where the charging current is displayed. This is the most reliable method, since the data is read directly from the power controller.

For Samsung smartphones (One UI):

  1. Open the application Phone and dial the combination: ##4636##.
  2. In the menu Testing select Information about battery.
  3. Find the lines AC power (when charging from the mains) or USB power (when connected to a PC). The current will be indicated here in milliamps.

For Xiaomi/Redmi/POCO (MIUI):

  • Go to Settings โ†’ About phone.
  • Tap 5-7 times on the line MIUI Versionto activate Developer Mode.
  • Return to Settings โ†’ Advanced โ†’ For Developers.
  • Find option Battery status โ€”charging/discharging current is displayed here.

For Google Pixel and "pure" Android:

Dial in the phone application ##4636##, then select Battery information. The data you are looking for will be in the section Power source.

โš ๏ธ Attention: On some models (especially with Android 12+), these menus may be locked or hidden. If the combination does not work, try alternative methods from the following sections.

Connect the original charger

Use a proprietary cable (no damage)

Close all applications that consume power

Turn off Wi-Fi/mobile data (for accuracy)

-->

Method 2: Monitoring applications (Amperes, AccuBattery, etc.)

If built-in tools are not available, third-party utilities will come to the rescue. They read data from power sensors and display them in a convenient form. Let's look at the top solutions:

1. AccuBattery (Play Market)

  • ๐Ÿ“Š Shows charging/discharging current in real time, as well as cycle history.
  • ๐Ÿ”‹ Evaluates battery health (capacity in % of the factory one).
  • โšก Supports notifications when a certain charge level is reached.

How to use: After installation, open the tab Charging โ€”the current will be indicated at the top of the screen (for example, 1200 mA).

2. Amperes (Play Market)

  • ๐Ÿ“ˆ Minimalistic interface with large current numbers (in milliamps).
  • ๐Ÿ”„ Possibility data logging for analysis.
  • ๐Ÿ› ๏ธ Works without root access, but with them shows more details.

Important: The application can show negative values (for example, -300 mA) - this means that the smartphone discharges (for example, when playing games while charging).

3. Battery Monitor Widget (for advanced users)

This utility requires root access, but provides the most accurate data, including voltage, temperature and calculated power. It is suitable for diagnosing problems with the power controller.

Application Accuracy root access Additional functions
AccuBattery High No Battery health monitoring
Amperes Average No (optional) Logging, widget
Battery Monitor Widget Maximum Yes Voltage, temperature graphs
CPU-Z Low No Information about the processor, RAM

AccuBattery

Amperes

Battery Monitor Widget

Other/Do not use

-->

Method 3: USB tester (hardware method)

If software methods are in doubt, USB tester this is a guaranteed accurate way to measure current and voltage. The device is connected between the charger and the cable, displaying the parameters on the screen.

How it works:

  1. Connect the tester to the charger.
  2. Connect the tester with the cable leading to smartphone.
  3. The values of V (voltage) and A (current) will appear on the tester screen.

Advantages of the method:

  • โœ… 100% accuracy โ€”does not depend on the smartphone software.
  • โœ… Shows real power (Watts = Volts ร— Amps).
  • โœ… Suitable for testing cables and chargers.

Cons:

  • โŒ Requires the purchase of a device (from 500 rubles).
  • โŒ Not all testers support fast charging (you need models with support USB-PD, QC 3.0 etc.).

Popular tester models:

  • ๐Ÿ”Œ USB Tester KCX-017 โ€”a budget option with an LCD screen.
  • ๐Ÿ”Œ ZKEtech E020 โ€”supports Quick Charge 3.0.
  • ๐Ÿ”Œ Portable USB Power Meter โ€”with a color display and logging.
๐Ÿ’ก

If the tester shows current 0.1Aโ€“0.3A when connected to a PC, this is normal - the computerโ€™s USB port is limited in power. For full charging, use a power outlet.

Method 4: ADB commands (for advanced users)

If you have experience with ADB (Android Debug Bridge, you can get data on the charging current through the command line. This method is suitable for developers or users with unlocked bootloader.

Instructions:

  1. Install ADB Tools on a PC (for example, Platform Tools).
  2. Connect your smartphone to your computer and activate USB debugging in the developer options.
  3. Open the command line (Windows) or terminal (macOS/Linux) and enter:
adb shell dumpsys battery

In the output, find the lines:

  • current now โ€”current current (in microamps, divide by 1000 for milliamps).
  • voltage โ€”voltage.
  • AC powered โ€” trueif charging is from the network.

Output example:

current now: 1500000 (1500 mA)

voltage: 4320 (4.32 V)

AC powered: true

โš ๏ธ Attention: On some firmware (for example, MIUI or ColorOS) command dumpsys battery may produce incorrect current values. In this case, use an alternative command:
adb shell cat /sys/class/power_supply/battery/current_now
What to do if ADB does not show current?

If the command returns 0 or an error, the reasons may be as follows:

1. The firmware blocks access to sensors (often on Samsung or Huawei).

2. Required root access to read files in /sys/class/power_supply/.

3. The device uses non-standard power controller (for example, on some models Oppo or Vivo).

Method 5: Hidden engineering menus (for specific brands)

Some manufacturers hide charging data in engineering menus, which can be accessed through secret codes. These menus are intended for service centers, but they can be used independently - carefully, since incorrect actions can disrupt the operation of the device.

For smartphones Realme/Oppo:

  1. Dial in the phone application: *#808#.
  2. Select Manual Test โ†’ Charging Test.
  3. Here will be displayed Voltage (voltage) and Current (current).

For Huawei/Honor:

  1. Enter the code: ##2846579##.
  2. Go to Background settings โ†’ Battery status.

For Sony Xperia:

Use code ##7378423##, then select Service tests โ†’ Battery.

โš ๏ธ Attention: Engineering menus contain settings that can be changed disable the smartphone (for example, calibrating the battery or resetting the power controller). Do not edit the parameters if you are not sure of their purpose!

Normal charging current values: when to sound the alarm

Each smartphone has its own charging standards, but there are general guidelines:

Type charging Current (A) Voltage (V) Power (W) Device examples
Standard (USB 2.0) 0.5โ€“1.0 5 2.5โ€“5 Budget smartphones, PC charging
Fast (Quick Charge 3.0) 1.5โ€“3.0 5โ€“9 18โ€“27 Samsung Galaxy S20, Xiaomi Redmi Note 10
Ultra-fast (VOOC, SuperDart) 4.0โ€“6.0 5โ€“10 30โ€“65 Oppo Find X5, Realme GT 2
Wireless (Qi) 0.5โ€“1.5 5โ€“9 5โ€“15 Google Pixel 6, Samsung Galaxy S22

When standing worry:

  • ๐Ÿšจ Current below 0.3A when connected to the original charger - there may be problems with the cable, adapter or port.
  • ๐Ÿšจ Current jumps (for example, from 0.1A to 1.5A) - a sign of an unstable contact or a damaged controller.
  • ๐Ÿšจ Smartphone heats with current below 1A - perhaps it is parasitic discharge (the battery gives off energy faster than it receives).

If you observe anomalies, check:

  1. Cable for presence kinks or melts.
  2. Port USB-C/Micro-USB on dust and oxidation (clean with alcohol).
  3. Charger - try another one with suitable power.
๐Ÿ’ก

If the charging current is consistently lower standards, but the cable and adapter are working, the problem may lie in power controller the smartphone. In this case, diagnostics are required at a service center.

Frequent errors and myths about charging current

When measuring current, users often encounter incorrect conclusions. Let's look at the most common misconceptions:

Myth 1: โ€œThe higher the current, the betterโ€

In fact, excess current may damage the batteryif the power controller does not limit it. Modern smartphones automatically regulate current depending on temperature and charge level.

Myth 2: โ€œApplications show accurate valuesโ€

Most utilities (for example, AccuBattery) read data from sensors, which can be uncalibrated. For accuracy, use USB tester or ADB.

Myth 3: โ€œIf the current is low, charging is to blameโ€

The reasons may be different:

  • ๐Ÿ”‹ Worn out battery (capacity below 70% of the factory one).
  • ๐Ÿ“ฑ Background processes (for example, updating applications).
  • ๐ŸŒก๏ธ Overheating (the controller reduces the current for safety).

Myth 4: โ€œWireless charging is always slowerโ€

Modern standards (for example, Qi 1.3 or MagSafe) support power up to 15W, which is comparable to wired charging. However The efficiency is lower due to induction losses.

๐Ÿ’ก

If the smartphone charges slowly, but the current is normal, check percentage of battery wear in AccuBattery. If the value is above 30%, it is recommended to replace the battery.

My smartphone shows a current of 0.1A when charging. Is this normal?

No, this indicates a problem. Possible reasons:

  • Damaged cable or adapter.
  • Dirty port USB-C/Micro-USB.
  • Faulty power controller (needs repair).

Try another charger and clean the port. If it doesnโ€™t help, contact the service.

Why does the charging current drop to 0.5A when it reaches 80%?

This normal behavior. Most smartphones reduce the current after 80% to reduce heat and extend battery life. This strategy is called "step charging" (trickle charging).

Is it possible to measure the charging current on an iPhone?

There are no built-in tools for this, but you you can: iPhone there are no built-in tools for this, but you can:

  • Use USB tester.
  • Install the application Battery Life (shows approximate data).

Officially Apple does not provide access to these parameters.

What current should be when charging from a power bank?

Depends on the power power bank:

  • Budget models (5000โ€“10000 mAh): 0.5โ€“1.5A.
  • Powerful (20000 mAh+): 2โ€“3A (if supported Quick Charge).

If the current is lower 0.3Acheck the cable or connector power bank.

Does the case affect the current charging?

Yes, but indirectly. A thick case can:

  • ๐Ÿ”ฅ Increase temperature the device, causing the controller to reduce the current.
  • ๐Ÿ“ถ Degrade the signal wireless charging (if the case is metal or too thick).

For the test, remove the case and repeat the measurements.