Skip to content
Follow
Windows

How to Enable Task Scheduler History in Windows 11

Richard
Written by
Richard
Sep 11, 2022 Updated Jul 14, 2026 3 min read
How to Lock and Unlock OneDrive Personal Vault in Windows 11
How to Lock and Unlock OneDrive Personal Vault in Windows 11

Task Scheduler history in Windows 11 records exactly when your automated tasks start, run, and finish.

Task Scheduler is the built-in Windows tool that lets you set programs or scripts to run automatically at specific times. Turning on its history feature gives you detailed logs of each task’s activity.

These logs include events like task success or failure, using codes such as Event ID 106. This information is super helpful for figuring out why a scheduled task might not be working as expected.

Once you enable Task Scheduler history, you can see these logs in the Event Viewer. Just open Event Viewer and look under Applications and Services Logs Microsoft Windows TaskScheduler Operational

⚡ Quick Answer

Open Task Scheduler, click Action, and select Enable All Tasks History. This provides detailed logs for troubleshooting, accessible later in Event Viewer under Applications and Services Logs Microsoft Windows TaskScheduler Operational

How to enable or disable Task Scheduler history

You can turn on Task Scheduler history in Windows 11 to see when your scheduled tasks run and if they completed successfully. This history is very helpful if you need to figure out why a task didn’t work correctly. To get started, open Task Scheduler and select ‘Enable All Tasks History’ from the Action menu.

  1. Open the Start menu and search for Task Scheduler.
  2. Select the app from the results.
Windows 11 Task Scheduler history interface
windows 11 task scheduler history
  1. Once the app is open, click the Action menu at the top.
  2. Select Enable All Tasks History.
  3. Alternatively, you can click Enable All Tasks History in the Actions panel on the right side of the window.
Enable all tasks history option in Task Scheduler
enable all tasks history task scheduler

To turn off Task Scheduler history later, follow the same steps and choose "Disable All Tasks History" instead of "Enable All Tasks History". This action stops Windows from recording when tasks run, freeing up disk space.

Disable all tasks history option in Task Scheduler
disable all tasks history task scheduler

Using PowerShell to Enable History

For those comfortable with command-line tools, PowerShell offers another way to manage these settings quickly. Remember to run PowerShell as an administrator first.

To enable history, run this command:

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

To disable history, run this command:

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

Viewing Logs in Event Viewer

Once enabled, you can view the logs by opening Event Viewer. Navigate to Applications and Services Logs > Microsoft > Windows > TaskScheduler > Operational. You can filter these logs to find specific tasks or errors. Learn more about managing logs at the official Microsoft documentation.

Summary

Task Scheduler history in Windows 11 records your tasks, making it easier to spot and fix problems with your automated jobs.

Does enabling Task Scheduler history slow down my PC?

Enabling Task Scheduler history has a negligible impact on system performance for most users. While it does write additional data to the system logs, the overhead is minimal. Unless you have thousands of tasks running every second, you will not notice any slowdown on your Windows 11 PC.

Where are Task Scheduler logs stored in 🪟 Windows 11?

Task Scheduler logs are stored within the Windows Event Log system. You can find them by navigating to the path C:\Windows\System32\winevt\Logs\Microsoft-Windows-TaskScheduler%4Operational.evtx. It is best to view these files through the Event Viewer interface rather than opening the file directly.

How do I clear Task Scheduler history?

To clear your history, open Event Viewer, navigate to the TaskScheduler Operational log, and select 'Clear Log' from the Actions pane on the right. This will delete all existing entries, giving you a fresh start for tracking your tasks. This action requires administrative privileges to perform.

Was this guide helpful?

100% of readers found this helpful (1 votes)

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11
How to Reset File History in Windows 11
Windows How to Reset File History in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *