Windows Update KB5063878 Not Showing in Uninstall List: How to Fix It

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.


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.

  1. Open Command Prompt (Admin).
  2. Run: wmic qfe list brief | find "5063878" or dism /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 OptionsSystem Restore.
  • Pick a restore point before KB5063878 was installed.

5. Block Reinstallation

After removal (or rollback), stop Windows from shoving it back:

  1. Download Microsoft’s official tool: Show or Hide Updates troubleshooter (wushowhide.diagcab).
  2. 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.

Hello! I'm a gaming enthusiast, a history buff, a cinema lover, connected to the news, and I enjoy exploring different lifestyles. I'm Yaman Şener/trioner.com, a web content creator who brings all these interests together to offer readers in-depth analyses, informative content, and inspiring perspectives. I'm here to accompany you through the vast spectrum of the digital world.

Leave a Reply

Your email address will not be published. Required fields are marked *