Table of Contents
- Why Are Microsoft Store Apps Crashing With Error 0xc000027b on Windows 11?
- Solution 1: Give Apps the Right Permissions
- Solution 2: Set the Correct Date and Time
- Solution 3: Clear the Microsoft Store Cache
- Solution 4: Re-register Microsoft Store Apps
- Solution 5. Update Windows and Scan for Problems
- Extra Help
Why Are Microsoft Store Apps Crashing With Error 0xc000027b on Windows 11?
Microsoft Store apps on Windows 11 sometimes stop working. They close right away. You might see error code 0xc000027b. This code means the app cannot open because something is wrong with permissions or system settings. Here is a simple way to fix it.
Solution 1: Give Apps the Right Permissions
Apps need permission to use parts of your computer. If they don’t have it, they crash. You can fix this.
- Open File Explorer. Go to C:\Program Files.
- Right-click the folder. Click Properties. Go to the Security tab.
- Click Advanced. Click Change permissions.
- Click Add. Type All Application Packages. Set Type to Allow.
- Give these permissions: Read & Execute, List folder contents, and Read.
- Make sure you apply to “This folder, subfolders, and files.”
- Check the box for “Replace all child object permissions with inheritable permission entries from this object.” Click Apply and OK.
- Do the same for C:\Windows.
- For C:\Users, add All Application Packages and give Full Control. Click Apply and OK.
Registry Permissions:
- Open the Registry Editor (type regedit in the Start menu).
- For each of these, right-click, pick Permissions, and make sure All Application Packages has Read access:
HKEY_CLASSES_ROOT
HKEY_LOCAL_MACHINE\Drivers
HKEY_LOCAL_MACHINE\HARDWARE
HKEY_LOCAL_MACHINE\SAM
HKEY_LOCAL_MACHINE\SOFTWARE
HKEY_LOCAL_MACHINE\SYSTEM
HKEY_USERS - Click OK. Close the editor.
- Restart your PC.
Solution 2: Set the Correct Date and Time
Apps need the right time to work. If your clock is wrong, apps may not open.
- Press Win + R. Type timedate.cpl. Press Enter.
- Click “Change date and time.” Set it to your local time.
- Click OK. Restart your PC.
Solution 3: Clear the Microsoft Store Cache
A bad cache can stop apps from working. You can clear it.
- Press Win + R. Type wsreset.exe. Press Enter.
- A window will open and close. That’s normal.
- Restart your PC.
Solution 4: Re-register Microsoft Store Apps
Sometimes apps need to be registered again.
- Search for PowerShell. Right-click it. Choose “Run as administrator.”
- Copy and paste this command:
Get-AppXPackage -AllUsers | Foreach-Object {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
- Press Enter. Some errors may show. That’s okay.
- Restart your PC.
Solution 5. Update Windows and Scan for Problems
Old files or broken parts can cause crashes. Updates and scans help.
- Open Settings. Go to Windows Update. Install updates.
- Open Command Prompt as administrator.
- Type sfc /scannow. Press Enter. Let it finish.
- You can also run: DISM /Online /Cleanup-Image /RestoreHealth
- Restart your PC.
Extra Help
If nothing works, ask Microsoft support for help. As a last step, you can reinstall Windows. This will fix all system problems, but you should back up your files first.
Fixing Microsoft Store app crashes is possible. Follow each step. Check after each one. Usually, apps will start working again. If not, more help is available.