Error Codes Wiki

Windows Error 0x80073CF3 — Microsoft Store App Update Failures

Warningapplication

About Windows Error 0x80073CF3

Fix Microsoft Store error 0x80073CF3 when apps fail to install, update, or launch, including Store cache reset and app re-registration solutions. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.

Here are the key things to understand: 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. Understanding these fundamentals will help you diagnose and resolve this issue more effectively.

The most common reasons this occurs include: 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. Identifying the root cause is the first step toward finding the right solution.

To resolve this, follow these recommended steps: Reset Microsoft Store cache: Win+R > wsreset.exe > wait for Store to open. Clear Store cache manually: delete contents of %LOCALAPPDATA%\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache. Re-register all Store apps: Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode} in PowerShell (Admin). Check date/time settings are correct and time zone is accurate. Run the Windows Store Apps troubleshooter: Settings > Troubleshoot > Other troubleshooters. Verify disk space: ensure at least 10GB free on C: drive. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.

This article is part of our Windows Error Codes collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.

Quick Answer

What does wsreset.exe do?

It clears the Microsoft Store cache without removing installed apps or account settings. A command window appears, followed by the Store opening when complete.

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

  1. 1Reset Microsoft Store cache: Win+R > wsreset.exe > wait for Store to open
  2. 2Clear Store cache manually: delete contents of %LOCALAPPDATA%\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache
  3. 3Re-register all Store apps: Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode} in PowerShell (Admin)
  4. 4Check date/time settings are correct and time zone is accurate
  5. 5Run the Windows Store Apps troubleshooter: Settings > Troubleshoot > Other troubleshooters
  6. 6Verify disk space: ensure at least 10GB free on C: drive

Tags

microsoft-store0x80073cf3app-updatestore-cachedeployment

Related Items

More in Application

Frequently 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.