{"id":80578,"date":"2026-03-26T12:36:03","date_gmt":"2026-03-26T07:06:03","guid":{"rendered":"https:\/\/www.winhelponline.com\/blog\/?p=80578"},"modified":"2026-03-26T12:38:55","modified_gmt":"2026-03-26T07:08:55","slug":"list-store-apps-that-use-a-runtime","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/list-store-apps-that-use-a-runtime\/","title":{"rendered":"How To List All Store Apps that Use a Specific Runtime"},"content":{"rendered":"<p>Most Store apps require a runtime package to work correctly. For example, the Microsoft Store app requires the <em>Microsoft.UI.Xaml.2.8<\/em> and <em>Microsoft.VCLibs.140<\/em> runtimes. This post tells you how to list all Store apps that use a particular runtime.<br \/>\n<!--more--><\/p>\n<h2>List All Store Apps that Use a Specific Runtime<\/h2>\n<p>For example, you may have the following runtimes installed on your computer.<\/p>\n<pre>Microsoft.WindowsAppRuntime.1.1_1005.616.1651.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.1_1005.616.1651.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.2_2000.802.31.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.2_2000.802.31.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.3_3000.934.1904.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.3_3000.934.1904.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1049.117.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1082.2259.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1309.2056.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1309.2056.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.5_5001.159.55.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.5_5001.178.1908.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.5_5001.214.1843.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.5_5001.275.500.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.5_5001.311.2039.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.5_5001.373.1736.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.5_5001.373.1736.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.6_6000.373.1641.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.6_6000.401.2352.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.6_6000.424.1611.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.6_6000.457.2140.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.6_6000.486.517.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.6_6000.519.329.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.6_6000.519.329.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.7_7000.522.1444.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.7_7000.617.2103.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.7_7000.652.1806.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.7_7000.676.1651.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.7_7000.744.1258.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.7_7000.770.750.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.7_7000.785.2325.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.7_7000.785.2325.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.8_8000.675.1142.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.8_8000.731.1532.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.8_8000.770.947.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.8_8000.806.2252.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.8_8000.806.2252.0_x86__8wekyb3d8bbwe<\/pre>\n<p>You wonder which apps use the <strong>Microsoft.WindowsAppRuntime.1.7_7000.785.2325.0_x64__8wekyb3d8bbwe<\/strong> runtime package. Here&#8217;s how to find that out.<\/p>\n<p>Open PowerShell (admin) and run this command:<\/p>\n<pre class=\"powershell\">Get-AppxPackage -allusers | Where-Object { $_.Dependencies -match \"Microsoft.WindowsAppRuntime.1.7_7000.785.2325.0_x64__8wekyb3d8bbwe\" } | Select Name\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-80579\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/03\/list-apps-uses-runtime.png\" alt=\"store app list runtimes used\" width=\"695\" height=\"237\" \/><\/p>\n<p>You&#8217;ll see an output that looks like the following:<\/p>\n<pre>Name\r\n----\r\nMicrosoft.YourPhone\r\nMicrosoftWindows.CrossDevice\r\nMicrosoft.GetHelp\r\nMicrosoft.Windows.Photos\r\n<\/pre>\n<p>In the above example, currently, four apps are using the common runtime package Microsoft.WindowsAppRuntime.1.7_7000.785.2325.0_x64__8wekyb3d8bbwe. Uninstalling all four packages above will also automatically uninstall the runtime.<\/p>\n<h3>Removing Unused Runtime Packages<\/h3>\n<p>On my system, the following runtimes were not used by any app.<\/p>\n<pre>Microsoft.WindowsAppRuntime.1.1_1005.616.1651.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.1_1005.616.1651.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.2_2000.802.31.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.2_2000.802.31.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.3_3000.934.1904.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.3_3000.934.1904.0_x86__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1049.117.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1082.2259.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1136.2333.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1309.2056.0_x64__8wekyb3d8bbwe\r\nMicrosoft.WindowsAppRuntime.1.4_4000.1309.2056.0_x86__8wekyb3d8bbwe\r\n<\/pre>\n<p>I uninstalled the above unused WindowsAppRuntime versions using the following commands from PowerShell (admin)<\/p>\n<pre class=\"powershell\">get-appxpackage -allusers *Microsoft.WindowsAppRuntime.1.1* | remove-appxpackage -allusers\r\n\r\nget-appxpackage -allusers *Microsoft.WindowsAppRuntime.1.2* | remove-appxpackage -allusers\r\n\r\nget-appxpackage -allusers *Microsoft.WindowsAppRuntime.1.3* | remove-appxpackage -allusers\r\n\r\nget-appxpackage -allusers *Microsoft.WindowsAppRuntime.1.4* | remove-appxpackage -allusers\r\n<\/pre>\n<p>The <strong>-allusers<\/strong> parameter ensures that the entire package folder is removed. Of course, it impacts all user accounts on the system.<\/p>\n<p><em><strong>Note:<\/strong> If you try to uninstall a dependency that is required by an existing app, you may receive error 0x80073CF3.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most Store apps require a runtime package to work correctly. For example, the Microsoft Store app requires the Microsoft.UI.Xaml.2.8 and Microsoft.VCLibs.140 runtimes. This post tells you how to list all Store apps that use a particular runtime.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[8,869],"tags":[396,687],"class_list":["post-80578","post","type-post","status-publish","format-standard","hentry","category-windows-10","category-windows-11","tag-powershell","tag-windows-store"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":80358,"url":"https:\/\/www.winhelponline.com\/blog\/mfc140u-dll-missing-vc-runtime\/","url_meta":{"origin":80578,"position":0},"title":"[Fix] mfc140u.dll was not found","author":"Ramesh","date":"February 28, 2026","format":false,"excerpt":"When you open Lightroom Classic, TrafficMonitor or any other app that depends on the VC++ v14 (2015-2022) runtimes, the following error may occur: The code execution cannot proceed because mfc140u.dll was not found. Reinstalling the program may fix the problem. RELATED: VC++ Redist for Visual Studio 2015 - 2022 (List\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"mfc140u.dll vc++ redist runtime error 0xc000012f","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":80435,"url":"https:\/\/www.winhelponline.com\/blog\/directx-runtime-component-required-game-error\/","url_meta":{"origin":80578,"position":1},"title":"&#8220;DirectX Runtime&#8221; component required when running a game","author":"Ramesh","date":"March 10, 2026","format":false,"excerpt":"When you run a game that requires the DirectX 2010 runtimes, the following error may occur. The following component(s) are required to run this program: DirectX Runtime RELATED: How to Fix Epic Games Launcher Error 0xC000007B or 0xC000012F Resolution Option 1: Install the DirectX Runtimes (June 2010) Download the DirectX\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"directx runtimes components required when running a game","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/03\/directx-runtime-needed-error.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":6078,"url":"https:\/\/www.winhelponline.com\/blog\/fix-vcruntime140-dll-missing-error-windows\/","url_meta":{"origin":80578,"position":2},"title":"[Fix] Missing VCRUNTIME140.DLL, VCRUNTIME140_1.DLL, MSVCP140.DLL","author":"Ramesh","date":"January 1, 2018","format":false,"excerpt":"On your Windows 10 or 11 computer, a 3rd party program (e.g., Epic Games) may throw the error that the module VCRUNTIME140.DLL, VCRUNTIME140_1.DLL, or MSVCP140.dll is missing from the computer. Here are the error messages which you may encounter: The program can't start because VCRUNTIME140.dll is missing from your computer.\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"powertoys runtime files","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":29080,"url":"https:\/\/www.winhelponline.com\/blog\/find-install-date-time-store-apps\/","url_meta":{"origin":80578,"position":3},"title":"Get the Install Date\/Time of Store Apps in Windows 10","author":"Ramesh","date":"October 7, 2022","format":false,"excerpt":"The Apps & Features page in Windows 10 shows you the installation date (without the time) for each UWP app. In Windows 10, this information is stored in the registry. Unfortunately, PowerShell's Get-AppxPackage cmdlet doesn't display the installation timestamp data. But you can get the list of app packages and\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"get appx installation date timestamp","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/10\/apps-install-date-settings.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":74728,"url":"https:\/\/www.winhelponline.com\/blog\/vc-redist-minimum-runtime-error\/","url_meta":{"origin":80578,"position":4},"title":"[Fix] Visual C++ Redist &#8220;Minimum Runtime&#8221; Error","author":"Ramesh","date":"April 9, 2024","format":false,"excerpt":"When you try to install a Visual C++ Redistributable, the following error may appear: The feature you are trying to use is on a network resource that is unavailable. Click OK to try again, or enter an alternate path to a folder containing the installation package 'vc_runtimeMinimum_x64.msi\" in the box\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"microsoft program install uninstall troubleshooter","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/04\/ms-program-uninstall-troubleshooter-3.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/04\/ms-program-uninstall-troubleshooter-3.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/04\/ms-program-uninstall-troubleshooter-3.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":74737,"url":"https:\/\/www.winhelponline.com\/blog\/missing-mfc110u-dll-vc-runtime\/","url_meta":{"origin":80578,"position":5},"title":"Fix for &#8220;Mfc110u.dll was not found&#8221; Error","author":"Ramesh","date":"April 9, 2024","format":false,"excerpt":"When you run a program, an error may occur indicating that the file \"mfc110u.dll\" is missing from the computer. The entire error message is below: The code execution cannot proceed because mfc110u.dll was not found. Reinstalling the program may fix the problem. Running DISM and SFC doesn't resolve the issue.\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"mfc110u.dll missing - vc++ redist","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/04\/mfc110u-dll-missing.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/80578","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=80578"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/80578\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=80578"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=80578"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=80578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}