System Check Battery Status for Estimated Time and Percentage Remaining in Windows 11


battery_banner.png

This tutorial will show you how to check the battery status for estimated time and percentage remaining in Windows 11.

If you have a Windows 11 device that runs on battery power, you can check the battery status to see the estimated time and percentage remaining battery life left to know when to charge the battery.

Starting with Windows 11 build 26100.7019 (24H2) and build 26200.7019 (25H2), the new and improved battery icons, featuring color indicators and battery percentage, now appear in the lower-right corner of the lock screen. They have been designed to communicate the battery status of your PC with just a quick glance.

References:


Contents

  • Option One: Check Battery Status for Estimated Time and Percentage Remaining from Taskbar System Tray
  • Option Two: Check Battery Status for Percentage Remaining from Quick Settings
  • Option Three: Check Battery Status for Estimated Time and Percentage Remaining from Settings
  • Option Four: Check Battery Status for Percentage Remaining from Lock Screen
  • Option Five: Check Battery Status for Percentage Remaining using PowerShell Command
  • Option Six: Check Battery Run Time Remaining using PowerShell Command




Option One

Check Battery Status for Estimated Time and Percentage Remaining from Taskbar System Tray


1 Hover the pointer over the Battery icon on the taskbar corner system tray. (see screenshot below)

battery_status_taskbar.png





Option Two

Check Battery Status for Percentage Remaining from Quick Settings


1 Open Quick Settings (Win+A). (see screenshot below)

You can click/tap on the percentage of battery remaining to directly go to step 3 in Option Three to see the estimated time and percentage remaining in Settings.


battery_status_Quick_Settings.jpg





Option Three

Check Battery Status for Estimated Time and Percentage Remaining from Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Power & battery on the right side. (see screenshot below)


battery_status_Settings-1.png

3 You will now see the estimated time and percentage remaining for the battery. (see screenshot below)

battery_status_Settings-2.png




Option Four

Check Battery Status for Percentage Remaining from Lock Screen


1 Lock the computer (Win+L).

2 You will now see the estimated percentage remaining for the battery at the bottom right corner of the lock screen. (see screenshot below)

Lock_screen_battery.webp





Option Five

Check Battery Status for Percentage Remaining using PowerShell Command



1 Open Windows Terminal, and select Windows PowerShell.

2 Copy and paste either command below into PowerShell, and press Enter. (see screenshot below)

(Get-WmiObject -Class Win32_Battery).EstimatedChargeRemaining

OR​

(Get-CimInstance -ClassName Win32_Battery).EstimatedChargeRemaining

3 The command output will be the current battery charge remaining percentage (ex: "100").

battery_charge_remaining_PowerShell.webp





Option Six

Check Battery Run Time Remaining using PowerShell Command



1 Open Windows Terminal, and select Windows PowerShell.

2 Copy and paste either command below into PowerShell, and press Enter. (see screenshot below)

(Get-WmiObject -Class Win32_Battery).EstimatedRunTime

OR​

(Get-CimInstance -ClassName Win32_Battery).EstimatedRunTime

3 The command output will be an estimate in minutes (ex: "507") of the time to battery charge depletion under the present load conditions if the utility power is off, or lost and remains off, or disconnected from a power source.

battery_run_time_PowerShell.webp



That's it,
Shawn Brink

 
Last edited:
Tutorial updated to add options four and five. :alien:
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Back
Top Bottom