Converged

How to Fix Apps That Won’t Open on Windows or Mac

How to Fix Apps That Won’t Open on Windows or Mac

Nothing is more frustrating than clicking on an app and having nothing happen β€” or watching it open briefly then close again. If your applications won’t open on Windows 10, Windows 11, or Mac, there are several proven fixes that resolve the problem in most cases. This guide covers every solution from quick restarts to deep system repairs.

Why Won’t My App Open?

Apps fail to open for several reasons: the program is already running in the background (just not visible), it’s waiting on a background process to finish, the app’s installation is corrupted, a required dependency (like Microsoft Visual C++ or .NET Framework) is missing or outdated, user permissions are insufficient, or the app is simply incompatible with your current Windows or macOS version. Each cause has a specific fix.

How to Fix Apps That Won’t Open on Windows

Fix 1: End the App Process in Task Manager

The app might be running invisibly in the background, preventing a new instance from launching. Press Ctrl+Shift+Esc to open Task Manager. In the Processes tab, look for the app’s name. Right-click it and select End Task. After ending the process, try opening the app again. This resolves the majority of “app won’t open” situations instantly.

Fix 2: Restart Your Computer

A full restart clears all running processes, refreshes system services, and resolves memory issues that can prevent apps from launching. Make sure to do a full Restart (not Shut Down and power on β€” in Windows 11, Shut Down uses Fast Startup by default, which doesn’t fully reset). Go to Start β†’ Power β†’ Restart for a complete reset.

Fix 3: Run the App as Administrator

Some apps require administrator privileges to access certain files, registry keys, or system resources. Right-click the app icon and select Run as administrator. If this makes the app open successfully, you can make it permanent: right-click the app β†’ Properties β†’ Compatibility tab β†’ check “Run this program as an administrator” β†’ Apply.

Fix 4: Update or Reinstall the App

A corrupted or outdated installation is a leading cause of apps that refuse to launch. For apps from the Microsoft Store: open the Store β†’ Library β†’ Get updates. For other apps: visit the official website and download the latest installer. Before reinstalling, uninstall the existing version through Settings β†’ Apps β†’ Installed apps, then install fresh. This ensures all corrupted files are replaced.

Fix 5: Install Missing Dependencies

Many Windows apps require specific runtime libraries to run. If an app won’t open without showing any error, try installing or repairing these common dependencies: Microsoft Visual C++ Redistributables (download all versions from Microsoft), Microsoft .NET Framework (install via Windows Update or Microsoft’s website), and DirectX (run dxdiag.exe to check, install updates via Windows Update). Missing runtimes are especially common with games and older software.

Fix 6: Check Compatibility Mode

Older apps built for Windows 7 or 8 may not launch properly on Windows 10 or 11 without compatibility settings. Right-click the app β†’ Properties β†’ Compatibility tab. Check “Run this program in compatibility mode for” and select Windows 8 or Windows 7 from the dropdown. Click Apply and try opening the app again.

Fix 7: Check Windows Event Log for Error Details

When an app fails to launch, Windows often logs the specific error code. Search for Event Viewer in the Start menu, go to Windows Logs β†’ Application, and look for Error events with timestamps matching when you tried to open the app. The error description and event ID can tell you exactly what’s preventing the app from launching.

How to Fix Apps That Won’t Open on Mac

Force Quit Stuck Apps on Mac

Press Command + Option + Esc to open Force Quit. If the app is listed (possibly as “Not Responding”), select it and click Force Quit. Then try relaunching it. If the app keeps appearing in the Force Quit window even when you’re not trying to open it, it may be set to launch at login β€” remove it from Login Items in System Settings.

Fix Gatekeeper Blocking on Mac

macOS Gatekeeper may block apps from unidentified developers. If you see “cannot be opened because it is from an unidentified developer,” go to System Settings β†’ Privacy & Security and look for a message about the blocked app near the bottom. Click Open Anyway. Alternatively, right-click the app in Finder and choose Open to bypass Gatekeeper for that specific app.

Delete App Preference Files on Mac

Corrupted preference files can prevent an app from launching. In Finder, press Command+Shift+G, type ~/Library/Preferences/, and press Enter. Look for .plist files with the app’s name and move them to the Trash. The app will recreate fresh preference files when it next launches successfully.

Apps Won’t Open: Quick Fix Checklist

  • End the app’s background process in Task Manager (Windows) or Activity Monitor (Mac)
  • Restart your computer completely
  • Try running the app as administrator
  • Update or reinstall the app
  • Install Visual C++ Redistributables and .NET Framework (Windows)
  • Try compatibility mode for older apps
  • Check Event Viewer for specific error codes
  • On Mac: check Gatekeeper security settings

Frequently Asked Questions (FAQ)

Why does my app open briefly then immediately close?

An app that flashes briefly then closes is usually crashing immediately on launch. Check the Event Viewer for an Application Error with the app’s name β€” it will contain an error code and the specific DLL or module that caused the crash. Common causes include missing Visual C++ runtimes, a corrupted installation, or conflicting software. Reinstalling the app and its dependencies usually resolves this.

Why do Microsoft Store apps fail to open?

Microsoft Store apps are sandboxed and can fail to open if the app’s cache is corrupted or if Windows licensing services have an issue. Try resetting the Microsoft Store cache by opening Command Prompt as administrator and running wsreset.exe. Also try repairing or resetting the app: go to Settings β†’ Apps β†’ find the app β†’ Advanced options β†’ Repair, then Reset if repair doesn’t work.

Having trouble with a specific app that won’t open? Leave the app name and your Windows/Mac version in the comments and our IT team will provide targeted troubleshooting steps.

← Back to all guides