Task Scheduler Trigger Desynchronization After System Time Adjustment

George Wilson 80 Reputation points
2026-09-15T15:29:23.4166667+00:00

Dear Colleagues,

We are troubleshooting an issue where scheduled database maintenance tasks fail to trigger after a daylight saving time transition or manual system clock adjustment, remaining stuck in a Queued state. What is the recommended procedure to re-synchronize the Task Scheduler triggers and restore normal execution?

Many thanks in advance for your insights.

Windows for business | Windows 365 Business
0 comments No comments

Answer accepted by question author
Hoang Le 5,790 Reputation points Independent Advisor
2026-09-15T16:06:25.7866667+00:00

Hello George Wilson,

The queued state after daylight saving or manual clock changes is a known Task Scheduler behavior caused by trigger misalignment with the system time service. The recommended procedure is to force Task Scheduler to re‑synchronize its triggers by restarting the Task Scheduler service (Schedule) and ensuring the system clock is corrected against a reliable NTP source. In practice, run net stop schedule && net start schedule from an elevated command prompt, then confirm that w32time is synchronized (w32tm /resync). If tasks remain stuck, delete the C:\Windows\System32\Tasks\TaskCache registry entries under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree only for the affected tasks and re‑import them, which clears stale trigger metadata. Microsoft also advises applying the latest cumulative updates, since several hotfixes address DST handling in Task Scheduler. After these steps, scheduled database maintenance jobs should resume normal execution without requiring manual intervention.

If my answer is useful for you, please hit Accept the answer to support me.

Thank you,

HL.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.