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 + Afor Quick Settings. Is the brightness slider present? - Settings → System → Display → 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
- Right-click Start → Device Manager → expand Display adapters.
- If it says Microsoft Basic Display Adapter, Windows is running a fallback driver with no brightness control at all. That is your answer.
- If your real GPU is listed with a down-arrow icon, right-click → Enable device.
To fix a basic adapter:
- Right-click the adapter → Update driver → Search automatically.
- 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.
- 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.
- Device Manager → expand Monitors.
- Right-click Generic PnP Monitor → Enable device if it is disabled.
- If it is already enabled, right-click → Update driver → Search automatically.
- 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.
- Settings → System → Display → expand Brightness.
- Untick Change brightness automatically when lighting changes.
- Set Help improve battery by optimising the content shown to Off.
- 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
- Control Panel → Power Options → Change plan settings → Change advanced power settings.
- Expand Display:
- Enable adaptive brightness → Off for both On battery and Plugged in.
- Check Display brightness and Dimmed display brightness are not set low.
- Also check Settings → System → Power & battery → Energy 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
Fnlock is engaged—many laptops have anFn + Esctoggle 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.
Win + R→regedit.- Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}. - Under
0000(and0001if present), find or create a DWORD named KMD_EnableBrightnessInterface2 and set it to 0. - 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.
Related guides
Fix Display Driver Stopped Responding in Windows 11
Screen goes black and Windows says the display driver stopped responding and has recovered? Fix the TDR timeout, unstable GPU clocks, and power settings behind it.
Fix NVIDIA Control Panel Missing in Windows 11
NVIDIA Control Panel gone from the right-click menu or refusing to open in Windows 11? Restore it from the Microsoft Store, restart its services, and reinstall the driver cleanly.
How to Fix BAD_POOL_HEADER in Windows 11
BAD_POOL_HEADER means a driver corrupted Windows' kernel memory pool. Track down the driver, antivirus, or RAM stick behind it with these ordered checks.
How to Fix KMODE_EXCEPTION_NOT_HANDLED in Windows 11
KMODE_EXCEPTION_NOT_HANDLED means a kernel-mode program hit an error nothing caught. Find the driver behind it and stop the crashes with these ordered checks.
Fix SYSTEM_THREAD_EXCEPTION_NOT_HANDLED in Windows 11
This blue screen usually names the driver that crashed, right on the screen. Read that .sys file, roll the driver back, and stop the reboot loop for good.