6 Step-By-Step Ways to Fix “Cannot Install This App” Errors on Windows

March 05, 2026 by Andrew Smith

Few things are more frustrating than trying to install a new application on a Windows PC only to be met with a vague message like “Cannot install this app” or “This app can’t run on your PC.” These errors can appear for many reasons, ranging from compatibility issues to permission restrictions and corrupted system files. The good news is that most causes are easy to diagnose and fix with a structured approach.

TL;DR: Most “Cannot Install This App” errors on Windows are caused by compatibility mismatches, lack of admin rights, outdated Windows versions, or security restrictions. Checking system requirements, running the installer as an administrator, updating Windows, adjusting SmartScreen settings, resetting the Microsoft Store, and repairing system files can resolve the issue in most cases. Following the six step-by-step solutions below will help users systematically identify and fix the problem without advanced technical skills.

1. Check System Requirements and App Compatibility

The first and most overlooked step is verifying whether the application is compatible with the device. Many installation errors occur because the app is built for a different version of Windows or a different system architecture (32-bit vs 64-bit).

Step-by-Step Instructions:

  1. Press Windows + R, type winver, and press Enter to check the Windows version.
  2. Right-click This PC and select Properties.
  3. Verify whether the system is 32-bit or 64-bit.
  4. Compare this information with the app’s official system requirements.

If the software is built only for Windows 11 and the PC runs Windows 10, installation may fail. Likewise, a 64-bit application will not run on a 32-bit system.

Pro Tip: If an older app is required, users can try Compatibility Mode:

  • Right-click the installer file.
  • Select Properties > Compatibility.
  • Choose an earlier version of Windows.

2. Run the Installer as an Administrator

Windows often blocks installations when the user account lacks sufficient privileges. Even accounts labeled as “Administrator” may require elevated permission for certain actions.

Step-by-Step Instructions:

  1. Locate the installation file (.exe or .msi).
  2. Right-click it.
  3. Select Run as administrator.
  4. Click Yes when prompted by User Account Control (UAC).

This gives the application permission to modify system folders and registry settings, which are typically necessary during installation.

If the issue persists, users can temporarily disable User Account Control (not recommended long-term) to test whether UAC restrictions are the cause.


3. Update Windows to the Latest Version

Outdated Windows installations are a major reason apps fail to install. Developers frequently rely on updated system files, frameworks, and security components included in newer builds of Windows.

Step-by-Step Instructions:

  1. Open Settings by pressing Windows + I.
  2. Select Windows Update.
  3. Click Check for updates.
  4. Install all available updates and restart the PC.

After updating, attempt the installation again.

Why This Works: Updates often include:

  • Security fixes
  • Updated .NET Framework versions
  • Improved compatibility features
  • Bug patches addressing installer issues

4. Adjust Windows Security and SmartScreen Settings

Windows Defender SmartScreen and other built-in security features sometimes block installations from unknown or unverified publishers.

Step-by-Step Instructions:

  1. Open Settings.
  2. Go to Privacy & Security.
  3. Select Windows Security.
  4. Click App & browser control.
  5. Adjust SmartScreen settings if the app is trusted.

Important: Only adjust these settings if the source of the application is legitimate. Otherwise, the PC may be exposed to malware.

Some enterprise-managed systems may restrict installations via group policy. In such cases, users may need assistance from an IT administrator.


5. Reset or Repair the Microsoft Store (If Installing Store Apps)

If the installation error occurs specifically with apps from the Microsoft Store, the store cache may be corrupted.

Step-by-Step Instructions:

  1. Press Windows + R.
  2. Type wsreset.exe and press Enter.
  3. Wait for the command prompt window to close automatically.
  4. Reopen the Microsoft Store and try installing again.

Alternatively, users can reset the store via:

  • Settings > Apps > Installed Apps
  • Select Microsoft Store
  • Click Advanced Options
  • Choose Repair or Reset

Microsoft Store Fix Comparison Chart

Method Difficulty Level Data Lost? Best For
wsreset Command Easy No Quick cache clearing
Repair Option Easy No Minor store glitches
Reset Option Moderate Yes Severe store corruption

6. Run System File Checker (SFC) and DISM Scans

If none of the above methods work, the issue may stem from corrupted system files. Windows includes powerful built-in tools to repair these files.

Step-by-Step Instructions:

  1. Type cmd in the search bar.
  2. Right-click Command Prompt and select Run as administrator.
  3. Enter the following command and press Enter:

sfc /scannow

Wait for the scan to complete.

If the problem remains, run:

DISM /Online /Cleanup-Image /RestoreHealth

These tools scan for corrupted system files and automatically repair them using Windows update sources.

Note: Restart the computer after completing both scans before attempting installation again.


Additional Troubleshooting Tips

  • Ensure there is sufficient disk space available.
  • Temporarily disable third-party antivirus software.
  • Redownload the installer in case the file is corrupted.
  • Try installing while disconnected from a VPN.

These minor adjustments often resolve edge cases where standard fixes fail.


Frequently Asked Questions (FAQ)

1. Why does Windows say “This app can’t run on your PC”?

This usually indicates a compatibility mismatch, such as installing a 64-bit program on a 32-bit system or running software built for a newer version of Windows.

2. Is it safe to disable SmartScreen to install an app?

It can be safe if the application comes from a verified and trusted developer. However, SmartScreen should be re-enabled immediately after installation to maintain system security.

3. What does the SFC scan actually fix?

The System File Checker scans protected system files and replaces corrupted versions with cached or official Microsoft copies.

4. Can antivirus software block app installations?

Yes. Some antivirus programs mistakenly flag legitimate installers as suspicious. Temporarily disabling the antivirus may resolve the issue.

5. Why won’t Microsoft Store apps install even after resetting?

This can happen if Windows Update components are corrupted. Running Windows Update troubleshooting tools or performing DISM scans may help.

6. When should a user consider reinstalling Windows?

If all troubleshooting methods fail and installation errors persist across multiple applications, a clean Windows reinstall may be necessary.


By following these six systematic steps, most users can resolve “Cannot Install This App” errors without professional intervention. Taking a methodical approach—starting with compatibility checks and progressing toward deeper system repairs—ensures the root cause is identified and corrected efficiently.