Windows 0x80073CF0Medium

Error 0x80073CF0 in Windows: Causes and Fixes

This article explains what error 0x80073CF0 in Windows means and provides several ways to fix it, from simple to complex.

Updated at February 15, 2026
5-15 minutes
Easy
FixPedia Team
Применимо к:Windows 10Windows 11

What Does Error 0x80073CF0 Mean

Error 0x80073CF0 is an error code that appears in Microsoft Store and Windows Update when attempting to install, update, or remove apps. It is usually accompanied by a message like "There was a problem installing the app. Please try again" or similar. This error indicates issues with Microsoft Store data integrity, corrupted system files, or conflicts with other programs.

The error is typical for Windows 10 and Windows 11 but can also occur in earlier versions that support Microsoft Store.

Causes

Specific causes that lead to error 0x80073CF0:

  1. Microsoft Store cache corruption — temporary Store files have become unreadable or contain errors.
  2. Windows system file corruption — missing or damaged critical components required for Store operation.
  3. Conflict with antivirus or firewall — security software blocks Store's access to necessary resources.
  4. Incorrect date and time settings — incorrect time can disrupt update services.
  5. Insufficient user permissions — the user account lacks write access to system folders.
  6. Windows Update component corruption — errors in the update service affect the Store.

Solutions

Here are solutions in order from simplest to most complex. Start with the first method and move to the next if the previous one did not help.

Method 1: Reset Microsoft Store Cache

The quickest and safest method is to reset the Store cache using the built-in wsreset.exe utility.

  1. Press Win + R, type wsreset.exe, and press Enter.
  2. An empty command prompt window will open — this is normal. Wait for it to close automatically (the process may take up to a minute).
  3. Microsoft Store will then open automatically. Try installing or updating the app again.

💡 Tip: If the error persists after resetting the cache, proceed to the next method.

Method 2: Run the Built-in Troubleshooter

Windows includes a dedicated tool to diagnose and fix Microsoft Store problems.

  1. Open Settings ( Win + I ).
  2. Navigate to SystemTroubleshootOther troubleshooters.
  3. Find Microsoft Store and click Run.
  4. Follow the on-screen instructions. The tool will automatically detect and fix common issues.
  5. After completion, restart your computer and check if the error is resolved.

Method 3: Re-register Microsoft Store via PowerShell

If cache reset and the troubleshooter didn't help, re-register Microsoft Store by restoring its registration in the system.

  1. Open PowerShell as Administrator (find it in the Start menu, select "Run as administrator").
  2. Paste the following command and press Enter:
    Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    
  3. Wait for the process to complete (may take several minutes). You will see many output lines — this is normal.
  4. After completion, restart your computer.
  5. Try installing the app again.

⚠️ Important: The command may output errors for some packages that could not be registered. This is not critical if the overall process completed.

Method 4: Repair System Files (SFC and DISM)

Corruption in Windows system files can cause error 0x80073CF0. Use built-in utilities to repair them.

  1. Open Command Prompt as Administrator (CMD or PowerShell).
  2. Run the SFC command:
    sfc /scannow
    
    Wait for the scan and repair to complete (may take 10-20 minutes).
  3. Then run DISM to repair the system image:
    DISM /Online /Cleanup-Image /RestoreHealth
    
    This process also takes time and requires an internet connection to download fixes.
  4. After both processes complete, restart your computer.
  5. Check if the error is gone.

Method 5: Check Date and Time Settings

Incorrect time can disrupt digital signatures and update services.

  1. Ensure the correct date and time are displayed in the system tray (bottom-right corner).
  2. If the time is incorrect, right-click it and select Adjust date and time.
  3. Enable Set time automatically and Set time zone automatically.
  4. Click Sync if that button is available.
  5. Restart your computer and try again.

Method 6: Create a New User Profile

Sometimes the error is related to corruption in the current user's profile.

  1. Open SettingsAccountsFamily & other users.
  2. Click Add user and create a new local account (can be without a Microsoft link).
  3. Sign in to the new account.
  4. Try installing an app from Microsoft Store.
  5. If the error does not appear in the new profile, the problem lies in the old profile. You can transfer your data and use the new profile.

Prevention

To avoid recurrence of error 0x80073CF0 in the future:

  • Regularly update Windows — install cumulative updates that include Store fixes.
  • Do not disable antivirus completely — if your antivirus causes conflicts, add Microsoft Store folders (typically C:\Program Files\WindowsApps and C:\Users\<User>\AppData\Local\Packages) to exclusions.
  • Monitor free space on the system drive — Store requires space for temporary files. Keep at least 10-15% free space.
  • Use only official apps — install apps only from Microsoft Store to avoid conflicts.
  • Perform periodic cache cleanup — run wsreset.exe once a month to maintain Store cleanliness.

These steps will help maintain stable Microsoft Store operation and prevent error 0x80073CF0 from appearing.

F.A.Q.

What does error 0x80073CF0 mean in Microsoft Store?
Can error 0x80073CF0 be fixed without reinstalling Windows?
Why does error 0x80073CF0 appear after a Windows update?
Is it necessary to disable antivirus to fix error 0x80073CF0?

Hints

Reset the Microsoft Store cache
Run the troubleshooter
Re-register Microsoft Store
Restore system files
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community