---Advertisement---

How To Fix Windows 11 Apps Not Opening | Solve Apps Problems – (2023)

Published On: October 17, 2025
---Advertisement---

If the apps on your Windows 11 computer won’t open, freeze, or crash, you’re not alone—this is a common issue that many users face. It can happen due to corrupt system files, outdated software, or problems with the Microsoft Store and its settings. The good news is that you can fix this problem easily with simple methods like running system scans, resetting apps, or re‑registering Windows components. In this blog, you’ll learn step‑by‑step ways to fix Windows 11 apps not opening and get your favorite applications working smoothly again.


🛠 Step-by-Step Fixes

Try these methods in order, until your apps begin opening again.


1. Reinstall / Re-register All Built-in Apps via PowerShell

  • Open Windows Terminal or PowerShell with Administrator privileges.
  • Run this command to re-register all built-in Windows apps:
    • Get-AppxPackage -AllUsers | Foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
  • This command forces Windows to re-register all the app packages for every user, which often fixes broken registrations.
Re-register All Built-in Apps via PowerShell

2. Reset the Specific App (via Settings)

  • Open Settings → Apps → Installed apps (or Apps & Features).
  • Locate the app that won’t open.
  • Click the three dots (⋮) next to the app → select Advanced options.
  • Scroll and click Reset.
  • The app’s data and cache are cleared, and it returns to default settings.

If the problem is isolated to a single app, this reset often resolves it.


3. Run the System File Checker (SFC) and DISM

  • Open Command Prompt or PowerShell as Admin.
  • Run: sfc /scannow to scan and repair corrupted system files.
  • After SFC completes, run: DISM /Online /Cleanup-Image /RestoreHealth to repair Windows image and component store.
  • Reboot afterward, then check apps.
Run the System File Checker (SFC) and DISM

4. Check and Fix App Dependencies (Microsoft Store Framework)

  • Sometimes, the underlying framework that other apps depend on is broken.
  • In Settings → Apps → Optional features, look for “Microsoft Store Framework” or related frameworks.
  • If missing or broken, reinstall or repair that feature.
Check and Fix App Dependencies

This ensures core app infrastructure is intact.


5. Reinstall the App (Uninstall & Reinstall)

This gives you a clean install and often removes residual corruption.

If a particular app is still problematic, you can uninstall it (via Settings or PowerShell) and then re-install it from the Microsoft Store.

---Advertisement---

Related Post

Enable New Windows 11 25H2 Features After December Update (KB5070311)
Enable/Disable Steam Networking IP Sharing – Step-by-Step Guide
Valorant Stuck on Loading Screen? Fix It Now!
Tips

Valorant Stuck on Loading Screen? Fix It Now!

By Tech Gitter
|
December 31, 2025
How to Increase or Decrease Font Size in Google Chrome
Solutions

How to Increase or Decrease Font Size in Google Chrome

By Tech Gitter
|
December 29, 2025

Leave a Comment

Join WhatsApp Join Telegram