How to permanently remove MyVideo from Xiaomi TV: 5 working methods

The MyVideo app (or Mi Video) is pre-installed on most Xiaomi TVs and set-top boxes running MIUI TV, Android TV or PatchWall. For many users, it becomes an unnecessary ballast: it takes up memory, appears in recommendations, and even may conflict with other video players. However, standard removal through the application menu is often not available, the system blocks the uninstallation of system components.

In this article, we will discuss all the current ways to remove MyVideo from Xiaomi devices, including the hidden settings of the developer, ADB-We will focus on the nuances for different versions of firmware (2022-2026) and TV models (Mi). TV 4S, Mi TV Q2, Mi Box S, etc. If you are tired of intrusive notifications or want to make room in your memory, read on.

Why can’t MyVideo be removed in the standard way?

MyVideo is part of Xiaomi’s system services package, which are protected from accidental removal.

  • πŸ”„ Compatibility with branded features (e.g. Mi Share or Quick Apps).
  • πŸ“¦ Support PatchWall shell, where MyVideo is integrated into content recommendations.
  • πŸ”’ Prevent system failures when critical components are removed (even if the application itself is not in use).

In practice, this means that the Remove button in the app menu will be inactive, and an attempt to uninstall via Settings β†’ Applications will end with the message β€œCan’t delete the system application.” However, workarounds do exist – and we will consider them.

⚠️ Note: Removing system applications can cause your TV to run unstable, especially if you’re using Xiaomi’s media-related features.Be sure to back up your settings in the Settings menu before you start. β†’ System system β†’ Backup.

Method 1: Disable MyVideo without deleting (the safest)

If you don't want to physically remove an application, but you just need to hide it from the interface and stop the background, it's the best way to do it. It doesn't require root rights or a PC connection.

Instructions:

  1. Open the settings on the TV.
  2. Go to the Applications section β†’ Installed Appendices.
  3. Find MyVideo (or Mi Video) and select it.
  4. Click Disable (or Stop, if available).
  5. Confirm the action if a warning appears.

After the shutdown:

  • 🚫 The app will disappear from the main menu and recommendation panel.
  • πŸ“΅ Background updates and notifications will stop.
  • πŸ”„ If necessary, MyVideo can be turned on again in the same menu.

πŸ’‘

If MyVideo continues to appear in PatchWall recommendations after disabling, clear the shell cache: Settings β†’ Apps β†’ PatchWall β†’ Storage β†’ Clear the cache.

Method 2: Removal via ADB (for power users)

To completely remove MyVideo, you will need to connect your TV to your computer and use the ADB (Android Debug Bridge) tool, which works on all Xiaomi models with Android TV or MIUI TV, but requires developer mode activation.

Step 1. Turn on USB debugging on your TV:

  1. Go to Settings. β†’ On TV.
  2. Find the build number and click on it 7 times in a row until the message β€œYou became a developer!” appears.
  3. Return to the main Settings menu and open a new section for developers.
  4. Activate options: πŸ”Œ Debugging by USB πŸ”“ Allow unlocking OEM (if)

Step 2: Connect the TV to your PC and execute the commands:

  1. Download ADB Tools and unpack the archive.
  2. Connect the TV to your computer through USB-cable (use the port) USB 3.0 for stability).
  3. Open the command line (Win + R β†’ cmd) and go to the folder with ADB: cd C:\platform-tools
  4. Check the connection of the device: adb devices (should appear serial number TV).
  5. Follow the command to remove MyVideo: adb shell pm uninstall --user 0 com.miui.videoplayer For models with Android TV 12+, use the com.xiaomi.mitv.videoplayer package instead of com.miui.videoplayer.

Instructions:

  1. Download the TV to TWRP (usually hold Power + Menu when you turn on).
  2. Select Advanced β†’ File Manager.
  3. Go to /system/priv-app/ or /system/app/.
  4. Find folders with names: MiVideo VideoPlayer MitvVideo

Delete the folders found (swipe to the right).

Reboot the TV.

What if the TV is not turned on after removing MyVideo?
If after manipulating system files, the TV freezes on the logo or does not boot: 1. Repeat the login to TWRP. 2. Restore the /system partition backup (if you did). 3. If there is no backup, run the stock firmware through Fastboot from the official Xiaomi website. 4. In extreme cases, use the Mi Flash Tool tool for full flashing.

Method 4: Resetting the TV to factory settings

If previous methods didn’t work or you’re afraid of damaging the system, the radical way is to completely reset, which will delete all user data, but return the TV to its original state, where MyVideo will be disabled by default (on some firmware).

Instructions:

  1. Open Settings β†’ System β†’ Resetting settings.
  2. Choose to erase all data (or hard reset).
  3. Enter. PIN-code (if requested).
  4. Confirm the reset and wait for the reset.

FAQ: Frequent questions

Can I delete MyVideo without a computer?
Complete deletion without a PC is only possible on TVs with unlocked root and installed file manager (for example, FX File Explorer), but it is risky.
Will MyVideo be back after the firmware update?
With major updates, Xiaomi can restore system applications, and after the update, you will have to repeat the deletion through ADB or disable again.
How to remove MyVideo from Mi Box S?
On the Mi Box S, use the same method with ADB, but the packet name may differ. Check it with the command: adb shell pm list packages | grep -i video Usually this is com.xiaomi.mitv.videoplayer.
Can I transfer MyVideo to the SD-map?
No. Xiaomi system applications cannot be migrated to external media, and the only way to free up space is to remove or disable them.
Is it safe to delete MyVideo for Netflix/YouTube?
Yes, deleting MyVideo does not affect third-party apps (such as Netflix, YouTube or Prime Video) that use their own codecs and are independent of Xiaomi’s system player.