How to permanently remove Mi Video from Xiaomi: from shutdown to complete erasure

Why Mi Video is intrusive and can be safely removed

Mi Video is pre-installed on all Xiaomi, Redmi and POCO smartphones running MIUI. It is designed to watch videos, but many users face problems: the app takes up space in memory, consumes battery power in the background and is not removed by standard methods. Moreover, on some models, Mi Video automatically plays ads in the โ€œFor Youโ€ tape, even if you do not use it.

In this article, weโ€™ll look at all the possible methods, from simply disabling to completely removing the system application. Itโ€™s important to understand that the depth of intervention depends on your device model and MIUI version. For example, on the Xiaomi 13 Pro with MIUI 15, some methods may not work without unlocking the bootloader, whereas on the Redmi Note 10, ADB rights are sufficient.

Before you start, check:

  • ๐Ÿ“ฑ Phone model (in Settings) โ†’ The phone)
  • ๐Ÿ”„ Version MIUI (ibid., line โ€œVersion MIUI")
  • ๐Ÿ”“ bootloader status (unblocked or not)

๐Ÿ“Š How do you usually deal with pre-installed Xiaomi apps?
I'm turning it off through the settings.
Delete via ADB
Use them.
Ignoring.

Method 1: Disable Mi Video without root rights

The safest method is to disable an app that doesnโ€™t require special knowledge or unlock the bootloader.This wonโ€™t delete the Mi Video files, but will stop it from working and hide the icon from the menu.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, enter Mi Video (or Video on Russian firmware).
  3. Click on the application, then select Disable.
  4. Confirm the action in the window that appears.

โš ๏ธ Note: On certain devices (e.g, POCO F5) The disable button may be inactive. In this case, proceed to the next method.

โ˜‘๏ธ Preparing to turn off Mi Video

Done: 0 / 4

Method 2: Removal via ADB (without root)

If the shutdown didnโ€™t work or the button isnโ€™t available, use Android Debug Bridge (ADB).This method works on most Xiaomi devices with MIUI 12-15, but requires a connection to a computer.

Steps:

  1. Enable USB Debugging in Settings โ†’ About Phone โ†’ MIUI version (click 7 times, then go back to Additional โ†’ For Developers).
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Open the command line (Windows) or terminal (macOS/Linux) and type:

adb shell pm uninstall -k --user 0 com.miui.videoplayer

If the command fails, try an alternative package:

adb shell pm uninstall -k --user 0 com.miui.videoplayer.global
What if the ADB canโ€™t see the device?
1. Install Xiaomi drivers (download from the official website). 2. Check the cable - use the original USB-Type C. 3. Reboot your phone and PC. 4. In the developer settings, turn on "Debugging over USB (security options)" and "Allow debugging (ADB)".

โš ๏ธ Attention: After removal through ADB The app will disappear from the menu, but its files will remain in the system partition.

Method 3: Complete removal with root rights

To completely erase Mi Video, root rights are required, a method suitable for power users, as improper actions can lead to system failure.

Instructions:

  • ๐Ÿ”ง Install Magisk and get root access.
  • ๐Ÿ“ฑ Use a root-enabled file manager (such as Root Explorer or Mixplorer).
  • ๐Ÿ—‘๏ธ Move to the /system/priv-app/MiuiVideo or /system/app/MiuiVideo.
  • ๐Ÿšฎ Delete the MiuiVideo folder and all files with the.apk and.odex extensions.
  • ๐Ÿ”„ Reset the device.

Xiaomi modelThe Way to Mi VideoRisk of removal
Xiaomi 12/13 series/system/priv-app/MiuiVideoLow (possible update errors)
Redmi Note 11/12/system/app/MiuiVideoMedium (may require re-flashing)
POCO F4/F5/product/priv-app/MiuiVideoHigh (bootloop risk)

โš ๏ธ Note: On dynamic partition devices (e.g. Xiaomi 14), removing system applications may make it impossible to obtain OTA-In this case, you will need manual firmware through Fastboot.

๐Ÿ’ก

Before deleting system files, back up /system partition using the adb backup command or TWRP.

Method 4: Removal via TWRP (for stitched devices)

If your Xiaomi has custom TWRP recovery installed, you can delete Mi Video through it, a method less risky than manual file deletion, as it allows you to create a backup before changes.

Step-by-step:

  1. Download to TWRP (press Power + Volume Up when you turn on).
  2. Go to Mount โ†’ System and connect the system partition.
  3. Select Advanced โ†’ File Manager.
  4. Find /system/priv-app/MiuiVideo and delete it.
  5. Wipe your cache (Wipe โ†’ Cache) and restart.

โœ… The advantage of this method: if after removal there are problems, you can restore the system from the backup. TWRP.

Method 5: Using Debloater Scripts

For users who donโ€™t want to manually remove apps, there are ready-made debloater scripts that automatically find and remove unnecessary system applications, including Mi Video.

Popular tools:

  • ๐Ÿค– Universal Android Debloater (works through the Internet) ADB)
  • ๐Ÿ“ฑ MIUI Debloater Tool (specialized for Xiaomi)
  • ๐Ÿ’ป Xiaomi ADB/Fastboot Tools (GUI-PC-version)

Example of Universal Android Debloater:

  1. Download the script from GitHub.
  2. Connect your phone to ADB (as in Method 2).
  3. Run the script and select com.miui.videoplayer to delete.
  4. Confirm the action and wait for the completion.

๐Ÿ’ก

Debloather scripts remove not only Mi Video, but also other unnecessary applications (for example, Mi Music, Mi Browser), which significantly saves space.

What to do if Mi Video is back after MIUI update

One of the most common problems is returning Mi Video after installing the MIUI update, which is because the system restores remote system applications when it updates.

Decisions:

  • ๐Ÿ”„ Re-deletion through ADB or TWRP after each update.
  • ๐Ÿšซ Blocking updates for Mi Video via Magisk (DisableForceEncrypt or App Systemizer).
  • ๐Ÿ“ฆ Install custom firmware (such as LineageOS or Pixel Experience) where there are no pre-installed Xiaomi apps.

โš ๏ธ Attention: If you are using MIUI Global, opt out of automatic updates to Settings โ†’ The phone. โ†’ Updating the system โ†’ โš™๏ธ โ†’ Auto Update. Manually check for updates and delete Mi Video as soon as you install it.

FAQ: Frequent questions about Mi Video removal

Can I delete Mi Video without a computer?
Yes, but only if you have root rights, and without them, you can only turn off your settings without a PC, and you'll need ADB or TWRP to completely remove it, which means you're connected to your computer.
Why did some of the features stop working after Mi Video was removed?
On some devices, Mi Video is integrated with the default gallery or player. If you stop opening gallery videos after you delete, install a third-party player (such as a VLC or MX Player) and assign it to the default app.
Will Mi Video return to factory settings after reset?
Yes, completely. Resets all system applications, including Mi Video, and if you delete it through ADB or root, you'll have to do it again.
Can I remove Mi Video on devices with a locked bootloader?
Partially. You can disable it through settings or delete it for the current user via ADB (pm uninstall -k --user 0 command). Complete deletion of system files is possible only after unlocking the bootloader.
Are there any Mi Video alternatives that donโ€™t consume battery?
Yes, we recommend: ๐ŸŽฌ VLC (Supports all formats, no advertising). ๐Ÿ“บ MX Player (lightweight, with control gestures). ๐Ÿ”ด Kodi (for streaming video and media library) all available on Google Play and have no background activity.