The most common cause of Windows 11 apps not opening is a bad Windows Update, a corrupted Microsoft Store license cache, or a stopped Application Identity service. Restart the Application Identity service first, then run WSReset.exe to clear the Store cache. Most cases resolve in under 15 minutes without reinstalling Windows.
Introduction
You click an app and nothing happens. No error, no window, just silence. This problem hits after Windows Updates, after a Microsoft Account sync glitch, or without any obvious trigger at all. This guide covers every confirmed root cause and fix, ordered from the fastest one-minute check to the last-resort nuclear option.
Symptoms
- App icon is clicked but no window appears and no process starts in Task Manager
- App begins loading, flashes briefly on screen, then disappears
- Error code 0x803f8001 or message “This app can’t open” appears on launch
- All built-in apps fail (Settings, Notepad, Snipping Tool) while third-party apps still work
- Only File Explorer opens and every other app silently fails
- Apps fail specifically after a Windows Update was installed
- Certain apps crash immediately while others open without any problem
What Causes Windows 11 Apps Not Opening
1. Broken or corrupted Windows Update
A bad patch can corrupt .NET framework files or MSIX app packages, which blocks affected apps from launching. You can confirm this by checking Windows Update history: if apps stopped opening on the same day an update was installed, the update is the cause.
2. Microsoft Store license validation failure
Apps installed from the Microsoft Store require a valid license check each time they launch. When the Store cache is corrupted or your Microsoft Account has a sync issue, the validation fails silently. The giveaway is the error code 0x803f8001 or a message reading “This app is currently not available in your account.”
3. Application Identity service is stopped
Windows uses the Application Identity service to verify that UWP (Universal Windows Platform) apps are permitted to run. When this service is stopped, those apps fail to open without any visible error. Open Services and check the status of Application Identity to confirm.
How to Fix Windows 11 Apps Not Opening
Fix 1: Restart the Application Identity Service
- Cost: Free
- Time: 2 minutes
- Difficulty: Easy
Steps:
- Press Windows + R, type services.msc, and press Enter.
- Scroll down and locate Application Identity in the list.
- Right-click it and select Start. If it shows as Running, right-click and select Restart instead.
- Close the Services window and try opening the app again.
Expected Result: Apps that were silently failing now open normally.
If Failed: Proceed to Fix 2.
Fix 2: Clear the Microsoft Store Cache (WSReset)
- Cost: Free
- Time: 3 minutes
- Difficulty: Easy
Steps:
- Press Windows + R, type WSReset.exe, and press Enter.
- A blank Command Prompt window opens and closes automatically. Do not close it manually.
- The Microsoft Store opens on its own once the cache is cleared.
- Restart the laptop and test the apps.
Expected Result: Apps that threw 0x803f8001 or “not available in your account” errors now open.
If Failed: Proceed to Fix 3.
Fix 3: Run SFC and DISM to Repair System Files
- Cost: Free
- Time: 15 to 30 minutes
- Difficulty: Easy
Steps:
- Click Start, type cmd, right-click Command Prompt, and select Run as administrator.
- Type sfc /scannow and press Enter. Wait for the scan to complete fully.
- After SFC finishes, type the following and press Enter: DISM /Online /Cleanup-Image /RestoreHealth
- Wait for DISM to finish. It contacts Windows Update servers to download clean files, so keep the internet connected.
- Restart the laptop and test.
Expected Result: Corrupted system files are replaced and apps open normally.
If Failed: Proceed to Fix 4.
Fix 4: Repair or Reset the Individual App
- Cost: Free
- Time: 5 minutes
- Difficulty: Easy
Steps:
- Press Windows + I to open Settings.
- Go to Apps, then Installed Apps.
- Find the app that is not opening, click the three-dot menu next to it, and select Advanced Options.
- Scroll down to the Reset section. Click Repair first and test the app.
- If Repair does not work, click Reset. Note that Reset clears all app data and local settings.
Expected Result: The app opens after repair without losing your data. Reset is a clean slate that clears saved preferences.
If Failed: Proceed to Fix 5.
Fix 5: Uninstall the Problematic Windows Update
- Cost: Free
- Time: 10 minutes
- Difficulty: Easy
Steps:
- Press Windows + I to open Settings.
- Go to Windows Update, then Update History.
- Scroll down and click Uninstall Updates.
- Sort by install date. Right-click the most recent update and select Uninstall.
- Restart the laptop and test the apps.
Expected Result: Apps that broke after the update now open normally.
If Failed: Reinstall the update after confirming the app issue is unrelated to it. Proceed to Fix 6.
Fix 6: Re-register All Built-in Apps via PowerShell
- Cost: Free
- Time: 5 minutes
- Difficulty: Moderate
Steps:
- Click Start, type PowerShell, right-click Windows PowerShell, and select Run as administrator.
- Paste the following command and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “(( (_.InstallLocation)\AppXManifest.xml”}
- Wait for the command to complete. Errors about specific packages during this process are normal.
- Restart the laptop and test.
Expected Result: Built-in apps (Settings, Notepad, Snipping Tool) that were broken now open.
If Failed: Proceed to Fix 7.
Fix 7: Perform a Clean Boot to Isolate Third-Party Conflicts
- Cost: Free
- Time: 15 minutes
- Difficulty: Moderate
Steps:
- Press Windows + R, type msconfig, and press Enter.
- Go to the Services tab. Check Hide all Microsoft services, then click Disable all.
- Go to the Startup tab and click Open Task Manager.
- Disable every startup item in Task Manager.
- Close Task Manager, click OK in msconfig, and restart.
- Test the apps. If they open in Clean Boot, a third-party service is causing the conflict.
- Re-enable services in batches to identify the culprit.
Expected Result: Apps open in Clean Boot, confirming a startup program or third-party service is blocking them.
If Failed: If apps still fail in Clean Boot, the issue is at the Windows system level. Proceed to Fix 8.
Fix 8: Create a New Windows User Profile
- Cost: Free
- Time: 10 minutes
- Difficulty: Moderate
Steps:
- Press Windows + I to open Settings.
- Go to Accounts, then Family and other users.
- Under Other users, click Add account.
- Select I don’t have this person’s sign-in information, then Add a user without a Microsoft account.
- Create a local account, sign out, and sign into the new profile.
- Test whether the apps open in the new profile.
Expected Result: Apps open in the new profile, confirming the original user profile is corrupted.
If Failed: Proceed to Fix 9.
Fix 9: Repair or Reset Windows 11 Using Keep My Files
- Cost: Free
- Time: 30 to 60 minutes
- Difficulty: Moderate
Steps:
- Press Windows + I to open Settings.
- Go to System, then Recovery.
- Click Reset this PC.
- Select Keep my files.
- Choose Cloud download for a clean Windows image, or Local reinstall to use files already on the drive.
- Follow the prompts to completion.
Expected Result: Windows is reinstalled cleanly. Apps open normally and personal files remain intact.
If Failed: If apps still fail after a reset, the issue is hardware-related or a firmware conflict. Contact your laptop manufacturer’s support.
Mistakes to Avoid
Reinstalling apps before checking the Application Identity service. Uninstalling and reinstalling a broken app has no effect if the Application Identity service is stopped. The app will reinstall and fail again for the same reason. Check the service status in services.msc before touching any app installation.
Running SFC without following it with DISM. SFC repairs system files using a local cached copy. If that cached copy is also corrupted, SFC reports “Windows Resource Protection found corrupt files but was unable to fix some of them.” DISM fetches clean files from Microsoft servers and must run after SFC to actually complete the repair.
Resetting an app before trying Repair. The Reset option in Settings wipes all local app data, saved preferences, and login states. Repair does the same job without touching your data. Skipping Repair and going straight to Reset causes unnecessary data loss.
Disabling all startup apps permanently without re-enabling them after testing. A Clean Boot is a diagnostic step, not a permanent fix. Leaving all startup services disabled after the test can break other system functions, including antivirus software and cloud sync.
When to Stop and Get Professional Help
Take the laptop to a repair technician if apps still fail after a full Windows Reset using Keep My Files. At that point the issue is either a corrupt firmware layer, a failing SSD causing read errors on system files, or a hardware fault the OS cannot self-repair. A technician can run offline diagnostics to separate a drive problem from a motherboard fault.
Prevention Tips
- Check Windows Update history before installing new updates, and pause updates for one week to let early bug reports surface.
- Keep your Microsoft Account credentials current so Store license validation does not fail on sync.
- Create a System Restore point manually before every major Windows Update.
- Avoid using third-party UI customization tools like ExplorerPatcher, as these frequently break the Start menu and app launcher after OS updates.
- Run sfc /scannow quarterly from an elevated Command Prompt to catch system file corruption before it blocks apps.
Frequently Asked Questions
Why did my Windows 11 apps stop opening after an update?
Certain Windows Updates have broken .NET framework files or MSIX app packages, blocking app launches. Uninstall the most recent update through Settings, Windows Update, Update History, and test immediately. Microsoft often releases a patch within days once the bug is widely reported.
Why won’t my apps open but File Explorer still works?
File Explorer runs as a separate shell process and does not depend on the Application Identity service or Microsoft Store license checks. Apps that rely on those systems fail silently while File Explorer keeps running. Restart the Application Identity service in services.msc as the first step.
Does resetting an app delete my data?
Repair does not touch your data. Reset clears all local app data, saved settings, and cached logins for that specific app. Always try Repair first before using the Reset option.
Can a corrupted user profile cause apps not to open?
Yes. A corrupted profile is a confirmed cause, particularly if apps open normally when you log into a different Windows account. Creating a new local user profile and migrating your files is a faster fix than a full Windows reset in that scenario.
Conclusion
Windows 11 apps not opening is almost always caused by a stopped Application Identity service, a corrupted Microsoft Store cache, broken system files from a bad update, or a damaged user profile. Work through the fixes in order: restart the service, run WSReset, run SFC and DISM, then repair or reset the individual app. If nothing works after Fix 6, a new user profile or a Windows Reset with Keep My Files will resolve the problem in almost every remaining case.