---
title: StatusSoftwareUpdateInstallState
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/statussoftwareupdateinstallstate
---

# StatusSoftwareUpdateInstallState

The status item that reports the device’s software update install state.

## Declaration

```data
object StatusSoftwareUpdateInstallState
```

## Properties

softwareupdate.install-state: The software update install status, which has the following values: none: There’s no software update pending, and any previous software update succeeded. downloading: The system is downloading data for a software update. prepared: The system prepared the software update and it’s ready for installation. installing: The system is installing the software update. failed: The software update failed.

## Mentioned in

Phases of software update enforcement Deploy software updates using declarative management

## Discussion

Discussion Status item availability  |   |   |   |   |   |   |  Status item example {     "softwareupdate": {         "install-state": "none"     } }

## See Also

### Software update items

- [StatusSoftwareUpdateBetaEnrollment](devicemanagement/statussoftwareupdatebetaenrollment.md)
- [StatusSoftwareUpdateDeviceID](devicemanagement/statussoftwareupdatedeviceid.md)
- [StatusSoftwareUpdateFailureReason](devicemanagement/statussoftwareupdatefailurereason.md)
- [StatusSoftwareUpdateInstallReason](devicemanagement/statussoftwareupdateinstallreason.md)
- [StatusSoftwareUpdatePendingVersion](devicemanagement/statussoftwareupdatependingversion.md)
