Android TV is a powerful platform, but over time, even the most productive TV begins to โ€œslow downโ€ due to a clutter of unnecessary applications. Many of them run in the background, consuming resources and slowing down the system. However, not all apps can be removed without consequences: some are critical for stable operation Android TV OS.

In this article we will look at which applications can be disabled on Android TV without risk to the system, and which ones are better left. You will learn how to properly remove pre-installed software, which services are responsible for basic functions (for example, a remote control or voice search), and how to avoid common mistakes when cleaning. We will also give recommendations for optimizing performance for different TV models - from budget Xiaomi Mi TV to flagship Sony Bravia.

It is important to understand: disabling system applications can lead to malfunctions of the remote control, loss of sound, or even โ€œbrickingโ€ of the device if you remove critical components. Therefore, before any manipulations, you should create a backup copy of the settings or remember the current configuration.

๐Ÿ“Š What brand is your Android TV?
Samsung
LG
Sony
Xiaomi
Philips
TCL
Other

Why are there so many unnecessary applications on Android TV?

TV manufacturers themselves Google install dozens of apps out of the box. Some of them are really useful: for example, Android TV dozens of apps out of the box. Some of them are really useful: for example, Google Play Movies for watching movies or YouTube for videos. But most applications duplicate functions, take up memory and load the processor.

The main sources of โ€œjunkโ€ software:

  • ๐Ÿ“ฆ Pre-installed services manufacturer โ€”for example, LG Content Store or Samsung TV Pluswhich often duplicate Google Play Store.
  • ๐Ÿ”„ System component updates, which remain in memory after a firmware upgrade (for example, old versions Android WebView).
  • ๐ŸŽฎ Game services like Google Play Games or NVIDIA GameStream, useless for most users.
  • ๐Ÿ“บ Advertising and analytical modulesthat collect viewing data (for example, com.android.providers.partnerbookmarks).

In addition, many applications launch automatically when you turn on the TV and continue to run in the background. For example, com.google.android.gms (services Google Play) can consume up to 10% of the CPU even when you are just watching Netflix.

โš ๏ธ Attention: Some applications (for example, com.android.systemui) are responsible for the interface and remote control. Removing them will make it impossible to control the TV!

Which applications can be disabled safely?

We have compiled a list safe to disable. applicationsthat do not affect the main functions Android TVPlease note that the names of packages may vary depending on the TV model and firmware version.

