Windows 11 Night Light Schedule Does Not Start: Fix
🔍 WiseChecker

Windows 11 Night Light Schedule Does Not Start: Fix

Your Windows 11 Night Light is set to turn on automatically at sunset, but the screen stays bright and blue. This problem occurs when the schedule engine fails to trigger the color shift at the correct time, often due to a corrupted location service, a stale schedule cache, or a disabled background service. This article explains the root causes of this failure and provides step-by-step fixes to restore automatic Night Light activation.

Key Takeaways: Fixing Windows 11 Night Light Schedule Not Starting

  • Settings > System > Display > Night Light > Night Light settings: Verify that schedule is set to Sunset to Sunrise or set manual hours correctly.
  • Settings > Privacy & security > Location > Location services: Enable location services so Windows can determine your sunset and sunrise times.
  • Services.msc > Windows Location Provider service: Restart this service to refresh the location data used by the Night Light schedule.

ADVERTISEMENT

Why the Night Light Schedule Fails to Start Automatically

Windows 11 relies on your device’s geographic location to calculate sunset and sunrise times for the Night Light schedule. When the schedule is set to Sunset to Sunrise, the operating system queries the Windows Location Provider service to obtain your coordinates. If location services are turned off, the location provider service is stopped, or the cached location data is stale, Windows cannot compute the correct trigger time. The Night Light feature then remains inactive at the scheduled hour.

Another common cause is a corrupted or outdated schedule cache stored in the registry. When the schedule data becomes inconsistent, the Night Light engine skips the activation event entirely. Additionally, third-party display management software such as f.lux or monitor color profiles can override the system-level Night Light schedule, preventing it from starting.

A less frequent but possible cause is a power state conflict. If your device wakes from sleep or hibernation after the scheduled start time, Night Light may not activate until the next scheduled cycle. Understanding these root causes helps you apply the correct fix without unnecessary steps.

Step-by-Step Fixes for Night Light Schedule Not Starting

Fix 1: Enable Location Services and Restart the Location Provider

  1. Open Settings
    Press Windows + I to open Settings. Navigate to Privacy & security > Location.
  2. Turn on Location services
    Set the toggle to On under Location services. If it is already On, toggle it Off and On again to refresh.
  3. Open Services console
    Press Windows + R, type services.msc, and press Enter.
  4. Restart the Windows Location Provider service
    Scroll down to Windows Location Provider. Right-click it and select Restart. If the service is not running, right-click and select Start.
  5. Set service to Automatic
    Right-click Windows Location Provider, select Properties. Set Startup type to Automatic. Click Apply and OK.
  6. Test Night Light schedule
    Open Settings > System > Display > Night Light. Set Schedule to Sunset to Sunrise. Wait a few minutes or manually toggle Night Light on and off to force a refresh.

Fix 2: Clear the Night Light Schedule Cache

  1. Open Registry Editor
    Press Windows + R, type regedit, and press Enter. Click Yes if prompted by User Account Control.
  2. Navigate to the Night Light key
    Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount.
  3. Delete the Night Light cache folder
    Look for a folder named $$windows.data.bluelightreduction.settings. Right-click it and select Delete. Confirm the deletion.
  4. Restart your device
    Close Registry Editor and restart your computer. Windows will rebuild the Night Light cache with fresh schedule data.
  5. Reconfigure Night Light schedule
    After restart, open Settings > System > Display > Night Light. Toggle Schedule off and on again, then select Sunset to Sunrise or set manual hours.

Fix 3: Disable Third-Party Display Software Temporarily

  1. Identify conflicting software
    Common applications that interfere with Night Light include f.lux, Iris, and monitor calibration tools like DisplayCAL.
  2. Close the software
    Right-click the application’s icon in the system tray and select Exit or Disable.
  3. Restart Night Light
    Open Settings > System > Display > Night Light. Toggle Night Light Off and On. If the schedule starts working, uninstall or reconfigure the third-party app to coexist with Windows Night Light.

Fix 4: Reset Night Light via PowerShell

  1. Open PowerShell as Administrator
    Press Windows + X and select Terminal (Admin) or Windows PowerShell (Admin).
  2. Run the reset command
    Type the following command and press Enter:
    Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage
  3. Restart your device
    Close PowerShell and restart your computer. This resets the Settings app, including Night Light configuration.
  4. Reconfigure Night Light
    After restart, go to Settings > System > Display > Night Light and set the schedule again.

ADVERTISEMENT

Related Night Light Schedule Failures and Their Fixes

Night Light Turns On but Not at the Correct Time

If Night Light activates but the timing is off by an hour or more, the location service may have returned incorrect coordinates. Verify your time zone in Settings > Time & language > Date & time. Turn off Set time zone automatically, set the correct time zone manually, then turn the automatic setting back on. This forces Windows to recalculate sunset and sunrise times.

Night Light Schedule Is Grayed Out or Unavailable

A grayed-out schedule option usually indicates that the display driver does not support Night Light or that a Group Policy is blocking the feature. Update your graphics driver from the manufacturer’s website. If you are on a managed work device, contact your IT administrator to check Group Policy settings under Computer Configuration > Administrative Templates > Windows Components > Display > Turn off Night Light.

Night Light Schedule Stops Working After a Windows Update

A Windows update can reset location permissions or the Night Light cache. After an update, reapply Fix 1 and Fix 2 above. If the problem persists, run the System File Checker by opening Command Prompt as Administrator and typing sfc /scannow. Restart your computer after the scan completes.

Night Light Schedule Methods: Automatic vs Manual Hours

Item Automatic Sunset to Sunrise Manual Hours
How it works Uses device location to calculate daily sunset and sunrise User sets a fixed start and end time
Location required Yes, location services must be enabled No, location services are optional
Accuracy Adjusts daily based on season and location Same time every day regardless of season
Common failure point Disabled location service or stale location data Incorrect time zone or clock sync
Best for Users who want adaptive light reduction Users who keep a consistent sleep schedule

Your Windows 11 Night Light schedule should now start automatically at the correct time. If you continue to experience issues, verify that your system clock is synchronized with time.windows.com in Settings > Time & language > Date & time > Sync now. For persistent failures, consider using the manual hours mode as a reliable fallback. You can also create a Task Scheduler trigger that runs a PowerShell script to enable Night Light at a specific time, giving you an alternative automation path if the built-in schedule remains unresponsive.

ADVERTISEMENT