How to Remove Android App on Xiaomi Redmi Note in its Complete Way: From Standard Methods to ADB

Removing apps on Xiaomi Redmi Note smartphones seems like a simple task β€” until you find that after uninstallation, the program continues to take up space in memory, leaves files in folders or even appears in the list of installed after a reboot, especially for preinstalled system applications that MIUI does not allow you to delete in standard ways.

In this article, we will discuss 5 proven methods to uninstall an Android app on the Xiaomi Redmi Note (including the Note 8/9/10/11/12 series models) – from basic actions through the settings menu to advanced techniques using ADB and root rights. You will learn how to get rid of not only user programs, but also the built-in MIUI services that eat up the battery and RAM, as well as how to clean up residual files to free up maximum space.

Important: Some methods require technical knowledge and can affect the stability of the system, and we will explain the risks in detail and provide alternatives for beginners.

1. Standard removal through the settings menu

The easiest way is to use the built-in MIUI tools. It is suitable for custom applications installed from Google Play or.apk files.

How to do this:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the right app in the list (use the search bar to speed up).
  • πŸ—‘οΈ Press Remove (if the button is active).
  • πŸ”„ Confirm the action in the dialog window.

⚠️ Note: If the Remove button is inactive (grey), then the application is system or protected. MIUI. In this case, proceed to the following methods.

πŸ“Š What Redmi Note model do you use?
Redmi Note 8/9
Redmi Note 10/11
Redmi Note 12
Another model
I don't know.

After a standard deletion, there is often cache and data left to clear it:

  1. In the same app management menu, click Storage.
  2. Choose Clear the cache and Clear the data.
  3. For complete cleaning, restart the device.

πŸ’‘

If the application is not deleted due to the error "Delete is forbidden by the administrator", check the settings of the device β†’ Special features β†’ Device administrators and disable it from there.

2. Delete via Google Play (for custom applications)

If the app was installed through the Google Play Market, it can be uninstalled directly from the store, which is convenient when you need to remove several programs at the same time.

Instructions:

  • πŸ›’ Open Google Play and go to Profile β†’ Application and device management.
  • πŸ“‹ Tab Installed – Find the right application.
  • βœ… Tick it and click Remove it (basket icon).

This method has the advantage of automatically cleaning the residual files (as opposed to the MIUI settings menu), but it does not work for:

  • πŸ“± Applications installed from.apk (manual).
  • πŸ”’ System services MIUI.
  • πŸ“΄ Programs hidden from Google Play (e.g. Chinese versions of apps).

After deleting through Play Market, it is recommended to go to Settings β†’ Storage β†’ Cleanup and run a deep cleanup to delete temporary files.

3. Remove system applications without root (via ADB)

