Windows update: something didn't go as planned every time i try to install an update

Anonymous
2022-01-28T11:16:53+00:00

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.

0 comments No comments

56 answers

Sort by: Oldest
  1. Anonymous
    2022-01-28T11:27:45+00:00

    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).

    Was this answer helpful?

    20+ people found this answer helpful.
    0 comments No comments
  2. David-M 126.5K Reputation points Independent Advisor
    2022-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:

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. 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

    1. 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.

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. 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

    1. Then restart your PC and see if you can update.

    I hope this helps. Feel free to ask back any questions.

    Was this answer helpful?

    50+ people found this answer helpful.
    0 comments No comments
  3. 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.

    Was this answer helpful?

    30+ people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2022-04-15T14:43:47+00:00

    Yes, same issue here as well. Nothing from above options fixed the issue.

    T

    Was this answer helpful?

    20+ people found this answer helpful.
    0 comments No comments
  5. 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
    diskpart

    select 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

    Was this answer helpful?

    50+ people found this answer helpful.
    0 comments No comments