| Previous | Next |
| STATUS_QUOTA_NOT_ENABLED | STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS |
STATUS_NO_APPLICATION_PACKAGE
Package identity is required
STATUS_NO_APPLICATION_PACKAGE identifies a specific Windows status in the application packaging and activation path. The caller used an API or capability that depends on package identity, but the running process is not associated with an installed application package.
Record the process package full name and family name, confirm whether the executable is packaged, sparse-packaged, or unpackaged, and verify that the API is supported for that identity model.
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_NO_APPLICATION_PACKAGE, the relevant process token, package/job/enclave identity, lifecycle state, and policy or mitigation settings.
- For STATUS_NO_APPLICATION_PACKAGE, operational event logs and a timeline showing the first transition into the failing state.
References for STATUS_NO_APPLICATION_PACKAGE
- 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.