How to Fix Fix Error 0x80073D13 — App Package Resource Conflict on Windows
Getting Windows error 0x80073D13? App package resource conflict? Store app install blocked by resource collision? Fix error code 0x80073D13.
📖
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:
- •Microsoft Store app installation fails with 0x80073D13
- •App updates stuck citing package resource conflict
- •Sideloaded app deployment fails with resource collision
- •Multiple versions of same app cannot coexist
- •Store downloads fail during package registration
- •Event log shows AppXDeployment resource conflict
Common Causes
- ⚠Previous app version left orphaned package resources
- ⚠Multiple packages claiming same resource identifier
- ⚠Incomplete uninstall leaving registry entries
- ⚠Store cache corrupted with stale package data
- ⚠Package manifest declaring conflicting resource names
- ⚠Windows Package Manager database inconsistency
Solutions
Solution 1: Reset Store and Clear Cache
- 1Win+R → wsreset.exe → Enter
- 2Settings → Apps → Microsoft Store → Advanced options → Reset
- 3Restart PC and retry installation
Solution 2: Remove Conflicting Package
- 1PowerShell as Admin:
- 2Get-AppxPackage *appname* | Format-List Name, PackageFullName, Status
- 3Remove-AppxPackage -Package "PackageFullName"
- 4If fails: Remove-AppxPackage -Package "PackageFullName" -AllUsers
- 5Clean orphaned: Get-AppxPackage -AllUsers | Where {$_.Status -ne "Ok"} | Remove-AppxPackage -AllUsers
- 6Retry installation
Solution 3: Re-register All Store Apps
- 1PowerShell as Admin:
- 2Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -Register "$($_.InstallLocation)\AppxManifest.xml" -DisableDevelopmentMode}
- 3sfc /scannow
- 4DISM /Online /Cleanup-Image /RestoreHealth
- 5Restart PC
FIXES THIS IN 5 MINUTES
Fix Fix Error 0x80073D13 — App Package Resource Conflict Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11