What does Windows error code 15632 (ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE) mean?

 
Previous Next
ERROR_NEEDS_REGISTRATION ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED

ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE

ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE means the package deployment operation rejected the package because its target processor architecture does not match the device.

Architecture is part of package identity and applicability. Use a matching package or bundle that contains the appropriate architecture-specific package.

What to check

  • Check the architecture declared in the package or bundle and the architecture of the destination device.
  • For bundles, verify that the intended architecture package is included and referenced correctly.
  • Do not rename or edit package metadata to bypass the architecture check; obtain the correct build from the publisher.
[Environment]::Is64BitOperatingSystem

Microsoft: App package deployment troubleshooting

Microsoft: Get-AppxLog

Microsoft: Add-AppxPackage

Microsoft: Get-AppxPackage


Looking for a different code? Search another status or error code.