To remove embedded applications MIUI (For example, Mi Video, Mi Music, GetApps or Security, you don't have to get root rights. ADB (Android Debug Bridge – a tool for debugging through PC.

⚠️ Attention: Misuse of the right ADB It can cause system instability or even a device blink. Only remove applications that you know are safe.

Step-by-step:

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 4
  1. Activate USB debugging: Go to Settings β†’ About Phone. Click 7 times on MIUI to turn on Developer Mode. Go back to Settings β†’ Additional β†’ For Developers and turn on USB Debugging.

Connect your phone to your PC:

  • Use the original USB Type-C cable.
  • On your phone, select File Transfer Mode (not Charge Only).
  • Confirm the permission to debug on the smartphone screen.
  • Start the command line: Adb devices (should display your device).
  • Remove the application: adb shell pm uninstall --user 0 com.example.app Replace com.example.app with the batch name of the desired application (see table below).

List of popular MIUI system applications and their batch names:

AnnexPackage nameCan I remove it?
Mi Videocom.miui.videoplayerβœ… Yes.
Mi Musiccom.miui.playerβœ… Yes.
GetApps (Mi App Store)com.xiaomi.mipicksβœ… Yes.
Security (Security)com.miui.securitycenter❌ No (critically for the system)
Cleaner (Cleaning)com.miui.cleanmasterβœ… Yes (but you will lose your cleaning function)
How to find out the batch name of any application?
Install the App Inspector app on your phone (available on Google Play). Open it, find the app you want in the list, and copy the Package Name field value.

Once you run the command, the application will disappear from the menu, but its files will remain in memory.

adb shell pm clear com.example.app

4. Complete removal with root rights (for power users)

If you are willing to take the risk of getting root rights, this will open up access to the complete removal of system applications along with their files, including:

  • πŸ“ Folders in /data/data/.
  • πŸ—ƒοΈ Cash in /cache/.
  • πŸ”§ Configuration files in /system/priv-app/.

⚠️ Note: Getting root rights voids warranty on Xiaomi Redmi Note and may result in:

  • 🚫 Block services Google Pay, Netflix, banking applications.
  • πŸ”„ Unstable system operation (accidental reboots).
  • πŸ“΅ Poose. OTA-Updates (you will need to install firmware manually).

If you do decide, follow the instructions:

  1. Unlock the bootloader: Sign up on Xiaomi's official website and get permission to unlock. Download the Mi Unlock Tool and plug your phone in Fastboot mode (clip Volume Down + Power).
  2. Install Custom Recovery (TWRP): Download the TWRP version for your Redmi Note model from twrp.me. Run it through fastboot flash recovery twrp.img.
  3. Get root rights: Download Magisk and run it through TWRP. Reboot your phone.

Delete the annex:

  • Use Root Explorer or Titanium Backup to find and delete application folders in /data/data/ and /system/priv-app/.

For safe removal, we recommend you first make a backup through TWRP (Backup section), which will allow you to restore the system if something goes wrong.

πŸ’‘

Even with root rights, don’t remove system services that are responsible for communication (for example, com.android.phone) or the graphical interface (com.miui.home).

5. Cleaning of residual files after deletion

Even after uninstallation, applications often leave "junk" in the device's memory.

  • πŸ“‚ Folders in /storage/emulated/0/Android/data/.
  • πŸ—‘οΈ Cash in /data/data/ (root).
  • πŸ“„ Configuration files in /sdcard/.

How to clean:

No root:

  • πŸ” Use Files by Google or SD Maid to search for large folders.
  • πŸ—ƒοΈ Manually check the folders: /storage/emulated/0/Android/data/[packet] /storage/emulated/0/Android/obb/[packet]

From root:

  • πŸ› οΈ Install Root Browser and delete folders: /data/data/[packet] /data/app/[packet]
  • πŸ”„ Restart your phone to apply changes.

You can use SD Maid (requires root) to automate the process:

  1. Open the app and select CorpseFinder.
  2. Run the scan.
  3. Remove the β€œresidues” of the applications found.

πŸ’‘

If your phone is running slower after cleaning, try restarting it in Safe Mode (press the power button β†’ β€œReboot Safe Mode”). This will help identify conflicting processes.

6 Recovery of Remote System Applications

If after removing the system application through ADB or with root rights, the phone began to work incorrectly (for example, the Mi App Store disappeared or the firmware stopped updating), it can be restored.

Recovery methods:

  • πŸ”„ Reset to factory settings: Go to Settings β†’ The phone. β†’ Setting reset. Select Erase all data. ⚠️ All user data will be deleted!
  • πŸ“¦ Installation through ADB: adb install system_app.apk (You need to pre-download.apk system application for your version MIUI).
  • πŸ”§ Fastboot Flash: Download the full firmware for your model from Xiaomi. Sweat it through the Mi Flash Tool in Clean All mode.

If you are not sure which app you have removed, check the log command:

adb shell pm list packages -d

(Shows a list of disabled packets).

7.Alternatives to Remove: Shutdown and Freeze

If removing a system application seems risky, you can disable or freeze it, which will stop it from working and hide it from the menu, but does not free up disk space.

Disconnection through settings:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the appropriate application.
  3. Click Disable (if the button is active).

Freeze from root (via Titanium Backup):

  • πŸ› οΈ Install Titanium Backup and provide root access.
  • πŸ”οΈ Find the app in the list and select Freeze.
  • πŸ”„ To defrost, press Unfreeze.

⚠️ Note: Do not disable or freeze system services that are responsible for:

  • πŸ“Ά Communications (com.android.phone).
  • πŸ”‹ Food management (com.miui.powerkeeper).
  • πŸ”’ Security (com.miui.securitycenter).

This can result in a loss of network, a quick battery drain, or an inability to boot the system.

FAQ: Frequent questions about removing apps on Xiaomi Redmi Note

❓ Can Google Play Services be removed without consequences?
❌ No. Google Play Services is a critical component for most applications, including Google Play, Gmail, YouTube and banking, and its removal will lead to the removal of the Internet: 🚫 Errors of synchronizing Google account. πŸ“± Inoperability of applications dependent on Google API. πŸ”„ Permanent system error notifications. If you want to save battery, instead of deleting, disable auto-update in Settings β†’ Annexes β†’ Google Play Services β†’ Notifications.
❓ Why does the app reapp appear after the update? MIUI?
This is because Xiaomi restores system applications when updating the firmware.To avoid this: Use ADB flag-drop --user 0 (as described in the section 3). Turn off automatic updates MIUI In Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto Update. Install custom firmware (like LineageOS) that doesn’t have any unnecessary Xiaomi apps. ⚠️ Disabling updates MIUI It may affect the security of the device!
❓ How to remove viruses that masquerade as system applications?
If you suspect there is malware on your phone that is not being removed in standard ways: πŸ›‘οΈ Scan through Malwarebytes or Dr.Web. πŸ” Check the list of installed applications in Settings β†’ Applications for suspicious names. πŸ“΅ If the virus blocks deletion, download the phone to Safe Mode (press the power button). β†’ "Restart in Safe Mode" and try again. πŸ”§ In extreme cases, perform a reset to factory settings (don’t forget to make a backup data!). ⚠️ Some viruses (e.g. xHelper) recover after a reboot, and only flashing through Fastboot will help.
❓ What apps can be safely removed from Xiaomi Redmi Note?
List of safe to remove system applications (do not affect system stability): Application Package name What gives removal Mi Video com.miui.videoplayer Free ~50MB, removes the backup player Mi Music com.miui.player Free ~30MB, you can use Google Play Music GetApps (Mi App Store) com.xiaomi.mipicks Remove ads and unnecessary updates Mi Browser com.android.browser Can be replaced with Chrome or Firefox Cleaner com.miui.cleanmaster Remove background processes but lose the cleanup function ❌ Do not delete: com.miui.securitycenter (Security), com.android.settings (Settings), com.miui.home (Luncher).
❓ How to return a remote application if there is no backup?
If you have removed the application through ADB Or with root rights and didn't back up, try it: πŸ” Find.apk files of this application in thematic forums (for example, 4PDA). πŸ“¦ Install it through adb install. πŸ”„ If the application is system, download the full firmware for your model and extract the desired.apk from it (for example, through Mi Firmware Extractor). For Google applications (for example, YouTube, Gmail), it is enough to reinstall them from Google Play.