How to permanently remove Mi Video on Xiaomi Redmi Note 8 Pro: from shutdown to root-methods

Why Mi Video is in the way of Redmi Note 8 Pro users and can it be safely removed?

Mi Video is a standard video player from Xiaomi, preinstalled on all smartphones of the brand, including the Redmi Note 8 Pro. For many users, it becomes a source of irritation: it takes place in memory, consumes resources in the background and imposes unnecessary functions like content recommendations. Moreover, Mi Video can not be removed by standard means - the "Delete" button in the app menu is simply absent.

The challenge is that the Redmi Note 8 Pro (begonia) is powered by Xiaomi’s MIUI shell, where system applications are deeply integrated into firmware, and if you do it wrong, you can crash if you remove them, and in this article, we’ll look at 5 proven ways to safely disable them to completely remove them from root rights, and how to minimize the risks of radical methods.

It’s important to understand that on the Redmi Note 8 Pro model with MIUI 12.5 firmware and later, removing Mi Video via ADB may require additional permissions due to Xiaomi’s tightening security policy. If your smartphone upgrades to HyperOS, some commands may not work – we’ll mention that too.

Method 1: Disable Mi Video without deleting (the safest method)

If you just need to hide an application and stop its background activity, you just need to turn it off through the settings, which does not require superuser rights and does not affect the stability of the system, and the only downside is that the application will remain in the device's memory, taking about 50-70 MB.

How to turn it off:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” In the search bar, enter Mi Video (or "Video" on Russian firmware).
  • 🚫 Click Disable (the button will become active after tap on three points in the upper right corner).
  • βœ… Confirm the action in the dialog window.

After the shutdown:

  • βœ”οΈ The icon will disappear from the app menu.
  • βœ”οΈ Mi Video background processes will cease.
  • ❌ The app will remain in the system and will take up space.
  • ❌ Updates MIUI They can activate it again.

⚠️ Note: Some firmware may not be able to play video in the gallery after Mi Video is disabled. In this case, use a third-party player, such as a video player. VLC or MX Player.

πŸ“Š How do you usually handle unnecessary system applications?
I'm turning it off through the settings.
Delete via ADB
I get root and remove it completely.
Ignoring, not touching.
Another option

Method 2: Remove Mi Video via ADB (without root)

The Android Debug Bridge (ADB) method allows you to uninstall the app without getting root permissions, a more radical way than shutting down, but still relatively safe if you follow the instructions, and is suitable for users who don't want to risk system stability but want to free up memory.

What you need:

  • πŸ’» Computer with installed ADB-driver.
  • πŸ“± Included Debugging by USB Redmi Note 8 Pro (Settings) β†’ The phone. β†’ Version. MIUI β€” Tap 7 times, then go back to Settings β†’ Additionally. β†’ For developers).
  • πŸ”Œ Cable USB (preferably original).

Step-by-step:

  1. Connect your smartphone to your PC and confirm the debugging permission on your phone screen.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to delete Mi Video: adb shell pm uninstall --user 0 com.miui.videoplayer
  5. Reboot your smartphone.
Advantages of the methodDeficiencies of the method
βœ” Doesn't require root rightsβœ– The app will return after resetting the settings
βœ” Frees him. ~70 MB memoryβœ– It doesn’t work on some versions of HyperOS.
βœ” Reversible (can be returned through the ADB)βœ– Requires a connection to the PC

⚠️ Attention: On firmware MIUI 13+ HyperOS command can return the error DELETE_FAILED_DEVICE_POLICY_MANAGER. This means that Xiaomi has blocked the removal of system applications through the ADB. In this case, only root will help.

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 5

Method 3: Removal with root rights (for power users)

If you’re willing to take the risk of root access, Mi Video can be permanently deleted, including all of its system files, a method that’s suitable for those who have already unlocked a bootloader and installed custom recovery (TWRP).

Pre-launch warnings:

  • πŸ”“ Unlocking the bootloader will reset all data on the phone.
  • πŸ›‘οΈ Root can deprive you of warranties and increases the risk of hacking your device.
  • πŸ”„ Some banking applications (Sberbank, Tinkoff) will cease to work.

Instructions for users with root:

  1. Install a root-enabled file manager, such as Root Explorer or FX File Explorer.
  2. Go to /system/priv-app/MiuiVideo or /system/app/MiuiVideo (the path may vary depending on the version of MIUI).
  3. Remove the MiuiVideo folder completely or rename it (for example, in the MiuiVideo_bak).
  4. Clear the cache and application data through Settings β†’ Apps.
  5. Reset the device.

An alternative way is to use the command in the root access terminal:

su


mount -o rw,remount /system




rm -rf /system/priv-app/MiuiVideo




reboot

⚠️ Attention: Deleting system files can lead to bootloop ( looped boot) if you delete something critical.Always back up through TWRP before manipulating system folders!

What if the gallery stopped working after the Mi Video was deleted?
If the gallery is no longer open after deleting Mi Video or the video is not played, then the application was associated with MIUI media services. Restore it through a backup or install an alternative player, such as Google Photos or Simple Gallery.

