Hello Scott Maurice!
Welcome to Microsoft Q&A forum.
I see you’re having trouble with installing the Windows 2026-02 Security Update. To help resolve this issue, here are several steps you can try:
1. Basic checks
- Make sure you have at least 10–15 GB free on the system drive (usually C:)
- Temporarily disable third‑party antivirus or firewall (not Windows Defender).
- Reboot once, then try Retry all again.
2. Run Windows Update troubleshooter
- Press Win + I > System > Troubleshoot > Other troubleshooters.
- Run Windows Update troubleshooter and apply all fixes it suggests.
- Reboot and try the update again.
3. Clear Windows Update cache
Open Command Prompt (Admin) and run these commands one by one:
net stop wuauserv
net stop bits
net stop cryptsvc
ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
ren %systemroot%\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
Then retry the update.
4. Run DISM and SFC
In a Terminal/Command Prompt, run (as administrator):
DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Wait for both to finish, reboot, and try the update again.
5. Download and install the update manually (recommend)
- Open Settings > Update & Security > Windows Update > View update history and note the KB number of the update.
- Go to the Microsoft Update Catalog
- Search for the KB number, then download the version that matches your system (e.g., Windows 11 23H2 x64).
- Double‑click the downloaded .msu file and follow the prompts, then restart.
Hopefully, this will help you get that update installed. Let me know how it goes so we can decide the next step if needed.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.