How to enable Task Scheduler history on Windows 11

If you want to review your tasks history, you need to enable the feature manually on Task Scheduler, and here's how.

Task Scheduler enable history
Task Scheduler enable history

On Windows 11 or 10, sometimes, you may need to see the history of tasks you created to confirm they’re working correctly, but only to find out that nothing has been recorded by default in the history tab. Only the “Last Run Time” information is available in the console.

If you want to log the task events on Windows 11 (or even on Windows 10), the Task Scheduler includes an option to enable history manually (but for all tasks).

This guide will teach you the steps to enable or disable history for tasks on Task Scheduler on Windows 11.

Enable history on Task Scheduler

To enable event history for Task Scheduler on Windows 11, use these steps:

  1. Open Task Scheduler on Windows 11.

  2. Right-click the Task Scheduler Library folder.

  3. Select the “Enable All Tasks History” option to enable the feature.

    Task Scheduler enable history

  4. (Optional) Select the “Disable All Tasks History” option to disable the feature.

Once you complete the steps, the next time a task runs, the events will be recorded in the “History” tab.

Enable Task Scheduler history from Command Prompt

Alternatively, you can enable the history feature of tasks from Command Prompt using the “wevtutil” tool.

To enable Task Scheduler history with command, use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to enable task history and press Enter:

    wevtutil set-log Microsoft-Windows-TaskScheduler/Operational /enabled:true

    Task Scheduler enable history command

  4. Type the following command to confirm that the feature is enabled and press Enter:

    wevtutil get-log Microsoft-Windows-TaskScheduler/Operational
  5. (Optional) Type the following command to enable task history and press Enter:

    wevtutil set-log Microsoft-Windows-TaskScheduler/Operational /enabled:false

After you complete the steps, Task Scheduler will enable history for all tasks.

When using the history feature, you cannot enable history for one task, it’ll turn on for all of them. 

View task history on Task Scheduler

To view the history of a task, use these steps:

  1. Open Task Scheduler.

  2. Select the task on the right side.

  3. Click the History tab.

    Task Scheduler view task history

After you complete the steps, under the “History” tab, you will find the history of every time the task was run. The details include date and time, event identification, task category, operational code, and more.

About the author

Mauro Huculak is a Windows How-To Expert who started Pureinfotech in 2010 as an independent online publication. He has also been a Windows Central contributor for nearly a decade. Mauro has over 14 years of experience writing comprehensive guides and creating professional videos about Windows and software, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 20 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me. Email him at [email protected].