Windows Error 0x80073CF3 — Microsoft Store App Update Failures
Warningapplication
Overview
Fix Microsoft Store error 0x80073CF3 when apps fail to install, update, or launch, including Store cache reset and app re-registration solutions.
Key Details
- Error 0x80073CF3 indicates a package deployment failure in the Microsoft Store
- The error can affect app installations, updates, and sometimes app launches
- Corrupted Microsoft Store cache or app registration data is the most common cause
- The Windows Store Install Service must be running for installations to work
- This error sometimes occurs after major Windows feature updates
Common Causes
- Corrupted Microsoft Store app cache
- App package registration corrupted in the Windows package database
- Insufficient disk space on the system drive for app installation
- Windows Store Install Service not running
- Date/time settings incorrect, causing certificate validation failures
Steps
- 1Reset Microsoft Store cache: Win+R > wsreset.exe > wait for Store to open
- 2Clear Store cache manually: delete contents of %LOCALAPPDATA%\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache
- 3Re-register all Store apps: Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode} in PowerShell (Admin)
- 4Check date/time settings are correct and time zone is accurate
- 5Run the Windows Store Apps troubleshooter: Settings > Troubleshoot > Other troubleshooters
- 6Verify disk space: ensure at least 10GB free on C: drive
Tags
microsoft-store0x80073cf3app-updatestore-cachedeployment
Related Items
More in Application
windows-C0000005-access-violationWindows Error 0xC0000005 — Access Violation
Errorwindows-C000007B-bad-image-formatWindows Error 0xC000007B — Bad Image Format
Errorwindows-C0000142-application-init-failedWindows Error 0xC0000142 — Application Init Failed
Errorwindows-SxS-Error-side-by-side-configuration-errorWindows Error SxS-Error — Side-by-Side Configuration Error
Warningwindows-DLL-Missing-dll-not-foundWindows Error DLL-Missing — DLL Not Found
Warningwindows-app-runtime-r6025Windows Runtime Error R6025 — Pure Virtual Function Call
WarningFrequently Asked Questions
It clears the Microsoft Store cache without removing installed apps or account settings. A command window appears, followed by the Store opening when complete.