How to Fix Brightness Not Working on Windows 11

The Problem

The brightness slider is missing from Quick Settings, greyed out, or the screen ignores it entirely. On laptops the Fn brightness keys may do nothing. This is almost always a display driver problem—most often a generic Microsoft Basic Display Adapter driver loaded after an update.

Screen also flickering? Separate fix: screen flickering on Windows 11. Using an external monitor? See the note near the end—Windows cannot control most of them.

Step 1: Confirm Where the Control Is Missing

  • Press Win + A for Quick Settings. Is the brightness slider present?
  • SettingsSystemDisplay → is there a Brightness slider under Brightness & colour?

No slider anywhere → the driver is not exposing the control. Steps 2 and 3. Slider present but does nothing → adaptive brightness or a power setting. Steps 4 and 5. Only the Fn keys fail → Step 6.

Step 2: Check Which Display Driver Is Loaded

  1. Right-click StartDevice Manager → expand Display adapters.
  2. If it says Microsoft Basic Display Adapter, Windows is running a fallback driver with no brightness control at all. That is your answer.
  3. If your real GPU is listed with a down-arrow icon, right-click → Enable device.

To fix a basic adapter:

  1. Right-click the adapter → Update driverSearch automatically.
  2. If nothing is found, download the driver directly from Intel, AMD, or NVIDIA—or from the laptop maker for hybrid-graphics machines, which is the more reliable source.
  3. Restart and re-check Win + A.

For a stubborn case, remove the old driver cleanly: clean install GPU drivers with DDU.

Step 3: Re-enable the Monitor Driver

Laptop brightness is exposed through the monitor device, not just the GPU.

  1. Device Manager → expand Monitors.
  2. Right-click Generic PnP MonitorEnable device if it is disabled.
  3. If it is already enabled, right-click → Update driverSearch automatically.
  4. If that fails, Uninstall device and restart—Windows re-detects it.

A disabled Generic PnP Monitor removes the brightness slider entirely, and it is a surprisingly common state after driver utilities have been at work.

Step 4: Turn Off Adaptive and Content-Adaptive Brightness

These dim the screen on their own and feel exactly like broken brightness—the screen darkens on a dark web page and brightens on a white one.

  1. SettingsSystemDisplay → expand Brightness.
  2. Untick Change brightness automatically when lighting changes.
  3. Set Help improve battery by optimising the content shown to Off.
  4. In the GPU control panel, also disable Vari-Bright (AMD Radeon Software → Display) or Display Power Saving Technology (Intel Graphics Command Center → System → Power).

The Intel and AMD settings are separate from the Windows one and both must be off.

Step 5: Fix the Power Plan

  1. Control PanelPower OptionsChange plan settingsChange advanced power settings.
  2. Expand Display:
    • Enable adaptive brightnessOff for both On battery and Plugged in.
    • Check Display brightness and Dimmed display brightness are not set low.
  3. Also check SettingsSystemPower & batteryEnergy saver, which dims the screen deliberately when active.

Step 6: When Only the Fn Keys Fail

The brightness keys are handled by the manufacturer's hotkey software, not by Windows.

  • Install the OEM package: Dell Quickset or Dell Power Manager, HP Hotkey Support, Lenovo Vantage or Hotkey Features Integration, ASUS System Control Interface.
  • Check whether Fn lock is engaged—many laptops have an Fn + Esc toggle that swaps function-key behaviour.
  • Test the slider in Win + A. If that works and only the keys do not, it is purely the hotkey software.

Step 7: Registry Fix for a Missing Slider (Advanced)

On some Intel systems, a stale registry value hides the control. Create a restore point first: create a system restore point.

  1. Win + Rregedit.
  2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}.
  3. Under 0000 (and 0001 if present), find or create a DWORD named KMD_EnableBrightnessInterface2 and set it to 0.
  4. Restart.

A Note on External Monitors

Windows brightness normally controls only the built-in laptop panel. For a desktop monitor, use the buttons on the monitor itself—Windows cannot change most external displays' backlight.

Some modern monitors support DDC/CI, which lets software control them. If yours does, enable DDC/CI in the monitor's own menu and use a utility such as Twinkle Tray, which then appears alongside the normal Windows control.

Still Stuck?

  • Slider works but the screen is too dark even at 100% → the backlight is failing. Confirm by connecting an external monitor: if that is normal, the panel or its backlight driver board needs replacing.
  • Brightness resets on every reboot → an OEM power utility is overriding it. Uninstall or reconfigure that tool.
  • Persistent driver problems: how to update outdated drivers.