← Back to Windows Fixes

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.

No risky commands
Beginner‑friendly
Proven fixes

Why apps stop opening

Common causes include:

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.

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.

Install missing dependencies

Many apps require .NET or Visual C++ runtimes.

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.

Create a new Windows user profile

If your profile is corrupted, apps may not open.

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.

Related Guides