Method 4: Using Magisk and Universal Debloater

For those who don’t want to manually dig through system files, there’s a safer way to do it: the Universal Debloater module for Magisk, which allows you to remove system applications through a user-friendly interface, minimizing the risk of errors.

Advantages of the method:

  • 🎯 Punctual removal of unnecessary applications without manual file search.
  • πŸ”„ The possibility of rolling back changes through Magisk.
  • πŸ›‘οΈ Less risk of system damage compared to manual removal.

How to determine:

  1. Install Magisk Manager and get root access.
  2. Download the Universal Debloater module (.zip file).
  3. In Magisk Manager, go to Modules β†’ Install from storage and select the downloaded file.
  4. After installation, restart the device.
  5. Open the Universal Debloater app, search for com.miui.videoplayer and tick it for removal.
  6. Apply the changes and reboot.

πŸ’‘

Before installing any Magisk module, always check its compatibility with your version of MIUI on the XDA-Developers forum.

Method 5: Flashing to custom firmware without Mi Video

The most radical, but also the most effective way to get rid of Mi Video and other Xiaomi system applications is to install custom firmware like LineageOS, Pixel Experience or HavocOS. These firmware do not contain Xiaomi’s bloatware and offer β€œclean” Android.

What you need to know:

  • πŸ”§ An unlocked loader is required and installed TWRP.
  • πŸ“± For Redmi Note 8 Pro (codename begonia) available stable builds LineageOS 18.1 (Android 11) and Pixel Experience 12 (Android 12).
  • ⚠️ Certain functions (e.g, IR-Game Turbo or Blaster may not work.

Step-by-step:

  1. Unlock the bootloader through the Mi Unlock Tool (you will have to wait 7-14 days to unlock).
  2. Install TWRP for begonia (instructions are available on XDA).
  3. Download the right firmware (e.g. LineageOS for begonia) and GApps (if you need Google services).
  4. In TWRP, run Wipe β†’ Advanced Wipe (mark Dalvik, Cache, System, Data).
  5. Install firmware and GApps, then restart.

⚠️ Castom firmware may contain bugs, especially on the Redmi Note 8 Pro due to proprietary Mediatek Helio chip G90T. Before installing, check the reviews on the forums!

πŸ’‘

Custom firmware is the only way to permanently get rid of Mi Video and other Xiaomi system applications, but it requires technical skills and can be unwarranted.

What if Mi Video is back after the MIUI update?

One of the most frustrating consequences of removing system applications is to restore them after a firmware update. Xiaomi often returns remote applications through a firmware update. OTA-That's how we deal with it:

How to prevent return:

  • πŸ”„ Turn off automatic updates MIUI In Settings β†’ The phone. β†’ Updating the system β†’ Three points. β†’ Settings.
  • πŸ“΅ Use the update blocker through ADB: adb shell pm disable-user --user 0 com.android.updater
  • πŸ›‘οΈ Install DisableForceEncrypt in Magisk – it prevents system applications from recovering.
  • πŸ”§ After each manual update, repeat the removal of Mi Video via ADB root.

If the app has already returned:

  • Repeat removing it with the previously chosen method (ADB or root).
  • Check if there are new dependencies, for example, in HyperOS Mi Video can be linked to com.miui.gallery.

Mi Video Alternatives: Which Players Are Best to Use on the Redmi Note 8 Pro

After removing Mi Video, you will need an alternative video player. Here are the best options for the Redmi Note 8 Pro:

Player.AdvantagesDeficiencies
VLCβœ” Supports all formatsβœ” No advertising.βœ” Light and fast.βœ– The interface is not optimized for MIUI
MX Playerβœ” Hardware acceleration βœ” Control gestures βœ” Built-in codeekiβœ– Advertising in the free version
Google Photoβœ” Integration with the cloudβœ” Automatic sortingβœ– Not all formats are reproduced
Kodiβœ” Network Storage Support βœ” Plugins and Extensionsβœ– Difficult for beginners

Recommendation: If you want minimalism, choose VLC. If you need additional features (such as subtitles or streaming), stop at the MX Player.

FAQ: Frequent questions about removing Mi Video on Redmi Note 8 Pro

❓ Can I remove Mi Video without a computer?
Yes, but only if you already have root access. Without root and ADB, you can't delete the system application. The alternative is to disable it through settings (see Method 1).
❓ Will Mi Video return to factory settings after reset?
Yes. If you completely reset your system applications, including Mi Video, will recover. To avoid this, delete the application again after the reset.
❓ Why after removing Mi Video does not work playback video in the gallery?
In some versions of MIUI, the gallery uses Mi Video components to play.Solution: Install a third-party player (like VLC) and configure it as the default app for video files.
❓ Can I remove Mi Video from HyperOS?
On HyperOS, standard ADB commands to remove system applications are often blocked, in which case root or custom firmware will help. Check the current instructions on XDA-Developers for your version.
❓ How to return Mi Video if you need it for other functions?
If after removal there are problems, restore the application: ADB: adb shell cmd package install-existing com.miui.videoplayer Through backup TWRP (If you've done backup, through the original flashing. MIUI.