Quick fix: Update Health Tools (KB4023057, often appearing as “Microsoft Update Health Tools” in installed apps) reinstalls because Windows Update considers it required for fixing update issues. Remove it via PowerShell, then block reinstall via wushowhide.diagcab targeting the specific KB.
You see “Microsoft Update Health Tools” in installed apps. You uninstall it. A few days later it’s back. The same package keeps reinstalling. Microsoft considers it part of the update infrastructure, so Windows Update keeps offering it. You can suppress it but not permanently delete unless you block the KB.
Affects: Windows 11 with Windows Update.
Fix time: 10 minutes.
What Update Health Tools does
Update Health Tools is Microsoft’s remediation framework. When Windows Update encounters specific failures, this tool runs predefined fix-up scripts. It also collects diagnostic data about update behavior. Most users don’t need it actively but Microsoft considers it harmless. The persistent reinstall is by design — Windows treats it as critical update infrastructure.
Method 1: Uninstall via Settings
- Open Settings → Apps → Installed apps.
- Search for “Microsoft Update Health Tools”.
- Click the three-dot menu → Uninstall.
- Confirm.
Method 2: Hide the KB to prevent reinstall
- Download wushowhide.diagcab from Microsoft.
- Run it. Choose Hide updates.
- Find KB4023057 (Update Health Tools) in the list.
- Hide it.
- Run Windows Update; the package won’t reappear.
Method 3: Block via Group Policy
- Open
gpedit.msc→ Windows Update → Manage updates offered from Windows Update. - Set update deferral policies to skip optional/recommended updates.
- For specific app blocks, use AppLocker (Pro/Enterprise) to deny execution of the Update Health Tools executable path.
How to verify the fix worked
- Update Health Tools no longer appears in Installed apps.
- Windows Update doesn’t offer KB4023057.
- Wait several weeks — the tool stays removed.
If none of these work
If wushowhide doesn’t list the KB, run Windows Update first (Check for updates) to make Windows offer the KB — then wushowhide can hide it. For managed devices, your organization’s Windows Update policy may override local blocks. Removing Update Health Tools doesn’t harm anything — Windows Update continues to function normally without it.
Bottom line: Update Health Tools is persistent by Microsoft’s design. Uninstall + hide-via-wushowhide is the standard removal recipe. Block in Group Policy for fleet deployment.