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.

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.

  2. Navigate to the following base path:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\e73a048d-bf27-4f12-9731-8b2076e8891f

    (The e73a048d-bf27-4f12-9731-8b2076e8891f folder represents the Battery subgroup).

Key Battery Threshold GUIDs

Within the Battery subgroup, look for the following subkeys:

Method 1: Modify the Active Power Plan Values Directly

To directly set the percentage at which the critical battery action occurs:

  1. Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\PowerSchemes
  2. Open the folder corresponding to your active power scheme GUID (typically 381b4222-f694-41f0-9685-ff5bb260df2e for Balanced).

  3. Expand e73a048d-bf27-4f12-9731-8b2076e8891f and select 9a66d8d7-437e-44a2-9642-5d3a4264aeab.

  4. In the right pane, double-click DCSettingIndex (represents battery power) or ACSettingIndex (represents plugged-in power).

  5. Switch the base option to Decimal.

  6. Enter your desired percentage value (e.g., enter 5 for 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:

  1. Go to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\e73a048d-bf27-4f12-9731-8b2076e8891f\9a66d8d7-437e-44a2-9642-5d3a4264aeab
  2. In the right pane, double-click the Attributes DWORD value.

  3. Change the value data to 2 and click OK.

  4. 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.