🚀 NEW in v2.4.29: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Fix Error 0x80073CFA — Can't Uninstall or Remove App Package

How to Fix Fix Error 0x80073CFA — Can't Uninstall or Remove App Package on Windows

Getting error 0x80073CFA when trying to remove or uninstall a Windows app? "Removal failed" or "package is in use"? Fix this app removal error.

📖

Main Troubleshooting Guide

How to Fix Microsoft Store Not Working

Complete symptoms, causes, and step-by-step solutions

Symptoms

You might be experiencing this problem if you notice:

  • Error 0x80073CFA when uninstalling a Store app
  • "Remove-AppxPackage" fails with this error in PowerShell
  • App stuck — can't uninstall or update it
  • Settings → Apps → Uninstall button does nothing or errors
  • "The package could not be removed" message
  • App partially uninstalled — leftover files and registry entries

Common Causes

  • App is currently running or has a background process
  • App is a system-provisioned package that can't be removed normally
  • App package registration corrupted
  • Insufficient permissions to remove the package
  • App is depended on by another app or system component
  • Previous removal attempt left package in broken state

Solutions

Solution 1: Force Close and Remove

  1. 1First close the app completely:
  2. 2Task Manager → find the app → End task
  3. 3Also check for background processes related to the app
  4. 4Then try again: Settings → Apps → select app → Uninstall
  5. 5Or PowerShell: Get-AppxPackage *appname* | Remove-AppxPackage
  6. 6If still fails: restart PC in Safe Mode and try removal

Solution 2: Remove System-Provisioned Apps

  1. 1Some apps are "provisioned" — they reinstall for new users:
  2. 2To fully remove: need to remove both user AND provisioned package
  3. 3PowerShell as Admin:
  4. 4Get-AppxPackage -AllUsers *appname* | Remove-AppxPackage -AllUsers
  5. 5Get-AppxProvisionedPackage -Online | Where DisplayName -like "*appname*" | Remove-AppxProvisionedPackage -Online
  6. 6This prevents the app from reinstalling for new user accounts

Solution 3: Fix Corrupted Package State

  1. 1If the package is in a broken state:
  2. 2PowerShell: Get-AppxPackage *appname* | ForEach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
  3. 3This re-registers the app which may fix the corruption
  4. 4Then try uninstalling again
  5. 5If still stuck: DISM /Online /Cleanup-Image /RestoreHealth
  6. 6Then: sfc /scannow
  7. 7Last resort: Reset the app first (Settings → Apps → Advanced options → Reset) then uninstall
FIXES THIS IN 5 MINUTES

Fix Fix Error 0x80073CFA — Can't Uninstall or Remove App Package Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More System & Core Features Guides

Share this:XRedditLinkedInEmail