The fastest solution is to disable all Edge extensions by navigating to edge://extensions, turning off all extensions, then re-enabling them one by one to identify the problematic extension causing the handoff failure.

Fix Microsoft Edge Error "This App Can't Run on Your PC" – Windows 11 2026
Resolves the "This app can't run on your PC" error that appears when clicking Widgets board links in Windows 11, typically caused by problematic Edge extensions or blocked helper applications.
Understanding the Edge Widgets Integration Error
The "This app can't run on your PC" error in Windows 11 represents a critical breakdown in the handoff mechanism between the Widgets board and Microsoft Edge. This error typically manifests when users click news links or web content from the Widgets panel (Win + W), but Edge fails to properly launch or process the request due to conflicting extensions or corrupted integration components.
Unlike standard application compatibility errors, this specific issue stems from the complex interaction between Windows 11's WebView2 runtime, the Widgets board service, and Edge's extension ecosystem. The error often appears as a blue dialog box that provides little context about the actual root cause, making diagnosis challenging for both users and administrators.
The most common trigger involves legacy security extensions or browser add-ons that attempt to intercept link clicks but reference non-existent helper applications or blocked processes. McAfee, Norton, and other security suites frequently leave behind registry entries and extension remnants that interfere with normal browser handoff operations, even after proper uninstallation.
This comprehensive guide addresses the systematic identification and resolution of these handoff failures, providing enterprise-grade troubleshooting methods that resolve the issue permanently while preserving user data and browser functionality.
Related: Microsoft confirms ongoing Windows 11 File Explorer flash
Related: KB5079420 — March 2026 Hotpatch Security Update for Windows
Related: KB5077181 — February 2026 Cumulative Update for Windows 11
Related: Windows 11 Gets March 2026 Updates KB5079473 and KB5078883
Related: How to Fix Windows Update Errors on Windows 11 (2026
Symptoms
- Blue "This app can't run on your PC" popup appears when clicking Widgets board links
- Error occurs specifically when opening news or web content through Windows 11 Widgets (Win + W)
- Normal Edge browsing works fine, but Widgets-launched content triggers the error
- Error may appear when downloading files or launching specific programs from Edge
- Multiple Edge processes remain running in Task Manager after closing browser windows
Root Causes
- Edge extensions with blocked or missing helper applications attempting to intercept link handoffs
- Legacy security add-ons (McAfee, Norton, etc.) with defunct components still registered in Edge
- Corrupted Edge user profile data affecting the Widgets integration
- Windows security policies blocking extension-initiated processes
- Incompatible or outdated browser handlers registered for specific file types or protocols
Solutions
Disable and Test Edge Extensions
This method isolates problematic extensions by systematically disabling them.
- Open Microsoft Edge and navigate to
edge://extensionsin the address bar - Turn off all extensions by clicking the toggle switch next to each extension name
- Close all Edge windows completely
- Open Task Manager (Ctrl + Shift + Esc) and end any remaining Microsoft Edge processes under the Processes tab
- Press Win + W to open the Widgets board
- Click on a news link or web content that previously triggered the error
- If the error stops appearing, re-enable extensions one at a time:
- Return to
edge://extensions - Enable one extension, then test the Widgets board again
- Repeat until you identify the problematic extension
- Once identified, remove the problematic extension by clicking Remove
Verification: Test the Widgets board multiple times with different types of content. The error should no longer appear when clicking links from the Widgets panel.
Reset Edge User Profile
This method creates a fresh Edge profile to eliminate corrupted data affecting Widgets integration.
- Close all Edge windows and end Edge processes in Task Manager
- Press Win + R and type
%LOCALAPPDATA%\Microsoft\Edge\User Data - Rename the Default folder to Default.backup
- Launch Edge - it will create a new default profile
- Sign in to your Microsoft account to sync bookmarks and settings
- Test the Widgets board by pressing Win + W and clicking various links
- If the issue persists, restore your original profile by:
- Closing Edge completely
- Deleting the new Default folder
- Renaming Default.backup back to Default
Verification: Open Edge and check that your bookmarks and settings are restored (if synced). Test Widgets board functionality without the error appearing.
Clear Edge WebView2 Runtime Cache
This method addresses issues with the WebView2 runtime that powers the Widgets board integration.
- Close all Edge windows and Microsoft Store apps
- Press Win + R and run
%LOCALAPPDATA%\Microsoft\EdgeWebView\User Data - Delete all contents of this folder (select all with Ctrl + A, then Delete)
- Open Settings → Apps → Installed apps
- Search for "Microsoft Edge WebView2 Runtime"
- Click the three dots next to it and select Advanced options
- Click Reset to clear the WebView2 cache and data
- Restart your computer
- After restart, press Win + W to test the Widgets board
Verification: Run msedge --version in Command Prompt to confirm Edge is working properly, then test Widgets board links multiple times.
Repair Edge Installation via PowerShell
This method uses PowerShell to repair the Edge installation and re-register its components.
- Right-click the Start button and select Windows Terminal (Admin)
- Run the following command to check Edge installation status:
Get-AppxPackage -Name Microsoft.MicrosoftEdge.Stable- If Edge appears in the results, repair it with:
Get-AppxPackage -Name Microsoft.MicrosoftEdge.Stable | Reset-AppxPackage- For the traditional Edge installation, run:
sfc /scannow- Then run DISM to repair Windows components:
DISM /Online /Cleanup-Image /RestoreHealth- Re-register Edge components:
Get-AppxPackage -AllUsers | Where-Object {$_.Name -like "*Edge*"} | ForEach-Object {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}- Restart your computer and test the Widgets board
Verification: Run Get-Process msedge in PowerShell after opening Edge to confirm it's running properly, then test Widgets functionality.
Modify Registry to Disable Problematic Handlers
This advanced method removes problematic protocol handlers that may be causing the handoff failures.
- Press Win + R and type
regedit - Navigate to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations - Look for entries related to problematic extensions or security software
- Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Classes - Look for protocol handlers that might be registered by removed security software:
- Search for keys containing "mcafee", "norton", "avast", or other security vendor names
- Right-click suspicious entries and select Export to backup before deletion
- Delete entries that reference non-existent executable files
- Navigate to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Edge\Extensions - Remove any extension entries that correspond to uninstalled or problematic extensions
- Close Registry Editor and restart your computer
- Test the Widgets board functionality
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoiceVerification: Open edge://settings/defaultBrowser to confirm Edge is still set as default browser, then test Widgets board links extensively.
Verification
To confirm the fix worked properly, perform these verification steps:
- Press Win + W to open the Widgets board
- Click on at least 5 different news articles or web links from various sources
- Verify that Edge opens normally without the "This app can't run on your PC" error
- Test downloading a file from a website opened through Widgets
- Run this PowerShell command to check for Edge process health:
Get-Process msedge | Select-Object ProcessName, Id, WorkingSetIf all tests pass without errors, the issue is resolved. The Widgets board should now function normally with Edge integration.
Advanced Troubleshooting
If the above methods didn't resolve the issue, try these advanced troubleshooting steps:
Check Windows Security Settings
Navigate to Settings → Privacy & security → Windows Security → App & browser control. Ensure that "Check apps and files" is not set to "Block" which might prevent Edge helper processes from running.
Examine Event Viewer Logs
Open Event Viewer and check Windows Logs → Application for Edge-related errors occurring around the time of the popup. Look for Event IDs 1000, 1001, or 1002 related to application crashes.
Create New Windows User Account
Create a test user account via Settings → Accounts → Family & other users. Log in as the new user and test if the issue persists. If it works, the problem is user-profile specific.
Reset Windows 11 Widgets
Run this PowerShell command as administrator:
Get-AppxPackage -Name MicrosoftWindows.Client.WebExperience | Reset-AppxPackageThis resets the entire Widgets system. If none of these solutions work, consider performing a Windows 11 in-place upgrade or contacting Microsoft Support for hardware-specific compatibility issues.
Frequently Asked Questions
Why does this error only happen with Widgets board links and not regular Edge browsing?+
Can I safely delete all Edge extensions to fix this issue?+
What should I do if the error persists after trying all extension-related fixes?+
How can I prevent this error from happening again after fixing it?+
Is this error related to Windows 11's security features blocking legitimate applications?+
Emanuel DE ALMEIDA
Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.
Further Intelligence
Deepen your knowledge with related resources
Discussion
Share your thoughts and insights
You must be logged in to comment.


