Hi Yamaris Rivera,
I understand that the 2026‑03 Windows Update (Build 26200.8117) may repeatedly fail to install and continue retrying. This update was released as an out‑of‑band cumulative package for Windows 11 24H2 / 25H2 and includes improvements from earlier March releases.
Since it is a cumulative update, it can still be installed manually even if earlier March updates did not complete successfully. Here are some possible options that you can try to refresh the local update components and install the update manually:
1, Reset Windows Update Components
- Press Windows key, type
cmd - Right-click Command Prompt and choose Run as Administrator
- Then run these command lines:
net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start bits
net start cryptsvc
net start msiserver
- Restart your PC once completed.
2, Repair System Image
- Run the following commands one-by-one in Command Prompt (Admin):
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
- Restart again after both commands finish.
3, Install the Update Manually
- Download and install the latest cumulative package from the Microsoft Update Catalog: 2026-03 Cumulative Update for Windows 11
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.
If my response is helpful to you, please click "Accept Answer" and kindly upvote it.
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.