How to Fix Fix Windows Service Not Starting — Error 1053, 1068, 1069 on Windows
Windows service failing to start? Error 1053 (service did not respond in time), Error 1068 (dependency failed), or Error 1069 (logon failure)? Fix Windows service startup failures.
Symptoms
You might be experiencing this problem if you notice:
- •Service fails to start with Error 1053: "The service did not respond to the start or control request in a timely fashion"
- •Error 1068: "The dependency service or group failed to start"
- •Error 1069: "The service did not start due to a logon failure"
- •Service starts then immediately stops
- •Service shows "Starting" state indefinitely
- •Multiple dependent services fail due to one core service not starting
Common Causes
- ⚠Service account password changed but not updated in service configuration
- ⚠Required dependency service is disabled or failed
- ⚠Service executable file is missing, corrupted, or quarantined by antivirus
- ⚠Insufficient permissions on registry keys or file system paths
- ⚠Service timeout value too short for slow initialization
- ⚠Conflicting third-party service preventing startup
Solutions
Solution 1: Fix Service Dependency Failures (Error 1068)
- 1Open Services.msc and find the failing service
- 2Double-click → Dependencies tab
- 3Note all services listed under "This service depends on"
- 4Check each dependency — make sure they are all Running
- 5If a dependency is stopped, try starting it first
- 6If a dependency is Disabled, set it to Manual or Automatic
- 7Use Command Prompt to check dependencies: sc qc ServiceName
- 8Start services in dependency order (parent first, then child)
Solution 2: Fix Service Logon Failures (Error 1069)
- 1Open Services.msc → double-click the failing service
- 2Go to Log On tab
- 3If using a specific account, click "Browse" and verify the account exists
- 4Re-enter the password in both password fields
- 5If the account is locked, unlock it in Computer Management → Local Users and Groups
- 6Alternative: switch to Local System account if the service supports it
- 7For domain accounts, verify the account is not expired or locked in Active Directory
- 8Click OK and try starting the service again
Solution 3: Fix Timeout and Crash Failures (Error 1053)
- 1Error 1053 means the service took too long to start
- 2Increase the service timeout via registry:
- 3Open regedit → HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- 4Find or create DWORD "ServicesPipeTimeout"
- 5Set value to 120000 (120 seconds, decimal)
- 6Restart the computer for the change to take effect
- 7If the service still fails, check if its executable exists:
- 8In Services.msc → right-click service → Properties → note the "Path to executable"
- 9Verify that file exists and is not quarantined by antivirus
FIXES THIS IN 5 MINUTES
Fix Fix Windows Service Not Starting — Error 1053, 1068, 1069 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