What apps can be removed from Xiaomi Redmi 6 Pro: full list and instructions

Why are there so many pre-installed apps on Xiaomi Redmi 6 Pro?

The Xiaomi Redmi 6 Pro, launched in 2018, has become one of the most popular budget smartphones due to its price-performance balance, but many users are faced with a problem: even on โ€œcleanโ€ firmware, the device is filled with dozens of preinstalled applications from MIUI, Google and Xiaomi partners, which take up precious space in memory, consume battery power in the background and sometimes even show ads.

The reason for this abundance lies in Xiaomiโ€™s business model: the company monetizes budget devices through partner services (such as Mi Browser with integrated advertising) and exclusive applications (such as Mi Community or Mi Video), and the Redmi 6 Pro came with a MIUI 9/10 based on Android 8.1 Oreo, where many system components were hard-wired into firmware, which means that simply removing them through standard settings will not work.

But the good news is that most of these applications can be safely deactivated or removed without getting root permissions, using hidden ADB features or third-party utilities, and the key is to know which programs are critical to the system and which are only ballast. In this article, we will understand what you can uninstall on Redmi 6 Pro, how to do it correctly, and what pitfalls may be waiting for you.

What apps can be removed without consequences?

Before you start cleaning, it is important to divide all pre-installed programs into three categories:

  • โœ… Safe to remove โ€“ applications that do not affect the stability of the system (advertising services, duplicate programs, games).
  • โš ๏ธ Conditionally secure โ€“ programs that can be removed, but this may affect the functionality of some features (for example, Mi Account is needed for synchronization).
  • โŒ Critical โ€“ system components, the removal of which will lead to failures or โ€œbrickingโ€ of the device.

Below is a list of apps that can be removed from Redmi 6 Pro without risk to the system (relevant to MIUI 9/10/11 based on Android 8.1):

Title of the annexPackage name (package name)DescriptionCan I remove it?
Mi Browsercom.android.browserStandard browser with advertising and data collectionโœ… Yes.
Mi Videocom.miui.videoplayerVideo player with integrated servicesโœ… Yes.
Mi Musiccom.miui.playerMusic player (can be replaced by VLC or AIMP)โœ… Yes.
Mi Communitycom.xiaomi.channelXiaomi User Forum (rarely used)โœ… Yes.
Cleaner (Cleaning)com.miui.cleanmasterBuilt-in "garbage" (often working in the background)โœ… Yes.

A full list of unnecessary apps can be found in the extended table section. Remember that some programs (such as Google Play Music or Du Apps) can be useful to individual users - only delete what you are not using.

๐Ÿ“Š You have removed pre-installed apps on your Xiaomi?
Yes, through ADB.
Yes, root.
No, I'm afraid to break the system.
I tried it, but it didn't work out.

How to remove applications without root rights (ADB method)

The safest way to get rid of unnecessary programs on the Redmi 6 Pro is to use Android Debug Bridge (ADB), which does not require superuser rights and is reversible: if necessary, applications can be restored through a reset.

The work will require:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/Linux/macOS
  • ๐Ÿ“ฑ USB-cable (preferably original)
  • ๐Ÿ”ง Installed drivers ADB and Fastboot
  • ๐Ÿ“ฒ Included debugging by USB smartphone

Step-by-step:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone โ†’ MIUI version and tap 7 times on this item.
  2. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  3. Connect your smartphone to your PC and confirm your trust in the computer on the device screen.
  4. Open the command line (or Terminal) and type:
adb devices

If the device is identified, execute a command to delete (for example, for Mi Browser):

adb shell pm uninstall -k --user 0 com.android.browser

After the command is executed, the application will disappear from the menu, but its data will remain in the system (parameter). -k To completely erase the program, remove the cache. -k team-mate.

USB debugging enabled

Installed ADB drivers on PC

The smartphone is connected in file transfer mode (MTP).

Backup of important data is made

Application packages are checked for compatibility with MIUI 9/10-->

โš ๏ธ Note: Some applications (e.g., com.xiaomi.mipicks) may be associated with system services, and their removal will lead to errors in the work. MIUI. Always check the packages on our list before executing commands.

What apps should not be removed (and why)

Despite the desire to free up maximum memory, some programs on the Redmi 6 Pro are strongly discouraged.

  • ๐Ÿ”„ Cyclical reboot (bootloop)
  • ๐Ÿ“ต Loss of communication (calls or mobile internet will not work)
  • ๐Ÿ”‹ Accelerated battery discharge (due to power management failures)
  • ๐Ÿšจ Persistent errors such as "System-based" UI stopped"

