How to Fix Task Scheduler Not Running or Tasks Not Executing on Windows
Scheduled tasks not running, Task Scheduler service won't start, or tasks show "Last Run Result: 0x1"? Fix Task Scheduler issues on Windows 10 and 11.
Symptoms
You might be experiencing this problem if you notice:
- •Scheduled tasks show "Ready" but never execute at their trigger time
- •Task Scheduler service won't start or keeps stopping
- •Tasks run manually but not on schedule
- •Last Run Result shows error codes like 0x1, 0x41301, 0x800710E0
- •Task Scheduler snap-in fails to open or displays errors
- •"Task Scheduler service is not available" error message
- •Tasks stopped working after changing user password
Common Causes
- ⚠Task Scheduler service disabled or crashed
- ⚠Task configured to run with saved credentials that are now expired
- ⚠User password changed but task still has the old password stored
- ⚠Task trigger conditions not met (e.g., "Run only when user is logged on" but user is logged off)
- ⚠"Run with highest privileges" not checked for tasks requiring admin
- ⚠Task Scheduler database corrupted
- ⚠Battery Saver or power management preventing tasks from running on battery
Solutions
Solution 1: Verify Task Scheduler Service
- 1Press Win+R → services.msc → Enter
- 2Find "Task Scheduler" → ensure Status is "Running"
- 3Set Startup type to "Automatic"
- 4If it won't start: check dependencies — right-click → Properties → Dependencies
- 5Ensure "Remote Procedure Call (RPC)" and "System Event Notification Service" are running
- 6If still won't start: open elevated CMD → sfc /scannow (may fix corrupted service files)
Solution 2: Fix Task Credentials
- 1Open Task Scheduler → find the task that's not running
- 2Right-click → Properties → General tab
- 3Under "Security options": click "Change User or Group" → re-enter your account
- 4You'll be prompted for your password — enter your CURRENT password
- 5This is the #1 cause: if you changed your Windows password, all task credentials are invalidated
- 6Also check: "Run whether user is logged on or not" requires a stored password
- 7"Run only when user is logged on" doesn't require a password but only runs when logged in
Solution 3: Fix Common Task Error Codes
- 10x1: The task ran but the program returned error code 1 (check the program itself)
- 20x41301: Task is currently running or queued (not an error, just in progress)
- 30x41303: Task has not yet run (trigger hasn't fired yet)
- 40x800710E0: "The operator or administrator has refused the request" → check "Run with highest privileges"
- 50x80070005: Access Denied → re-enter credentials or run as SYSTEM account
- 60x80041315: Task Scheduler database corrupted → see repair method below
- 7For any error: check the History tab on the task for detailed failure information
Solution 4: Repair Task Scheduler Database
- 1Task definitions are stored in: C:\Windows\System32\Tasks
- 2If Task Scheduler won't open: the database at C:\Windows\System32\config\TM.blf may be corrupted
- 3Open elevated CMD:
- 4net stop schedule
- 5Rename: ren C:\Windows\System32\config\TM.blf TM.blf.bak
- 6Also rename: ren C:\Windows\System32\config\{guid}.TM.blf to .bak (if exists)
- 7net start schedule
- 8Existing task XML files in C:\Windows\System32\Tasks will be re-read
FIXES THIS IN 5 MINUTES
Fix Task Scheduler Not Running or Tasks Not Executing Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11