Xiaomi and Redmi smartphone owners often encounter an intrusive system application that cannot be erased through a standard menu.Mi Video is a service that is built into MIUI firmware by default and takes up space in memory, and can also broadcast advertising content. For users of the Redmi Note 9 model, this issue is especially relevant, since the amount of internal memory does not always allow you to ignore the extra gigabytes occupied by system software.
Removing this component requires a deeper approach than simply uninstalling regular software from Google Play. With standard system tools, you can only stop the process or remove updates, but the installation package itself will remain in the system partition. To completely free the device from this application, you need to use special debugging tools or superuser rights, if available.
In this detailed guide, weβll break down all the available ways to get rid of Mi Video, starting with safe methods without any problems. ROOT-and ending with complete removal through ADB. It is important to understand that interfering with system processes requires care, but if you follow the instructions correctly, your Redmi Note 9 will become cleaner and faster, no longer spending resources on the background processes of unnecessary video player.
Why you should get rid of the system video player
Many users wonder why they should delete an embedded app when it's just in memory. But Mi Video is not just a player, it's an active service that often runs in the background. It can collect analytics about the content they've viewed, request permissions to access the file system, and, most annoyingly, display banner ads even when the screen is locked or in the notification curtain.
In addition, the standard player from Xiaomi does not always support modern audio codecs or subtitles formats that easily reproduce third-party counterparts like VLC or MX Player. By taking up space in the /system/app section, it reduces the available space for user data, and in the case of the Redmi Note 9, where the basic version can have only 64 GB of memory, each megabyte is on the account.
β οΈ Warning: Complete removal of system components may affect the performance of related features, such as displaying video previews in a gallery.
Another important aspect is privacy: MIUI system applications are known for their propensity to collect user data, and by disabling or removing unnecessary services, you not only speed up your smartphone, but also increase your digital security by reducing the number of leakage channels.
Redmi Note 9 Preparation for System Applications Removal
Before you start taking active action to remove Mi Video, you need to properly prepare your Redmi Note 9. Without pre-setting the phone will not allow the computer to interact with its system partitions. The first step will be to activate the developer mode, which is hidden from the eyes of the average user.
To do this, go to the Settings menu and select About Phone. Find the MIUI version line and quickly click on it 7-10 times in a row. After a few clicks, a pop-up message will appear that you have become a developer. If a password request pops up, enter your screen unlock code.
βοΈ Checking the readiness of the smartphone
Then you need to turn on the USB debugging directly. Go back to the main settings menu, scroll down to the Additional section and select Developer For. In the list that opens, find Debugging USB and activate the switch. The system will warn you of the risks - confirm the action.
It is also recommended to find a paragraph in this menu. USB-Configuration and select File Transfer Mode (MTP). This will ensure a stable connection to your computer. Remember to connect your phone to your PC with a quality cable, preferably original, to avoid connection breaks during critical operations.
Method 1: Disconnecting through settings (Safe way)
The easiest and most secure option that doesn't require a computer connection is to turn off the application as a standard, and although the file will physically remain in memory, it will stop running, updating and consuming RAM, ideal for those who are afraid of damaging the system.
Go to Settings for your Redmi Note 9 and go to the Apps section. Select All Apps. Search for Mi Video (may be called Video or have an orange logo) in the list. Click on it to open the Control menu.
You'll see a few buttons on the screen. Click Remove Updates to reset the app to the factory version. Then you'll have an active Disable button. By clicking on it, you'll hide the icon from the menu and prevent the system from running the processes of that component.
| Parameter | Before the blackout | After the blackout |
|---|---|---|
| Visibility on the menu | There is. | No. |
| RAM consumption | Got it (background) | No. |
| Busy memory. | Full volume | Basic volume |
| Updates | Automatically. | Blocked. |
This is a good way to reversibly, and if you need the functionality of this player, you can always turn it back on in the same menu, but you won't be able to vacate space in the system partition /system because the installation file (APK) stays in place.
π‘
If the βDisableβ button is inactive (gray), then the application is critical to the current version of MIUI, and you will need to use ADB to hide it.
Method 2: Complete removal via ADB (For Advanced)
For those who want to completely clean the Mi Video from the system, freeing up space and removing any traces of presence, you will need to use the Android Debug Bridge (ADB) toolkit.This method is safe if you follow the instructions, and does not require obtaining Root rights, which retains the warranty on the Redmi Note 9.
First, download and install Platform Tools (the official ADB package) from Google to your computer. Unpack the archive into a convenient folder, such as the root of disk C. Open the command prompt (cmd) or PowerShell in this folder. Connect the phone with a cable and confirm the debugging request that appears on the smartphone screen.
adb devicesType the command above. If a device with a serial number appears on the list, the connection is established. Now you need to know the exact name of the package that is responsible for the video player. For Xiaomi, this is usually com.miui.videoplayer. To delete it, use the following command:
adb shell pm uninstall -k --user 0 com.miui.videoplayerOnce you execute the command, you will receive a message Success. The app will disappear from the phone instantly. It is important to understand that we only delete the app for the current user (user 0), so when you reset the phone to factory settings, it can come back, but in normal operation it no longer exists.
β οΈ Note: Do not delete packages whose names you do not know exactly. Deleting system components like com.android.systemui can lead to a cyclical reboot).
Alternative video players to replace
Once you remove the standard Mi Video, you wonβt have a built-in tool for watching videos. Thatβs not a problem, as there are many great analogues on the Google Play Store that often outperform the standard solutions for functionality and format support.
One of the best solutions is VLC for Android, which is completely free, ad-free, and can play almost any known video codec, and it also supports network streams and has a built-in equalizer for audio.
- π¬ MX Player β a powerful tool with excellent support for subtitles and hardware acceleration, ideal for weak devices.
- π Nova Video Player is a great choice for creating a beautiful media library with covers and descriptions of films.
- π‘οΈ Just (Video) Player is a minimalist player on the mpv engine that consumes a minimum of battery resources.
When choosing a replacement, focus on your needs: someone needs support for 4K HDR, and someone β the ability to read files directly from the NAS network folder. All of these applications work stably on the Redmi Note 9 and do not require special permissions for the basic functionality.
What if a video in the gallery is missing after being deleted?
Possible problems and solutions
Unforeseen situations can occur when removing system components, such as when the ADB command is executed, the phone may behave strangely, and most often, problems are caused by some system processes trying to access the remote application and not finding it.
If you notice that the Redmi Note 9 is running slower or there are errors in the interface, the first thing you should do is to try to restart the device. In most cases, the system will simply reset the cache and continue to work normally. If the problem is more serious, you may need to restore the deleted package.
To restore the removed through ADB You can use the installation command for the current user. APK-This is the file of this application or access to the original firmware:
adb shell pm install-existing com.miui.videoplayerThis command will return the application to its place if it was removed only for the user and not physically erased from the recovery section.It is also worth remembering that major MIUI updates can return remote system applications to their places, so the procedure may have to be repeated after the update.
π‘
Using ADB allows you to remove applications without Root rights, but requires caution: always check the name of the package before removing it so as not to disrupt the system.