Mi Video (or Mi Video) is pre-installed on all Xiaomi smartphones running MIUI and often becomes a source of annoyance for users, not only takes up space in the deviceβs memory, but can also automatically play videos, consuming traffic and battery power. Moreover, the application is integrated into system processes, which makes it difficult to remove it by standard methods.
In this article, we will discuss all the current ways to disable Mi Video β from simply hiding the icon to completely removing it via ADB or TWRP. Instructions are adapted to the latest versions of MIUI 14/13 (including HyperOS for new models) and tested on Redmi Note 12, POCO X5, Xiaomi 13T and others. If you are tired of intrusive notifications or want to free up memory β read on.
Why canβt Mi Videos be removed in the standard way?
Mi Video is a system service that Xiaomi blocks from being deleted through normal settings, for several reasons:
- π Integration with MIUI: The application is used to play video in the gallery and some system menus.
- π¦ Pre-established agreements: Xiaomi enters into contracts with partners (e.g. Tencent or iQiyi) that require the app to be on the device.
- π‘οΈ Protection against βcurveβ removal: incorrect removal can lead to malfunctions MIUI, For example, errors in opening video files.
But that doesn't mean you can't get rid of it. There are workarounds that allow you to either disable auto-start or uninstall the app altogether -- but it would require super-user rights or ADB access.
β οΈ Warning: Removing system applications may disrupt the work MIUI, Especially if you're using features like Quick Ball or Second Space!
Method 1: Disable Mi Video via MIUI settings (without root)
The safest method is to disable the app, not delete it, and this will stop the background and remove notifications, but the icon will remain on the menu, and the instructions are suitable for all versions of MIUI from 12 to 14, including HyperOS.
- Open Settings β Applications β Application Management.
- In the search box, type Mi Video (or com.miui.videoplayer).
- Click on the application, then select Disable.
- Confirm the action by clicking Disable the application.
After that:
- β The app will stop updating through the Play Market.
- β Background processes will be stopped (battery savings up to the end) 3-5% day-to-day).
- β The icon will remain on the menu, but when you click, a notification will appear βApplication disabled".
π‘
If the "Disable" button is inactive, try first to clear the cache and app data in the same menu.
Method 2: Hiding the Mi Video icon without deleting
If you're annoyed by the icon on the menu, but you don't want to risk the stability of the system, you can just hide it. MIUI:
- Press and hold the free space on the main screen.
- Select Screen Settings (or Launcher Settings).
- Go to Hide Apps (in some versions, Hidden Apps).
- Find Mi Video in the list and tick it.
Alternative method (for MIUI 14 and later):
- π± Open the app menu and swipe left to open the Favorite Panel.
- π Find the Mi Video icon, click on it and hold it.
- ποΈ In the menu that appears, select Delete (it is actually a hidden app, the app will remain in the system).
β οΈ Warning: Hiding the icon does not cancel the background!If the application continues to consume the battery, use Method 1 (disable) or Method 3 (delete via ADB).
Method 3: Remove Mi Videos via ADB (without root)
If the shutdown is not enough, you can uninstall the app entirely using ADB (Android Debug Bridge), a method that does not require root rights, but requires connecting the smartphone to a computer.
What you need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB Tools.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to Additional β For developers).
- π Cable USB (preferably original).
Step-by-step:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command prompt (cmd) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Execute the deletion command: adb shell pm uninstall --user 0 com.miui.videoplayer
If the command is successful, you will see the message Success. After the device is restarted, the icon and all traces of Mi Video will disappear.
| Xiaomi model | Support ADB-removal | Notes |
|---|---|---|
| Redmi Note 12/11 | β Yes. | MIUI 13+ required |
| POCO X5/F5 | β Yes. | Some firmware requires superuser rights |
| Xiaomi 13/13T | β Yes. | HyperOS may require an additional command adb shell pm uninstall-k --user 0 com.miui.videoplayer |
| Redmi 10A/9A | β οΈ Partially. | On older versions, MIUI (below 12.5) may not work. |
βοΈ Preparation for ADB-removal
Method 4: Remove via TWRP (for advanced users)
If ADB didnβt work or you want to completely erase the application from the system, you can use custom recovery TWRP. This method requires an unlocked bootloader and a TWRP installed.
Warning: Mistakes in TWRP can lead to a device blink! Follow the instructions only if you are confident in your actions.
Steps:
- Download TWRP for your Xiaomi model.
- Install it via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
- In TWRP, go to Advanced β File Manager.
- Find folders: /system/priv-app/MiuiVideo/system/app/MiuiVideo
Wipe β Dalvik Cache
Reset the device.
After removal through TWRP, the application will be erased forever, and it can only be restored by flashing the device.
What if after removing Mi Videos, the video in the gallery stopped opening?
Method 5: Blocking through a Hosts file (for power users)
If you are annoyed not so much by the app itself as by the advertising and tracking in it, you can block its access to Xiaomi servers.
Instructions:
- Install any file manager with root access (such as Root Explorer or Mixplorer).
- Go to /system/etc/hosts.
- Open the file in the text editor and add the lines: 127.0.0.1 api.mivideo.xiaomi.com 127.0.0.1 track.miui.com
- Save the changes and restart the device.
This method does not delete the application, but stops sending data and blocks the download of ads, suitable for users who want to keep the functionality of the player, but get rid of the "spy" features.
What if the Mi Video reappears after the update?
After updating MIUI via OTA, some system applications, including Mi Video, can recover.
- π Turn off automatic updates MIUI In Settings β The phone. β Updating the system β βοΈ β Auto-update.
- π΅ Remove the application again through ADB or TWRP (see Methods 3 and 4).
- π‘οΈ Use Magisk modules like Universal Debloater that block the recovery of remote applications.
If you are updating manually via fastboot, delete the line from com.miui.videoplayer from the file before you run the firmware. upgrade_script It's in the firmware archive, and it'll prevent you from re-installing it.
π‘
To get rid of Mi Videos permanently, combine several methods: deletion via ADB + blocking MIUI updates + editing the hosts file.