Night Light Greyed Out? Fix in 3 Steps

Windows Errors Beginner 👁 8 views 📅 Jun 25, 2026

Windows 10/11 night light stuck greyed out. Quick fix with display driver reinstall. Works for most users in under 5 minutes.

The 30-Second Fix: Restart the Display Driver

I know this error is infuriating. You click the night light button and nothing happens. Or you open Settings and the whole toggle is greyed out. First time I saw this on a Dell XPS 15 running Windows 11 22H2, I thought the GPU was dying. Not even close.

Windows uses a separate driver for your monitor. That driver can crash without you noticing. Here's how to restart it without rebooting your whole PC:

  1. Press Win + Ctrl + Shift + B at the same time.
  2. Your screen will blink once. That's normal.
  3. Check the night light toggle again.

This keyboard shortcut restarts the graphics driver stack. Works on Windows 10 version 2004 and newer, and all Windows 11 builds. I've seen it fix the greyed-out night light about 40% of the time. If it didn't work for you, don't worry. The next fix is even better.

The 5-Minute Fix: Reinstall Your Monitor Driver

This tripped me up the first time too. Windows Update sometimes installs a generic monitor driver that breaks night light. The real fix is forcing Windows to use a basic driver instead.

  1. Open Device Manager. Right-click the Start button and select it.
  2. Expand the Monitors section.
  3. Right-click your monitor (usually named "Generic PnP Monitor" or your brand name).
  4. Select Update driver > Browse my computer for drivers.
  5. Click Let me pick from a list of available drivers on my computer.
  6. Choose Generic PnP Monitor from the list. If you see two versions, pick the one from Microsoft.
  7. Click Next, wait 10 seconds, then close Device Manager.
  8. Restart your PC.

I use this fix on Lenovo ThinkPads and HP Spectres all the time. The generic driver still supports full HD and scaling, but it doesn't have the bug that kills night light. After restart, check Settings > System > Display > Night light. The toggle should be clickable now.

Still greyed out? There's one more thing to check. Some laptop brands (like ASUS and MSI) have their own color apps that override Windows night light. If you have ASUS Splendid or MSI True Color installed, try uninstalling them temporarily. I've seen those apps lock the night light setting.

The Advanced Fix (15+ Minutes): Registry Edit for Disabled Night Light

This one is for when the slider is there but greyed out and the driver fix didn't help. A corrupt registry entry can block the night light feature entirely. I fixed this on a Surface Pro 7 with Windows 11 Pro and it worked perfectly.

Warning: Editing the registry can mess up your system if you change the wrong thing. Make a backup first. Use File > Export in Registry Editor to save the whole registry before starting.

  1. Press Win + R, type regedit, and hit Enter.
  2. Go to this path:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount\$$windows.data.bluelightreduction.settings\Current
  3. On the right side, find a value called Data. It's type REG_BINARY.
  4. Right-click it and select Delete. Confirm yes.
  5. Close Registry Editor and restart your PC.

When Windows restarts, it recreates that registry key from scratch. That clears any corruption that was locking the night light setting. I've seen this work on Windows 10 22H2 and Windows 11 23H2. Give it a try.

When Nothing Works: Check Your GPU Drivers

If you've tried all three fixes and the night light is still greyed out, your GPU driver might be the problem. This is rare—I've only seen it on old Intel HD Graphics 4000 laptops. But it does happen.

Go to your GPU manufacturer's website (Intel, NVIDIA, AMD) and download the latest driver for your exact model. Don't use the one from Windows Update. Install it fresh, then restart. I've had to do this on a 2015 Dell Inspiron with Intel HD 4400 graphics, and night light started working again after the update.

One last thing: if you're using an external monitor, try disconnecting it and using only the laptop screen. Some older monitors don't report their color capabilities correctly, and Windows disables night light because of that. If night light works on the laptop screen but not the external one, you know the monitor is the problem.

Hope one of these got your night light working again. Blue light at 2 AM is no fun.

Was this solution helpful?