Fix "This App Can't Run on Your PC" on Windows 11

Windows 11 · 4 min read · Target: this app can't run on your pc windows 11 · Updated September 2026

Seeing the error message this app can't run on your pc windows 11 usually occurs when launching downloaded setup files or open-source utilities. On Windows 11, "this app can't run on your PC" is almost always caused by an architecture mismatch (x86 vs ARM64) or Windows SmartScreen blocking an unverified certificate.

Diagnosis check: If the error pops up immediately without opening any installer window, it is a file block or architecture issue. Follow the 3 overrides below.

Step-by-step unblocking steps

  1. Step 1 — Unblock the downloaded executable in Properties

    When downloading files via Chrome or Edge, Windows attaches an NTFS Zone.Identifier stream marking it as dangerous. Right-click the downloaded .exe file → select Properties. At the bottom of the General tab, check the Unblock checkbox and click Apply.

  2. Step 2 — Verify 64-bit vs ARM64 compatibility

    If you run a Qualcomm Snapdragon X Elite or Surface Pro laptop, Windows 11 runs on ARM64. 64-bit x86 apps run via Prism emulation, but 32-bit kernel drivers will trigger this refusal prompt. Check the developer website for an ARM64 or universal binary.

  3. Step 3 — Run under Compatibility Mode

    Right-click the executable → Properties → Compatibility tab. Check "Run this program in compatibility mode for" and select Windows 8 or Windows 7. Also check "Run this program as an administrator".

← Back to all fixes