How to Remove Netflix from Xiaomi Mi TV: All Ways

Why Netflix is not being removed in the standard way and what to do about it

Are you trying to free up space on Xiaomi Mi TV or just not using Netflix, but the "Delete" button in the app menu is inactive?It's not a bug, but a feature of PatchWall firmware that Xiaomi installs on its smart TVs.The fact is that Netflix on many models (especially Mi TV 4S/4A/5 Pro) is pre-integrated into the system as a system application - it can not be removed as easily as YouTube or Prime Video.

In this article, we will discuss 5 working methods, including hidden settings, ADB-But first, it’s important to understand that removing Netflix could cause other streaming services to crash (Disney).+, HBO Max, if they use shared libraries DRM So before you start, check whether Netflix is dependent on other apps for functionality.

If you're willing to take risks, let's start with the safest way.

Method 1: Disable and Hide Netflix without Deletion (Secure for the System)

If you don’t want to physically remove an app, but just remove it from the interface and stop the background, this method is perfect.It doesn’t require superuser rights and works on all Xiaomi Mi TV models (including the Mi TV Q1/Q2 2023).

Instructions:

  • πŸ“Ί Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find it on Netflix’s list (may be called com.netflix.ninja or com.netflix.mediaclient).
  • βš™οΈ Click on the app and select: Disable, stop all processes and hide the icon from the menu. Delete updates, return the app to the factory version (freezes) ~100-150 MB Clear cache – delete temporary files (can free up to 500 MB).
  • πŸ”„ Restart the TV through Settings β†’ On TV. β†’ Reboot.

βœ… Pros of the method: does not require technical skills, reversible, does not break the system.

❌ Cons: the application will remain in memory, borrowing ~50–70 MB (factory version).

πŸ’‘

If the icon is left on the menu after Netflix is turned off, press the OK button on the remote on the app icon β†’ select Delete (this is just a hiding, not a complete removal).

Method 2: Remove via ADB (for power users)

If you are ready to work with Android Debug Bridge (ADB), this method will completely remove Netflix from the system. Suitable for models on Android TV 9.0+ (Mi TV 5/6 series, Mi TV Q1E).

What you need:

  • πŸ’» Computer with Windows/macOS/Linux.
  • πŸ”Œ USB-cable (preferably original from Xiaomi).
  • πŸ“₯ Utility. ADB Tools (download platform-tools).
  • βš™οΈ Included debugging by USB TV-wise.

Step-by-step:

  1. Turn on USB debugging on Xiaomi Mi TV: Go to Settings β†’ About TV β†’ Software Version. Tap 7 times on the line with the version until the message β€œYou became a developer” appears. Return to Settings β†’ Additional β†’ Developer Settings. Activate USB Debugging and OEM Factory Unlock.

Connect your TV to your computer via USB (use the USB 3.0 port on your TV if you have one).

Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and go to the folder with the platform-tools:

cd path do folder/platform-tools

Check the connection of the device:

adb devices

If the TV is determined (the serial number will appear), enter:

adb shell pm uninstall --user 0 com.netflix.ninja

For models with PatchWall 3.0+, an alternative command may be needed:

adb shell pm uninstall -k --user 0 com.netflix.mediaclient

Debugging is on. USB|Drivers installed ADB|TV connected to port USB 3.0|The command line is open on behalf of the administrator|Backup of important data is made-->

⚠️

Note: Some Xiaomi firmware, after removing Netflix through ADB, stops working Google Play Store. To return it, you will have to reset the TV to factory settings.

Method 3: Reset to factory settings (radical method)

If Netflix was pre-installed by the manufacturer (as on Mi TV 4A 32" or Mi TV 4S 55"), the only way to get rid of it without ADB is a complete reset.This method will delete ALL data, including accounts, saved passwords and image settings.

How to do the reset correctly:

  • πŸ“ First export important data: List of installed applications (take pictures of the Settings screen) β†’ Image settings (brightness, contrast, write down values) Logins from streaming services (if you use Disney)+, Okko, et al.).
  • πŸ”„ Go to Settings. β†’ On TV. β†’ Reset to factory.
  • πŸ” Enter. PIN-code (by default 0000 or 1234 if not changed).
  • ⏳ Wait for the reboot (it will take 5-10 minutes).

After discharge:

  • βœ… Netflix will disappear from the menu, but will remain on the list of applications as β€œdisabledΒ».
  • ❌ Don’t install system updates for 24 hours – it could get Netflix back on track.
What to do if Netflix is back after a reset
If Netflix reappears after the reset, it was part of the firmware, and if it does, it will only help to block updates through ADB: adb shell pm hide com.netflix.ninja This command will hide the app at the system level, but will not remove it completely.

