Skip to content
Follow
Windows

How to Turn On or Off Adaptive Brightness in Windows 11

Richard
Written by
Richard
Mar 9, 2026 Updated Aug 13, 2026 3 min read
How to Turn On or Off Adaptive Brightness in Windows 11
How to Turn On or Off Adaptive Brightness in Windows 11

Adaptive Brightness in Windows 11 changes your screen brightness automatically based on the lighting around you. This built-in feature uses light sensors on your PC to dim the display in dark rooms and brighten it in sunlight.

Turning on this setting stops screen glare and saves laptop battery power as you move between rooms. You can turn Adaptive Brightness on or off by opening Settings System Display

⚡ Quick Answer

Open Settings , navigate to System Display, and toggle the “Change brightness automatically when lighting changes” option. This feature adjusts screen brightness based on ambient light.

How to Turn On or Off Adaptive Brightness

Option 1Using Windows Settings

  1. Press Win+I to open the Settings app.
  2. Click System on the left side.
  3. Click Display on the right side.
  4. Find the Brightness section and click to expand it.
  5. Look for the option “Change brightness automatically when lighting changes”.
  6. Check the box to turn Adaptive Brightness On, or uncheck it to turn it Off.
  7. Close the Settings window when done.

The main Windows Settings app manages adaptive brightness states directly. Controlling automatic screen adjustments happens by opening Settings, selecting System, choosing Display, and locating the brightness configuration panel.

Windows Display Settings tile
Windows Display Settings tile
Windows 11 Display Settings showing Adaptive Brightness toggle option
Windows 11 Display Settings showing Adaptive Brightness toggle option



Option 2Using Windows Terminal

Windows Terminal processes rapid execution commands for adaptive brightness toggling without requiring menu navigation. Applying changes directly affects the active power plan (a preset collection of hardware and system settings managing power consumption). Command-line execution provides a rapid configuration workflow.

Turn On Adaptive Brightness

💻Code
powercfg -setacvalueindex SCHEME_CURRENT 7516b95f-f776-4464-8c53-06167f40cc99 FBD9AA66-9553-4097-BA44-ED6E9D65EAB8 1
powercfg -SetActive SCHEME_CURRENT

powercfg -setdcvalueindex SCHEME_CURRENT 7516b95f-f776-4464-8c53-06167f40cc99 FBD9AA66-9553-4097-BA44-ED6E9D65EAB8 1
powercfg -SetActive SCHEME_CURRENT

Turn Off Adaptive Brightness

💻Code
powercfg -setacvalueindex SCHEME_CURRENT 7516b95f-f776-4464-8c53-06167f40cc99 FBD9AA66-9553-4097-BA44-ED6E9D65EAB8 0
powercfg -SetActive SCHEME_CURRENT

powercfg -setdcvalueindex SCHEME_CURRENT 7516b95f-f776-4464-8c53-06167f40cc99 FBD9AA66-9553-4097-BA44-ED6E9D65EAB8 0
powercfg -SetActive SCHEME_CURRENT
📝Note
Separate commands target plugged-in states and battery-powered operation modes.

Option 3Using Intel Graphics Control Panel

Intel graphics hardware utilizes the Intel Graphics Control Panel for adaptive brightness management. Environmental light response scaling configures within the power management options of the utility panel.

  1. Click the Power icon.
  2. Select either On Battery or Plugged in mode.
  3. Check or uncheck Enable Display Power Saving Technology to turn Adaptive Brightness on or off.
  4. Adjust the slider to set how much brightness change you want.
  5. Click Apply.
  6. Confirm by clicking Yes within 15 seconds to keep your changes.

Option 4Using AMD Radeon Settings

AMD Radeon Settings manages this automatic adjustment directly through dedicated graphics software, designating the feature as Vari-Bright. Display configuration menus control activation parameters for individual monitors.

  1. Click Display.
  2. If you have multiple screens, pick the display you want to change.
  3. Turn Vari-Bright on or off. This is AMD’s version of adaptive brightness.
  4. If you turn it on, adjust the Vari-Bright Level slider to your liking.
  5. Close AMD Radeon Settings when finished.


Summary

  • Adaptive Brightness helps your screen adjust brightness automatically based on light around you.
  • You can turn it on or off easily through:
    • Windows Settings
    • Command scripts (BAT files)
    • Intel Graphics Control Panel (if you have Intel graphics)
    • AMD Radeon Settings (if you have AMD graphics)
  • Modifications typically target the active power plan.
  • Battery saver mode forces display dimming to preserve remaining charge.
  • Testing various configurations identifies optimal visual comfort levels.

Windows 11 adaptive brightness dynamically scales panel illumination relative to ambient light conditions. Battery conservation and reduced visual fatigue result from active deployment. Windows Settings, command-line execution, and vendor control panels provide multiple configuration avenues. System modifications apply directly to the active power scheme.


Is adaptive brightness good for your eyes?

Adaptive brightness limits ocular fatigue by scaling blue light emission and minimizing abrupt contrast shifts between screen output and environmental lighting.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on Windows 11
How to Change Brightness When Battery Saver is On in Windows 11
Windows How to Change Brightness When Battery Saver is On in Windows 11
Turn On or Off Lower Screen Brightness When Using Battery Saver in Windows 11
Windows Turn On or Off Lower Screen Brightness When Using Battery Saver in Windows 11
How to Save Battery Life Using Energy Saver in Windows
Windows How to Save Battery Life Using Energy Saver in Windows

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *