Pulkit000
Active Level 1
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 12:15 AM in
Galaxy F
I Want to check my battery health . When I checked it shows "Normal" so I want to know what is the exact battery health of my mobile [ Samsung F23 5g ] 1.5 Years old .
5 Comments
Pulkit000
Active Level 1
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 12:19 AM in
Galaxy F
Please reply me .

Anonymous
Not applicable
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 02:11 AM (Last edited 09-11-2023 02:12 AM ) in
Galaxy F
Pulkit -Attention seeker 🤣
Pulkit000
Active Level 1
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 03:09 PM in
Galaxy F
🤣🤣
Devv_007
Expert Level 4
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 12:22 AM in
Galaxy F
It doesn't show you the exact value, you need a pc to check exact health of battery.[mSavedBatteryAsoc -99%]
Fast_n_Curious
Expert Level 4
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 12:34 AM in
Galaxy F
You can try this. Not sure if it works on samsung phones
Methods to check the battery capacity on your device.
Method 1 (no root):
Connect device in USB debugging mode to pc.
Open ADB/CMD in Windows and allow for the permission when asked.
Type --> adb shell dumpsys battery
Method 2 (root):
Open terminal
Type:
su
cat /sys/class/power_supply/battery/charge_full
Note:
1) Before checking, charge to 100% then only check battery capacity.
2) Check charge counter values and consider first 4 digits from left as your battery capacity in mAh.
Methods to check the battery capacity on your device.
Method 1 (no root):
Connect device in USB debugging mode to pc.
Open ADB/CMD in Windows and allow for the permission when asked.
Type --> adb shell dumpsys battery
Method 2 (root):
Open terminal
Type:
su
cat /sys/class/power_supply/battery/charge_full
Note:
1) Before checking, charge to 100% then only check battery capacity.
2) Check charge counter values and consider first 4 digits from left as your battery capacity in mAh.
