title: Disable Lost Mode Command description: Take the device out of Lost Mode. payload: requesttype: DisableLostMode supportedOS: iOS: introduced: '9.3' accessrights: None supervised: true requiresdep: false sharedipad: mode: allowed devicechannel: true userchannel: false userenrollment: mode: forbidden macOS: introduced: n/a tvOS: introduced: n/a visionOS: introduced: n/a watchOS: introduced: n/a content: This command allows the server to take the device out of MDM lost mode. notes: - title: '' content: |- A device responds with error codes: - `12067`: If it isn't in Lost Mode. - `12069`: If the request to disable Lost Mode failed. - `12078`: If the command is invalid while in Lost Mode. Erasing a device also disables Lost Mode. To reenable Lost Mode, the MDM server needs to store the device's Lost Mode state before erasing it, and restore that state if the device enrolls again. Refer to the following sections to determine supported channels and requirements, and to see an example request and response.