Devices Enable or Disable Keyboard Backlight Autobrightness in Windows 11


keyboard_backlight_header2.webp

This tutorial will show you how to turn on or off change keyboard brightness automatically when lighting changes for all users in Windows 11.

In devices such as laptops that contain both a keyboard backlight and an Ambient light sensor, Windows supports automatic adjustment of keyboard backlight brightness. This feature is also supported for external keyboards when they are attached to devices with ambient light sensors.

Keyboard Backlight Autobrightness is distinct from Adaptive brightness for displays, but conceptually similar in its implementation.

References:



Contents

  • Option One: Turn On or Off Keyboard Backlight Autobrightness in Settings
  • Option Two: Turn On or Off Keyboard Backlight Autobrightness using REG file




Option One

Turn On or Off Keyboard Backlight Autobrightness in Settings


1 Open Settings (Win+I).

2 Click/tap on Bluetooth & devices on the left side, and click/tap on Keyboard on the right side. (see screenshot below)


keyboard_backlight-1.webp

3 Under Keyboard backlight settings, turn on (default) or off Change keyboard brightness automatically when lighting changes for what you want. (see screenshot below)

keyboard_backlight-2.webp

4 You can now close Settings if you like.




Option Two

Turn On or Off Keyboard Backlight Autobrightness 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 Keyboard Backlight Autobrightness

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_change_keyboard_brightness_automatically_when_lighting_changes.reg


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

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

3 Turn Off Keyboard Backlight Autobrightness

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

Turn_OFF_change_keyboard_brightness_automatically_when_lighting_changes.reg


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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Lighting\Backlight]
"EnableBucketedBacklightAutobrightness"=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:

Latest Support Threads

Back
Top Bottom