Hi Sarah Simmons,
Thank you for reaching out to Microsoft Q&A forum. I understand how concerning it can be to see the same update install successfully and then appear again.
What you’re seeing with KB5066128 is something we do occasionally run into. In most cases, the update has actually installed, but Windows Update doesn’t fully clear its temporary detection files, so it keeps offering the update again.
To get this sorted, I recommend the steps below, starting with the simplest option:
Step 1: Quick check
Please restart your PC once more, then go to:
Settings > Windows Update > Update history
If KB5066128 shows as Successfully installed and no longer reappears, you’re all set.
Step 2: Run the Windows Update troubleshooter
If the update still comes back:
- Open Settings
- Go to System > Troubleshoot > Other troubleshooters
- Select Windows Update and click Run
- Restart your PC when it finishes, then check for updates again
This tool automatically fixes common update detection issues.
Step 3: Reset the Windows Update cache
If it’s still looping, resetting the update cache usually resolves it. This does not remove any installed updates or personal files.
- Open Command Prompt as Administrator
- Run the following commands one at a time:
net stop bits
net stop wuauserv
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
Restart your PC and check Windows Update again
Step 4: Repair system files
If the update still appears after the cache reset, repairing system files can help:
- Open Command Prompt as Administrator
- Run:
sfc /scannow - When that completes, run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart your PC and check for updates
After these steps, Windows Update should correctly recognize KB5066128 as installed and stop offering it again.
If you still see the update after trying this, please let me know. I’m happy to take a closer look and help you from there.
If you have additional questions about this answer, please click "Comment".
Note: If you want to receive email notifications about this thread, follow the steps in our documentation to enable email notifications.