| Previous | Next |
| STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED | STATUS_CLIP_LICENSE_NOT_FOUND |
STATUS_NO_APPLICABLE_APP_LICENSES_FOUND
No available entitlement matches this execution context
Microsoft Store licensing is evaluated in context: package identity, product or add-on, signed-in user, device, offer, and whether cached offline rights are valid. This status does not necessarily mean the licensing database is empty. It means the set of available records contains no license that authorizes the requested app operation.
A package installed under another account, an expired trial, a missing add-on entitlement, an enterprise deployment without its offline license, or a mismatch between the installed package and Store product can all produce this class of result. Reinstalling the binary alone does not create an entitlement.
What to inspect
- Record package family name, Store product ID, user identity, app version, and requested add-on or feature.
- Query StoreAppLicense and inspect IsActive, IsTrial, expiration, and add-on license entries.
- Confirm the purchasing or assigned account is signed in and the device can refresh Store licenses.
- For managed offline deployment, verify that the matching offline license was distributed with the package.
References
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: StoreContext
- Microsoft: get license info for apps and add-ons
- Microsoft: open and restrictive Store licensing
Looking for a different code? Search another status or error code.