For Windows users, Windows Update is necessary since updating the operating system is able to improve computer performance, fix some bugs, or enhance the maintenance. However, in some situations, the Windows Update keeps turning off by itself.
So, in the following section, we will show how to fix the issue that Windows Update keeps turning off.
Way 1. Disable the Third-Party Antivirus Software
In order to fix the issue that Windows Update keeps turning off, we can try disabling the third-party antivirus software. There is no doubt that antivirus software can protect our computer from virus attack. However, the third-party antivirus software will also lead to some other problems.
So, to disable the antivirus software, we can open the Settings of the antivirus software and choose to disable it.
After disabling it, try to check whether the issue that Windows Update keeps turning off by itself is solved.
If this solution does not take effect, we need to try other solutions listed below.
Way 2. Perform a Clean Boot
Some programs on the startup will lead to some unexpected problems, such as the Windows Update keeps turning off by itself. So, in order to fix the issue Windows Update turning itself off, we can try performing a clean boot. To perform a clean boot is able to disable some unnecessary programs on startup.
Now, here is the tutorial.
- Open Run dialog.
- Then type msconfig in the box and click OK.
- In the pop-up window, go to the Services tab.
- Check the option Hide all Microsoft services and click Disable all.
- After that, go to the Startup page, and click Open Task Manager.
- Then we can see that a lot of programs are listed here. If we want to disable certain programs, select it and choose Disable.

When all steps are finished, we have disabled the unnecessary programs on startup. Then reboot our computer and check whether the issue that Windows Update keeps turning off is solved.
Way 3. Make Changes in Windows Registry
In order to fix the issue that Windows Update keeps turning off by itself, we can also try to make a change in the Windows Registry.
But one thing we need to know is that changing the registry is a risky thing. So, before proceeding on, we had better back up the registry so as to restore it if there are some accidents.
Now, here is the tutorial.
- Open Command Prompt as the administrator.
- Type the following commands and hit Enter after each commands.
- reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto Update” /v AUOptions /t REG_DWORD /d 0 /f
- sc config wuauserv start= auto
After that, exit the command line window and reboot our computer to check whether the issue Windows Update turning off by itself has been got rid of.
If this solution is not effective, try the last solution.
Way 4. Reset Windows Update Components
In order to fix the issue that Windows Update keeps turning off, we can try resetting the Windows Update components.
Now, here is the tutorial.
- Open Command Prompt as the administrator.
- Then type the following commands and hit Enter after each command.
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Ren C:WindowsSoftwareDistribution SoftwareDistribution.old
Ren C:WindowsSystem32catroot2 Catroot2.old
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
After all commands are completed, exit the command line window. Then reboot our computer to check whether the problem that Windows Update keeps turning off by itself is solved.
For more detailed solutions to the problem that Windows Update keeps turning off, please read the post: Solved – Windows Update Keeps Turning Off (Focus on 4 Solutions)
After fixing this Windows Update problem, it is suggested to create a system image. In this way, not only can we safeguard our computer and data, but also we can restore our computer to a normal state when coming across this issue again or some other problems. So, in order to create a system image, we can try the professional backup software – MiniTool ShadowMaker.
Conclusion
In conclusion, we have introduced 4 ways to fix the issue that Windows Update keeps turning off. If you come across the same issue, try these solutions.