Windows 11/10 has an inbuilt service, the Update Assistant, which helps users upgrade their computers by ensuring they have the right set of compatible hardware and software for the next version of Windows 11/10. However, sometimes, the Windows Upgrade Assistant keeps reinstalling itself and forcing Windows 11/10 Installation when the user does not want it to. While Windows has features that let you delay the Update, sometimes the Update Assistant doesn’t follow these rules and just installs the most recent version of the Windows 11/10 OS available.
Windows Upgrade Assistant keeps reinstalling itself & forcing Windows Installation
In one of the cases, we noticed that even when a user rolls back to the previous version, the upgrade assistant gets notorious. Even when the user tries selecting the “Defer upgrades” option, it doesn’t stop the upgrade assistant to reinstall the latest version of Windows 11/10.
Disable Windows Update Assistant permanently
Since the Defer upgrade option also doesn’t work, it’s best to disable the Windows 11/10 Update Assistant permanently and choose to update manually whenever you think the time is right. The first two solutions are temporary, whereas the third one is more permanent.
1] Uninstall Windows Upgrade Assistant
- Press WIN + R to open run prompt. Type appwiz.cpl, and hit Enter.
- Scroll through the list to find, and then select Windows Upgrade Assistant.
- Click Uninstall on the command bar.
After this, navigate to the driver where you have installed Windows. It’s usually C Drive. Look for a folder named as Windows10Upgrade. Delete it, and empty the Recycle bin. Restart your computer, and hopefully, this should fix your problem.
It is possible that Windows might just install this program again by itself. So make sure to check once a while, and if it appears in the list again, just uninstall it.
2] Stop Update Orchestrator Service
The Update Orchestrator Service manages Windows Updates. If stopped, your devices cannot download and install the latest updates.
If the upgrade assistant is annoying you a lot, it is best to stop this service. While we do not recommend you stop updates on Windows, it’s only when you understand that there is no other way out. Make sure to update your device when you have resolved the problem for which you decided to disable it.
- Open Services.msc by typing in the same in the search bar.
- Scroll to find Update Orchestrator Service.
- Click on Stop.
You might not be able to change the Startup Type from Automatic to Manual or Disabled, but stopping the service should do the job for you.
3] Keep killing Windows Update Assistant
Since the first method might become too much of a headache, this solution can kill the Windows Update service every time it runs. It is a script that kills it and ensures no progress is made on upgrading the system.
Open Notepad, copy the script mentioned below, and save it on your desktop:
@echo off :Loop taskkill /im Windows10UpgraderApp.exe /f taskkill /im SetupHost.exe /f goto Loop
Save the file as, say, WUAKiller.bat.
After this, please right-click on the file and run it as Administrator. You may see the command prompt once, and then it will minimize.
To make sure it stays hidden, follow our guide on how to Run Batch Files silently. Don’t kill this bat file from anywhere, including Task Manager.
In the end, I will again reiterate my point that Windows Updates are important and that you should never permanently disable the Update Assistant. You should do it only when the situation is tough and there is nothing else you can do about it. It is always a good practice to figure out the exact cause of the problem, especially when it is a major update of Windows.
It is also a good practice if you want to delay the update for a while unless Microsoft rolls out a more stable version. Use this tip in that case.