48

My monitor is more than an arm's length away from me, so adjusting its backlight brightness is quite inconvenient.
Is there a way in Windows to adjust the backlight using the keyboard and/or mouse only. If so, how?

5
  • 1
    If it is a notebook, you will have a combination to press example FN + F4 - birgher, FN + F3 dimmer. If it is a stand alone monitor.. the only way to change it is via the MENU options on the Monitor.. if its not there.. then there is no other way, but to boost the brightness and/or contrast on the graphics driver.
    – Piotr Kula
    Commented Jan 23, 2012 at 13:45
  • 27
    This question has 33,000 views. Strong evidence that it is not off-topic. Commented Dec 17, 2013 at 8:35
  • 2
    Yeah, unfortunately common sense seems to have little place in many SE moderation decisions.
    – Kaypro II
    Commented Jan 19, 2016 at 6:44
  • 4
    @ChrisDutrow Just because it's popular doesn't mean it's a good fit for our system. There are lots of useful questions that we don't accept because this style of Q&A isn't the right format for them.
    – Ben N
    Commented Jan 20, 2016 at 2:07
  • 4
    Try Try either TwinkleTray or Monitorian. Both are actively developed in 2020: github.com/xanderfrangos/twinkle-tray github.com/emoacht/Monitorian Commented Oct 26, 2020 at 12:39

7 Answers 7

19

Update - 2015-10-30

ScreenBright seems discontinued, but as @wrongusername suggested, pangobright might be an alternative.

The solution I am using right now

