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

Home/Fix/Fix Error 0x80073D12 — Windows App Package Dependency Missing

How to Fix Fix Error 0x80073D12 — Windows App Package Dependency Missing on Windows

Getting Windows error 0x80073D12? App package dependency missing? Store app cannot find required framework? UWP app dependency resolution failed? App installation blocked by missing framework? Fix error code 0x80073D12.

📖

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 fails to install with 0x80073D12
  • App update fails citing missing dependency package
  • Sideloaded app wont install due to framework requirement
  • Error mentions specific framework package not found
  • Multiple Store apps fail with same dependency error
  • App installs but crashes immediately due to missing runtime

Common Causes

  • Required framework package (VCLibs, .NET Native, etc.) missing
  • Framework package version incompatible with app requirements
  • Microsoft Store unable to auto-install dependencies
  • System component store corrupted missing framework entries
  • Previous uninstall removed shared framework packages
  • Sideloading without including dependency packages

Solutions

Solution 1: Install Missing Framework Packages

  1. 1Identify the missing dependency from the error message
  2. 2Common missing frameworks:
  3. 3Microsoft.VCLibs — download from Microsoft Store or developer site
  4. 4Microsoft.NET.Native.Framework — available via Store
  5. 5Microsoft.NET.Native.Runtime — available via Store
  6. 6Install via PowerShell:
  7. 7PowerShell as Admin:
  8. 8Add-AppxPackage -Path "path\to\framework.appx"
  9. 9Or force reinstall all frameworks:
  10. 10Get-AppxPackage Microsoft.VCLibs* | Remove-AppxPackage
  11. 11Then reinstall the app — Store will pull dependencies

Solution 2: Reset Microsoft Store and App Installer

  1. 1Reset Store cache:
  2. 2Win+R → wsreset.exe → wait for Store to open
  3. 3Reset Store app:
  4. 4Settings → Apps → Microsoft Store → Advanced options → Reset
  5. 5Also reset App Installer:
  6. 6Settings → Apps → App Installer → Advanced options → Reset
  7. 7Re-register all Store apps:
  8. 8PowerShell as Admin:
  9. 9Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -Register "$($_.InstallLocation)\AppxManifest.xml" -DisableDevelopmentMode}
  10. 10Retry app installation

Solution 3: Repair Component Store

  1. 1Fix corrupted system components:
  2. 2CMD as Admin:
  3. 3DISM /Online /Cleanup-Image /RestoreHealth
  4. 4sfc /scannow
  5. 5Check Windows Update for pending framework updates:
  6. 6Settings → Windows Update → Check for updates
  7. 7Install any pending updates
  8. 8If sideloading, include all dependency packages:
  9. 9Use MSIX packaging tool to bundle dependencies
  10. 10Or install dependencies first, then the main app
  11. 11Restart PC and retry
FIXES THIS IN 5 MINUTES

Fix Fix Error 0x80073D12 — Windows App Package Dependency Missing 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 Update & Installation Guides

Share this:XRedditLinkedInEmail