| Previous | Next |
| STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL | STATUS_DEVICE_IN_MAINTENANCE |
STATUS_PACKAGE_NOT_AVAILABLE
Registered package content is not currently usable
STATUS_PACKAGE_NOT_AVAILABLE identifies a specific Windows status in the application packaging and activation path. The package identity may still be known while its payload, volume, user registration, or dependency is unavailable. This differs from a package that was never registered.
Check package status for the affected user, installation volume availability, dependency packages, provisioning state, and AppReadiness/AppX deployment events.
What to preserve before changing the system
- The exact API, caller, target object, original NTSTATUS value, and any nested error or activity ID.
- For STATUS_PACKAGE_NOT_AVAILABLE, the relevant process token, package/job/enclave identity, lifecycle state, and policy or mitigation settings.
- For STATUS_PACKAGE_NOT_AVAILABLE, operational event logs and a timeline showing the first transition into the failing state.
References for STATUS_PACKAGE_NOT_AVAILABLE
- Microsoft: package and deploy Windows apps
- Microsoft: troubleshoot app package deployment
- Microsoft: package identity overview
Looking for a different code? Search another status or error code.