12 Ways to Fix Night Light Not Working in Windows 11

When activated, Night Light, aka the blue light filter, uses warmer colors to protect your eyes. The blue light filter makes sure long hours of work on a PC don’t cause eye strain or burning. Based on your preference, you can choose to fine-tune the strength of the filter and also automate it so that it can come into action whenever you need eye protection. 

In terms of functionality, the night light works reliably. However, there are instances where the filter goes wrong and starts functioning improperly. If you have also found this noted Windows feature misbehaving, try out these handy solutions to fix the night light not working problem on your Windows PC. Keep reading to…

Best Tips to Fix Night Light Not Working in Windows PC

From a corrupt graphics card driver to a tiny software glitch to an outdated update, there are many reasons why the blue light filter has begun to malfunction on your PC. Putting the spotlight on each possible culprit, I have jotted down the tips that can help you overcome the hurdle.

1. Disable/Enable the Night Light 

To begin with, I would recommend you soft reset the night light. If this feature is malfunctioning due to a minor software glitch, the soft reset will let you resolve the problem. 

  • Head over to the Start menu -> Settings -> Accessibility -> Magnifier -> Display -> Related settings -> Now, turn off the switch next to the Night light. 
  • After that, reboot your PC and then turn on the Night light.

2. Update Your Graphics Driver 

Note that if the graphics card drivers are outdated or missing, they may prevent features related to the display from functioning properly. 

  • First off, press the Win + X to bring up the WinX menu. 
  • After that, select the Device Manager in the Access Menu.
  • Now, right-click on your graphics card device and hit Update. 
  • Next, choose the “Search automatically for updated driver software” option. 
  • Once your Windows device has successfully downloaded and installed all the pending driver updates, reboot your PC.
  • Now, check if the night light has come back on track. 

3. Reinstall the Graphics Driver 

Another reliable solution that I would like to recommend you try is to reinstall the graphics driver. For a handful of users, deleting and reinstalling the driver has worked in fixing the misbehaving blue light filter. 

  • To get going, press the Win + X to reveal the WinX menu -> Head over to the Device Manager in the Access menu.
  • After that, you need to right-click on the display device driver and hit Uninstall device. 
  • When the confirmation window shows up, click on Uninstall to confirm. 
  • Now, make sure to keep the “Delete the driver software for this device” box unchecked. 
  • After you have successfully uninstalled the driver, restart your PC. 
  • Once your computer has rebooted, Windows will install the missing drivers for your graphics device on its own for smooth functioning. 

4. Adjust the Strength of Night Light

At times, just adjusting the strength of the blue light filter will let you resolve the problem. 

  • On your PC, navigate to the Start menu -> Settings -> Accessibility -> Magnifier -> Display -> Related Settings.
  • Now, turn on Night Light and then hit the tinny arrow right next to it. 
  • After that, drag the slider located right next to “Strength” to adjust the intensity of the blue light filter. 

5. Ensure That You Have Enabled Location Service 

Just like many other features, Night Light also takes advantage of the location data to activate and turn off at the right time. So, if you have fine-tuned it to trigger as per a schedule, make sure that location services is enabled. 

  • Go to the Start menu -> Settings -> Privacy & Security -> App permissions -> Location -> make sure that the toggle next to Location Services is enabled. 

6. Check Your Date and Time Settings 

Ensure that you have not set the incorrect date and time settings on your PC. If you have customized the night light to activate during set hours, the incorrect date and time could cause delayed activation.

  • Head into the Start menu -> Settings -> Time & Language -> Date & Time.
  • Now, turn off the toggles for Set time automatically and Set time zone automatically. 
  • Then, hit the Change button to Set the date and time manually. 
  • Make the needed change and click on the Change option to confirm the action. 
  • In the end, activate the Set time automatically and Set time zone automatically options. 

7. Force Restart Your PC

I have long been a fan of a hard reset, aka force restart, as it is exceptionally effective in troubleshooting miscellaneous issues. Therefore, I’m going to call upon this very solution to troubleshoot the night light.  

  • To force restart your PC, hold down the Ctrl key and the power button at once to trigger an emergency restart. 

8. Update Windows

If your PC is running an outdated version of Windows, I suspect it’s the outdated update that is perhaps obstructing the night light feature.

  • On your PC, dive into the Start menu -> Settings -> Windows Update. 