Method 4: Block Netflix updates via hosts file

If Netflix is constantly updating in the background and takes up space, you can block its update servers.This method does not remove the application, but prevents it from growing. It works on all Xiaomi Mi TV models with Android TV 8.0+.

Instructions:

  1. Connect to the TV via ADB (as in Method 2).
  2. Download the original hosts file for backup: adb pull /system/etc/hosts hosts_backup.txt
  3. Edit the hosts file on your computer by adding at the end of the line: 127.0.0.1 nflxext.com 127.0.0.1 nflximg.net 127.0.0.1 nflxvideo.net 127.0.0.1 nflxso.net
  4. Download the modified file back to adb push hosts /system/etc/hosts
  5. Reboot the TV: adb reboot

βœ… Netflix will no longer be updated and weigh more than 50MB.

Disconnect via settings |Delete via ADB|Reset to factory |Blocking via hosts |I don't know, I need to try-->

Method 5: Physical Internet Shutdown for Netflix (for Advanced)

If you want Netflix to keep its traffic from being consumed and updated, but you don’t want to delete it, you can block its access to the network through a firewall, which requires root rights and only works on firmware with the bootloader unlocked (for example, after installing Magisk).

How to do this:

  • πŸ“± Install on the AFWall TV+ (root).
  • πŸ”’ In the firewall settings, find Netflix (com.netflix.ninja).
  • 🚫 Check all types of networks (Wi-Fi, Mobile, VPN) and keep the rules.
  • πŸ”„ Restart the TV.

⚠️

Note: On Xiaomi Mi TV with PatchWall, blocking network access for Netflix may lead to errors in the operation of Google Play Services. If other applications stop working after applying the rule, return the firewall settings to the factory ones.

Comparison of methods: which one to choose?

To make it easier for you to determine, we have collected the key pros and cons of each method in the table:

MethodDifficultyRequires ADB/rootRemoving it completely?Risk to the systemReversibility
Disconnection in settings⭐❌ No.❌ No (hiding)❌ No.βœ… Yes.
ADB-removalβ­β­β­βœ… Yes.βœ… Yes.⭐⭐ Medium.⚠️ Partially (reflashing needed)
Reset to factory⭐⭐❌ No.❌ No (rolling back version)⭐⭐ Medium.βœ… Yes.
Blocking hostsβ­β­β­βœ… Yes.❌ No (blocking updates)⭐ Low.βœ… Yes.
Firewall (root)β­β­β­β­βœ… Yeah)❌ No (blocking the network)⭐⭐⭐ High-pitchedβœ… Yes.

πŸ’‘ Recommendation: If you are not sure of your technical skills, start with Method 1 (disconnect (ADB), But only if you are prepared for possible disruptions to other services.

πŸ’‘

On Xiaomi Mi TV 6 series (2023-2026), Netflix is integrated into firmware at the core level. its complete removal can lead to a "brick" (inoperability) of the TV, in which case it is safer to use a lock through hosts or a firewall.

Frequently asked questions

Can I delete Netflix without a computer?
Complete removal without ADB is only possible on models with unlocked bootloader (for example, after installing custom firmware LineageOS). On standard PatchWall firmware without a PC, you can not remove Netflix.
After Netflix was removed, Disney+ and Okko stopped working.
These services use shared Widevine L1 DRM libraries, which can be damaged when you delete Netflix. Try: Install Disney+ and Okko again via Google Play. Reset DRM settings via Settings β†’ Apps β†’ Google Play Services β†’ Warehouse β†’ Clear cache. If it doesn't help, return Netflix via ADB: adb install com.netflix.ninja.apk (download APK from APKCombo).
How do I know if my Xiaomi Mi TV is a Netflix app?
Go to Settings β†’ Applications β†’ Netflix β†’ Info. If it says System or the Remove button is inactive, the application is sewn into firmware. You can also check it through ADB: adb shell pm list packages -s If there is com.netflix.ninja or com.netflix.mediaclient on the list, it is system software.
I deleted Netflix, but it reappeared after the TV update. Why?
On Xiaomi Mi TV, system applications are restored after a firmware update. To avoid this: Turn off automatic updates in Settings β†’ About TV β†’ Software Update. Use lock via hosts file (see Method 4). Install custom firmware without PatchWall (for example, ATVXperience).
Can I uninstall Netflix on Mi TV Stick or Mi Box?
Yes, but the ways are different: on Mi TV Stick (Android TV 9.0) use ADB-Command: adb shell pm uninstall --user 0 com.netflix.ninja On Mi Box S (Android) TV 8.1) Get root first through Magisk, then remove it through Root Explorer. ⚠️ On the Mi Box 4K (2020 Netflix is a system application, it can only be disabled.