├── README.md └── assets ├── Step1.png ├── Step2.png ├── Step3.png ├── Step4.png └── Step5.png /README.md: -------------------------------------------------------------------------------- 1 | # How to remove MDM profile on iOS & iPadOS 2 | 3 | This guide shows how to remove the MDM profile on iOS and iPadOS. 4 | > Important: If the device has been registered in Apple Business Manager, the MDM profile will be restored after a factory reset. 5 | 6 | ## Tested devices 7 | - iPhone 7 (iOS 15.5) 8 | - iPhone 11 Pro (iOS 16.1) 9 | 10 | --- 11 | 12 | ## Requirements 13 | - iMazing (or any other tool to modify iOS Backups) 14 | - iOS / iPadOS backup 15 | 16 | ## Guide 17 | ### Creating a backup 18 | 1. Install iMazing 19 | 2. Connect your device and create a backup with iMazing 20 | 21 |  22 | 23 | ### Edit the backup 24 | 3. Click on the top-right on ```iPhone Backups```, select your backup and click on ```Edit```. 25 | 26 |  27 | 28 | 4. Select your backup on the left panel and select ```File System```. 29 | 30 |  31 | 32 | 5. Navigate to ```System Shared Containers -> SysSharedContainerDomain-systemgroup.com.apple.configurationprofiles -> Library -> ConfigurationProfiles```. 33 | 34 | 6. If exists, delete ```MDM.plist```, ```MDMEvents.plist``` & ```CloudConfigurationDetails.plist```. 35 | 36 | ### Restore backup 37 | 7. Right-click on the backup and select ```Restore this Backup to Device```. 38 | 39 |  40 | 41 | 8. Set the restore options to default and start the restoration. 42 | 43 | 44 | After the restore, the MDM profile should be removed from the device. 45 | 46 |