I was upgrading my system and suddenly my windows update stuck. I opened the Task Manager and stopped the windows update service to fix it. But when I tried to stop or restart the Windows Update service only to be greeted with Error 1053? This frustrating issue typically comes with a message: “The service did not respond to the start or control request in a timely fashion.” If you’re experiencing this error, don’t worry—there is a solution.
The issue seems critical at first, it can usually be resolved with a few targeted actions. In this guide, you’ll learn exactly how to fix Windows Update Error 1053 and restore smooth system updates.
What Causes Windows Update Error 1053?
Before entering into the fix, it’s important to understand it’s root causes. The error may be triggered due to:
Corrupt system files Stuck or unresponsive services – this is my case. Overloaded background processes Faulty Windows Update cache
Because the service doesn’t respond on time, Windows throws the 1053 error. But don’t panic—this issue can be fixed by resetting the update components.
Step-by-Step Guide to Fix Error 1053
1. Force Stop the Update Service – This fixes the issues in most of the cases Which I tried and failed.
Sometimes, the Windows Update service (wuauserv) refuses to stop. When this happens, follow these steps:
Open Task Manager (Ctrl + Shift + Esc)
Go to the Details tab
Right-click on svchost.exe tied to wuauserv, and select End Task
Doing this forces the service to stop, which clears the way for the next steps.
2. Use Command Prompt to Kill Services
If the above doesn’t help, you can use Command Prompt:
taskkill /f /fi "SERVICES eq wuauserv"
This command ends the Windows Update service immediately. After that, stop these additional services:
net stop bits
net stop cryptsvc
net stop msiserver
3. Rename Update Cache Folders
Corrupt cache sometimes can trigger the above error. So rename them.
net start wuauserv
net start bits
net start cryptsvc
net start msiserver
Final Thoughts
Windows Update Error 1053 might seem like a system-breaking problem which I was thinking, it can usually be resolved quickly by resetting services and clearing the cache. The issue will likely be fixed without requiring a full reinstall of Windows with above steps.
Keeping your system updated is crucial for performance and security. Therefore, resolving this error quickly ensures you’re protected and up to date.