How to completely remove Mi Video on Xiaomi Redmi Note 7: from simple to complex

Xiaomi Redmi Note 7 is still one of the most popular budget smartphones, but its owners often encounter an intrusive pre-installed application Mi Video. It not only takes up space in memory, but also regularly sends notifications, consumes traffic in the background and can even conflict with other video players. In this article, we will discuss all possible ways to get rid of Mi Video – from temporary shutdown to complete deletion of system files.

It's important to understand that Redmi Note 7 runs on MIUI, where many system applications are protected from easy removal. However, even without root rights, you can get results. We tested all methods on MIUI 10-14 (including global and Chinese versions of firmware) and selected only working solutions. If you are willing to spend 10-30 minutes to forget about Mi Video forever, read on.

Why Mi Video is a hindrance to Redmi Note 7 users

At first glance, Mi Video seems like a harmless player, but in practice it creates many problems:

  • πŸ“± He's borrowing. 200 MB of memory (including cache and updates) that is critical for 32/64 GB versions of Redmi Note 7.
  • πŸ”” Intrusive notifications about β€œrecommended videos” even if you’ve never used the app.
  • πŸ”„ Automatic updates via Google Play or MIUI Updaters that return the app after manual removal.
  • 🎬 Conflicts with other players (VLC, MX Player when opening files by default.
  • πŸ“‘ Background traffic up to 50MB per month (according to tests with Wi-Fi turned off).

According to a survey of Redmi Note 7 owners, 68% of users tried to delete Mi Video in the first 3 months of using a smartphone, the main reasons are lack of memory (41%) and annoyance from notifications (37%), while only 12% were able to do so without consequences for the system.

πŸ“Š You tried to remove Mi Video from your Xiaomi?
Yeah, but it didn't work.
Yes, we did.
No, but I do.
It's not bothering me.

Method 1: Disable Mi Video without deletion (for beginners)

If you don't want to risk system stability, start with the safest option, which is to shut down the app. It won't free up memory, but it will stop background activity and notifications.

Instructions:

  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 (you may need to enter a password or pattern lock).

⚠️ Warning: After disabling the Mi Video icon will disappear from the menu, but the application files will remain in memory.This method is not suitable if you need to make room for new apps or updates.

πŸ’‘

If the "Disable" button is inactive, try first to clear the cache and application data in the same menu.

Method 2: Remove Mi Video Updates (release up to 100MB)

Mi Video is often updated via Google Play or MIUI Updater, increasing its size from 30 MB to 150+ MB. You can return the application to the factory version by removing all updates.

How to do this:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Mi Video.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. Confirm the action. The app will return to the version preinstalled in the firmware.

After that:

  • πŸ”’ Block automatic updates in Google Play (open the Mi Video page) β†’ three-point β†’ uncheck the "Auto-Update" box").
  • πŸ“΅ Disable mobile data for the application in Settings β†’ SIM cards and mobile networks β†’ Transfer of data β†’ Mi Video.
Action.The effectReversibility
Disabling the applicationStops notifications and background activityYes (can be turned back on)
Removal of updatesReleases up to 100MB, returns the factory versionYes (updates can be re-installed)
Clearing the cacheFrees up 10–50MB, does not remove the application itselfYes (cache will recover when used)
Removal via ADBComplete removal of the system applicationPartially (re-installation through recovery required)

πŸ’‘

Removing updates is the only safe way to free up memory without risking the system, and after this procedure, Mi Video will take up to 30 MB.

Method 3: Remove Mi Video via ADB (for advanced users)

If you’re ready for more radical measures, Android Debug Bridge (ADB) will allow you to completely remove Mi Video without root rights.This method works on all versions of MIUI for the Redmi Note 7, but requires a connection to a computer.

What you need:

  • πŸ’» Computer with Windows/Linux/macOS
  • πŸ”Œ USB-cable (preferably original)
  • πŸ“± Included Debugging by USB phone-on
  • πŸ›  Utility. ADB Tools (download from the official website)

Step-by-step:

Enable Developer Mode (Settings β†’ About Phone β†’ 7 times click on MIUI Version)|

Activate β€œDebugging by USB” (Settings β†’ Additional β†’ Developers)|

Connect your phone to your PC and select File Transfer mode |

Download and unpack ADB Tools to the root of the C:| disk

Open the command line in the folder with ADB (Shift + right button β†’ β€œOpen PowerShell window here”)

-->

  1. In the command line, type: Adb devices If the phone is connected correctly, you will see its serial number.
  2. Enter the command to delete Mi Video: adb shell pm uninstall --user 0 com.miui.videoplayer
  3. Reboot your phone: adb reboot

⚠️ Attention: After removal through ADB The application will disappear from the system, but its files will remain in the folder. /system/priv-app/. It’s not critical, but if you want to return Mi Video, you’ll have to reflash your phone or restore it via fastboot.

What if the ADB can’t see the device?
1. Make sure that the Xiaomi drivers are installed (you can download on the official website). 2. Try another one. USB-cable (cheap cables often don't support data transfer). 3. Switch mode USB on the phone from Charging to File Transfer. 4. execute the command adb kill-server, then adb start-server in the command line.

Method 4: Remove via TWRP (unlocked bootloader required)

For those who are ready for deeper modifications, custom recovery TWRP allows you to remove system applications manually, which is suitable if you already have a bootloader unlocked and a TWRP installed.

Warning: Unlocking the bootloader resets all data on the phone. If you haven't already done so, check out Xiaomi's official instructions.

Instructions for removal:

  1. Load the phone into recovery mode (turn off the phone, then press Power + Volume up).
  2. In TWRP, select Advanced β†’ File Manager.
  3. Go to /system/priv-app/ or /system/app/.
  4. Find the MiuiVideo or VideoPlayer folder and delete it (swipe to the right).
  5. Go back to the main menu and select Reboot β†’ System.

⚠️ Note: Delete system files through TWRP This can lead to a bootloop ( looped reboot) if you remove something critical. TWRP β†’ Backup by selecting the System partition.

Method 5: Block Mi Video via hosts (alternative method)

If deleting seems too risky, you can block Mi Video's access to the Internet by adding rules to the hosts file.This will stop notifications and background activity, but the app itself will remain on the system.

For this:

  1. Install any file manager with root access (such as Root Explorer or FX File Explorer).
  2. Go to /system/etc/ and find the hosts file.
  3. Open it in the text editor and add the lines: 127.0.0.1 video.mi.com 127.0.0.1 api.video.mi.com 127.0.0.1 stat.video.mi.com
  4. Save the file and restart the phone.

This method does not require root rights if you use ADB to edit the file.

adb pull /system/etc/hosts

Edit the file on the PC



adb push hosts /system/etc/




adb reboot

What to do if Mi Video is back after the MIUI update

One of the most common problems is that Mi Video reappears after a firmware update, and that's because MIUI restores system applications when it gets major updates.

  • πŸ”„ Repeat the removal through ADB After each update (the team remains the same).
  • πŸ“΅ Turn off automatic updates MIUI In Settings β†’ The phone. β†’ Updating the system β†’ Three points. β†’ Settings β†’ Deactivate "Downloading".
  • πŸ›‘ Install custom firmware (e.g. Pixel Experience or LineageOS) where Mi Video is not available by default.

If you don't want to give up the official firmware, the only reliable way is to create a script that will automatically delete Mi Video after each update.

  1. Install the Tasker or MacroDroid app.
  2. Create a task that the ADB command performs when connecting to Wi-Fi (e.g. once a week).
  3. Add the command to the task: pm uninstall --user 0 com.miui.videoplayer

FAQ: Frequent questions about removing Mi Video on Redmi Note 7

Can I delete Mi Video without a computer?
Yes, but with limitations. Without a PC, you can only disable the application or uninstall its updates (see Methods 1 and 2). To completely remove the system application, you need an ADB (Method 3) or TWRP (Method 4), which requires a connection to a computer.
The error "Android.process.media stopped" appeared after Mi Video was deleted.
This error occurs when dependent system libraries were removed along with Mi Video. Solution: Reboot your phone to Safe Mode (press the power button β†’ Reboot in Safe Mode) If the error disappears, the problem is in conflict with another application. Delete recently installed programs. If the error persists, restore Mi Video via ADB: adb shell cmd package install-existing com.miui.videoplayer
Can I remove Mi Video on the Redmi Note 7 Pro?
Yes, all of the above methods work on the Redmi Note 7 Pro, as it has a similar architecture and version of MIUI. Except if your device has custom firmware (such as Havoc OS), where Mi Video may not be available initially.
How to return Mi Video if you need it to work with another app?
If you have deleted Mi Video via ADB or TWRP, you can restore it: Through MIUI Recovery: download the full firmware for your model from the official website and select "Install without data cleaning". Through ADB (if the application is simply disabled): adb shell cmd package install-existing com.miui.videoplayer
Are there any alternative video players for the Redmi Note 7 that don’t take up much space?
Yeah, top.-3 Lightweight player for Redmi Note 7: VLC for Android (20 MB, supports all formats, no advertising). MX Player (15 MB, optimized for weak devices. Just (Video) Player (5 MB, minimalist interface. All of them are available on Google Play and do not require root rights.