🚀 NEW in v2.4.29: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Task Scheduler Not Running or Tasks Not Executing

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

  1. 1Press Win+R → services.msc → Enter
  2. 2Find "Task Scheduler" → ensure Status is "Running"
  3. 3Set Startup type to "Automatic"
  4. 4If it won't start: check dependencies — right-click → Properties → Dependencies
  5. 5Ensure "Remote Procedure Call (RPC)" and "System Event Notification Service" are running
  6. 6If still won't start: open elevated CMD → sfc /scannow (may fix corrupted service files)

Solution 2: Fix Task Credentials

  1. 1Open Task Scheduler → find the task that's not running
  2. 2Right-click → Properties → General tab
  3. 3Under "Security options": click "Change User or Group" → re-enter your account
  4. 4You'll be prompted for your password — enter your CURRENT password
  5. 5This is the #1 cause: if you changed your Windows password, all task credentials are invalidated
  6. 6Also check: "Run whether user is logged on or not" requires a stored password
  7. 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

  1. 10x1: The task ran but the program returned error code 1 (check the program itself)
  2. 20x41301: Task is currently running or queued (not an error, just in progress)
  3. 30x41303: Task has not yet run (trigger hasn't fired yet)
  4. 40x800710E0: "The operator or administrator has refused the request" → check "Run with highest privileges"
  5. 50x80070005: Access Denied → re-enter credentials or run as SYSTEM account
  6. 60x80041315: Task Scheduler database corrupted → see repair method below
  7. 7For any error: check the History tab on the task for detailed failure information

Solution 4: Repair Task Scheduler Database

  1. 1Task definitions are stored in: C:\Windows\System32\Tasks
  2. 2If Task Scheduler won't open: the database at C:\Windows\System32\config\TM.blf may be corrupted
  3. 3Open elevated CMD:
  4. 4net stop schedule
  5. 5Rename: ren C:\Windows\System32\config\TM.blf TM.blf.bak
  6. 6Also rename: ren C:\Windows\System32\config\{guid}.TM.blf to .bak (if exists)
  7. 7net start schedule
  8. 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 Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More System & Core Features Guides

Share this:XRedditLinkedInEmail