Battery

How to check Battery level using Command line in Windows 10

How to check Battery level using Command line in Windows 10

With every new update, Microsoft works on optimizing the battery levels of a computer running Windows 10. If someone wants to check the battery levels of a computer using Command Prompt or Windows PowerShell, it is now possible. This method is useful ifdue to a glitch in Windows 10's shell, the results in the battery icon in the system tray go missing. Let us check out how to check battery level using Command Prompt or Windows PowerShell.

Check Battery level using command line

You will have to use the WMIC command line tool in Command Prompt or PowerShell:

Open Windows Command Prompt and execute the following command:

WMIC PATH Win32_Battery Get EstimatedChargeRemaining

The output for that command would look something like this:

EstimatedCharge

Remaining

You can see the estimated battery charge remaining.

You can also use the PowerShell to sun the same command.

The result will be the same!

I hope you found this small tip useful.

Incidentally, Windows includes a powerful command-line tool called PowerCFG that is very useful in troubleshooting Power Plans. Moreover, this tool, will also allow you to enable and disable devices. In this article, we will learn how to use PowerCGF to find out the health of your laptop battery.

How to change Left & Right mouse buttons on Windows 10 PC
It's quite a norm that all computer mouse devices are ergonomically designed for right-handed users. But there are mouse devices available which are s...
Emulate Mouse clicks by hovering using Clickless Mouse in Windows 10
Using a mouse or keyboard in the wrong posture of excessive usage can result in a lot of health issues, including strain, carpal tunnel syndrome, and ...
Add Mouse gestures to Windows 10 using these free tools
In recent years computers and operating systems have greatly evolved. There was a time when users had to use commands to navigate through file manager...