0x800704DDSystemMedium

Error 0x800704DD — Not Logged On (ERROR_NOT_LOGGED_ON) | Windows System Error Fix

Windows 11Windows 10Windows Server 2022

What Does 0x800704DD Mean?

The attempted operation requires an interactive user to be logged on.

Real-World Causes

  1. 1Service or scheduled task needs interactive logon but runs in background
  2. 2Network operation requires authentication but no user session exists
  3. 3Remote operation fails because no user is logged in at the console
  4. 4Session 0 isolation blocking interactive operations

Symptoms

  • Scheduled tasks fail when no user is logged in
  • Network-dependent services fail
  • Mapped network drives unavailable to services
  • Operations requiring UI interaction fail in background

DIY Fix

Beginner-friendly steps you can try at home

  1. 1Ensure a user is logged in on the machine
  2. 2Configure the scheduled task to run whether or not user is logged on
  3. 3Use stored credentials for network operations
  4. 4Log in to the console and retry

Advanced Fix

For experienced users and IT professionals

  1. 1Configure the service logon account with 'Log on as a service' privilege
  2. 2Use credential delegation for remote operations
  3. 3Store network credentials using 'cmdkey /add' for service access

Frequently Asked Questions

Why do my scheduled tasks fail when I'm not logged in?
Tasks configured to 'Run only when user is logged on' need an active session. Change the task to 'Run whether user is logged on or not' in Task Scheduler. Note that it will then run without access to mapped drives unless you store credentials.

Related Error Codes

About the Author

Windows Troubleshooting Team

Verified against official Microsoft documentation and real-world diagnostic data. Error behavior confirmed across Windows 10, Windows 11, and Windows Server.