Several users report that they can not install KB5028254, 26/07/2023 Cumulative update preview patch. This Windows update throws errors like 0x80188309, 0x800f0922, and 0x80070002. Furthermore, you might encounter a screen showing Undoing changes made to your computer during restart of the system. Thus KB5028254 failed to install with the problems in Windows 11 22H2 which we are going to resolve.
KB5028254 Failed to Install with error 0x80188309, 0x80070002, 0x800f0922, or other might occur because of corrupted Windows update database cache. On some occasions, third-party software, damaged system files or drivers, incorrectly configured services, and shortage of free storage space could cause the issue to arise. However, there are lots of tools and methods to help fix these errors regarding the Windows update. See: Fix KB5028185 Failed to Install with Error in Windows 11 21H2.
Table of Contents
KB5028254 failed to install in Windows 11 21H2
Here is How to Fix KB5028254 Failed to Install with Error in Windows 11 21H2 –
Use Standalone package to receive the Windows update
First of all, Microsoft Update Catalog is found stand-by when any Windows update is rigid to not being installed anyhow. This website is built-in and a repository of patches, drivers, hotfixes, and more. You can use standalone package here as an alternative to install KB5028254. Follow the steps:
- Navigate to the page where standalone package of the Windows update is hosted – Microsoft Update Catalog website.
- Pick out the version supporting your processor and Windows and click on Download.
- Then click on the link located or prompted page.
- Back to the Downloads folder and double-click on any of and following files:
windows11.0-kb5028254-x64_d39314973f404fca4cc205e6c2fc848fea4c25ed.msu
or,
windows11.0-kb5028254-arm64_75231d96bda808b5c0ab8f738ae09276e70a690f.msu
- When the confirmation dialog prompts click Yes.
How to Download and Install Update from Microsoft update catalog on Windows 11/10
Run the built-in Troubleshooter
If you are unable to install KB5028254 till now and facing errors 0x80188309, 0x800f0922, and 0x80070002 on your PC then Windows Update Troubleshooter may help you.
This convenient tool autonomously scans for issues, implements fixes, and ensures a seamless installation of updates.
- Click on Start and type troubleshoot.
- Press Enter to open the “Troubleshoot Settings” page.
- Then select – Other troubleshooters.
- Find Windows Update and click on Run.
Clear Windows Update database cache
Consider giving this option a try to resolve the KB5028254 0x800f0922 or other error because It will clear the update cache and restart the necessary services. Therefore, go with the guide:
- Press Winkey+R and type cmd.
- Hit – Ctrl+Shift+Enter.
- Once a User Account Control dialog opens, click on Yes.
- Then, stop the Windows Update-related services by typing the below commands one line at a time and hitting Enter after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
net stop AppReadiness
- To Clear the cache, run this command:
del %windir%\SoftwareDistribution
- In order to reset the Background Intelligent Transfer Service by entering:
bitsadmin /reset /allusers
- Then, start all these services using the following commands:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
net start AppReadiness
- Exit the Command Prompt and reboot your system.
If you want to quickly fix KB5028254 error by clearing the Windows update cache then download Reset_Windows_11_update.zip, extract the file, and run WuReset.bat as administrator.
Modify the Services related to Windows update
In case the KB5028254 update failed to install problem occurs, one of the potential workarounds is to perform a restart of Windows services.
- Click on Search and type sevices.msc.ar.
- Press the “Enter” key.
- Locate Cryptographic services from the list and double-click on it.
- Then, click on Startup type dropdown and set it to Automatic.
- In the Service status area, click on Start.
- Click Apply and OK to save the modifications.
- Repeat the same steps with Windows update and Background Intelligent Transfer Service.
Fix Fortnite Blue Screen Error in Windows 11 or 10
Temporarily disable Third-Party Antivirus
Conflict or interference with antivirus might be the root cause of the KB5028254 0x80188309 or other error codes. Disabling the program may solve the issue at hand.
- Click on Up arrow from the right side of the Taskbar.
- Find the antivirus icon in the system tray and right-click on it.
- Select the option that will Disable or Pause the software.
- If any verification dialog opens, confirm it.
- Go to Settings > Windows Update and click on Check for updates.
- Again turn on the antivirus software after the patch is installed.
Use Google Alternate and Preferred DNS server addresses
Another effective solution to address the update error in Windows 11 is to utilize Google Alternate and Preferred DNS. By switching to Google’s DNS IP addresses, you can establish a more stable and dependable internet connection with Microsoft server.
This improvement in connectivity can lead to a smoother update installation process, effectively resolving the problem in a reliable and efficient manner.
- Right-click on Start and select Run.
- Type ncpa.cpl and click on OK.
- Now, right-click on the active adapter and choose Properties.
- Double click on the option Internet Protocol version 4 (TCP/IPv4).
- When a new window appears, check – Use the following DNS server addresses.
- Type the below IP addresses:
Preferred DNS server - 8.8.8.8
Alternate DNS server - 8.8.4.4
- Click OK to close the window and all other windows that are open.
- Restart the PC, and try installing the preview cumulative update.
How to Change DNS Server Address in Windows 11 (4 Methods)
Repair Corrupted System Files
To resolve the KB5028254 failed to install issue, it may be necessary to address corrupted system files. Such corruption can be caused by problematic third-party programs, outdated drivers, or third-party antivirus software.
You can ensure the integrity of these files and facilitate trouble-free upgrades by using utility tools like System File Checker (SFC). This tool helps check and restore corrupted system files. Additionally, the Deployment Image Servicing and Management (DISM) tool can correct issues with the installation media, such as .wim or virtual hard disk .vhd or .vhdx, ensuring a smooth update process.
- Click on Search from the taskbar and type cmd.exe.
- Select – Run as administrator.
- Type
sfc /scannow
when the elevated command prompt opens and hit the ‘Enter’ key - After scanning, verification, and repair are finished, reboot your system.
- Check if KB5028254 or other error is solved.
- If the error continues to occur then open Administrator: Command Prompt once more.
- After that run the below commands successively:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Restart with Clean Boot
Have you ever come across the term “clean boot”? It’s a troubleshooting technique that can effectively resolve the KB5028254 failed to install issue in your system.
By implementing a clean boot, you can disable unnecessary startup programs and services, effectively eliminating potential conflicts that may hinder the update process. This streamlined procedure significantly increases the likelihood of a successful installation.
- Hold down the Windows key and press R.
- Type MSconfig and click OK.
- On the System Configuration window opens up, switch to the Services tab.
- Select – Hide all Microsoft services.
- Click Disable All.
- Now navigate to the Startup tab.
- Click the link that reads Open Task Manager.
- From the Task Manager, right-click on each of the programs one by one and select Disable.
- Close the program, back to System Configuration, and click on Apply and OK.
- If prompted, select Restart.
- Try to install the update through Windows update settings page.
Read: Windows 11 KB5028254 RP Channel update Rolled out to 22H2
Accomplish In-place upgrade
If the previous methods haven’t yielded positive results, it’s time to explore the In-place upgrade option, which can help you resolve the Windows update error. Follow the steps below to proceed:
- Navigate to the official download webpage by clicking on – Microsoft website.
- Move down to the Download Windows 11 Disk Image (ISO) field.
- Then, click on the drop-down that says – Select Download.
- Choose the option – Windows 11 (multi-edition ISO for x64 devices).
- Then, click on Download now.
- You will find product languages in a drop-down; choose the correct one.
- Select Confirm.
- Now click on 64-bit Download.
- Allow the process to complete and open File Explorer (Windows + E) and go to the Downloads folder.
- Right click on the file Win11_22H2_English_x64v2.iso and select Mount.
- In case, you come across a warning dialog, click on Open.
- Then open Setup.exe and confirm the prompt.
- The Setup will prepare for a while and display Install Windows 11 wizard, click on Next.
- After Checking for updates process, Applicable notices and license term window will appear; click Accept.
- Wait until Windows 11 is installed with KB5028254.
We hope with these 9 ways you will able to fix KB5028254 Failed to Install in your Windows 11 21H2.
Methods:
Use Standalone package to receive the Windows update
Run the built-in Troubleshooter
Clear Windows Update database cache
Modify the Services related to Windows update
Temporarily disable Third-Party Antivirus
Use Google Alternate and Preferred DNS server addresses
Repair Corrupted System Files
Restart with Clean Boot
Accomplish In-place upgrade
That’s all!!