Interface not registered error on Paint, Notepad, Outlook and crossdeviceresume.exe

Andy Cannon 21 Reputation points
2026-07-23T10:07:21.14+00:00

Interface not registered error on Paint, Notepad, Outlook and crossdeviceresume.exe from the Windowsapps folder.

Example:

[Window Title]

C:\Program Files\WindowsApps\Microsoft.Paint_11.2605.71.0_x64__8wekyb3d8bbwe\PaintApp\mspaint.exe

[Content]

C:\Program Files\WindowsApps\Microsoft.Paint_11.2605.71.0_x64__8wekyb3d8bbwe\PaintApp\mspaint.exe

Interface not registered

[OK]

We have this error on several machines for different clients and I'm having a hard time identifying what is causing the issue. They are all Home x64 Edition Build 26200, all up to date.

So far I've run:

Dism /Online /Cleanup-Image /ScanHealth

Dism /Online /Cleanup-Image /CheckHealth

DISM /Online /Cleanup-image /RestoreHealth

SFC /SCANNOW

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

And installed both X64 and X32 versions of the Visual C++ v14 Redistributable on another forum's recommendation.

This started happening on all the machines in early July.

thanks

Andy

Windows for home | Windows 11 | Apps
0 comments No comments

Answer accepted by question author
Lucus-V 13,115 Reputation points Microsoft External Staff Moderator
2026-07-23T15:49:51.6333333+00:00

Hi Andy Cannon,

Based on the symptoms and the troubleshooting already completed, this does not look like a Paint-specific issue. The key indicator is that multiple Microsoft Store/packaged applications (Paint, Notepad, Outlook, and CrossDeviceResume) are all failing with the same "Interface not registered" error on multiple Windows 11 devices.

You may try some suggestions bellow:

  • Test with a New User Profile
    Create a local test account and verify whether the affected apps launch there. If they do, the problem may be isolated to the user profile rather than the operating system itself.
  • Perform an In-Place Repair / Reinstall of the Current Windows Version
    Reinstall the current version of Windows following this article: Fix issues by reinstalling the current version of Windows.
  • Uninstall Recent Windows Updates
    Since the issue reportedly began across multiple machines in early July, I would review installed updates and test removing the most recently installed cumulative update on an affected machine to determine whether the problem was introduced by a specific update.

If you have further information, please feel free to let me know.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Oldest
  1. Andy Cannon 21 Reputation points
    2026-08-06T10:39:44.44+00:00

    This fixed it for the all the affected machines we found:

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.