App Install Status Report
Track application deployment status across all managed devices. Monitor installation success rates, identify failures, and troubleshoot deployment issues.
Overview
The App Install Status Report provides visibility into the deployment status of all managed applications across your Intune-enrolled devices. Track which apps have been successfully installed, which are pending, and which have failed, along with failure reasons.
Report Columns
| Column | Description |
|---|---|
| App Name | Name of the managed application |
| App Type | Win32, MSI, Store, LOB, or Web App |
| Version | Application version number |
| Assigned | Total devices targeted for installation |
| Installed | Successfully installed count |
| Pending | Installation in progress or queued |
| Failed | Installation failed count |
| Not Applicable | Devices where the app does not apply |
| Install Rate | Percentage of successful installations |
Deployment Summary
Aggregate deployment statistics across all applications:
- Total Deployments — All app assignments across all devices
- Success Rate — Percentage of successful installations
- Pending — Apps waiting to be installed on next device check-in
- Failed — Installations that encountered errors
Top Deployment Failures
Common failure reasons include:
- Disk space insufficient — Device does not have enough storage
- Installation timeout — App installation exceeded the allowed time
- Network error — Download failed due to connectivity issues
- Dependency missing — Required prerequisite not installed
- Conflicting app — Another version or conflicting application present
Filters
- App Name — Search for specific applications
- App Type — Win32, MSI, Store, LOB, Web App
- Status — Installed, Pending, Failed, Not Applicable
- Platform — Windows, iOS, Android, macOS
- Tenant — Filter by managed tenant
Troubleshooting Failed Installations
- Review the error code and failure reason in the detail view
- Check device disk space and network connectivity
- Verify app package integrity and dependencies
- Review Intune Management Extension logs on the device
- Retry deployment after resolving the root cause
Graph API Data Sources
GET /deviceManagement/mobileAppsGET /deviceManagement/mobileApps/{id}/deviceStatuses
API Reference
GET /api/reports/intune/apps— Get app deployment reportGET /api/reports/intune/apps/{appId}/status— Get status for specific appPOST /api/reports/intune/apps/export— Export report data
Last updated on