List of prohibited applications for removal:

AnnexPackage name (package name)Effects of removal
Systemic UIcom.android.systemuiCompletely collapsed interface, the phone will become unusable
Mi Accountcom.xiaomi.accountLoss of access to Xiaomi cloud services, inability to unlock after reset
Telephone (Phone Services)com.android.phoneMobile phone service will disappear, SMS and USSD-request
Google Services Frameworkcom.google.android.gsfAll Google services (Play Market, Gmail, etc.) will stop working.

If you accidentally delete one of these apps, the only way to get back up is to completely reset your settings or flash through Fastboot. In some cases, recovery through adb shell cmd package install-existing helps, but this does not always work.

๐Ÿ’ก

Before mass removal of applications, back up via Settings โ†’ Additional โ†’ Backup and Reset. This will allow you to quickly restore the system if something goes wrong.

Alternative methods: deactivation and freezing

If deleting through ADB seems too risky, you can take the other route: deactivate or freeze unnecessary applications, which will not free up memory, but will stop them from working in the background and prevent ads from showing.

Methods of deactivation:

  1. Using Android Settings: Go to Settings โ†’ Apps โ†’ App Management. Select an unnecessary app (like Mi Browser). Click Disable (if the button is active).
  2. With third-party utilities: ๐Ÿ› ๏ธ App Inspector โ€“ Shows Hidden System Applications. โ„๏ธ Ice Box Freezes Programs Without Root. ๐Ÿ”’ Package Disabler (requires) ADB-access).

The advantage of freezing is that the app doesn't get deleted completely, it just goes to sleep, and it can be easily brought back to life if you need it, like Mi Video can be useful for playing files in rare formats, and Cleaner is sometimes useful for quickly cleaning the cache.

โš ๏ธ Note: Some applications (e.g. com.miui.analytics) may automatically turn on after deactivation. ADB-command to remove completely or utility like Ice Box with auto-run function.

What to do if the phone starts to glitch after removal?

Even if you follow the instructions, sometimes removing apps can lead to unexpected consequences, from small lags to complete failure of the device.

Symptom: After deleting com.xiaomi.misettings, the theme or sound settings are lost.

  • ๐Ÿ”„ Restart your phone โ€“ sometimes it restores temporary files.
  • ๐Ÿ“ฒ Install a third-party launcher (like Nova Launcher) to get around system interface failures.
  • ๐Ÿ”ง Restore the application through ADB: adb shell cmd package install-existing com.xiaomi.misettings

Symptom: The error "Com.android.phone process has stopped" is constantly being sent.

  • ๐Ÿ“ต Check if you have deleted com.android.phone or com.android.telephony.
  • ๐Ÿ”‹ Perform a reset of network settings: Settings โ†’ SIM-maps and mobile networks โ†’ Resetting network settings.
  • ๐Ÿ› ๏ธ If nothing helps, reset your phone to factory settings.

In extreme cases, if the device stopped turning on or loads only in Fastboot, you will need to flash through the Mi Flash Tool. To do this, download the official firmware for Redmi 6 Pro (codename sakura) from the Xiaomi website and follow the instructions:

Instructions for flashing through Fastboot
1. Download and install the Mi Flash Tool on PC. 2. Unpack the archive with the firmware (.tgz format) in a folder without Cyrillic characters. 3. Download the phone to Fastboot mode (press Power + Vol Down). 4. Connect the device to the PC and in the Mi Flash Tool select the folder with the firmware. 5. Press Refresh, then Flash (select the Clean all option). 6. Wait for the process to complete (5-10 minutes) and restart the phone.

How to prevent the reappearance of remote applications

One of the most common problems after cleaning the Redmi 6 Pro is the automatic recovery of deleted applications after updating MIUI.

1. Turn off automatic MIUI update:

  • Go to Settings โ†’ About the phone โ†’ System update.
  • Slip on the three dots in the top right corner and select Update Settings.
  • Turn off the option of Automatic download via Wi-Fi.

2. Block the update of specific applications:

  • Use ADB to prevent packet updates: adb shell pm hide com.android.browser This command hides the app from the update system.
  • Install AppOps (requires) ADB-access) and prohibit auto-run of unnecessary services.

