Home > Article > System Tutorial > Windows 11 Apps Won't Open [Resolved]
Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more
If Windows 11 apps won’t open as they should, try these DIY fixes.
You might experience Universal Windows Platform (UWP) apps or third-party standalone software not opening on a recently updated Windows 11 PC.
To help you escape this predicament, I’ve reproduced the bug in a test environment and evaluated more than 20 fixes suggested by Microsoft Learn Community moderators, Reddit threads, and YouTube bloggers.
Here are my picks:
Try these simple fixes first before starting with the more technical ones:
Integrated graphics hardware or driver malfunctions may be the root cause. So, disabling or reinstalling it should fix the issue:
If the above steps are too bothersome, you could simply get the PC HelpSoft Driver Updater. This app automatically scans and updates outdated or corrupted device drivers with genuine and secure software.
When the issue arises right after updating the OS, do the following:
The Application Identity service controls the security and trust-level aspects of all UWP and standalone apps. If it malfunctions or stops running, Windows 11 apps won’t open as well. Here’s a quick fix for you:
If you haven’t had the chance to update the system lately, it’s the right time to do that:
If you’re only having problems with apps downloaded or delivered through the Microsoft Store, try these steps:
If you’re an admin account user on your PC, try these steps to allow more access rights to Windows 11 apps that won’t open in normal mode:
You can also clear the cache of the app data by resetting it or you can repair it. However, make sure you back up your data before trying this:
You can use the Compatibility Troubleshooter tool to fix most standalone apps that won’t launch after a recent Windows 11 update or a system upgrade. Here are the steps:
You can run a few PowerShell commands to fix all pre-installed and downloaded UWP apps.
<code>Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}</code>
<code>Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_. InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}</code>
<code>Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\AppXManifest.xml"}</code>
You’ll see some messages in the Terminal in red. You can ignore those errors or warning texts.
You can utilize any third-party Windows Registry cleaners for quick repair. I recommend Fortect and Glarysoft registry fixing tools.
For instance, if you use Fortect, download and install the app from its official source. The software will launch automatically and perform an initial scan. Once it’s over, click Activate & Repair to fix the Windows Registry Database as well as other related issues.
Your PC automatically creates restore points when you make major changes to the device. You can revert it to an earlier configuration to fix Windows 11 apps that won’t open. This method will only work if you haven’t disabled this feature manually.
Finally, if none of the above troubleshooting ideas work for you, you must use the Windows 11 Reset tool. Connect the system to a reliable internet network and follow these steps:
Now you what to do when Windows 11 apps won’t open on your PC. Follow these steps in the order they appear to get a fix in the least possible time.
You can also learn how to deal with similar Windows 11 issues like critical error Start menu isn’t working, driver power state failure, and your PC ran into a problem.
The above is the detailed content of Windows 11 Apps Won't Open [Resolved]. For more information, please follow other related articles on the PHP Chinese website!