Hi Patricia Corbitt,
Welcome to Microsoft Q&A!
I understand how confusing it can be when your PC keeps asking for updates even though you’ve already installed them. It's usually prompting for a different type of update, a restart needed, or there's a corrupted installation. Here's what to check:
1 - Check for possible pending updates
- Click the Start button > Power icon > choose Restart (not turn off)
- After rebooting, open Settings > Windows Update > Check for updates
- Also in the same window, check in Advanced options > Optional updates
- If any drivers or non-critical updates are pending, install them and then restart.
Note: Some updates only appear when their predecessor is installed to your PC, hence the seemingly repeated notification. If the prompt shows a different KB to what you previously downloaded, it's just a newer update!
2 - Run Windows Update troubleshooter
- Go to Settings > System > Troubleshoot > Other troubleshooters
- Click Run to Windows Update > let it attempt fixing corruptions, if any.
3 - Clear the Windows Update cache
- Press Win + X > choose Terminal (Admin) to open Windows PowerShell
- Run the following commands (pressing Enter after each):
-
net stop wuauserv
-
net stop cryptSvc
-
net stop bits
-
net stop msiserver
-
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
-
ren C:\Windows\System32\catroot2 catroot2.old
-
net start wuauserv
-
net start cryptSvc
-
net start bits
-
net start msiserver
- Restart your PC > go back to Settings > Windows Update > Check for updates
If the notification persists, the issue may stem from a specific system anomaly or file corruption. It is possible that the downloaded updates were corrupted, preventing the system from registering them correctly. In this situation, I recommend:
- Run
sfc /scannow in Windows PowerShell - Terminal (Admin)
- Open Settings > Windows Update > Update history:
- Confirm the updates you're seeing in the notification have been downloaded.
- If correct, choose Uninstall updates and try to roll back the latest one(s).
Let me know the results after trying these, it'd also be helpful if you can share your Windows version (press Win + R > enter winver). For real time support, you can also consider contacting Microsoft agents through the Troubleshooting window if the automatic analysis fails.
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.