How to fix update KB5043145 failed to install in Windows 11 23H2/22H2

preview_player
Показать описание
How to fix update KB5043145 failed to install in Windows 11 23H2/22H2.

You might face problems when installing KB5043145. This is the cumulative preview update for Windows 11 23H2 for September 2024.
The update increases the version to Windows 11, 22H2 22621.4249 and 23H2 22631.4249.

Follow the steps to fix it:

Method-1: Install the update from Microsoft update catalog

• Click on the link

• Here are 4 or more files. Find the one supporting your computer.
• For doing this, click on Start.
• Select Settings.
• Click on System.
• Move down and click on About.
• See System type.
• Mine is x64-based processor.
• So, I will install the file for x64-bit file. Check yours.
• Here is the file for x6- bit.
• Click on Download.
• Click on this link.
• Once downloading complete, go to the folder where it is located.
• Right click on the standalone file and select Open.
• The computer will restart a couple of times and the update will be installed.

Method-2: Run Windows update troubleshooter

• Click on Start.
• Select Settings.
• Click on System.
• Click on Troubleshoot.
• Select Other troubleshooters.
• Find Windows update and click on Run.
• Allow the process to complete.
• Follow the suggestions.
• Restart your PC.

Method-3: Reset Windows update cache

• Click on Search.
• Type cmd.
• Select Run as administrator.
• Type the commands one lines sequentially and press Enter:

net stop bits
net stop wuauserv
net start bits
net start wuauserv
sc config wuauserv start=auto
sc config BITS start=auto

• In the same way, run all the commands. The commands are being given in description.
• Restart your computer.

Method-4: Unplug external devices

Detach any external storage devices and drives, docks, and other hardware plugged into your computer. Then try to install the update again and see if this resolved your issue.

Method-5: Run SFC and DISM tools

• Click on Start.
• Type cmd.
• Select Run as administrator.
• Type SFC /SCANNOW and hit Enter.
• Allow the command complete running.
• Next, run DISM Command line tools.
• Type

Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth

• and press Enter.
• In the same way, also run these 2 commands. We are giving these in the description.
• At last, restart your PC and check if KB is successfully installed.

Method-6: Run Disk cleanup

• Click on Search.
• Type cleanmgr.
• Select Disk Cleanup.
• Select the drive.
• Click on OK.
• On this window, click on Cleanup system files.
• Again, select the drive and click on OK.
• Check all the boxes.
• Click on OK.
• Click on Delete all.
• Restart your computer and install the Windows update.

Method-7: In-Place upgrade

• Scroll down to Download Windows 11 Disk Image (ISO) for x64 devices.
• Click on Select download.
• Select Windows 11 (multi-edition ISO for x64 devices).
• Click on Download now.
• Click on Choose one.
• Select a language.
• Click on Confirm.
• Click on 64-bit download.
• Right-click on the ISO file and select Mount.
Рекомендации по теме
Комментарии
Автор

Thank you so much!
I have one change to this for commands above
I needed make it:

net stop bits
net stop wuauserv

net stop cryptsvc --> line added for rename catroot2 folder
ren softwaredistribution.bak
ren catroot2.bak
net start bits
net start wuauserv
net start cryptsvc --> line added for start this service

sc config wuauserv start=auto
sc config BITS start=auto

CarlosLima-vtrz