Screen Brightness Not Changing in Windows? Driver Fixes
If your Windows 11 or Windows 10 brightness slider moves but the screen stays exactly the same, the fix in most cases is not a hardware problem — it is your display driver. Open Device Manager, expand Display adapters, right-click your graphics card, choose Uninstall device, check the box to remove the driver software if it appears, then restart. Windows reinstalls a fresh driver on boot, and that alone fixes the slider for the large majority of people who hit this. If that doesn't do it, the next places to check are adaptive brightness and HDR, both covered below.
Here's the part almost nobody tells you: on a lot of desktop setups, the "missing brightness slider" isn't a bug at all. Windows only puts a brightness control in Settings for your laptop's built-in screen, or for an external monitor that specifically supports a two-way communication standard called DDC/CI — and even then, only if extra software is bridging that connection. If you've got a regular monitor plugged into a desktop tower and there's no slider anywhere, that's Windows behaving exactly as designed, not something broken that a driver reinstall will magically add.
Ethan's take on this one is blunt: "People assume brightness is a hardware thing because it's physical — the screen gets dim or bright. But nine times out of ten what's actually broken is the software layer between Windows and the backlight, not the backlight itself." He's not being dismissive of real hardware failures; he's pointing out that jumping to 'the screen is dying' before ruling out the driver wastes money and, in some cases, nearly costs a customer relationship over nothing.
🙋♂️ Jake's Reality Check
"A customer brought back a laptop I'd sold him refurbished, dead sure the screen was faulty because he couldn't turn the brightness down and it was giving him a headache. I nearly gave him a full refund before I even opened Device Manager."
It wasn't the screen. A Windows Update had swapped in a generic driver that couldn't talk to the backlight properly. Ten minutes with Device Manager and a restart, and the slider worked again — no parts, no refund, no reason to doubt the hardware at all.
Which brightness problem are you actually having?
"Brightness not working" covers at least five genuinely different problems, and they have different fixes. Find yours before you start changing settings:
The slider moves, but nothing on screen changes
This is the classic driver-compatibility symptom, and it's exactly what made headlines back when Microsoft flagged it during the Windows 10 May 2019 Update. Windows registers that you dragged the slider, the setting even shows the new percentage, but the backlight itself never receives the instruction. Driver reinstall, covered below, is the first thing to try.
There's no brightness slider anywhere in Settings
Different problem entirely. This usually means Windows either doesn't think it's driving a display that supports brightness control (normal on most desktop-plus-external-monitor setups) or the driver failed badly enough that it isn't reporting the display's capabilities at all.
Brightness keeps changing on its own
You set it, walk away, come back and it's dimmer or brighter than you left it. This is almost always adaptive brightness — a feature that reacts to ambient light or on-screen content — doing exactly what it was designed to do, just not what you wanted.
Function keys don't work, but the Settings slider does
The Settings slider talks to Windows' own display driver. The Fn keys usually route through a separate keyboard or power-management utility from your laptop's manufacturer. When one works and the other doesn't, you're looking at two different pieces of software, not one bug with two symptoms.
The screen is just permanently dim or flickering
If an external monitor plugged into the same machine displays fine at full brightness while the laptop's own panel stays dim, dark, or flickers no matter what you do, that's edging toward a hardware explanation — the panel, its cable, or the backlight inverter — rather than anything Windows Settings can fix. We cover how to tell the difference near the end of this guide.
🕐 What changed since we first wrote this
- Then: In May 2019, we covered a specific, dated bug — Microsoft and Intel had identified a driver compatibility issue on devices with certain Intel drivers, where brightness changes appeared to apply but didn't, tied to the Windows 10 version 1903 rollout. Microsoft's own advice at the time was that restarting the PC often cleared it.
- Now: That particular 1903-era Intel compatibility hold is long resolved and has nothing to do with what causes brightness problems on current Windows 11 or Windows 10 installs. The underlying causes today — generic drivers replacing OEM ones, adaptive brightness, HDR interactions, and OEM utility conflicts — produce the exact same symptom but need their own fixes.
- What that means for you: if you searched for this because your brightness broke after a recent update, you're not hitting the 2019 bug again — you're hitting a fresh instance of the same category of problem, and the fixes below are the current ones.
Fixing brightness in Windows 11
Work through these in order. Each one takes a couple of minutes, and most people are fixed by the first or second step.
1. Reinstall the display driver
Press Win + R to open the Run box — a small dialog that launches a program or file directly by name, without digging through menus — and type devmgmt.msc, which opens Device Manager, the tool that lists every piece of hardware Windows knows about and which driver is controlling each one. Expand Display adapters, right-click your graphics card (Intel, AMD, or NVIDIA), and choose Uninstall device. If a checkbox offers to delete the driver software for this device, check it. Restart the PC. Windows reinstalls a generic driver automatically on boot, which is often enough to fix a stuck slider on its own. For the best result afterward, visit your laptop or graphics card manufacturer's support page and install their current driver rather than relying on the generic one long-term.
2. Turn off adaptive brightness
Go to Settings > System > Power & battery > Screen and sleep, and look for the "Automatically change brightness when lighting changes" style toggle (wording shifts slightly between Windows 11 releases, so look for anything mentioning automatic or adaptive brightness). Turn it off. If you'd rather use the older interface, Control Panel's Power Options still exists: Control Panel > Power Options > Change plan settings > Change advanced power settings > Display > Enable adaptive brightness, set to Off for both On battery and Plugged in.
3. Check whether HDR is interfering
Open Settings > System > Display and look for the HDR toggle. When HDR is on, Windows sometimes changes how the brightness slider behaves or grays parts of it out, because HDR content handles brightness through its own separate controls rather than the standard SDR slider. Turn HDR off temporarily and see if normal brightness control comes back. If it does, you've found your cause, and you can decide whether HDR's picture quality is worth the trade-off for your use case.
4. Check for a conflicting OEM utility
If your laptop came with a manufacturer control center — Intel Graphics Command Center, or a brand-specific tool from your laptop maker — open it and check whether it has its own brightness or display power setting. These utilities occasionally fight with Windows' own slider, each one thinking it's in charge. Closing the utility (not necessarily uninstalling it) and testing the Windows slider again isolates whether that's the conflict.
⚠️ What this actually breaks
Uninstalling a display driver is safe for your files, but it will briefly drop your screen resolution to a low default and may flicker during the restart. Don't do this in the middle of something else, and don't panic at the temporary low-resolution screen — it corrects itself once Windows finishes reinstalling the driver.
The Windows 11 right-click trap
If you're trying to get to display or power settings through the desktop right-click menu instead of Settings, Windows 11's condensed right-click menu hides most classic options behind Show more options (or the shortcut Shift+F10 for the full menu directly). It's the single most common "where did this option go" moment for anyone who upgraded from Windows 10, and it trips people up well beyond just brightness settings.
Fixing brightness in Windows 10
The underlying fix is the same driver-reinstall process as Windows 11 — the two systems share the same Device Manager and the same core display driver model, so everything under "1. Reinstall the display driver" above applies exactly as written. What differs is where a couple of the settings live.
Finding adaptive brightness in Windows 10
Go to Settings > System > Display and scroll to Brightness and color, where you'll find a "Change brightness automatically when lighting changes" toggle if your device has a light sensor. Turn it off the same way as in Windows 11. The Control Panel route — Power Options > Change plan settings > Change advanced power settings > Display > Enable adaptive brightness — is identical on both versions, since it's the same underlying Control Panel that Windows 11 kept for exactly this kind of legacy setting.
HDR on Windows 10
The HDR toggle sits in the same Settings > System > Display screen, usually further down under a "Windows HD Color" or HDR heading depending on your build. The same logic applies: turn it off, test the slider, turn it back on only if you decide the trade-off is worth it.
🙋♂️ Jake's Reality Check
"Half the older laptops that come through my shop are still on Windows 10. Is it even worth fixing brightness properly on a machine that's basically unsupported now, or should I just tell the customer to buy something new?"
Fix it — it's a five-minute job either way, but yes, also mention the bigger picture. Windows 10 stopped getting free security updates on October 14, 2025. It still runs and the brightness fix above still works exactly the same, but a machine that's due for an operating system decision anyway is a fair moment to raise Windows 11 eligibility, Extended Security Updates, or simply a newer machine, especially if the customer relies on that PC for anything sensitive like banking or business email.
External and desktop monitors: a different problem entirely
This is the section most brightness guides skip, and it's the one that saves the most wasted troubleshooting time. Windows does not put a brightness slider in Settings for most external or desktop monitors, full stop. It's not a bug, a missing driver, or something a reinstall will add. The Windows brightness slider is designed around laptop panels and displays that support DDC/CI (Display Data Channel/Command Interface), a two-way communication standard that lets software send brightness and contrast commands to a monitor the same way it would to a built-in screen.
Even when a monitor does support DDC/CI, Windows itself generally doesn't expose that control natively in Settings the way it does for a laptop screen. You need either the monitor's own on-screen display (OSD) menu, accessed through its physical buttons, or a third-party utility that specifically speaks DDC/CI to bridge that gap.
✅ Why this is the one to use
For an external monitor, the monitor's own physical buttons are the reliable default. They talk directly to the display's hardware, work regardless of which PC or operating system is plugged in, and don't depend on any Windows driver behaving correctly. Third-party DDC/CI software is convenient once it's set up, but it's one more thing that can break after a Windows update — the monitor buttons never can.
If your external monitor genuinely looks too dim or too bright and the physical buttons don't help either, check the cable and input first. A monitor running over an older or damaged cable, or set to the wrong input source, can display a washed-out or dark image that looks like a brightness fault but isn't one at all.
Why the driver reinstall works (and when it won't)
Windows Update sometimes replaces a laptop manufacturer's tailored graphics driver with a more generic version, either during a feature update or a routine driver update pushed automatically. The generic driver can display everything correctly and still not correctly expose the specific brightness controls your exact panel needs, which is why the slider can move in Settings while the screen itself does nothing. Uninstalling and letting Windows reinstall, then following up with the manufacturer's own driver, gets you back to a driver that actually knows how to talk to your specific hardware.
It won't help, though, if your problem isn't actually driver-related. If an external monitor plugged into the same laptop, using the same graphics output, shows full brightness range fine while the internal panel doesn't respond to anything, that's a strong sign the driver is fine and the fault is physically in the laptop screen, its cable, or the backlight itself — not something Device Manager can fix.
Generic PnP Monitor in Device Manager
Under Monitors in Device Manager, if you see "Generic PnP Monitor" instead of your laptop or monitor's actual model name, Windows couldn't identify the display's specific capabilities and fell back to a baseline profile. This is common and usually harmless for basic display output, but it can be part of why brightness or color features tied to your exact model aren't showing up.
When it's the BIOS, not Windows
On some laptops, the motherboard firmware (BIOS or UEFI) is what physically manages the signal to the backlight hardware and hands control over to Windows through a standard called ACPI. If a full driver reinstall changes nothing at all, a firmware update from your laptop manufacturer's support page — not from Windows Update — is worth checking before assuming the hardware itself has failed.
When it's the Fn keys, not the slider
If the brightness keys on your keyboard (usually paired with the function row, sometimes needing Fn held down) stop responding but the Settings slider still works fine, you're dealing with a separate piece of software, not the display driver. Laptop manufacturers typically route those keys through their own utility — a power management tool or keyboard driver installed alongside Windows, not part of Windows itself. Check whether that utility is still installed and running (it's usually visible as an icon in the system tray, or listed in Task Manager's Startup tab), and reinstall it from the manufacturer's support page if it's missing or outdated. This is a completely different fix from anything in Device Manager, which is why reinstalling the display driver alone sometimes leaves the Fn keys still broken even after the Settings slider starts working again.
Ruling hardware in or out
Here's the honest limit of anything in this guide: if the screen is dim, dark, or flickering no matter what setting is applied, and it isn't improving with a driver reinstall, an adaptive brightness toggle, or an HDR check, software has probably run out of things to offer. The clearest test is plugging an external monitor into the same laptop. If the external display shows a full, controllable brightness range while the internal panel stays broken, the fault sits in the panel, its ribbon cable, or the backlight inverter — and that's a repair technician's job, not a Settings menu's.
⚠️ What this actually breaks
If you don't have a spare external monitor or cable to test with, and the screen is flickering badly, be careful about how long you run the laptop like that. A failing backlight inverter can be a genuine electrical fault, not just a cosmetic annoyance, so if you smell anything unusual or the flicker is severe, it's worth powering down and getting it looked at rather than pushing through.
Popular advice that isn't actually the fix
A lot of forum threads on this topic jump straight to a full Windows reset or reinstall. That's overkill for the vast majority of brightness problems, and it costs you hours reinstalling programs for a fix that a two-minute driver reinstall usually handles. Save the full reset for when every driver and settings fix above has genuinely failed and you've confirmed it isn't hardware, not as a first step.
Another common suggestion is running third-party "driver updater" tools that scan your PC and install whatever they think is newest. Ethan is direct about these: "I don't recommend them. You have no way to verify what they're actually installing, and a mismatched or bundled driver can introduce a new problem on top of the one you started with." Going straight to your graphics card or laptop manufacturer's own support page for drivers avoids that risk entirely, and it's not meaningfully slower.
Keeping it from happening again
Brightness bugs tend to resurface after major Windows feature updates, since those are the updates most likely to swap driver components. After any big update, it's worth a quick check: open the brightness slider, confirm it still moves the screen, and glance at Device Manager for any yellow warning icons on Display adapters. Catching it within a day of the update means you can roll the update back if it turns out to be the cause, rather than troubleshooting a problem that's had weeks to tangle itself up with other changes.
If you manage more than one PC — which, running a phone and computer shop, Jake effectively does — it's also worth keeping a note of which laptop models have needed a manual OEM driver install after each update. The same fix tends to repeat on the same hardware every time Microsoft ships a major release, and knowing that in advance turns a customer's "my screen is broken" call into a five-minute known fix instead of a fresh investigation.
Frequently asked questions
Why does my brightness slider not work in Windows 11?
Most of the time it's a display driver problem, not a hardware fault. Windows 11 sometimes loads a generic driver instead of your laptop's real graphics driver after an update, and the generic driver can't talk to the backlight hardware properly, so the slider moves but nothing on screen changes. Reinstalling the driver through Device Manager, described above, fixes this for the majority of people.
Why is there no brightness slider at all in Settings?
If the slider is completely missing rather than just unresponsive, Windows hasn't detected a display it believes supports brightness control. That's normal and expected on most desktop PCs with external monitors, and it can also happen on a laptop if the display driver failed to install properly, in which case a driver reinstall can bring the slider back.
Can I control an external monitor's brightness from Windows?
Only if the monitor supports DDC/CI and you install extra software, since Windows itself doesn't add a brightness slider to Settings for most external monitors. The dependable method is the monitor's own physical buttons or on-screen display menu, which works regardless of what's happening on the Windows side.
What is adaptive brightness and should I turn it off?
Adaptive brightness automatically dims or brightens your screen based on a light sensor or, on some devices, the content on screen. It's a common cause of brightness that seems to change on its own or won't stay where you set it, and turning it off in Power Options usually resolves that specific complaint without affecting anything else.
Does HDR affect brightness control in Windows?
Yes. With HDR turned on, Windows can gray out or change how the brightness slider behaves, because HDR content manages brightness through its own separate handling rather than the standard SDR slider. Turning HDR off temporarily is a quick way to check whether it's the cause.
Why do brightness function keys stop working after a Windows update?
Function keys usually depend on an OEM keyboard or power utility from your laptop's manufacturer, separate entirely from the Windows display driver. An update can leave that utility not running or out of date, which breaks the physical keys even while the Settings brightness slider keeps working fine.
Is this the same bug as the 2019 Windows 10 update issue?
Not exactly, even though the symptom looks identical. The 2019 issue was a specific, time-limited compatibility problem between certain Intel drivers and the Windows 10 May 2019 Update. The brightness problems people run into today are usually a fresh, unrelated driver or settings issue that simply presents the same way from the outside.
How do I safely reinstall my display driver?
Open Device Manager, expand Display adapters, right-click your graphics card, and choose Uninstall device, checking the box to delete the driver software if it's offered. Restart the PC and Windows reinstalls a driver automatically, or you can install the manufacturer's own version afterward for the best long-term result.
Will uninstalling my display driver delete my files?
No. Uninstalling a driver in Device Manager only removes the software controlling the graphics hardware. It has no effect on documents, photos, installed programs, or any personal data on the PC.
Why does my screen brightness change automatically on its own?
This is almost always adaptive brightness or, on newer laptops, a related content-adaptive brightness feature tied to battery saving. Both can be switched off in Power Options or Settings without affecting anything else on the PC.
Does Windows 11 support DDC/CI for external monitor brightness?
Windows doesn't expose a native Settings slider for most external monitors even when they support DDC/CI. Third-party utilities can use DDC/CI to add that control, but the monitor's own buttons remain the option you can count on regardless of what Windows is doing.
What does it mean if Device Manager shows Generic PnP Monitor?
It means Windows couldn't identify your specific monitor model and fell back to a generic driver profile. This is common and usually harmless for basic display output, but it can prevent brightness and color features tied to your exact model from working correctly.
Can an outdated BIOS cause brightness problems?
On some laptops, yes, because the BIOS or UEFI firmware handles the signal to the backlight and hands control over to Windows through ACPI. A BIOS update from the laptop manufacturer's support page occasionally fixes brightness issues that a driver reinstall alone doesn't.
How is a hardware backlight failure different from a software brightness bug?
A software bug leaves the slider or keys unresponsive while the screen itself still lights normally at whatever level it's stuck on. A hardware backlight failure usually shows as a very dim, flickering, or fully dark screen that an external monitor plugged into the same laptop displays fine, pointing at the panel or its cable rather than Windows.
Do Windows 11 Home users have fewer brightness fix options than Pro?
No. Device Manager, Power Options, and the Settings brightness controls are identical on Home and Pro editions. The Home versus Pro split matters for things like Group Policy Editor, not for anything covered in this guide.
What if none of the fixes bring brightness back?
If a driver reinstall, adaptive brightness toggle, and HDR check all fail, and an external monitor plugged into the same machine shows brightness changing fine, the remaining likely cause is a hardware fault in the laptop's screen, cable, or backlight inverter. That needs a repair technician rather than another software fix.
Revision note. Originally published May 22, 2019, covering a specific Intel driver compatibility issue tied to the Windows 10 May 2019 Update. Rewritten August 21, 2026 for Windows 11 and Windows 10, since the original bug was resolved years ago and the question readers actually bring here now is the broader, ongoing one: why the brightness slider stops working at all. Microsoft has changed where several of these settings live since 2019, and the causes have shifted from that one specific driver hold to generic drivers, adaptive brightness, and HDR interactions — but the fix still starts in the same place, Device Manager, and still takes about five minutes. If you've been staring at a screen that's too dim or too bright for longer than that, we hope this gets you back to normal quickly.