Published 2026-08-21 · LuckyMDM Blog
In short: Apple supervision lock is not one feature — it is the result of four layers working together: ABM establishes ownership → ADE auto-enrolls the device → Supervision grants control → MDM applies policy. Understanding this chain explains why a supervision lock survives a factory reset, and where its compliance boundary sits.
Many people assume “Apple supervision lock” is a feature you can switch on by itself. In reality, it is the combined result of several mechanisms in Apple’s device management stack. This page breaks them apart.
| Concept | Role | Plain meaning |
|---|---|---|
| ABM (Apple Business Manager) | Establishes ownership | “Who this device belongs to” |
| ADE (Automated Device Enrollment) | Auto-enrolls into management | “Managed from first boot” |
| Supervision | Grants control privileges | “Device enters a supervised state” |
| MDM (Mobile Device Management) | Applies specific policy | “Executes lock, location, etc.” |
A typical supervision lock deployment follows this chain:
The key point: supervision mode and the MDM profile are protected at the system level, so an ordinary user cannot remove them on the device. That is the technical reason a supervision lock survives a factory reset.
Activation Lock and supervision lock are two different things, but they are often used together:
Organization-linked Activation Lock is managed directly between the MDM service and Apple’s servers. Even if the local MDM state on a device is tampered with, the Activation Lock still holds — it is the last independent line of asset protection.
A supervision lock is only defensible when:
Without these preconditions, a “lock” changes its nature. That is exactly where a compliant supervision lock and an unauthorized lock part ways.
Under normal conditions, no. Supervision mode and the MDM profile are system-protected and survive a factory reset, unless the organization actively removes them.
For a full supervision lock, yes — ABM handles ownership, MDM handles policy. Without ABM, a device cannot auto-enroll through ADE.
Supervision grants higher privileges (e.g. preventing profile removal or blocking the App Store) and is the core precondition for a supervision lock. Normal MDM enrollment has lower privileges and the user can remove it.
Learn more: Apple supervision lock for phone rental · iOS 27 sandbox escape analysis · LuckyMDM product