System Enable or Disable Dim Keyboard Backlight when using Energy Saver in Windows 11


keyboard_backlight_header2.webp

This tutorial will show you how to turn on or off automatically dim keyboard backlight when in Energy Saver mode for all users in Windows 11.

Windows 11 supports automatically dimming the keyboard backlight when Energy Saver mode is enabled.

By default, this feature applies a 70% multiplier to the keyboard backlight brightness when Energy Saver is enabled.

You can change the percentage multiplier to be applied to the keyboard backlight brightness level when the system is in Energy Saver mode, on a scale from 0 (no brightness) to 100 (no dimming).

References:



Contents

  • Option One: Turn On or Off Dim Keyboard Backlight when using Energy Saver in Settings
  • Option Two: Turn On or Off Dim Keyboard Backlight when using Energy Saver using REG file




Option One

Turn On or Off Dim Keyboard Backlight when using Energy Saver in 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)


dim_keyboard_backlight_in_energy_saver-1.webp

3 Click/tap on Energy saver to expand it open. (see screenshot below step 4)

4 Turn on (default) or off Lower keyboard brightness when using energy saver for what you want. (see screenshot below)

dim_keyboard_backlight_in_energy_saver-2.webp

5 You can now close Settings if you like.




Option Two

Turn On or Off Dim Keyboard Backlight when using Energy Saver using REG file


You must me signed in as an administrator to use this option.


1 Do step 2 (on) or step 3 (off) below for what you would like to do.

2 Turn On Dim Keyboard Backlight when using Energy Saver

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_ON_lower_keyboard_brightness_when_using_energy_saver.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Lighting\Backlight]
"BacklightEnergySaverEnabled"=dword:00000001

3 Turn Off Dim Keyboard Backlight when using Energy Saver

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_OFF_lower_keyboard_brightness_when_using_energy_saver.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Lighting\Backlight]
"BacklightEnergySaverEnabled"=dword:00000000

4 Save the REG file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded REG file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 You can now delete the downloaded REG file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Back
Top Bottom