The YouTube app on Xiaomi Redmi 9T is often a source of annoyance: it takes up space in memory, consumes traffic in the background and prevents you from completely disabling updates. Unlike most user programs, YouTube on Xiaomi is often embedded in the firmware as a system application โ it can not be removed in the standard way through the settings menu. But this does not mean that the task is impossible.
In this article, we'll look at all the possible methods, from temporary shutdown to complete deletion with ADB and even manual intervention in system files. It's important to understand that the depth of intervention depends on your goals. If you just want to hide an application, the first two ways will suffice. If the goal is to make room and get rid of background activity forever, you have to use advanced techniques. On Redmi 9T with MIUI 12.5+ firmware, the method of disconnecting through Settings โ Applications is unstable - the application can self-heal after system updates.
Before you start, check:
- ๐ฑ Version MIUI: Settings โ The phone. โ Version. MIUI. On the Redmi. 9T current versions 12.5โ14.
- ๐ Root rights status: if the phone is not rooted, methods with ADB and editing system files will require unlocking the bootloader.
- ๐ฆ Free space: after removal of the system APK Up to 150-200 MB (depending on YouTube version).
1. disable YouTube without deleting (the safest way)
If you don't have to permanently erase an app, but you just stop it and hide it from the menu, this is the best way to do it, and it doesn't require superuser rights, and it's reversible, and if you need it, you can re-activate YouTube.
Steps to shut down:
- Open Settings โ Applications โ Application Management.
- In the search bar, type โYouTubeโ and select the app from the list.
- Click Disable (the button will appear if the application is system).
- Confirm the action in the dialog window.
What happens after the shutdown:
- ๐ซ YouTube icon will disappear from the app menu.
- ๐ต The app will stop receiving updates via Google Play.
- ๐ Background processes (e.g. statistics collection) will be stopped.
- โ ๏ธ But! the application files will remain in the memory of the phone and will take about 100-150 MB.
โ ๏ธ Note: On some versions MIUI After major system updates, disabled applications can automatically turn on again!
๐ก
If the โDisableโ button is inactive, try first to delete all YouTube updates through Settings. โ Annexes โ YouTube โ โฎ โ Remove updates.
2.Removal of updates and reset to factory version
YouTube on Redmi 9T consists of two parts:
- System APK is a firmware version (usually outdated).
- Updates from Google Play are new versions that are downloaded automatically.
Even if you completely remove the application will not work, you can at least return it to the factory state - it will free up to 50-80 MB and stop background activity.
Instructions:
- Go to Settings โ Applications โ Application Management โ YouTube.
- Press three points (โฎ) in the upper right corner and select Remove Updates.
- Confirm the action. The app will go back to the version that was used when you bought the phone.
- (Optional) Turn off auto-update for YouTube on Google Play: Open Play Store, find YouTube. Click on three dots next to Update. Uncheck Auto Update.
After that:
- โ The application will stop updating automatically.
- โ New features (like YouTube Premium or Shorts) will disappear).
- โ But systemic. APK It will remain and cannot be removed without ADB or root rights.
What to do if the โRemove Updatesโ button is inactive?
3.Use ADB for uninstallation (no root)
ADB (Android Debug Bridge) is an Android debugging tool that lets you execute commands on your phone from your computer, and you can delete YouTube without root rights, but you need to unlock Developer Options and enable USB Debugging.
Step-by-step:
- Phone Preparation: Activate Developer Options: Go to Settings โ About Phone and 7 times click on MIUI Version. Return to Settings โ Additional โ For Developers and enable USB Debugging.
- Install ADB on PC: Download Platform Tools from the official Android website. Unpack the archive into a folder (for example, C:\adb). Connect Redmi 9T to your computer via USB (select File Transfer Mode).
Execution of the command:
adb shell pm uninstall -k --user 0 com.google.android.youtube- Open the command prompt (Win + R โ cmd) and go to the folder with ADB:
- Enter the command above and press Enter.
What do flags in a team mean:
- -k - saves the cache and application data (if you want to delete everything, remove this flag).
- --user 0 โ It indicates the current user (does not require root).
โ ๏ธ Note: Some firmware Xiaomi may recover from YouTube after the reboot. To avoid this, before you execute the command, turn off the Internet and remove all app updates (see section 2).
โ๏ธ Preparation for removal through ADB
4. Complete removal through root rights
If you are willing to take drastic measures and you have an unlocked bootloader with Magisk or another root manager installed, you can delete YouTube permanently, including all system files, which is suitable for experienced users, as it carries the risk of disrupting the stability of the system.
Methods of disposal:
- Through file manager with root: Install Root Explorer or FX File Explorer. Go to /system/priv-app/YouTube or /system/app/YouTube. Delete the entire folder or files inside (YouTube.apk, YouTube.odex if any). Reboot your phone.
Through Terminal Emulator:
su
mount -o rw,remount /system
rm -rf /system/priv-app/YouTube
rm -rf /system/app/YouTube
mount -o ro,remount /system
rebootAdvantages of the method:
- ๐งน Complete removal of all YouTube traces, including cache and data.
- ๐ Free up to 200 MB of memory.
- ๐ The app will never recover on its own again.
Risks:
- โ ๏ธ If you sloppyly delete system files, the phone may stop booting (bootloop).
- โ ๏ธ Certain functions MIUI (Google Services may not work smoothly.
- โ ๏ธ After the firmware update, YouTube may return.
๐ก
Before you delete your system files, make sure to back up via TWRP or OrangeFox, which will allow you to recover your phone in the event of a crash.
5. Alternative methods: Disconnect via Titanium Backup or Debloater
If ADB seems complicated and root rights don't, you can use specialized utilities to trim system applications, which automate the process and reduce the risk of errors.
Method 1: Titanium Backup (requires root)
- ๐ Install Titanium Backup from Google Play.
- ๐ Find the list of applications com.google.android.youtube.
- ๐๏ธ Click Delete! and confirm the action.
- ๐ Reboot the phone.
Method 2: Universal Android Debloater (without root, via ADB)
- ๐ป Download Universal Android Debloater on PC.
- ๐ฑ Get Redmi on board. 9T down USB plugged.
- ๐ฑ๏ธ Start the program, select com.google.android.youtube in the list.
- ๐ซ Press Uninstall (the application will be deactivated for the current user).
The advantages of these methods are:
- ๐ฏ More secure than manual editing of system files.
- ๐ You can return the application back with one click.
- ๐ Supports batch removal of several unnecessary apps (e.g. Google Duo, MIUI Bloatware).
6 What to do if YouTube is back after MIUI update
One of the most common problems with the Xiaomi Redmi 9T is the self-repair of remote system applications after a firmware update, which is because MIUI contains a system APK protection mechanism that restores them when critical updates are made.
How to prevent YouTube from returning:
- ๐ Turn off automatic updates MIUI: Go to Settings. โ The phone. โ Update the system. Press three dots (โฎ) and select Update Settings. Turn off Autoboot and AutoInstall.
- ๐ฅ Install updates manually: Download firmware from Xiaomi's official website. Uninstall YouTube via YouTube before installing ADB or Debloater.
- ๐ก๏ธ Use Magisk modules: Install Universal Debloater or Xiaomi Debloater via Magisk. These modules block the recovery of remote applications after updates.
If YouTube is back,
- Repeat the removal process through ADB (Section 3).
- Check for updates for Universal Android Debloater โ newer versions often add support for fresh MIUI firmware.
- If nothing works, consider switching to custom firmware (like LineageOS or Pixel Experience) that doesnโt have a sewn-in YouTube.
| Deleting method | Root is required. | Reversibility | Risk of failure | Place vacated |
|---|---|---|---|---|
| Disconnection in settings | โ No. | โ Yes. | โ No. | 0 MB (files remain) |
| Removal of updates | โ No. | โ Yes. | โ No. | 50โ80 MB |
| ADB-team | โ No. | โ Yes. | โ ๏ธ Low. | 100โ150 MB |
| Root + manual removal | โ Yes. | โ No (no backup) | โ ๏ธโ ๏ธ High-pitched | 150-200 MB |
| Debloater-utilities | โ No (except Titanium) | โ Yes. | โ ๏ธ Medium. | 100โ180 MB |