So you installed Windows Update KB5063878, and now you’re hearing it may be causing issues — even SSD failures. Naturally, you want it gone. Problem is, it doesn’t show up in Uninstall Updates under Control Panel or Settings. Don’t stress; there are a few workarounds.
Table of Contents
Why KB5063878 Might Not Appear
Not all Windows updates are “removable.” Feature updates and certain cumulative security updates sometimes hide from the uninstall list. Reasons include:
- It’s bundled with other cumulative updates.
- It’s classified as a security/critical patch.
- Windows Update rolled it in as a non-optional servicing stack (those can’t be uninstalled the normal way).
Methods to Remove or Bypass KB5063878
1. Check Installed Updates via Command Prompt
Sometimes the Settings app just doesn’t show everything.
- Open Command Prompt (Admin).
- Run:
wmic qfe list brief | find "5063878"
ordism /online /get-packages | findstr 5063878
This will confirm if the update is actually installed.
2. Uninstall with DISM
If it shows up in the package list, you can try:
dism /online /remove-package /packagename:Package_for_KB5063878~31bf3856ad364e35~amd64~~10.0.x.x
Replace the exact package name from the previous command.
3. Use PowerShell
Open PowerShell (Admin) and run:
Get-HotFix -Id KB5063878
wusa /uninstall /kb:5063878 /quiet /norestart
⚠️ If it’s not uninstallable, you’ll get an error — meaning Windows locked it.
4. Roll Back to a Restore Point / System Image
If DISM or WUSA won’t let you uninstall it:
- Boot into Advanced Startup Options → System Restore.
- Pick a restore point before KB5063878 was installed.
5. Block Reinstallation
After removal (or rollback), stop Windows from shoving it back:
- Download Microsoft’s official tool: Show or Hide Updates troubleshooter (
wushowhide.diagcab
). - Hide KB5063878 so it won’t reinstall.
What If You Can’t Remove It?
Some Windows updates are baked in. In that case:
- Watch for Microsoft’s next out-of-band patch (they usually fix critical issues fast).
- Consider pausing updates for a week or two via Settings → Windows Update → Pause updates.
✅ Quick takeaway:
- Try DISM or PowerShell to remove KB5063878.
- If it’s locked, your only real move is a System Restore or waiting for Microsoft’s fix.
- How to Create a macOS Sonoma Bootable USB Installer on Windows
- How to Fix “No Option to Download and Install Windows 11” in Windows Update
- How to Mirror Your iPhone to a Windows 11 PC (Easy + High Quality)
- How to Bypass or Fix “The Processor Isn’t Currently Supported for Windows 11”
- How to Fix Windows System Mouse Speed Fluctuations
- How to Remove Microsoft Store Ads Showing Up on Windows
- Kernel Security Check Failure – How to Fix in Windows 11