Xiaomi Enterprise Mode: A Complete Guide to Setup and Remove

Xiaomi smartphone owners often face a situation where after buying or updating the system, a strange item appears on the menu “Enterprise Mode” or “Enterprise Mode”, which is puzzling, since ordinary users did not plan to create a corporate profile on a personal device. In fact, the enterprise mode is a special software layer that allows administrators to remotely manage employees’ devices, but in everyday life it becomes redundant and even intrusive.

Having this mode can limit the functionality of your Xiaomi or Redmi, blocking the installation of applications from unknown sources or requiring a password for simple actions. In this article, we will discuss in detail the nature of this restriction, explain why it activates itself, and provide step-by-step instructions for removing it completely.

It is important to understand that dealing with corporate profiles requires careful attention. Mistakes in the process of removing system components can lead to unstable operation of the MIUI or HyperOS shell. So before starting any manipulations, make sure that you follow the instructions accurately and critical data is stored in the cloud or on an external medium.

What is a corporate profile and why is it needed?

The enterprise mode, often labeled Android Enterprise, was originally created by Google to separate personal and work data on a single device, and companies use this feature to ensure the security of corporate information. When you see a notification that a device is under the control of an organization, it means that a special administrator is activated on the phone.

In the context of Xiaomi smartphones, this mode can be activated not only when installing working applications, but also because of the specifics of firmware. Chinese versions of global firmware or flashed devices can carry residual files, which the system interprets as the need to enable corporate control, which creates a conflict between user rights and the rights of the virtual administrator.

⚠️ Note: If you bought a phone with your hands and it is in business mode, the previous owner may not have deleted their corporate accounts.

The main purpose of this regime is security, and it allows you to:

  • 🔒 Forced to encrypt data on the device.
  • 📱 Block the installation of unverified applications.
  • 🌐 Filtering Internet traffic and blocking certain websites.
  • 📍 Tracking the location of the device in real time.

Moreover, having an active business profile often leads to increased battery consumption, as background services are constantly synchronized with the management server, removing this mode returns full control of the device to the owner.

The reasons for the appearance of the enterprise mode on personal smartphones

Why does your personal Redmi Note or Poco have this mode? The most common reason is to install applications that require increased access rights. Business messengers, bank clients or remote work programs (such as TeamViewer, Microsoft Intune) can automatically request device administrator rights.

The second reason is the origin of the firmware: If you bought a phone that was flashed in a store (called China to Globalka), the craftsmen could use the image of a system that already had corporate certificates embedded in it, a fact that often happens with models originally intended for the domestic Chinese market.

Also, the reason may be accidental agreement with the terms of the license agreement when installing any software. Users often click "Accept all", without reading the text, which may hide the clause on granting administrator rights to the device.

📊 Have you encountered a business mode on Xiaomi?
Yeah, right after the purchase.
Appeared after the update
Installed a working application
Never seen one.

Sometimes the mode is activated after resetting the settings to factory, if the Google or Mi Account account remained associated with corporate domains, the system reads this data when authorized and automatically deploys security policies.

How to remove the company mode through system settings

The easiest and safest way to get rid of intrusive mode is to use the standard Android settings menu, which works in most cases when the profile was created recently or installed by an application. You do not need root rights or a computer connection.

First, you need to find the security section. The path may vary slightly depending on the version of MIUI, but the logic remains the same. Go to Settings → Passwords and Security → Device Administrators. In some versions, this item may be simply called “Administrators” or under “Privacy”.

In the list that opens, you'll see applications that have administrator rights, and you'll look for names like Android Device Policy, Google Apps Device Policy, or specific enterprise applications, and they're the source of enterprise mode.

☑️ Algorithm of removal through settings

Done: 0 / 1

Once you have found the application, click on it and select the "Disable" or "Delete Rights" button. The system will warn you of the consequences, but for personal use, they are not terrible. Once you disable the rights, go back to the application menu and delete the application itself, which caused the conflict.

⚠️ Note: If the "Disable" button is inactive (gray), you do not have the right to change this option directly. ADB-The teams that will be discussed below.

If after disabling the administrator, the notification about the enterprise mode disappeared, but the “Working Profile” section remained in the settings, it can be deleted through the account menu. Go to Settings → Accounts and Synchronization, find a work account and select “Delete Account”.

Using ADB to force shutdown

When standard methods don’t work, Android Debug Bridge comes to the rescue (ADB). It's a powerful tool for developers to manage the system at a deep level, and you'll need a computer to use it (Windows, macOS or Linux). USB-cable.

The first step is to activate the developer mode on your smartphone. Go to Settings → About your phone and quickly click 7 times on the MIUI Version (or OS Version). After that, a new section will appear in the settings menu “Advanced Settings” or “Additional”, where you need to select “For developers”.

