Task Scheduler doesn't run the task

Hram Admin 210 Reputation points
2025-08-07T14:56:23.14+00:00

Hello!

I have a scheduled task that has been running hourly till yesterday:
T1-1

It ran at 6PM, 7PM, 8PM (8/6/2025)- then only at 11PM (9pm and 10pm missed) and eventually Task Scheduler displays its Next Run Time at 8/7/2025 6PM

T1-3

I haven't changed anything in the task definition since its creation about 2 years ago (it is Windows Server 2022) - the task was exported from another DC with Windows Server 2012R2 where it's been working flawlessly for ~9 years!

How can it be possible???

Regards,
Michael

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Hram Admin 210 Reputation points
    2025-08-07T15:15:57.7666667+00:00

    P.S. "and eventually Task Scheduler displays its Next Run Time at 8/7/2025 6PM" - and it hasn't even run at its scheduled time!!! (the server must be restarted if the task runs successfully).

    T2

    TS didn't event try to launch the task Watcher-Memory at 6PM - only Windows-related task were started at 6PM!

    TS4

    0 comments No comments

  2. Hram Admin 210 Reputation points
    2025-08-08T14:24:28.74+00:00

    P.P.S. As far as I get it the method I used for running the task hourly is not strictly correct, although it's widely used, for example: https://techrando.com/2019/06/22/how-to-execute-a-task-hourly-in-task-scheduler/

    The problem is that there's no such option in Task Scheduler as "Run hourly" - there's only Daily (or One time) - Start [Specific time] + Repeat hourly... !

    It means the task will be repeating only till the next server restart - after restart the task would first wait for the time specified in the Daily (or One time) - Start [] field and only AFTER that time the task would keep starting every hour!

    Seems the only way to make TS run a task every time is to add 24 schedules :(

    ...but my problem is not caused by the absence of the "Run hourly" option.

    0 comments No comments

  3. MotoX80 36,536 Reputation points
    2025-08-08T15:15:17.8933333+00:00

    I would think that if you set the trigger to run at midnight, recur every day, and repeat the task every hour for a duration of one day, that should work.

    The task that kicks off at midnight is responsible for the next 24 hours.

    You may also want to check the Stop Task option if the task runs longer than 50 minutes.

    User's image


Your answer

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