Apps Not Opening (Safe Fixes)
Fix apps not launching, closing instantly, freezing on startup, or not responding on Windows 10 & 11. No registry edits. No risky commands. 100% safe steps.
Why apps stop opening
Common causes include:
- Corrupted app files
- Outdated Windows components
- Missing .NET or Visual C++ runtimes
- Damaged system files
- Conflicts with antivirus or background apps
- Insufficient permissions
- Corrupted app cache
- Broken Microsoft Store dependencies
Step‑by‑step troubleshooting
1. Restart your PC
Fixes temporary app and system conflicts.
2. Run the app as administrator
Right‑click the app → Run as administrator.
3. Update the app
Outdated apps may fail to launch after Windows updates.
4. Close background apps
Chrome, Discord, Steam, and overlays can block apps from opening.
5. Repair or reset the app
Settings → Apps → Installed apps → select the app → Advanced options → Repair / Reset.
6. Check Task Manager
Sometimes the app is running in the background but stuck.
7. Reinstall the app
Fixes corrupted or missing files.
8. Install .NET and Visual C++ runtimes
Many apps require these to launch.
Advanced app launch fixes
Fix Microsoft Store apps not opening
Store apps rely on Windows components that can break after updates.
- Settings → Apps → Installed apps
- Select the app → Advanced options
- Click Repair → if still broken, click Reset
Reset Microsoft Store
Fixes Store apps that won’t launch.
wsreset -i
Fix app execution alias conflicts
Some apps won’t open because Windows is launching the wrong executable.
- Settings → Apps → Advanced app settings
- App execution aliases
- Turn off conflicting aliases
Install missing dependencies
Many apps require .NET or Visual C++ runtimes.
- Install .NET Runtime
- Install Visual C++ Redistributables (x64 + x86)
Fix corrupted system files
Corrupted Windows components can prevent apps from launching.
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Disable antivirus app blocking
Some antivirus programs block apps from launching.
- Temporarily disable antivirus
- Try launching the app again
Create a new Windows user profile
If your profile is corrupted, apps may not open.
- Settings → Accounts → Family & other users
- Add account → create a new local user
- Log in and test the app
Reinstall Microsoft Store (safe)
Fixes Store apps that refuse to open.
Get-AppxPackage Microsoft.WindowsStore | Reset-AppxPackage
Quick Fix Summary (10 Safe Fixes)
1. Restart PC
Fixes temporary conflicts.
2. Run as Admin
Fixes permission issues.
3. Repair App
Fixes corrupted files.
4. Reset App
Fixes broken settings.
5. Update App
Fixes compatibility issues.
6. Install Dependencies
Fixes missing runtimes.
7. SFC/DISM
Repairs system files.
8. Reset Store
Fixes Store apps.
9. Disable Antivirus
Fixes app blocking.
10. New User Profile
Fixes corrupted profiles.