Turn on the USB Debugging switchboard. Now connect your phone to your computer. You'll see a request for debugging permission on your smartphone screen -- make sure you tick "Always Allow" and click "OK."

adb shell pm disable-user --user 0 com.google.android.apps.work.oobconfig


adb shell pm disable-user --user 0 com.android.managedprovisioning

These commands disable the components that are responsible for the initial setup of the corporate profile and device management, and enter them in turn in the command line of the computer, opening the folder with the ADB tools.

What if the ADB can’t see the phone?
If your computer does not respond to the connection, check it. USB-Many cables only support charging, use the original cable or quality analogue with data support. ADB USB separately.

After you execute the commands, restart the device. In most cases, this removes the constraints completely. However, if the mode has been embedded deep into the system (for example, at the system application level), a more radical approach with the complete removal of packets may be required.

Comparison of methods of removing corporate profile

The choice of method depends on your technical training and the degree of "implementation" of the mode into the system. Below is a table that will help determine the best way to solve the problem.

MethodDifficultyRisk of data lossEfficiency
Through settingsLow.No.Medium
ADB teamMediumNo.Tall.
Reset to factoryLow.Complete.Tall.
Per 📖 Read also How to restart the system on Xiaomi: ways and tips Learn what it means to restart the system on Xiaomi.Full guide: a normal reboot, Prinu How to return the wallpaper carousel on Xiaomi after removal: 5 How to Remove the Standard Wallpaper Carousel on Xiaomi? Learn how to restore it through settings, MIUI-How to connect Smart View to Xiaomi TV: full instruction Step-by-step guide how to display your phone screen on Xiaomi TV. Setting up Screen Cast, Miracast and P How to turn on the screen flip on Xiaomi: full guide Detailed instructions for turning on the autorotation of the screen on Xiaomi. Solutions to sensor problems, settings How to turn on the proximity sensor on Xiaomi Mi 10: Step-by-step instruction Detailed guide to activating the proximity sensor on Xiaomi Mi 10 (including MIUI 12/13/14). Accept document.getElementById('pbMenuBtn')?.addEventListener('click', () => { document.getElementById('pbMainNav')?.classList.toggle('pb-nav-open'); }); // Dropdown menu toggle (click for touch devices) document.querySelectorAll('.pb-dropdown-toggle').forEach(btn => { btn.addEventListener('click', (e) => { e.stopPropagation(); btn.closest('.pb-nav-dropdown').classList.toggle('pb-dd-open'); }); }); document.addEventListener('click', () => { document.querySelectorAll('.pb-nav-dropdown.pb-dd-open').forEach(d => d.classList.remove('pb-dd-open')); }); (function() { const popup = document.getElementById('cookie-consent'); const btn = document.getElementById('cookie-accept'); if (popup && btn &&!localStorage.getItem('cookie-accepted')) { setTimeout(() => popup.classList.add('pb-cookie-visible'), 1500); btn.onclick = () => { localStorage.setItem('cookie-accepted','true'); How to turn off the auto-shutdown screen on Xiaomi Redmi: 5 Detailed instructions on how to make sure that the screen does not go out on Xiaomi Redmi smartphones (including Redmi) 📱 XiaoMaster 🔓 Reset and release · ⚙️ System setup · 💾 Memory and files · 🔊 Sound and vibration · 📸 Camera and photo · 📡 Communication and network Home · About the project · Contacts · Privacy © XiaoMaster, all rights reserved. (function(d,s){d.getElementById("licnt06C4").src= "https://counter.yadro.ru/hit?t26.5;r"+escape(d.referrer)+ ((typeof(s)=="undefined")?"":";s"+s.width+"*"+s.height+"*"+ (s.colorDepth?s.colorDepth:s.pixelDepth))+";u"+escape(d.URL)+ ";h"+escape(d.title.substring(0,150))+";"+Math.random()})(document,screen) 🍪 We use cookies to improve the operation of the website. popup.classList.remove('pb-cookie-visible'); }; } })(); function pbPollVote(el) { var poll = el.closest('.pb-poll'); if (poll.classList.contains('voted')) return; poll.classList.add('voted'); el.classList.add('selected'); var opts = poll.querySelectorAll('.pb-poll-option'); var n = opts.length; var raw = []; var sum = 0; for (var i = 0; i < n; i++) { var v = Math.random() * 50 + 5; if (opts[i] === el) v += 30; raw.push(v); sum += v; } var pcts = raw.map(function(v) { return Math.round(v / sum * 100); }); var diff = 100 - pcts.reduce(function(a,b){ return a+b; }, 0); pcts[Array.from(opts).indexOf(el)] += diff; setTimeout(function() { opts.forEach(function(opt, i) { opt.querySelector('.pb-poll-bar').style.width = pcts[i] + '%'; opt.querySelector('.pb-poll-pct').textContent = pcts[i] + '%'; }); }, 50); }