How to Display Battery Percentage in Windows Status Bar
If you're a laptop user, you might find it useful to keep an eye on your battery level. While Windows does display the battery icon in the system tray, it doesn't show the exact percentage by default. However, there are ways to enable this feature in Windows 10 and earlier versions of Windows.
Using Third-Party Tools
One of the easiest ways to display the battery percentage in the status bar is by using third-party tools. There are many free and paid tools available that can add this functionality. Here are some popular options:
- BatteryBar - a free and lightweight tool that provides detailed battery information, including the percentage, in the status bar.
- Battery Monitor - a paid tool that offers advanced features such as estimating the time remaining, monitoring power usage, and more.
To use these tools, simply download and install them, and then configure the settings to display the battery percentage in the status bar.
Using Windows 10 Settings
Starting from Windows 10, you can enable the battery percentage in the status bar by changing the system settings. Here are the steps:
- Click on the Start button and select Settings.
- Select System and then Battery.
- Turn on the Show percentage of battery remaining option.
After enabling this option, you will see the battery percentage in the status bar, as shown below:
]]>
Using Registry Hacks
If you're comfortable editing the Windows registry, you can use a registry hack to display the battery percentage. Here are the steps:
- Press Win + R and type
regeditto open the Registry Editor. - Navigate to
HKEY\_LOCAL\_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2. - Right-click on a blank space and select New and then Binary Value.
- Name the new value
SettingsBinand then double-click on it. - Set the value data to
01 00 00 00 00 00 00 00 02 00 00 00 10 00 00 00 05 00 00 00 00 00 00 00and click OK. - Close the Registry Editor and restart your computer.
After completing these steps, you should see the battery percentage in the status bar.
Using PowerShell Commands
If you prefer using command-line tools, you can use PowerShell to display the battery percentage. Here are the steps:
- Press Win + X and select Windows PowerShell (Admin).
- Type the following command and press Enter:
Get-WmiObject -Class Win32_Battery |
Select-Object EstimatedChargeRemaining, EstimatedRunTime, DeviceName, BatteryStatus
]]>
This command will display the battery information, including the percentage, in the PowerShell console. You can use this command in a script or schedule it to run at regular intervals to keep track of the battery level.
- Displaying the battery percentage in the Windows status bar can be useful for laptop users.
- There are several ways to achieve this, including using third-party tools, Windows 10 settings, registry hacks, and PowerShell commands.
- The method you choose depends on your preferences and technical skills.
References
- BatteryBar - Battery Monitoring Tool for Windows
- Battery Monitor - NirSoft ```sql
- How to Show Battery Percentage in the Taskbar on Windows 10
- How to Show Your Battery's Remaining Time Estimate in the Windows Taskbar
- Show battery percentage on taskbar in Windows 10
- Show Battery Percentage on Windows Taskbar
- Show Battery Percentage in Windows 8 Taskbar