3.Use custom recovery (for advanced users):

  • Install TWRP for Redmi 6 Pro (codename sakura).
  • Create a backup of the /system partition before upgrading.
  • After the update, restore the backup to return the deleted applications.

โš ๏ธ Note: Blocking system application updates can lead to security conflicts, especially if you use Google Pay or banking applications, in which case it is better to limit yourself to deactivation rather than complete deletion.

Full list of Xiaomi Redmi 6 Pro apps (which can be removed)

Below is an extended table with all the pre-installed applications on Redmi 6 Pro (MIUI 9/10), divided into categories. Before deleting, make sure to check if you are using a particular feature!

CategoryName of namePackage name (package name)Can I remove it?Notes
๐ŸŒ Internet and browsersMi Browsercom.android.browserโœ… Yes.Replace it with Chrome or Firefox
Mi Browser (Global)com.mi.globalbrowserโœ… Yes.Analogue of the standard browser for global firmware
Facebook App Installercom.facebook.systemโœ… Yes.Installs Facebook Services in the background
Facebook App Managercom.facebook.appmanagerโœ… Yes.Responsible for push notifications from Facebook
Facebook Servicescom.facebook.servicesโœ… Yes.Used for integration with the social network
๐ŸŽต Multimedia.Mi Videocom.miui.videoplayerโœ… Yes.You can replace the MX Player or VLC
Mi Musiccom.miui.playerโœ… Yes.Alternatives: AIMP, Poweramp
Mi Sound Recordercom.miui.soundrecorderโœ… Yes.Voice recording can be done via Google Drive
FM Radiocom.miui.fmโš ๏ธ Conditionally.Remove function FM-radio (useful when travelling)
๐Ÿ“ฑ System utilitiesCleaner (Cleaning)com.miui.cleanmasterโœ… Yes.Replace with SD Maid or Files by Google
Security (Security)com.miui.securitycenterโŒ No.Critical for Antivirus and Permits
Mi Dropcom.xiaomi.midropโœ… Yes.Service for transferring files over Wi-Fi

For convenience, we've divided apps into safe, conditionally secure, and critical, and if you're not sure what a package is, you better not touch it or deactivate it first.

๐Ÿ’ก

Before mass removal, backup through adb backup or TWRP. This is the only way to get the system back to working if something goes wrong.

FAQ: Frequent questions about removing apps on Redmi 6 Pro

Can I remove Google Play Services? That will free up a lot of space.
โŒ No, Google Play Services (com.google.android.gms) is a critical component for all Google services, including Play Market, Gmail and YouTube, and its removal will lead to the collapse of most applications. If you are short of memory, it is better to disable auto-update for unnecessary programs or transfer files to the computer. SD-map.
After removing Mi Browser, links from other apps stopped opening. How do I fix them?
This is because Mi Browser was set as the default browser for link processing. Install an alternative browser (like Chrome) and in its settings select the option to Open Supported Links. You can also reset the default application settings in Settings. โ†’ Annexes โ†’ Application management โ†’ โ‹ฎ โ†’ Resetting application settings.
How to remove applications if ADB canโ€™t see the device?
Problem with connecting through ADB Most often associated with the absence of drivers or the wrong mode USB. Try: Install official Xiaomi drivers from the support site. Switch mode USB file transfer (MTP). Turn on Debugging. USB (security settings in Settings โ†’ Additionally. โ†’ For developers. Try another. USB-If nothing works, use alternative methods, such as Debloater Tools for Windows.
I deleted Mi Account, and now I can't log in after I reset.
Mi Account binding (com.xiaomi.account) is required to unlock the device after resetting. If you delete this app and now the phone asks for a login/password: Try to remember the data from your Xiaomi account and log in. If you can't, connect to Wi-Fi and try to reset your password through the official website. In extreme cases, you'll have to flash your phone through Fastboot with a complete data cleanup). โš ๏ธ Do not delete com.xiaomi.account in the future if you plan to use Xiaomi cloud services.
Can I uninstall applications on Redmi 6 Pro without a computer?
Yes, but with reservations: ๐Ÿ“ฑ Settings: You can only disable some apps (not everyone supports this option). ๐Ÿ› ๏ธ With Launchers: Some launchers (like Nova Launcher) allow you to hide system applications from the menu. ๐Ÿ”ง Termux: You can install Termux from F-Droid and use it ADB-You can use the commands directly from your phone, but it requires Linux skills (TWRP).