| Previous | Next |
| STATUS_ADMINLESS_ACCESS_DENIED | STATUS_APP_DATA_EXPIRED |
STATUS_APP_DATA_NOT_FOUND
The requested Fast Cache record is absent
STATUS_APP_DATA_NOT_FOUND identifies a specific Windows status in the application packaging and activation path. The internal application-data cache has no record for the requested key or identity. Absence should be distinguished from an expired or structurally corrupt record.
Record the package/user identity and cache key, allow the owning component to repopulate data, and inspect application deployment and servicing events if the cache repeatedly remains empty.
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_APP_DATA_NOT_FOUND, the relevant process token, package/job/enclave identity, lifecycle state, and policy or mitigation settings.
- For STATUS_APP_DATA_NOT_FOUND, operational event logs and a timeline showing the first transition into the failing state.
References for STATUS_APP_DATA_NOT_FOUND
- 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.