Application name Package name What it is responsible for Can I delete?
Google Play Music com.google.android.music Music streaming (replaced by YouTube Music) โœ… Yes
Google Play Books com.google.android.apps.books Reading electronic books โœ… Yes
Google Play Games com.google.android.play.games Game achievements and cloud saves โœ… Yes (if you don't play)
Google Duo com.google.android.apps.tachyon Video calls (useless on TV) โœ… Yes
Partner Bookmarks com.android.providers.partnerbookmarks Advertising bookmarks on the main screen โœ… Yes

You can also remove:

  • ๐Ÿ“ฑ Social networks (com.facebook.katana, com.twitter.android) - they are not optimized for remote control.
  • ๐ŸŽต Music servicesthat you do not use (for example, Spotify or Deezer).
  • ๐Ÿ“บ Duplicate video players (for example, com.mxtech.videoplayer.ad next to com.google.android.videos).
โš ๏ธ Attention: On some TVs (for example, Sony Bravia 2022+), deleting com.sony.dtv.shell will reset the interface to standard Android TV Launcher. This is not critical, but it may be inconvenient.

Check the list of system packages via ADB

Create a backup copy of the settings (screen photo or backup)

Disable automatic updating of unnecessary applications

Make sure that the remote control works without an Internet connection-->

How to disable or delete applications on Android TV?

There are three main ways to get rid of unnecessary apps: through TV settings, using ADB (for experienced users) or via third-party launchers. Let's consider each option in detail.

Method 1: Standard disabling through settings

This is the safest method, but it does not remove applications completely, but only โ€œfreezesโ€ them:

  1. Open Settings โ†’ Applications.
  2. Select a app from the list (for example, Google Play Books).
  3. Click Disable (on some TVs - Delete updates, then Disable).
  4. Confirm the action.

Disadvantage of this method: the application will remain in memory, it will simply stop running. For complete removal you need ADB.

Method 2: Removal via ADB (for advanced)

If you are ready to connect the TV to your computer, you can remove applications completely. To do this:

  1. Enable USB debugging in the developer settings (Settings โ†’ About TV โ†’ Build number - press 7 times, then return to Settings โ†’ For developers).
  2. Connect the TV to the PC via USB and run the command:
    adb devices

    (should the name of your device will appear).

  3. Remove the unnecessary application with the command:
    adb shell pm uninstall --user 0 package name

    For example, for Google Play Music:

    adb shell pm uninstall --user 0 com.google.android.music
What to do if ADB does not see the TV?

1. Check if USB debugging is enabled in the TV settings.

2. Try another USB cable (preferably the original one).

3. Install drivers for your TV model (for example, Xiaomi Mi TV need drivers from Xiaomi ADB/Fastboot Tools).

4. Restart your TV and PC.

Method 3: Using third-party launchers

Launchers like ATV Launcher or Sideload Launcher allow you to hide unnecessary applications from the home screen without deleting them. This is convenient if you are afraid of disrupting the system. You can install them via Google Play or manually (file .apk).

adb shell dumpsys package package name

If there is a line in the output "requiredFor":, then the application is needed for the operation of other components - deleting it is dangerous.-->

Which applications CANNOT be deleted?

Some system services critical for work Android TV. Their removal can lead to:

  • ๐Ÿ”Œ Loss of control from the remote control (buttons do not work Home, Back).
  • ๐Ÿ”‡ Disappearance of sound or image.
  • ๐Ÿ”„ Cyclic turning on/off of the TV.
  • ๐Ÿ“ต Inability to connect to Wi-Fi or Ethernet.

Never touch the following packages:

Package What it is responsible for Consequences of deletion
com.android.systemui User interface (notification panel, menu) The TV will not turn on or will show black screen
com.google.android.tvlauncher Standard Android TV launcher Cannot open the application menu
com.android.providers.media Media scanner (detects files on USB) Movies and music from a flash drive will not be displayed
com.google.android.gsf Google Services (authorization, updates) Will not work Google Play and synchronization

It is also not recommended to delete:

  • ๐Ÿ”Š Audio drivers (packages with audio or dolby in the title).
  • ๐Ÿ“ก Network services (com.android.bluetooth, com.android.wifi).
  • ๐ŸŽฎ Remote services (com.droidlogic.IRRemote on Xiaomi, com.sony.dtv.remoteservice on Sony).
๐Ÿ’ก

If after uninstalling the application the TV stops turning on, try resetting the settings to factory settings via Settings โ†’ Storage and reset โ†’ Reset data. If this does not help, you will need to flash it via USB.

How to optimize Android TV after cleaning?

Removing unnecessary applications is only the first step. To make your TV work faster, follow these additional steps:

  1. Clear the cache:

    Go to Settings โ†’ Storage and reset โ†’ Internal memory โ†’ Cached data and press Clear. This will free up several gigabytes of memory.

  2. Disable automatic updating:

    Go to Google Play โ†’ Settings โ†’ Auto-update applications and select Do not update automatically. This will prevent the return of deleted apps.

  3. Use a light launcher:

    Install ATV Launcher or HalLauncher โ€”they consume less resources than the standard interface.

  4. Set up background processes:

    In the developer settings (Settings โ†’ For developers) limit background processes to Maximum 2.

For additional speed, you can disable interface animation:

  1. Activate Settings for developers (as described above).
  2. Find the parameters:
    • Window animation scale โ†’ No animation
    • Transition animation scale โ†’ No animation
    • Animation duration โ†’ Off
โš ๏ธ Attention: On TVs LG s webOS (not Android TV!) these settings may not be available. Check the model of your TV in the documents.

Frequent errors when cleaning Android TV

Many users encounter problems after โ€œcleaningโ€ the system on their own. Here are the most common mistakes and how to avoid them:

  • ๐Ÿšซ Deleting everything without checking.

    Some applications seem unnecessary, but are actually responsible for the operation of the remote control or sound. Always check the package via adb shell dumpsys package.

  • ๐Ÿ”„ Resetting settings without a backup.

    If you delete a critical application and the TV does not turn on, you can only restore it through flashing it. Save the list of installed packages in advance with the command:

    adb shell pm list packages -f

  • ๐Ÿ“ฅ Installing dubious โ€œoptimizers.โ€

    Applications like Clean Master or CCleaner for Android TV often become a source of problems themselves. Use only proven tools (SD Maid).

  • ๐Ÿ”ง Changing permissions of system applications.

    Denying access to contacts or storage for com.google.android.gms may break the operation of Google Play and other services.

If after cleaning the TV began to work worse, try:

  1. Restart the device (Settings โ†’ Reboot).
  2. Clear data of the problematic application (Settings โ†’ Applications โ†’ [application] โ†’ Storage โ†’ Clear data).
  3. Restore factory settings (Settings โ†’ Storage and reset โ†’ Reset data).

Specifics for different Android TV brands

TV manufacturers often modify Android TV, adding your applications and services Let's consider the features of popular brands:

๐Ÿ“บ Xiaomi Mi TV / Redmi TV

On TVs Xiaomi a lot of pre-installed โ€œgarbageโ€, but there are also useful features:

  • ๐Ÿ”น You can remove:
    • com.miui.systemAdSolution (advertising module).
    • com.xiaomi.mitv.appstore (duplicates Google Play).
    • com.miui.videoplayer (if you use VLC or Kodi).
  • ๐Ÿ”น You cannot delete:
    • com.droidlogic.IRRemote (operation of the remote control).
    • com.miui.tv.analytics (responsible for updates).

๐Ÿ“บ Sony Bravia (Android TV)

Sony less loads the system with unnecessary applications, but there are nuances:

  • ๐Ÿ”น You can disable:
    • com.sony.dtv.ssarch (content search Sony Select).
    • com.sony.dtv.netflix (if you have a separate application Netflix).
  • ๐Ÿ”น Caution with:
    • com.sony.dtv.shell โ€”responsible for the proprietary interface. Removing it will return the standard one. Android TV Launcher.

๐Ÿ“บ NVIDIA Shield TV

On Shield TV you can delete almost everything, except:

  • com.nvidia.ota (firmware updates).
  • com.nvidia.shieldremote (remote operation).

But here it is safe to delete com.nvidia.tegrazone (game hub) and com.nvidia.shield.leanback (duplicates the standard launcher).

๐Ÿ“บ Philips / TCL (based on Android TV)

These TVs often suffer from โ€œbloatโ€ (unnecessary applications) from the manufacturer. You can remove:

  • com.tpvision.appstore (Philips App Gallery).
  • com.mstar.android.tv.tvplayer (built-in player, if you use it). alternatives).

