Skip to Content
ReportsIntune ReportsApp Install Status Report

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

ColumnDescription
App NameName of the managed application
App TypeWin32, MSI, Store, LOB, or Web App
VersionApplication version number
AssignedTotal devices targeted for installation
InstalledSuccessfully installed count
PendingInstallation in progress or queued
FailedInstallation failed count
Not ApplicableDevices where the app does not apply
Install RatePercentage 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

  1. Review the error code and failure reason in the detail view
  2. Check device disk space and network connectivity
  3. Verify app package integrity and dependencies
  4. Review Intune Management Extension logs on the device
  5. Retry deployment after resolving the root cause

Graph API Data Sources

  • GET /deviceManagement/mobileApps
  • GET /deviceManagement/mobileApps/{id}/deviceStatuses

API Reference

  • GET /api/reports/intune/apps — Get app deployment report
  • GET /api/reports/intune/apps/{appId}/status — Get status for specific app
  • POST /api/reports/intune/apps/export — Export report data
Last updated on