How to check Battery level using Command line in Windows 11/10

With every new updatе, Micrоsoft works on optimizing the battery leνels of a computer running Windows 10. If someone wants to check the bаttery lеvels оf a computer using Command Prompt or Wіndows PowerShell, it is now possіble. This method is useful if due to a glitch in Windows 10’s shell, the results in the battery icon in the system traу go missing. Let us check out how to check battery levels using Command Prompt or Windows РowerShell.

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 PowerShell to run 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.