Change Critical Battery Threshold Using Regedit
Windows provides built-in mechanisms to alert users and automatically shut down or hibernate devices when the battery drops to dangerously low levels. While these thresholds are typically managed via standard power options, you can use the Windows Registry Editor (Regedit) to manually configure or unhide the exact percentage triggers for low and critical battery shutdowns.
Locating Battery Settings in the Registry
Battery configuration profiles are identified by specific Global Unique Identifiers (GUIDs) within the Windows Registry.
Press
Win + R, typeregedit, and press Enter to open the Registry Editor.Navigate to the following base path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\e73a048d-bf27-4f12-9731-8b2076e8891f(The
e73a048d-bf27-4f12-9731-8b2076e8891ffolder represents the Battery subgroup).
Key Battery Threshold GUIDs
Within the Battery subgroup, look for the following subkeys:
- Critical Battery Level:
9a66d8d7-437e-44a2-9642-5d3a4264aeab - Low Battery Level:
8183ba9a-76e3-440d-8b09-d03e558a749c - Reserve Battery Level:
f3c5027d-cd16-4930-aa6b-90e4ed407e4e
Method 1: Modify the Active Power Plan Values Directly
To directly set the percentage at which the critical battery action occurs:
Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\PowerSchemesOpen the folder corresponding to your active power scheme GUID (typically
381b4222-f694-41f0-9685-ff5bb260df2efor Balanced).Expand
e73a048d-bf27-4f12-9731-8b2076e8891fand select9a66d8d7-437e-44a2-9642-5d3a4264aeab.In the right pane, double-click DCSettingIndex (represents battery power) or ACSettingIndex (represents plugged-in power).
Switch the base option to Decimal.
Enter your desired percentage value (e.g., enter
5for a 5% critical threshold) and click OK.
Method 2: Unhide Battery Thresholds in Windows Power Options
If you prefer adjusting the thresholds via the graphical interface, you can make these settings permanently visible in standard Windows Power Options:
Go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\e73a048d-bf27-4f12-9731-8b2076e8891f\9a66d8d7-437e-44a2-9642-5d3a4264aeabIn the right pane, double-click the Attributes DWORD value.
Change the value data to
2and click OK.Repeat this step inside the Low Battery subkey (
8183ba9a-76e3-440d-8b09-d03e558a749c) if needed.
Applying the Changes
After editing the values: 1. Close the Registry Editor. 2. Restart
your computer or open Command Prompt as Administrator and run
powercfg /setactive scheme_current to immediately refresh
and apply your power configurations.