What does Windows error code 15601 (ERROR_INSTALL_PACKAGE_NOT_FOUND) mean?

 
Previous Next
ERROR_INSTALL_OPEN_PACKAGE_FAILED ERROR_INSTALL_INVALID_PACKAGE

ERROR_INSTALL_PACKAGE_NOT_FOUND

ERROR_INSTALL_PACKAGE_NOT_FOUND means the package deployment operation could not locate the package it was asked to install, update, repair, or remove.

Check both the source path and the package identity expected by the deployment workflow. A package can be present on disk but still not match the requested identity or version.

What to check

  • Verify the package path, URI, or App Installer reference used by the deployment command.
  • Use Get-AppxPackage to determine whether the expected package family or installed version is already present.
  • Review Get-AppxLog with the deployment Activity ID for the exact package identity that could not be resolved.
Get-AppxPackage -AllUsers

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.