ShareMan (formerly Mi Drop) is pre-installed on all Xiaomi, Redmi and POCO smartphones running MIUI or HyperOS. It is designed to quickly transfer files between devices over Wi-Fi Direct, but many users find it unnecessary - especially due to background activity, battery consumption and advertising. Unfortunately, standard removal through the application menu is often not available: the system simply offers to "disable" the service without removing it completely.
In this article, we will discuss all possible methods of removing ShareMan - from simple (for beginners) to advanced (using the use of ShareMan). ADB You will learn how to get rid of the application forever without disrupting the system, and what to do if after removal there are problems. MIUI 14/15 HyperOS, where the protection mechanism of system applications has changed.
Why canโt ShareMan be removed in the standard way?
ShareMan is a category of system applications (bloatware) that Xiaomi integrates into the firmware at the system image level. This is why you will not find the "Delete" button in the settings:
- ๐ Protection from change: MIUI HyperOS and block the removal of pre-installed applications without superuser rights (root).
- ๐ฆ Built-in dependencies: ShareMan is linked to MiShare and Nearby Share services that share shared libraries.
- ๐ Automatic Recovery: After resetting or updating the software, the application may return.
Even if you disable ShareMan through Settings โ Applications, its processes (com.xiaomi.midrop) will start when you transfer files through a standard Explorer or Gallery. The only radical way is to physically delete the application files from the /system partition.
Method 1: Disable ShareMan without root (for beginners)
If you donโt need superuser rights but want to minimize ShareManโs impact on the system, follow these steps:
- Go to Settings โ Applications โ Application Management.
- In the search box, type ShareMan (or Mi Drop for older versions of MIUI).
- Click on the application โ โDisableโ โ confirm the action.
- Go back to the app list and find Mi Share Service (or Nearby Share) โ disable it similarly.
This method does not delete the application files, but stops its background activity. Please note that after the MIUI/HyperOS update, ShareMan may be activated again.
- ๐ก๏ธ Go to Settings. โ Battery and productivity โ Battery management.
- Select โBackground Limitationโ and add ShareMan to the list of limited apps.
- ๐ต Turn off autostart: Settings โ Permits โ Auto-start โ Take the checkmark off ShareMan.
๐ก
If the Quick Transfer functionality in the gallery or explorer stops working after disabling ShareMan, install an alternative file sharing app, such as LocalSend or Snapdrop.
Method 2: Remove via ADB (without root but with PC)
The method is suitable for users who are ready to connect a smartphone to a computer. ADB (Android Debug Bridge) allows you to remove system applications without obtaining root rights, but requires the inclusion of debugging mode.
Enable Developer Mode (click 7 times on "Version" MIUI" phone-setting)
Activate โDebugging by USBโ in the menu for developers
Download and install ADB Tools on PC
Connect your phone to your computer and confirm trust in the device
-->
When you are ready, run the following commands in the command line (cmd or terminal):
adb devices(Confirms the deviceโs connection โ it should display its name.)
adb shell pm uninstall --user 0 com.xiaomi.midrop(Removes ShareMan for the current user.)
adb shell pm uninstall --user 0 com.miui.mishare.connectivity(Removes the related Mi Share service.)
If the team returns the Failure error [DELETE_FAILED_INTERNAL_ERROR], So your version MIUI/HyperOS It blocks the deletion. In this case, try an alternative command:
adb shell pm disable-user --user 0 com.xiaomi.midropโ ๏ธ Note: On some devices (e.g. Xiaomi) 13T Redmi Note 12 with HyperOS) ADB-The commands may not work because of the enhanced protection of the system partition. TWRP.
Method 3: Complete removal via TWRP (root required)
Deleting ShareMan requires custom TWRP restoration and superuser rights, a method that is suitable for advanced users because it poses risks to system stability.
Steps:
- Install TWRP for your Xiaomi model (see the XDA Developers forum for instructions).
- Download Root App Deleter or similar app.
- Run TWRP, run Magisk for root rights.
- In Root App Deleter, find and remove: ๐ com.xiaomi.midrop (ShareMan) ๐ com.miui.mishare.connectivity (Mi Share Service) ๐ com.xiaomi.miplay.client (extra module)
Reset the device.
Once removed via TWRP, ShareMan will disappear forever, but the Quick Transfer feature in standard Xiaomi applications may fail. To restore it, install alternative software such as Files by Google or Send Anywhere.
| Deleting method | Need root? | Risk to the system | Is it being restored after the update? |
|---|---|---|---|
| Disconnection in settings | โ No. | โ ๏ธ Low. | โ Yes. |
| ADB-team | โ No. | โ ๏ธ Medium. | โ No (before discharge) |
| TWRP + Root | โ Yes. | โ High-pitched | โ No. |
| Debloater (e.g. Universal Android Debloater) | โ Yes. | โ ๏ธ Medium. | โ No. |
Method 4: Use of Debloather (for advanced)
If you do not want to enter manually ADB-team-work TWRP, Use specialized utilities to remove system software. One of the most popular is Universal Android Debloater (UAD).
Instructions:
- Download UAD from GitHub.
- Connect your phone to your PC in debugging mode (adb devices should show the device).
- Start UAD and select your Xiaomi model.
- In the list of applications, find: ๐ ShareMan (com.xiaomi.midrop) ๐ Mi Share Service (com.miui.mishare.connectivity)
"Uninstall"
The advantage of UAD is that it automatically backs up the applications that are being removed, and if you have problems after cleaning, you can restore ShareMan in two clicks.
What if the gallery stopped working after the removal of ShareMan?
Method 5: Blocking through Hosts (alternative to deletion)
If deletion seems risky, you can block ShareManโs access to the network, which will stop background activity and advertising, but retain basic functionality.
Steps:
- Install a file editing app hosts, such as Hosts Editor.
- Add the following lines at the end of the file: 127.0.0.1 api.shareman.xiaomi.com 127.0.0.1 log.shareman.xiaomi.com
- Save the changes and restart the device.
โ ๏ธ Note: Editing the hosts file may disrupt other Xiaomi system services if you add incorrect rules.
Frequent issues after ShareMan removal and their solutions
Even if you successfully remove ShareMan, there may be side effects, and here are the most common ways to eliminate them:
| Problem. | Reason. | Decision |
|---|---|---|
| It doesn't work "Send" in the gallery. | MIUI uses ShareMan modules to share files | Install LocalSend or Snapdrop as the default app |
| Mi Share service is stopped. | Removed dependent services | Restore com.miui.mishare.connectivity via ADB or TWRP |
| ShareMan appears after update | The system restores remote applications | Repeat deletion via ADB or use Magisk Module to block |
| Battery consumption increased. | The system is trying to restore remote processes. | Freeze the remaining services via App Quarantine or Ice Box |
If the device becomes unstable after removing ShareMan (for example, com.android.systemui errors appear), return the application back.
- Download the original APK ShareMan for your version of MIUI/HyperOS (look for Xiaomi Firmware Updater).
- Install it via ADB: adb install com.xiaomi.midrop.apk
๐ก
On HyperOS devices (such as Xiaomi 14 or Redmi K70), ShareMan is tightly integrated with the โNearby Shareโ function. Deleting it could disrupt wireless file transfer between Xiaomi devices.