Windows 10 laptop keeps adapting brightness ("Adaptive Brightness" is disabled)

10,533

Solution 1

Changing power plan settings did not work, you need to type ''run'' then type ''services.msc''

Search in the list for ''sensor monitoring service'' right click on it, properties and disable the service, hit apply.

Navigate to HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\profiles\media\Brighten Movie and change ProcAmpBrightness to 0

also navigate to HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\profiles\media\Darken Movie and change ProcAmpBrightness to 0

Restart.

Solution 2

I've looked around the web and there appear to be several possible causes and solutions to this problem depending on your Windows version and hardware. Here's a compilation of how to turn off adaptive brightness.

  1. Go to Power Options > Display > Enable Adaptive Brightness > Set it to Off in both places

enter image description here

  1. Go to AMD Catalyst Control Center > Power > PowerPlay > Uncheck the "Enable Vari-Bright" box

enter image description here

  1. Go to the Intel Media and Graphics Control Panel > Power > Disable Intel Power Saving Technology

enter image description here

  1. Go to Services > Disable the Adapative Brightness service

enter image description here

  1. In regedit:

    Go to HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\profiles\media\Brighten Movie and change ProcAmpBrightness to 0

    Go to HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\profiles\media\Darken Movie and change ProcAmpBrightness to 0

Share:
10,533
user2699664
Author by

user2699664

SOreadytohelp

Updated on September 18, 2022

Comments

  • user2699664
    user2699664 over 1 year

    My Windows 10 laptop keeps adapting the brightness of my screen.

    I did some research and found that the problem could be the Windows' "adaptive Brightness" feature. I disabled it but kept having the same issue.

    So, I did some more research and found that the Intel's "Display Power Saving Technology" could be the issue. So, I disabled it, but I keep having the same problem.

    Does anyone know what else can be doing this brightness adaptation. It is starting to become very frustrating.

  • user2699664
    user2699664 over 6 years
    Well, I'm using the notebook for a while now since I disabled sensor monitoring service and apparently it worked. Thank you very much.
  • CeePlusPlus
    CeePlusPlus about 2 years
    Github script for Intel Registry Keys DPST github.com/orev/dpst-control