Hello Michael Liang!
Thanks for reaching out to the Q&A forum
I see you're having trouble with the Security Update (KB5074109) (26200.7623). Here are the steps to resolve the issue:
Step 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.
Step 2: 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.
Step 3: 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.
Step 4: Download and install the update manually (recommend)
Go to the Microsoft Update Catalog
Search for KB5074109, download the correct version for your system (e.g., Windows 11 23H2 x64)
Double‑click the downloaded .msu file and follow the prompts, then restart.
Hope this helps. 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.