Viewing Windows Update History: Installed Updates and Troubleshooting Restart Issues
Windows updates are essential for maintaining the security and stability of your Windows 11 system. However, there may be instances where an update causes issues, resulting in your system restarting frequently. This article will guide you through viewing your Windows Update history, identifying problematic updates, and troubleshooting restart issues.
Viewing Installed Updates
To view the installed updates on your Windows 11 system, follow these steps:
- Press
Win + Ito open the Settings app. - Click on
Windows Updatein the left-hand menu. - Click on
Update historyon the right side of the window.
The update history page will display a list of updates installed on your system, including their installation dates and any available additional information.
Identifying Problematic Updates
If your system is restarting frequently after an update, you may have a problematic update installed. To identify the update causing the issue, follow these steps:
- Press
Win + Xand selectEvent Viewerfrom the menu. - In the Event Viewer, expand
Windows Logsand click onSystem. - In the right-hand pane, look for events with an
ErrororWarninglevel that occurred around the time of the restart. - Double-click on the event to view its details. Look for any references to Windows updates or KB (knowledge base) numbers.
Once you have identified the problematic update, you can proceed to troubleshoot the restart issue.
Troubleshooting Restart Issues
If you have identified a problematic update, you can try the following troubleshooting steps:
- Uninstall the problematic update:
- Press
Win + Ito open the Settings app. - Click on
Windows Updatein the left-hand menu. - Click on
Update historyon the right side of the window. - Click on
Uninstall updatesat the top of the page. - Find the problematic update in the list, right-click on it, and select
Uninstall.
- Press
- Perform a clean boot:
- Press
Win + R, typemsconfig, and press Enter. - Go to the
Servicestab and check theHide all Microsoft servicesbox. - Click
Disable all. - Go to the
Startuptab and clickOpen Task Manager. - For each enabled startup item, right-click on it and select
Disable. - Close Task Manager and click
OKin the System Configuration window. - Restart your system and test if the restart issue persists.
- Press
- Reset Windows Update components:
- Press
Win + Xand selectWindows Terminal (Admin)orCommand Prompt (Admin). - Type or paste the following commands, pressing Enter after each: ```bash 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 ```
- Close the terminal or command prompt and test if the restart issue persists.
- Press
References
-
Microsoft Support. (2022). View update history and details in Windows 10.
-
Microsoft Docs. (2022). Troubleshoot Windows Update errors.
-
Microsoft Docs. (2022). Perform a clean boot in Windows.
By following the steps outlined in this article, you should be able to view your Windows Update history, identify problematic updates, and troubleshoot restart issues on your Windows 11 system.