How to Enable Battery Life Estimated Time Remaining in Windows 10
The power icon in Windows 10 works as a battery level indicator, showing the remaining battery life. In initial Windows 10 releases, the tooltip for the battery icon showed the device's estimated battery life, expressed in hours and minutes, in addition to the percentage which was calculated in real-time. However, in recent builds this feature is disabled by default, so here's how to enable it.
In recent Windows 10 releases, the battery power icon tooltip only contains a percentage of battery life remaining, without the estimated work time. Microsoft has removed the other information because it’s just inaccurate. It can change dramatically depending on your tasks, after you change the screen brightness, or when you connect/disconnect a Bluetooth device, or enable/disable Wi-Fi.
After enabling the feature, you will see the battery life estimated time remaining in both the Battery Saver flyout and tooltip.
The feature can be enabled with a Registry tweak. You need to sign in as Administrator before proceeding.
To Enable Battery Life Estimated Time Remaining in Windows 10,
- Open the Registry Editor app.
- Go to the following Registry key.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
See how to go to a Registry key with one click. - On the right, modify or create a new 32-Bit DWORD value
EnergyEstimationEnabled
.
Note: Even if you are running 64-bit Windows you must still create a 32-bit DWORD value. - Set its value to 1 in decimals.
- Now, delete the following two DWORD values:
EnergyEstimationDisabled
andUserBatteryDischargeEstimator
. - Restart Windows 10 to apply the changes.
You are done.
Before:
After:
To undo the change and disable the estimated time for the device battery life, perform the following steps.
Disable Battery Life Estimated Time Remaining (Restore Defaults)
- Open the Registry Editor app.
- Go to the following Registry key.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
See how to go to a Registry key with one click. - Delete the
EnergyEstimationEnabled
value on the right. - Now, modify or create a new 32-Bit DWORD value
EnergyEstimationDisabled
.
Note: Even if you are running 64-bit Windows you must still create a 32-bit DWORD value. - Set its value to 1 in decimals.
- Modify or create a new 32-Bit DWORD value
UserBatteryDischargeEstimator
. Set its value data to 1. - Restart Windows 10 to apply the changes.
That's it.
Registry Files
To save your time, you can download the following ready-to-use Registry files.
The undo tweak is included.
Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
Hehe cool this is also enabled in the old nicer Power flyout if you enable it using Winaero Tweaker
Hello!
This feature does not work on my machine. I log in as an administrator and reboot in vain. It doesn’t work anywhere else. Is there another solution?
Best regards,
Gyula Vadnay
hi.
Which build you are running?
Hi!
I use the 1909 Build 18363.720 version.
Thanks a lot for sharing this post as it has been very helpful.