What does Windows error code 15604 (ERROR_INSTALL_OUT_OF_DISK_SPACE) mean?

 
Previous Next
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED ERROR_INSTALL_NETWORK_FAILURE

ERROR_INSTALL_OUT_OF_DISK_SPACE

ERROR_INSTALL_OUT_OF_DISK_SPACE means the deployment operation did not have enough free disk space to stage or install the package.

Check the actual deployment target and temporary working locations. The package size alone may not represent all space required during staging and registration.

What to check

  • Check free space on the system drive and on any volume selected as the AppX package target.
  • Remove only unneeded files or packages through supported management tools; do not delete AppX deployment folders manually.
  • Retry after freeing enough space and use the deployment Activity ID to confirm that disk space was the first error.
Get-PSDrive -PSProvider FileSystem

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.