How to Change Screen Brightness on Windows 11

How to Change Screen Brightness on Windows

Controlling your computer screen’s brightness can help reduce eye strain and make your battery last longer. In bright environments, you would typically want your screen to be bright as well. However, in darker environments, many prefer to lower their brightness.

This guide shows you how to change the screen brightness on Windows.

Using the Monitor’s Physical Control

If you’re using an external display (e.g., a monitor), you’ll need to use the display’s physical controls to change the screen brightness. There is usually a button on the side or front of the device.

The Monitor's Physical Control
The Monitor’s Physical Control by ViewSonic

Using Keyboard Shortcuts

The easiest way to change screen brightness in Windows 11 is using shortcut keys. These keys differ from one manufacturer to another. Usually, they are marked by a Sun symbol with plus and minus signs, and you can find them at the top of your keyboard or arrow keys.

In most cases, you must press the fn key before pressing the shortcut key to adjust your screen brightness. However, some laptops include separate keys for adjusting screen brightness, and you can simply press these buttons to alter your display’s brightness.

The Shortcut Keys
The Shortcut Keys.

Using Quick Settings

Quick Settings is a Windows 11 feature that allows you to adjust the brightness, volume, and other settings without going to the Control Panel.

  1. Click the Action Center icon in the notification area on the right side of the taskbar.

    Click the Action Center icon.
    Click the Action Center icon.

  2. Once you’re in Quick Settings, you can click and drag the brightness slider to the left or right to lower or raise the screen brightness, respectively.

    Drag the brightness slider to the left or right.
    Drag the brightness slider to the left or right.

Using Settings

  1. Click the Start button, then press the Settings icon.

    Open the Settings app.
    Open the Settings app.

  2. Go to System > Display.

    Go to System > Display.
    Go to System > Display.

  3. Use the slider to change the screen brightness.

    Adjust brightness level slider.
    Adjust the brightness level slider.

Using the Mobility Center

The Mobility Center is a feature only available on laptops. It allows you to quickly change the settings of your laptop, such as volume, screen brightness, and battery status.

  1. To open the Mobility Center, press the Windows key + X. Alternatively, right-click the Start button and select Mobility Center.
  2. Under Display brightness, use the slider to change the screen brightness.

    Use the slider to change the screen brightness.
    Use the slider to change the screen brightness.

Using PowerShell

Windows PowerShell can automate almost any operation in the Windows ecosystem. One of its many utilities is to change the screen brightness.

  1. Go to Start, then type in “powershell.” Right-click Windows PowerShell and select Run as Administrator.

    Run PowerShell as administrator.
    Run PowerShell as administrator.

  2. In the PowerShell window, type the following command and press Enter:
    (Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1,<Brightness Level>)
    Replace <Brightness Level> with a value between 0 and 100 to set the screen brightness. A setting of 0 will be the minimum brightness, while 100 will be the maximum.

    Enter the command.
    Enter the command.

Using your Video Card Control Panel Menu

Depending on your video card, you might have a dedicated control panel with brightness settings. For example, NVIDIA and AMD have control panels that allow you to change the screen brightness. In this example, I will use the AMD Radeon Settings.

  1. Go to the search menu, type “amd,” then open the AMD software edition you have.

    Open the AMD software edition you have.
    Open the AMD software edition you have.

  2. In the top right corner, select Settings.

    Click Settings.
    Click Settings.

  3. Click the Display tab.

    Click the Display tab.
    Click the Display tab.

  4. Next to Brightness, use the slider to change the screen brightness.

    Use the slider to change the screen brightness.
    Use the slider to change the screen brightness.

Erik is a full-time product quality engineer at the IBM who has a passion for teaching others (and always learning) about technology. He has a Bachelor's degree in Computer Science and Engineering from Eindhoven University of Technology. Erik is the chief editor for Windows, Linux and coding tutorials.

Leave a Comment