How to completely disable Mi Video on Xiaomi: from removal to hiding icons

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!

πŸ“Š How do you usually handle unnecessary pre-installed apps?
I'm turning it off through the settings.
Hiding the icon
Delete via ADB
I use root rights.
I'm not doing anything.

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.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type Mi Video (or com.miui.videoplayer).
  3. Click on the application, then select Disable.
  4. 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:

  1. Press and hold the free space on the main screen.
  2. Select Screen Settings (or Launcher Settings).
  3. Go to Hide Apps (in some versions, Hidden Apps).
  4. 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:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command prompt (cmd) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. 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 modelSupport ADB-removalNotes
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

Done: 0 / 5

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:

  1. Download TWRP for your Xiaomi model.
  2. Install it via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
  3. In TWRP, go to Advanced β†’ File Manager.
  4. 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?
If system videos are not played after removal, install a third-party player (such as VLC or MX Player) and assign it to the default app for video files in Android settings.

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:

  1. Install any file manager with root access (such as Root Explorer or Mixplorer).
  2. Go to /system/etc/hosts.
  3. 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
  4. 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.

FAQ: Frequent questions about disabling Mi Video

Can I delete Mi Video without a computer?
Yes, but only if you have root rights. Use applications like Titanium Backup or System App Remover (Magisk requires). Without root, you can only delete via ADB (see Method 3).
Will the gallery work after the Mi Video is removed?
The MIUI Gallery uses its own photo player, but video may require a third-party app (such as a VLC or MX Player). On some devices (Redmi Note 10 and later), the video in the gallery is opened through an integrated player that does not depend on Mi Video.
Why does Mi Video turn on again after it is turned off?
This happens due to automatic resetting of settings after updates. MIUI To prevent this, disable auto-update system applications in Settings. β†’ Annexes β†’ Application management β†’ βš™οΈ β†’ Auto-update of system applications.
Can I return the Mi Video after deleting it?
Yes, but the method depends on the method of removal: If removed through ADB (team --user 0), do: adb shell cmd package install-existing com.miui.videoplayer If removed via TWRP or root, you will need to reflash the device or manually copy APK-file /system/priv-app/.
Are there any alternatives to Mi Video for Xiaomi?
Yeah, better replacements: 🎬 VLC β€” Supports all formats, no advertising. πŸ“Ί MX Player – Optimized for Xiaomi, there are gestures of control. πŸ”΄ Kodi is for streaming and local files. To assign a default alternative, open any video file and select Always for the player you want.