You could try some things but it could also be that the update has a compatibility issue and fails. So it may be that time fixes it (with future updates).
Windows update: something didn't go as planned every time i try to install an update
At The 90% more there page after restart for installing 2022-01 Cumulative Update for Windows 11 for x64-based Systems (KB5008353), it shows something didnt go as planned undoing changes i did it 2 times its showing the same plzz help me fix it
Windows for home | Windows 11 | Windows update
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.
56 answers
Sort by: Oldest
-
Anonymous
2022-01-28T11:27:45+00:00 -
David-M 126.5K Reputation points Independent Advisor2022-01-28T12:00:09+00:00 Hi Dreamzilla1664,
I'm David, and I'm happy to help you.
This issue can occur if the computer does not have enough disk space to apply the update.
Do you have enough free disk space?
Run the Windows Update Troubleshooter.
https://support.microsoft.com/en-us/windows/win...
If it persists, rename the software distribution folders as instructed below:
- Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
- Run the following commands at the Command Prompt one at a time:
net stop bits
net stop wuauserv
net stop cryptsvc
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
net start cryptsvc
- After all these commands are completed, close the Command Prompt window, restart your computer, and then try to update Windows.
If it persists, use the system file checker to repair possible corrupted or missing system files.
- Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
- Run the following commands at the Command Prompt one at a time:
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup
sfc /scannow
- Then restart your PC and see if you can update.
I hope this helps. Feel free to ask back any questions.
-
Anonymous
2022-02-05T09:55:01+00:00 Got the same problem as OP, and none of the solutions work. I think I will wait for another update.
-
Anonymous
2022-04-15T14:43:47+00:00 Yes, same issue here as well. Nothing from above options fixed the issue.
T
-
Anonymous
2022-04-16T21:37:51+00:00 I also got this error everytime at 97% and than it rolled back ,
in my case it had to do with the partion types, (i had cloned my disk to m2 ) , checked my cbs.log and found this error:
000005ba bfsvc: 'failed to get system partition!had to set the system type on the system partition
diskpartselect disk *nr of your system disk*
select partition *nr of the sysem partion*SET ID=c12a7328-f81f-11d2-ba4b-00a0c93ec93b
DISKPART> list partition
Partition ### Type Size Offset
Partition 1 Recovery 529 MB 1024 KB
Partition 2 System 100 MB 530 MB
after that the updates were getting installed
see also: set id | Microsoft Docs