Hi DysphasiaPV,
Thank you for reaching out.
You’re seeing install error 0x80028017 when trying to install Windows 11 Insider Preview Quality Update (Build 26300.8142). This error is commonly associated with inconsistencies in the Windows update components on Insider Preview builds, especially in the Dev/Beta channels.
In addition to Q&A Assist's answer, here are some possible solutions that you can try to proceed:
Option 1: Repair the Windows image
- Open Command Prompt (Admin) or Windows Terminal (Admin)
- Run:
DISM /Online /Cleanup-Image /RestoreHealth
- Restart the PC and retry Windows Update
Option 2: Reset Windows Update components
- Open Command Prompt (Admin)
- Run the standard Windows Update reset commands (stop services, clear update cache, restart services)
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
- Restart the PC and retry the update
Option 3: In‑place upgrade using Insider ISO
- Download the Insider ISO that matches your current Insider channel
- Mount the ISO and run
setup.exe
- Choose Keep personal files and apps
- Complete the upgrade, then check for updates again
The steps above are commonly effective and help restore update functionality.
Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.