Summary: Use Windows PowerShell and generate an HTML battery-life report.
How can I generate an HTML battery-life report on my laptop to see expected battery life?
Open Windows PowerShell as an administrator and type the following command:
powercfg /batteryreport
The command reports a destination for the report that you open by using the Invoke-Item cmdlet (ii is an alias):
ii C:\battery-report.html