But do not touch com.tpvision.tvinput this is the driver for the TV tuner.

โš ๏ธ Attention: On some models Philips and TCL removal com.google.android.tvlauncher may lead to loss of access to Netflix and Prime Video due to DRM restrictions. Check the operation of streaming services after the changes.

FAQ: Frequently asked questions about cleaning Android TV

You can Is it possible to remove Google Play Services (com.google.android.gms)?

No! This application is responsible for the operation of most services Google, including authorization, updates and synchronization. Removing it will break Google Play, YouTube and other applications. The maximum that can be done is to limit its activity in the background through Settings โ†’ Applications โ†’ Google Play Services โ†’ Battery โ†’ Optimization.

How to return a deleted system application?

If you deleted a critical application via ADB, there are two ways to return it:

  1. Reset to factory settings (Settings โ†’ Storage and reset โ†’ Data reset).
  2. Manual installation of APK:
    • Download the original firmware for your TV model from the official website.
    • Extract the required .apkfile from it (for example, using 7-Zip).
    • Install it via ADB:
      adb install file_name.apk

If not one method did not help, you will need to reflash the TV via USB.

Why did the TV begin to lag even more after removing applications?

This can happen for several reasons:

  • You deleted an application on which other apps depended (check the logs via adb logcat).
  • The system began to re-index the storage after clearing the cache (wait 10โ€“15 minutes).
  • Background processes from deleted applications remain (restart the TV).

Try clearing application data com.google.android.tvlauncher (Settings โ†’ Applications โ†’ Android TV Core Services โ†’ Storage โ†’ Clear data).

How to prevent the TV from installing unnecessary applications automatically?

To prevent the automatic installation of "bloat":

  1. Disable automatic updating in Google Play (Settings โ†’ Auto-update applications โ†’ Do not update automatically).
  2. Block installation from unknown sources (Settings โ†’ Security and restrictions โ†’ Unknown sources โ€” disable).
  3. Use ad blocker at the DNS level (for example, 1.1.1.3 from Cloudflare) to limit background downloads.
  4. Regularly check the list of applications in Settings โ†’ Applications i remove suspicious ones.
Is it possible to remove YouTube or Netflix from Android TV?

Technically, yes, but this is impractical. These applications are optimized for Android TV and take up little space. In addition:

  • YouTube is often used to watch videos, and deleting it will not free up much memory.
  • Netflix and Prime Video can check the presence of their applications for DRM (content protection) to work correctly.

If you donโ€™t need them, just disable them through the settings or hide them from the main screen through the launcher.