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)
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:
- Open Settings โ Applications โ Application Management.
- In the search box, enter Mi Video (or Video on Russian firmware).
- Click on the application, then select Disable.
- 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
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:
- Enable USB Debugging in Settings โ About Phone โ MIUI version (click 7 times, then go back to Additional โ For Developers).
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm uninstall -k --user 0 com.miui.videoplayerIf the command fails, try an alternative package:
adb shell pm uninstall -k --user 0 com.miui.videoplayer.globalWhat if the ADB canโt see the device?
โ ๏ธ 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 model | The Way to Mi Video | Risk of removal |
|---|---|---|
| Xiaomi 12/13 series | /system/priv-app/MiuiVideo | Low (possible update errors) |
| Redmi Note 11/12 | /system/app/MiuiVideo | Medium (may require re-flashing) |
| POCO F4/F5 | /product/priv-app/MiuiVideo | High (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:
- Download to TWRP (press Power + Volume Up when you turn on).
- Go to Mount โ System and connect the system partition.
- Select Advanced โ File Manager.
- Find /system/priv-app/MiuiVideo and delete it.
- 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:
- Download the script from GitHub.
- Connect your phone to ADB (as in Method 2).
- Run the script and select com.miui.videoplayer to delete.
- 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.