9. Reset the Night Light Settings Using Registry Editor 

Should the night light continue to ill-function, reset it via the registry editor. Bother not, it’s pretty safe and has the knack for fixing persistent Windows issues. 

  • To get started, press Win + R to access Run
  • Now, enter “regedit” and hit OK to bring up Registry Editor. 
  • Be sure to hit Yes if asked by User Account Control. 
  • Then, go to the location:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Cloud 
  • Head over to the Cloud key section, and look for the following keys:
default$windows.data.bluelightreduction.settingsdefault$windows.data.bluelightreduction.bluelightreductionstate 
  • Next, right-click on the first key and hit Delete. Get rid of another key as well.
  • Once you have deleted both keys, make sure to close Registry Editor. 
  • Now, restart your PC -> fine-tune Night Light from scratch to check if it has begun to work as expected. 

10. Run the SFC and DISM Scans

Night Light heavily depends on core Windows system files to function properly. If those files become corrupted or damaged due to factors like improper shutdowns, failed updates, or malware, the feature may stop working.

No worries! The System File Checker (SFC) and Deployment Image Servicing and Management (DISM) tools can let you repair corrupted system files and also restore Windows health.

  • On your Windows device, press Windows + S > type Command Prompt, then right-click it and select Run as administrator.
  • In the Command Prompt window, paste the following command and press Enter:
sfc /scannow
  • After that, make sure to wait for the scan to complete. This process may take several minutes. The tool will automatically detect and repair corrupted or missing system files.
  • Once the scan finishes, restart your computer and check if Night Light is working.
  • If the issue persists, open Command Prompt as administrator again and run the following commands one at a time, pressing Enter after each:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
  • The CheckHealth command checks for corruption, ScanHealth performs a deeper scan, and RestoreHealth repairs the Windows image using available system files.
  • Be sure to allow the DISM process to complete fully, as it may take some time depending on your system.
  • After the DISM scan finishes, restart your PC and test the Night Light feature again.
  • Running both SFC and DISM ensures that any damaged Windows components affecting display features are repaired, which often resolves persistent Night Light issues.

11. Create a New User Account

You should also pay attention to the corrupted user profile, as it can prevent certain Windows features from working correctly.

  • Navigate to the Settings app on your computer > Accounts.
  • Now, choose the “Other users” option.
  • Then, you need to create a new local account, sign in, and check if Night Light functions properly.

12. Perform a Clean Boot

Watch out for the third-party applications and background services, especially display calibration tools or graphics enhancement software, since they can interfere with Night Light and prevent it from applying properly. A clean boot helps Windows reboot with only essential Microsoft services, thereby making it a bit easier to identify if another program is causing the issue.

  • Use the Windows + R shortcut to launch the Run dialog, type msconfig, and press Enter to open the System Configuration window.
  • Head over to the Services tab and check the box that says Hide all Microsoft services to avoid disabling important system processes.
  • Now, click Disable all to temporarily turn off third-party services.
  • Next, switch to the Startup tab and click Open Task Manager.
  • In Task Manager, make sure to disable all startup programs one by one by right-clicking each item and selecting Disable.
  • Next, be sure to close Task Manager and return to the System Configuration window, then click Apply and OK.
  • Once that’s done, you need to restart your computer to boot into a clean environment.
  • After restarting, try enabling Night Light to see if it works properly. If it does, one of the disabled services or startup programs is causing the conflict.
  • To identify the problematic program, do not forget to re-enable services and startup items gradually, restarting after each change until the issue returns.

Signing off..!

There you have it! Hopefully, the blue light filter is back in full swing on your PC. It would be an absolute pleasure to find out the suggestions that have made this Windows feature return to form. If there is something else not discussed in the guide that has rescued your PC, be sure to tip me about that as well.

Posted by Rajesh Mishra

Editor-in-Chief: Rajesh Mishra is a Shakespearean poet at heart who turned a tech nerd while having a secret rendezvous with iPhone 4. When that rendezvous turned obsession, he let go of his hard-core political journalism in favour of the lifelong love-affair with technology. In a career spanning one and a half decades, Mr. Mishra has crafted over 8K articles and produced more than 3.5K videos for YouTube. When he is not at his desk, you may find him either engrossed in a Deathmatch or chasing Wordsworth!