The pre-installed MyVideo app on Xiaomi TVs is often a source of annoyance for users, taking up space on the home screen, consuming system resources in the background and not always working correctly with Russian services. Despite the fact that the manufacturer positions it as a βsmart video playerβ, many owners of Mi TV, Redmi Smart TV or Xiaomi TV A Pro want to remove it β but face system limitations.
In this article, we will discuss all the current ways to remove MyVideo β from standard shutdown to deep removal via ADB (including bypassing locks on new firmware 2023-2026), you will also learn how to avoid typical errors, such as losing access to system settings after incorrectly deleting the com.miui.videoplayer package, and what to do if the application returns after a reset.
Why MyVideo can't be removed in the standard way
MyVideo is one of Xiaomiβs system services that are protected from removal for two reasons:
- π Integration with MIUI TV β the application is connected to the firmware core and is used to play media files from the local network (DLNA) and Xiaomi Cloud Services.
- π¦ Dependence on other components β removing com.miui.videoplayer can disrupt the Mi Home, Gallery and even launcher.
- π‘οΈ Security Policy β on TVs with Google TV (2022+ Additional restrictions apply to Android TV OS.
Even if you find the βDeleteβ button in the app menu, the system either hides it or replaces it with βDisableβ β this applies to all models, from the budget Redmi Smart TV X43 to the flagship Xiaomi TV Q2 75.
β οΈ Attention: On TVs with firmware MIUI TV 3.0 and later (released after October 2023) attempt to remove MyVideo via ADB Without unlocking the bootloader, the application will automatically recover after the reboot (SIP).
Method 1: Disconnect (without deleting)
If you just need to hide the app from the home screen and stop its background activity, use a soft shutdown:
- Open Settings β Applications β Installed Applications.
- Find MyVideo in the list (may be called "Video Player" or "Mi Video").
- Select Disconnect β Confirm the action.
- Return to the home screen, press the button on the remote on the app icon and select Remove from the screen.
This method doesn't delete the application files, but it stops it from working and removes it from prominent places.
π‘
If the disabled application continues to appear in recommendations, reset the launcher cache: Settings β Applications β Launcher β Storage β Clear the cache
Method 2: Remove via ADB (for power users)
For complete removal, you will need a computer with installed ADB-Drivers and Included Debugging USB This method works on 90% of Xiaomi models, except for the newest ones with Google. TV.
Step-by-step:
- Activate debugging via USB: Settings β About TV β Software Version (click 7 times) Settings β Additional β For developers β Debugging via USB (enable)
- Connect the TV to the PC via USB-cable (use the port) USB 3.0 on TV).
- Open the command line on your PC and check the connection: Adb devices should appear with a serial number.
- Execute the deletion command: adb shell pm uninstall --user 0 com.miui.videoplayer
If the team returns a Failure error [DELETE_FAILED_DEVICE_POLICY_MANAGER], This means that the TV is active security policy, in which case only unlocking the bootloader will help (see Method). 4).
USB debugging enabled
Installed ADB drivers on PC
The TV is connected by the original cable
Connection with Adb Devices Team
Backup of important data is made-->
Method 3: Recovery Removal (for unlocked devices)
If you have an unlocked bootloader, you can uninstall MyVideo via custom recovery (TWRP or OrangeFox), a method that is suitable for Android TV 9/10 TVs, such as Mi TV 4S 55" or Redmi Smart TV X50.
Algorithm of action:
- π₯ Download. TWRP For your model (check the firmware version!).
- π§ Install recovery with fastboot: fastboot flash recovery twrp.img fastboot reboot recovery
- ποΈ On the menu. TWRP Choose Mount β System, then go to Advanced β File Manager.
- π Find and delete folders: /system/priv-app/MyVideo/ /system/app/MyVideo/
- π Restart the TV.
β οΈ Note: Incorrect removal of system files in TWRP This can lead to bootloop. Before you do something, create a backup of the system partition in the recovery itself!
What if the TV is not turned on after removal?
Method 4: Unlock the bootloader (for new models)
On Xiaomi TVs from 2023 to 2026 (e.g., Xiaomi TV A Pro 55" or Redmi Smart TV X65 2026), the MyVideo removal requires unlocking the bootloader.
- β³ Application for unblocking is considered up to 72 hours.
- π After unlocking, all data (including accounts) is reset).
- π« The warranty is maintained, but Xiaomi may refuse service if it detects modifications.
How to unlock the bootloader:
- Link your Mi Account to your TV in Settings β Xiaomi Account.
- Go to [unlock.miui.com](https://unlock.miui.com/) and log in.
- Connect the TV to your PC in fastboot mode (press Power + Volume Down when you turn on).
- Start the Mi Unlock Tool and follow the instructions.
Once unlocked, you can use ADB or TWRP to remove MyVideo without restrictions. However, note that on some models (such as Xiaomi TV Q2 65) after unlocking, Google Play Services may stop working - this is a feature of the Android TV 12 firmware.
Mi TV 4S/4A/4C
Redmi Smart TV X43/X50/X65
Xiaomi TV A Pro/A2/Q2 2023β2026
Another (write in the comments)-->
Method 5: Alternative launcher (bypass)
If you canβt remove MyVideo but want to hide it forever, install a launcher on all models except those that block APK installation (e.g. Xiaomi TV Stick).
The best launchers for Xiaomi TV:
| Launcher | Support for Android TV | Features | Reference |
|---|---|---|---|
| ATV Launcher | 9.0β12.0 | Minimalist design, widget support, ad blocking | Google Play |
| HalLauncher | 8.0β11.0 | Customizable categories, hiding system applications | GitHub |
| Leanback Launcher | 5.0β10.0 | Original launcher from Google, without advertising | APKMirror |
After the launcher is installed:
- Open Settings β Applications β Launcher by default.
- Select the installed launcher.
- In the new launcher settings, hide or block MyVideo.
π‘
Using a third-party launcher is the safest way to remove MyVideo without risking damage to the system, but some remote features (such as voice search) may not work properly.
Frequent mistakes and their solutions
When you delete MyVideo, users face typical problems. Let's look at the most common ones:
- π "The app returns after update" β Turn off automatic update of system applications in Settings β On TV. β Update of the PO β Settings (βοΈ) β Auto-update of applications.
- π« "ADB doesn't see TV" β Check the cable (you need the original USB Type C for new models) USB-Debugging and reinstall drivers on PC.
- π§ "After removal, the Gallery does not work" β Install MyVideo back through ADB: adb install com.miui.videoplayer.apk (download APK Available at APKCombo).
- π΅ "The TV will not turn on after manipulation" β Try resetting your settings with fastboot: fastboot erase userdata fastboot reboot
If neither method worked, check the firmware version: on MIUI TV 4.0 and later (released after March 2026), MyVideo is kernel-protected, in which case you just have to wait for custom firmware from the community (watch out for updates on XDA Developers).