I found enable DDC/CI option in my displays' settings. The ScreenBright program was able to modify it, although I think it's GUI is quite terrible and easy to break you custom settings. My screens also flicker a lot when changing brightness. Nevertheless, it has a commandline interface, which is much better. Especially when you create your own GUI (which is around 5 minutes in C#) or use plain Windows shortcuts.

Old setup

As a side note to the Dell brightness change - I can confirm that it also did work for me. My setup was:

  • Dell Latitude laptop (5520 I believe)
  • Dell Docking station (the extended version)
  • 2xDell u2412m screens, connected via DVI

The laptop itself had a built-in GPU (Intel HD2500). In its software there was a tab called "monitor settings", iirc. It did indeed communicate with the displays and somehow change their built-in brightness settings. I weren't able to do much more (change profiles, for example), and it took quite a while to "initialize". There was also a 2-3 second delay between the setting of the brightness and actual change. I guess it was mostly due to the screens, which changed brightness gradually.

I've updated my PC to the regular workstation, and unfortunately I wasn't able to find similar setting in the NVidia control panel.

EDIT: It seems that my previous setup used DDC.

13
  • Excellent. Finally a tool that does the job. Many Thanks.
    – GetFree
    Commented Dec 21, 2012 at 0:18
  • A tip: You can create shortcuts in the Start menu and then edit them to add command line arguments like -set brightness 10 contrast 50 and to assign hot keys to them. (That's a standard Windows shortcut feature.) I'm switching like that between my "profiles" (each is an icon in the Start menu). And yes, it takes a few seconds until it adjusts the screen, but it's still much faster than doing it trough those horrid monitor menus. BTW, never understood why no monitor gives us a few plain physical buttons that can be associated with my custom settings in the monitor's menu...
    – ddekany
    Commented Nov 29, 2014 at 12:34
  • The original author has discontinued this too BTW... and if you google for ScreenBright, beware, there are two independent applications with this name. The one with the sun icon is NOT what you want. The one with the gray stripes icon is.
    – ddekany
    Commented Nov 29, 2014 at 12:40
  • 1
    Indeed, looks like pangobright is a suitable alternative, but I cannot add it as an answer since mods have closed this question Commented Oct 30, 2015 at 11:25
  • 1
    The malware analysis of PangoBright looks quite suspicious hybrid-analysis.com/sample/…. Several antiviruses are detenting something in it virustotal.com/en/file/…
    – GetFree
    Commented Jan 20, 2016 at 1:55
17

I found ClickMonitorDDC from a recommendation on Superuser:

softMCCS from ddc-ci.com allows lots of control but it's too low level technical for regular use.

Just to control brightness and contrast I'm using http://clickmonitorddc.bplaced.net (Windows).

answered Mar 15 '15 at 23:09 aland

Desktop LCD monitor which allows backlight to be controlled in software

ClickMonitorDDC is a portable freeware tool to adjust brightness or contrast of a DDC compatible monitor

http://clickmonitorddc.bplaced.net/

It's the most user-friendly application that I've tried.

You can quickly jump to any brightness and contrast number that is a multiple of 5, and then finely adjust.

There are also hotkeys, and command line commands.

e.g.

b20 c30

Brightness 20 contrast 30.

ClickMonitorDDC also allows you to jump to a volume.

With the default Windows 10 volume control, it's hard to see the exact volume number that you will jump to.

ClickMonitorDDC has 20 volume buttons that are each a multiple of 5, and they go from 0 to 100.


I also tried this recommendation in combination with ClickMonitorDDC:

Flux v3.10 has additional functionality to control actual brightness using hot-keys Alt+PageDown and Alt+PageUp.

answered Jun 25 '14 at 17:25 Karan

Flux is a filter, and it can get you darker than ClickMonitorDDC and your monitor will by themselves.


EDIT: April 24 2018

I've noticed that ClickMonitorDDC might not work on all monitors.

Alternatives include Desktop Dimmer (https://github.com/sidneys/desktop-dimmer) or PangoBright (https://www.pangobright.com/)

6
  • ClickMonitorDDC seems to be malware
    – beerwin
    Commented Nov 29, 2017 at 12:34
  • VirusTotal sees no issues with the current version of ClickMonitorDDC: virustotal.com/gui/file/…
    – miyalys
    Commented Jul 28, 2019 at 20:46
  • For some reason ClickMonitorDDC does not allow to make contrast lower than 25. I wanted 0 to make screen black.
    – Nakilon
    Commented Feb 3, 2020 at 10:54
  • Also r 0 g 0 l 0 have similar issue -- it sets at 30%, not 0%.
    – Nakilon
    Commented Feb 3, 2020 at 11:05
  • Same 25% limit when using the "Dell Display Manager" program -- maybe Dell disallows it when adjusting programmatically? (
    – Nakilon
    Commented Feb 3, 2020 at 11:25
3

The application Display Tuner can control the brightness for many different LCD/CRT monitors.
However, if backlight is a separate setting on your monitor, you might be out of luck.

3
  • Although it didn't work for me, I am upvoting the answer. The "ScreenBright" sofware did work Commented Oct 6, 2012 at 14:23
  • 2
    Display Tuner appears to have been discontinued. The downloadable zip file simply contains a readme.txt file telling the user that it's been retired. Commented Sep 13, 2013 at 0:13
  • I have used this on two computers (on was an Intel IGP other was GeFroce 7600, two different monitors) on Windows XP, and for me setting both back light and contras worked. Also it let's you save profiles and assign global hot keys to them. Sadly, since updating Win7, it doesn't work on either computer (doesn't find the display at all).
    – ddekany
    Commented Nov 29, 2014 at 12:29
3
  • If you use an Nvidia Graphics Driver (Resource from here )
  1. Right click on desktop and select NVIDIA Control Panel

  2. Click on “Adjust desktop color settings” at the left hand side navigation bar.

alt text

3) Select NVIDIA settings and you can now move the slider for Brightness and Contrast.

Have a look here

http://www.istartedsomething.com/20090829/windows-7-application-controls-backlight-ordinary-webcam/

3
  • 7
    That doen't change the monitor's backlight but the image brightness.
    – GetFree
    Commented Sep 11, 2010 at 6:31
  • Hmm, I think you are right, I removed from my answer
    – subanki
    Commented Sep 11, 2010 at 6:36
  • please update your answer, as this does not control the backlight, but the drivers based contrast/birghtness/gamme.. it is off topic.. I rather up vote you than down
    – Piotr Kula
    Commented Jan 23, 2012 at 13:48
0

Are you talking about an external monitor or a laptop's built-in display? An external monitor's brightness is almost always controlled externally by the monitor, there just isn't any way to pass brightness settings information over any of the usual display connectors (VGA, DVI, HDMI, DisplayPort, etc.). A built-in display on a laptop or all-in-one however has its brightness control integrated with the system, and can be controlled from within windows by some software. The actual software to do so will depend on the manufacturer. Windows 7 can do it automatically from the Windows Mobility Center (press Win+X), but in Windows XP you will need the manufactuer's drivers.

7
  • 2
    I ask this because I know it IS possible. I use an external monitor with my laptop and in the configuration of my laptop's video card there is a sliding control that let me adjust my EXTERNAL monitor's backlight. Unfortunately, I have to do about ten thousand clicks through the GUI only to reach that sliding control. Simply not practical.
    – GetFree
    Commented Sep 11, 2010 at 5:51
  • Interesting. Sounds like it might be specific to the video card's drivers then... I've never seen anything like that before.
    – nhinkle
    Commented Sep 11, 2010 at 6:04
  • Me neither. The drivers config dialog box says "Intel Graphics Media Accelerator Driver for mobile" and my external monitor is a Dell 2007FP
    – GetFree
    Commented Sep 11, 2010 at 6:24
  • 1
    @ppumkin, believe me, it's not emulated via color change or gamma reduction. It really does change the backlight brightness. My best guess is that it must be a propietary mecanism from Dell, since both my laptop and external monitor are Dell.
    – GetFree
    Commented May 19, 2012 at 10:34
  • 6
    This is actually standard since 1998, but nobody seems to know about it :). en.wikipedia.org/wiki/Display_Data_Channel#DDC.2FCI
    – crazy2be
    Commented Feb 10, 2015 at 23:02
0

Use Desktop Lighter. It's freeware. After installation you can simply use shortcut keys to increase or decrease brightness. Your monitor's brightness control is at your fingertips. Shortcut keys can be customized. It's a small tool but very useful.

2
  • 4
    I've tried this tool before. It just changes the color brightness, not the backlight intensity.
    – GetFree
    Commented Dec 21, 2012 at 0:21
  • Don't use this tool, it changes your gamma permanently, and is difficult to change it back, if possible at all. It doesn't change Backlight intensity, just changes the gamma and colours.
    – Anthony
    Commented May 19, 2013 at 16:42
0

Had same issue, after hours of searching I found that it is a setting in the BIOS.

Here is how to fix:

  1. Boot into BIOS mode
  2. Go to 'display' tab (on some models it is under 'video')
  3. Scroll down to 'EcoPower'
  4. Turn it off
  5. Save changes
  6. Good to go!

Thanks to https://superuser.com/a/1556441/1202970

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .