| Previous | Next |
| STATUS_APP_DATA_EXPIRED | STATUS_APP_DATA_LIMIT_EXCEEDED |
STATUS_APP_DATA_CORRUPT
Fast Cache metadata failed validation
STATUS_APP_DATA_CORRUPT identifies a specific Windows status in the application packaging and activation path. The cache entry was found but could not be trusted structurally or semantically. This is different from a simple cache miss and warrants preserving the failing record for diagnosis.
Correlate the failure with disk, profile, update and package events; let the owning Windows component rebuild the cache instead of editing opaque cache files.
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_CORRUPT, the relevant process token, package/job/enclave identity, lifecycle state, and policy or mitigation settings.
- For STATUS_APP_DATA_CORRUPT, operational event logs and a timeline showing the first transition into the failing state.
References for STATUS_APP_DATA_CORRUPT
- 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.