Windows 11 Brightness Slider has no effect on actual brightness

tomaszmaciejewski 0 Reputation points
2024-03-28T08:32:26.7533333+00:00

Why is my Windows brightness slider is adjusted, but has no proper effect on actual brightness? No matter how you adjust the slide, brightness is always at max, only decreases (dims) between 40 and 55.

When I go to the vod website and turn on the movie, the brightness becomes maximum.

I have tested every possible Intel HD graphics driver version out there and checked it in three different OS; Windows 7, 10 and Ubuntu. Shows the same symptoms in each.

Might it be the bios, graphics driver or the hardware issue?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,619 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,168 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 29,731 Reputation points Microsoft Vendor
    2024-03-29T08:04:04.7033333+00:00

    Hi tomaszmaciejewski,

    Please open Windows PowerShell and run

    (Get-WmiObject -Namespace root/WMI -ClassName WmiMonitorBrightnessMethods).WmiSetBrightness(0,80)
    

    This command sets the brightness to 80. If this does not work, it could be a driver issue or hardware issue and you can check for the latest driver with the manufacturer. Otherwise you can try these commands to fix the issue.

    sfc /scannonw
    Dism /Online /Cleanup-Image /ScanHealth 
    Dism /Online /Cleanup-Image /RestoreHealth
    

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments