Software⏱️ 4 min read📅 2026-06-11

How to Fix: Task Scheduler intermittent failure (Error Value: 2147943767)

Task Scheduler intermittent failure error value 2147943767

Quick Answer: The issue is likely due to a permission or access issue with the task's user context, try adjusting the 'Run whether user is logged on or not' option and ensure the task has sufficient permissions.

Task Scheduler intermittent failure (Error Value: 2147943767) occurs when a task fails to complete its scheduled tasks or runs on demand, resulting in an error message indicating that the operator or administrator has refused the request. This issue affects users who rely on Task Scheduler for automating repetitive tasks and may be frustrating due to the unpredictable nature of the failure.

The primary cause of this error is related to the way Task Scheduler handles the authentication process for the task's actions. When the 'Run whether user is logged on or not' option is enabled, it allows the task to execute even if no user is logged in. However, this can lead to issues with the task accessing local computer resources and may result in the error message provided.

🛑 Root Causes of the Error

  • The first main reason why this error happens is due to an issue with the authentication process of Task Scheduler. When using the 'Run whether user is logged on or not' option, it can lead to a situation where the task tries to access local computer resources without proper authorization, resulting in the Error Value 2147943767.
  • An alternative reason for this error could be related to the way the task's actions are configured. If the 'Do not store password' option is enabled and the task is trying to access a resource that requires authentication, it may result in the same error message.

🛠️ Step-by-Step Verified Fixes

Run Task Scheduler with elevated privileges

  1. Step 1: Open Task Scheduler and navigate to the 'Task' you want to troubleshoot. Right-click on the task and select 'Properties'. In the 'General' tab, click on the 'Security Options' button.
  2. Step 2: In the 'Security Options' window, click on the 'Add' button and enter the credentials of a user with elevated privileges (e.g., an administrator account). Click 'OK' to save the changes.
  3. Step 3: Restart Task Scheduler and try running the task again. If the issue persists, proceed to the alternative fix method.

Configure task actions to use the correct authentication settings

  1. Step 1: Open Task Scheduler and navigate to the 'Task' you want to troubleshoot. In the 'Actions' tab, right-click on an action and select 'Properties'. In the 'General' tab, click on the 'Security Options' button.
  2. Step 2: In the 'Security Options' window, select the option that matches your authentication settings (e.g., 'Run whether user is logged on or not'). Click 'OK' to save the changes.
  3. Step 3: Restart Task Scheduler and try running the task again. If the issue persists, proceed to further troubleshooting steps.

💡 Conclusion

To resolve the Task Scheduler intermittent failure (Error Value: 2147943767), you can try either running Task Scheduler with elevated privileges or configuring the task actions to use the correct authentication settings. If neither of these methods resolves the issue, additional troubleshooting may be required to identify and fix the underlying cause.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions