Microsoft.vclibs.140.00 Package — ^new^ Download
You can also visit the for the full Visual C++ UWP Desktop Runtime Package . This is often used when a standard app installer fails due to missing dependencies: Microsoft Visual C++ UWP Desktop Runtime Package 4. For Developers (Visual Studio)
You should see output with Version , PackageFullName , and InstallLocation .
This means you downloaded the wrong architecture. Ensure you aren't trying to install an x86 package on an x64 system, or vice versa. When in doubt, install both the x86 and x64 packages, as 64-bit Windows operating systems require both to run various types of apps.
The package (specifically the UWP Desktop Runtime) is a critical framework for running Universal Windows Platform (UWP) and Desktop Bridge applications that rely on Visual C++ libraries. Download and Installation
Your Windows build is older than 1809. Solution: Update Windows via Settings > Windows Update. Or, try an older version of Microsoft.VCLibs.140.00 (find it in older SDKs). Microsoft.vclibs.140.00 Package Download
After installation, you can check that the framework is registered:
Type the following command (replacing the URL with your local file path if you downloaded it first): Add-AppxPackage -Path "C:\Path\To\Your\Downloaded\File.appx"
Once you have downloaded the correct file for your system, follow these steps to install it:
If you are trying to install an application in Windows—particularly an .appx or .msix package—and you are greeted with an error claiming that Microsoft.VCLibs.140.00.UWPDesktop is missing, you are not alone. This is a common error in Windows 10 and 11, often triggered when an application depends on specific Visual C++ runtime libraries designed for UWP (Universal Windows Platform) apps. You can also visit the for the full
Press . If successful, the command line will briefly show a progress bar and return to the prompt without errors. Method 4: Reinstall All Default Frameworks
By following this guide, you should be able to diagnose, download, and deploy the Microsoft.VCLibs.140.00 package successfully, even in complex enterprise or offline environments.
To reinstall the package for your current user account, type or paste the following command and press : powershell
The package is a critical C++ Runtime framework required by many Universal Windows Platform (UWP) apps, including the Microsoft Store, Photos, and Snip & Sketch. It allows developers to use the Visual C++ libraries without bundling them into every individual application. Download and Official Sources This means you downloaded the wrong architecture
While the UWP package specifically targets Windows Store apps, installing the standard desktop Microsoft Visual C++ Redistributable often registers the required 140.00 runtime engines system-wide.
If the command runs without showing any red error text, the framework has successfully re-registered itself on your system. Restart your application to see if the error is resolved. Troubleshooting Layout and Installation Failures
: Windows cannot install package... because this package depends on a framework that could not be found.
This is the standard method for Win32 (desktop) applications.