π ~1 min read
Table of contents
Symptom & Impact
After datastore reset, Settings shows no update history though patches may still be installed.
Environment & Reproduction
Occurs after SoftwareDistribution cleanup to resolve update client issues.
Get-HotFix | Sort-Object InstalledOn -Descending | Select -First 20
Root Cause Analysis
UI history relies on local datastore entries that are regenerated from new scans.
Quick Triage
Confirm actual patch inventory from CBS/QFE rather than settings page alone.
wmic qfe list brief /format:table
dism /online /get-packages | findstr /i kb
Step-by-Step Diagnosis
Cross-check setup logs and WSUS/SCCM compliance records for objective state.
Get-WinEvent -LogName Setup -MaxEvents 50
Get-WindowsUpdateLog -LogPath C:Tempwu-196.log

Solution β Primary Fix
No repair needed if patch baseline is correct; document expected history behavior post-reset.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
usoclient StartScan
wuauclt /reportnow

Solution β Alternative Approaches
Use centralized reporting as source of truth for compliance dashboards.
Get-HotFix | Export-Csv C:Tempinstalled-hotfixes.csv -NoTypeInformation
Verification & Acceptance Criteria
Compliance data matches expected KB baseline from authoritative reporting source.
Get-HotFix | Select -First 10
Rollback Plan
N/A for visual history loss; restore datastore backup only if required by local audit workflow.
dir C:WindowsSoftwareDistribution*
Prevention & Hardening
Communicate datastore reset side-effects and keep compliance tied to centralized telemetry.
Get-ScheduledTask -TaskPath MicrosoftWindowsWindowsUpdate
Related Errors & Cross-Refs
Related: false-negative local UI checks, stale WSUS reporting delays.
Related tutorial: View the step-by-step tutorial for Windows Server 2012 R2.
View all Windows Server 2012 R2 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Microsoft update reporting behavior and QFE inventory references.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.