You are 100% correct.
How to Cancel Windows 11 update?
I'm one of the people who had Windows 11 download itself without me telling it to do so. Now, it is ready for install. I do not want to install Windows 11 at this point. I want to keep my Windows 10.
I've paused it for 7 days, but this is a temporary solution. Can I delete the Windows 11 download somehow? I'm running Windows 10 on a brand new Dell computer.
Windows for home | Windows 11 | Install and upgrade
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
319 answers
Sort by: Newest
-
Anonymous
2023-01-31T15:46:45+00:00 -
Anonymous
2023-01-31T15:19:22+00:00 Just to clarify what I said above, I have been getting build updates periodically with 21H2 set as my target version.
-
Anonymous
2023-01-31T15:05:23+00:00 With 21H2 as your target version, you will get all Windows 10 updates until they stop those -- which I believe will be in Oct. of 2025.
-
Anonymous
2023-01-31T14:18:04+00:00 Can you just set the product version but not a target version? I want to only block Windows 11 update, not future Windows 10 builds.
-
Anonymous
2023-01-30T06:09:14+00:00 In older versions of Windows you used to be able to right click on a file that was to be downloaded from Microsoft Updates to remove them from being available. I have a bunch of files in my Windows Update list (to be downloaded) that I don't ever want to download because they are Microsoft Office 2010 32-bit edition. I do NOT have Office 2010 installed. I have Office 2021 installed.
How do I permanently remove them from the Updates available to install list show in Windows Update?
I use this batch file to fix stuck updates:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
RD C:\Windows\SoftwareDistribution.old /S /Q
RD C:\Windows\System32\Catroot2.old /S /Q
Pause