The operating mode on Xiaomi devices is a useful feature for separating personal and work data, but sometimes it gets in the way of duplicate notifications, restrict access to files, or simply take up space in the system. If you decided to get rid of this mode, but do not know how to do it without consequences, you have come to the right place.
In this article, we will discuss all the current ways to disable the working mode on Xiaomi smartphones and tablets (including Redmi, POCO and Black Shark models) running MIUI 14/15 and HyperOS. You will learn how to delete the working profile without losing data, what to do if the shutdown button is inactive, and how to avoid common errors.
What is Xiaomiβs work mode and why turn it off
A work mode (or work profile) is an isolated environment based on Android Work Profile technology that allows you to separate personal and corporate data.
- π± You connected your device to corporate email via Microsoft Exchange or Google Workspace.
- π’ The company administrator remotely installed a profile through MDM-Solution (e.g. MobileIron or VMware Workspace) ONE).
- π You manually activated the mode in the Account settings β Working profile.
The main reasons for disconnection:
- π΅ Double notifications: The same message arrives in both personal and work profiles.
- π Limited access to files: some folders become inaccessible without switching between profiles.
- π Increased battery consumption: Background synchronization of working data eats up extra energy.
- π« Blocking Features: Administrator can deny installation of apps or access to camera.
β οΈ Note: If the work profile was set by the administrator of the company, its deletion may violate the corporate security policy, in some cases this will lead to automatic locking of the device or deletion of all work data.
Method 1: Standard shutdown via MIUI settings
The easiest method is to use the built-in MIUI tools, which is suitable if you have activated the work mode yourself and are not tied to corporate policies.
Instructions:
- Open Settings β Accounts β Work profile.
- Slap the gear icon (βοΈ) top-right.
- Select Delete your work profile.
- Confirm the action by entering a password or PIN-code.
Save important data from work applications (e.g. emails or files)
Make sure you have a backup of your contacts.
Disable synchronization with corporate services
Check if the administrator will block the device after deleting it.-->
If there is no Delete Work Profile or it is inactive, then the Profile is managed. MDM-In this case, try method 2 or 3.
π‘
Before removing your work profile, open Settings β Annexes β All applications and find applications with portfolio icon (πΌ). These are working versions of the programs β their data will be deleted along with the profile.
Method 2: Remove via ADB (for power users)
If the standard method doesnβt work, you can use Android Debug Bridge (ADB), which requires connecting the device to your computer and enabling the developer mode.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β For Developers and turn on USB Debugging.
Terminal
adb devicesThe name of your device should appear.
adb shell pm remove-user 11(where 11 is the working profile ID, it may be different).
| ADB Team Team | Description |
|---|---|
| adb shell pm list users | Shows a list of all users (profiles) on the device |
| adb shell pm remove-user [ID] | Deletes the profile with the specified ID (usually 11 or 10) |
| adb shell dumpsys device_policy_manager | Shows device policies (helps find locks) |
β οΈ Attention: Misuse of the right ADB If you are not sure about your actions, contact a specialist. For example, the command adb shell pm remove-user 0 will delete the main profile, which is equivalent to a complete reset!
Through MIUI | Through ADB| Reset the device to factory |I haven't tried |Another way-->
Method 3: Reset to factory settings (extreme case)
If the work profile is blocked by the administrator and cannot be removed by standard methods, then you only have to completely reset the device, which erases all data, including personal files, so use it only as a last resort.
How to reset Xiaomi to factory settings:
- Create a backup of important data (photos, contacts, messages).
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data.
- Enter the password and confirm the action.
What if the working profile returns after the reset?
Method 4: Disconnect via Device Management (for HyperOS)
In newer versions of HyperOS firmware (starting in 2026), the working profile is managed through a separate device management app. If you have a Xiaomi 14, Redmi K70 or other HyperOS model, try this method:
Instructions:
- Open the Device Management app (Icon with shield) π‘οΈ).
- Go to the Work Profile section.
- Click Delete Profile and confirm the action.
If the button is inactive, the profile is controlled by the external button. MDM-system, in this case:
- π§ Write to the administrator to remove your device from the control system.
- π Try temporarily disabling sync with enterprise services (Exchange, Google Workspace).
Method 5: Delete via Safe Mode (if the profile is blocked)
If your work profile blocks access to your settings, you can try removing it in Safe Mode, which disables all third-party applications, including MDM-agents.
How to get into Safe Mode:
- Press the power button until the shutdown menu appears.
- Press and hold the βOffβ option (or βRebootβ on some models).
- Confirm the transition to safe mode.
In Safe Mode:
- Try to delete your work profile through Settings β Accounts.
- If you donβt, uninstall MDM applications (such as MobileIron, VMware Workspace ONE, or Microsoft Intune).
- Restart the device in normal mode.
β οΈ Note: In Safe Mode, some functions MIUI Do not remove system applications (e.g. com.miui.securitycenter) and this will lead to system failure!
Frequent Mistakes and How to Avoid Them
When you turn off the work mode, users often face problems, and here are the most common ones and how to solve them:
| Mistake. | Reason. | Decision |
|---|---|---|
| The "Delete Profile" button is inactive | Profile is managed MDM-system | Contact the administrator or use ADB |
| After removal, the profile appears again. | Automatic sync with Exchange or Google Workspace | Delete the corporate account in the settings |
| Device locked after deleting profile | Factory Reset Protection (FRP) policy is activated | Enter your corporate credentials or contact IT-division |
| Cannot log in to Mi Account after reset | The working profile is linked to the hardware ID | Use another authentication method (SMS, backup email) |
Another common problem is the loss of data after deleting the profile, so to avoid this:
- π Export contacts to.vcf file via Contacts app.
- π Copy files from the folder /Android/data/com.android.managedprovisioning/ (if there is access).
- π§ Save important emails from your workmail to your personal account.
π‘
If your device is slower after deleting your work profile, optimize through Settings β Battery & Performance β Optimization. This is because the system re-indexes files after deleting the profile.