Mi Video is a standard video player from Xiaomi, which is installed on all devices of the brand from the budget Redmi to the flagship Xiaomi 14. Despite the user-friendly interface and support for most formats, many users prefer alternative players (for example, VLC or MX Player) due to advertising, limited features or just personal preferences. Unfortunately, Mi Video cannot be removed by standard MIUI tools, since it refers to system applications.
In this article, we will discuss all the current ways to disable or completely remove Mi Video on Xiaomi, Redmi and POCO smartphones β from simple hiding the icon to deep removal using ADB or root. Instructions are suitable for MIUI 12-15 versions (including HyperOS) and do not require special knowledge β just follow the step-by-step recommendations.
Why is Mi Video disturbing users?
At first glance, Xiaomiβs standard player seems harmless, but it has a few features that annoy users:
- π’ In-UI Ads: Even when viewing local files, banners or offers to subscribe to Mi Video Premium may appear.
- π Automatic Playback: The app can spontaneously open when you connect headphones or when you try to open a video from a gallery.
- π Duplication of files: Mi Video creates its own media library, which duplicates files from the Gallery, taking up additional space.
- π Limited Features: Support for some subtitles, codecs or network protocols is not available (e.g, SMB stream-reproducing NAS).
Mi Video also often runs in the background, consuming battery power and traffic, and tests show that the app can consume up to 5 to 10 percent of its charge per day even with minimal usage, especially on devices with MIUI 13/14, where background activity is enhanced.
β οΈ Note: Some models (e.g. Xiaomi Pad 6 or Redmi Note 12 Pro)+) Mi Video is integrated with Mi Share for file transfer. its disabling can disrupt the wireless transmission of video to other Xiaomi devices.
Method 1: Disconnect via MIUI settings (without root)
The easiest and safest method is to disable the app through the standard settings. This won't remove Mi Video completely, but will stop it from working in the background 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 app, then select Disable (or Remove Updates if the button is not available).
- Confirm the action by clicking Disable the application.
After that:
- π΄ Mi Video icon will disappear from the app menu.
- π΅ The application will stop running automatically.
- π Video files will still be opened through the Gallery or the player you choose.
β οΈ Note: On some firmware (for example, MIUI Global POCO F5) After disabling Mi Video, the video can be played in the Gallery, in which case use an alternative player or method. β3.
βοΈ Preparing to turn off Mi Video
Method 2: Remove updates (if the "Disable" button is inactive)
If the Disable button is inactive (grey) in the app settings, it means that Mi Video has been updated via Google Play or Mi App Store, in which case you first need to roll back the app to the factory version.
How to do this:
- Go to Settings β Applications β Application Management β Mi Video.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. After that, the Disconnect button will become active.
- Disable the application as described in Method 1.
If there is no update to delete, try:
- π Remove the application cache (Settings) β Annexes β Mi Video β Warehouse β Clear the cache).
- π Reboot your smartphone and try again.
- π± Check for updates MIUI (Sometimes bugs are fixed in new versions of the firmware).
π‘
If the Mi Video version is automatically updated again after rolling back, turn off auto-update for it in Google Play: open the app page β three dots β Disable auto-update.
Method 3: Remove via ADB (without root but with PC)
For users who want to completely remove Mi Video without obtaining root rights, the ADB (Android Debug Bridge) method works on most Xiaomi devices, but requires a connection to a computer.
Step-by-step:
- Turn on USB debugging: Go to Settings β About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β Additional β Developer. Activate USB Debugging and confirm permission.
Connect your smartphone to your PC
Download and install ADB
- For Windows: Download Googleβs Platform Tools.
- For macOS/Linux: install brew install android-platform-tools or sudo apt install adb.
- Open the command line (Terminal/CMD) in the adb folder and execute the commands: adb devices (you should have your serial number) adb shell pm uninstall --user 0 com.miui.videoplayer
Alternative method through Terminal:
su
mount -o rw,remount /system
rm -rf /system/priv-app/MiuiVideo
mount -o ro,remount /system
rebootAdvantages of this method:
- π§Ή Complete removal without the possibility of recovery through updates.
- π Free up to 50-100 MB of system memory.
- π Prevents automatic reinstallation when resetting settings.
β οΈ Note: On HyperOS devices (e.g. Xiaomi 14), removing system applications via root may cause errors when checking firmware integrity. TWRP Or OrangeFox.
What if the video in the Gallery stopped opening after the deletion?
Method 5: Hiding the icon through the launcher
If you don't have to completely delete Mi Video, but just remove its icon from the menu, you can use the launcher features, which doesn't disable the app itself, but makes it less visible.
How to hide the icon:
- π± Standard launcher MIUI: Press the Mi Video icon and drag it up to Delete (or Hide on new versions). Confirm the action. The icon will disappear, but the application will remain in the system.
Third-party launchers
Nova Launcher
Lawnchair
- Open the launcher settings.
- Find the Hidden Apps or App Drawer section.
- Add Mi Video to the list of hidden ones.
Install custom firmware
LineageOS
Pixel Experience
Mi Video
If you often experience this problem, consider turning off automatic MIUI updates:
- Go to Settings β About the phone β System update.
- Click on the three dots in the top corner and select Settings.
- Turn off automatic download of updates.