You open up the app menu on your Xiaomi and suddenly find that the same programs are duplicated: two galleries, two browsers, two calendars, or even two Google Play Stores. MIUI, Especially after updates or resets, duplicates not only take up extra memory space, but also create confusion as to which application is βrightβ and which can be removed without risk to the system?
In this article, we will explore why dual apps appear on Xiaomi, which ones are safe to remove and which ones should not be touched. MIUI We will also explain how to avoid duplicates and what to do if the application βresurrectsβ after removalΒ».
Before you start cleaning, it is important to understand that not all duplicates are the same, some are due to the features of the firmware (for example, Google services and their products). MIUI-Some are due to bugs when installing updates, and others may be due to virus software. We will help you distinguish them and act as efficiently as possible.
Why are there dual apps on Xiaomi?
Duplicate applications on Xiaomi smartphones are not an accident, but a consequence of the firmware architecture MIUI. Here are the main reasons for their appearance:
- π System vs. user conflict: Many applications (e.g. Gallery, Camera or Browser) are built into firmware initially, but when you upgrade through Google Play, they are installed as a "user" version.
- π¦ Pre-installed Google services and MIUI. The firmware contains both Xiaomi-branded apps (Mi Browser, Mi Video) and their Google counterparts (Chrome, YouTube). These are not duplicates in the literal sense, but they perform similar functions.
- π§ Errors in updating MIUI. If the firmware update is interrupted or has gone through with errors, the system may βforgetβ to delete the old version of the application, leaving both versions of the application.
- π¦ Viruses or incorrectly installed APK. Some malware masquerades as system applications, creating copies of them with similar names (for example, Google Play Services and Google Play Service β note the absence of the letter βsΒ»).
This is especially common on devices with MIUI 12-14, where Xiaomi is actively integrating its own services in parallel with Google, for example, on the same phone can exist simultaneously:
- π· Camera. MIUI (System) and Google Camera (user installed);
- π Mi Browser and Google Chrome;
- π Calendar MIUI and Google Calendar.
This is not a mistake, but a conscious decision by the manufacturer, but if you see two identical apps with the same name and icon (for example, two Galleries or two Google Play Stores), this is cause for concern.
Which dual applications can be removed and which can not?
Before you click "Delete", you need to clearly understand which of the applications is system and which is user-friendly, and removing critical components can lead to the failure of certain functions of the phone or complete loss of functionality. MIUI.
| Type of application | Examples | Can I remove it? | Effects of removal |
|---|---|---|---|
| System (built-in firmware) | Settings, Phone, Messages, Google Play Services | β No. | System failure, errors when running other applications |
| Systemic, but with user updates | Gallery, Camera, Mi Browser | β οΈ Partially* | You can roll back to the factory version or turn off. |
| Custom (installed from the Play Store) | Chrome, Gmail, YouTube | β Yes. | No consequences (can be reinstalled) |
| Duplicate due to update errors | Two Galleries with the Same Icons | β Yes** | Only the duplicate will be removed, the original will remain. |
| Viral or suspicious | Google Play Service (without "s"), System Update (unknown origin) | β Yes (with caution) | Risk of removing the desired application if confused |
* For system applications with updates, you can use the Disable or Remove Updates function in the application settings.
** Before removing the duplicate, check the version of the application in Settings β Appendices: Usually the duplicate has an older version or a "Cloned" labelΒ».
β οΈ Warning: Never remove applications called com.android., com.miui. or com.google.android.gsf are critical components of the system).
Method 1: Remove duplicates through settings MIUI
The easiest and safest method is to use built-in tools. MIUI. It is suitable for removing user applications and disabling system duplicates.
Instructions:
- Open Settings β Applications β Application Management.
- In the list, find the duplicate app. Notice the icon next to the name: π± Green Android robot β user application (can be removed completely). βοΈ Cogs - system application (you can only disable or remove updates).
- ποΈ Remove β for user applications.
- π Remove updates β for system applications with updates.
- π« Disable β if removal is not available.
If you see two galleries that are the same, check their versions first:
- Open information about each application.
- The one with the older version or the βClonedβ mark is a duplicate.
βοΈ Check before removing the duplicate
β οΈ Note: After disabling the system application (for example, Mi Browser), its icon will disappear from the menu, but the files will remain in memory.
Method 2: Use the "Duplicates of Applications" function in MIUI
Starting with MIUI 12, there's a built-in tool in the firmware to find duplicates, and it analyzes the installed programs and suggests that you delete or disable unnecessary copies.
How to use:
- Go to Settings. β Annexes β Duplicate applications.
- Wait until the scan is completed. The system will show a list of applications with the same functions (for example, two browsers or two galleries).
- Opposite each duplicate, there's a button called Delete or Disable. Choose the action you want.
Note that this tool not only finds exact duplicates, but also applications with overlapping functionality, for example, it can suggest removing Chrome if you already have Mi Browser installed, and you have to decide which app to leave.
If the Duplicate Apps feature is not in your version MIUI, Try updating your firmware or using alternative methods from this article.
Method 3: Remove via ADB (for power users)
If the standard methods did not help, and duplicates remained, you can use Android Debug Bridge (ADB). This method requires connecting the phone to a computer and basic command line knowledge, but allows you to remove even those applications that are not connected to the computer. MIUI keeps you from touching.
Step-by-step:
- Install ADB and Fastboot Tools on your computer.
- Turn on the developer mode on the phone (go to Settings β About phone and 7 times click on the MIUI version).
- Activate USB Debugging in Settings β Additional β For developers.
- Connect the phone to your PC and type in the command line: Adb devices Make sure the device is identified (should appear its serial number).
- Get a list of all applications: adb shell pm list packages Find a duplicate application (e.g. com.miui.gallery) in the list.
- Remove the duplicate command: adb shell pm uninstall -k --user 0 For example, to remove the duplicate gallery: adb shell pm uninstall -k --user 0 com.miui.gallery
Team keys:
- -k - saves the cache and application data.
- --user 0 β Deletes only for the current user (does not affect system files).
β οΈ Note: Removing system packages through ADB This can cause your phone to run in an unstable way. Before experimenting, back up your data and be prepared to reset your settings.
How to return the deleted application via ADB?
Method 4: Manually clean through file manager (for advanced ones)
This method is suitable if duplicates appeared due to incorrect installation. APK-It requires a file manager with access to system folders, such as MiXplorer or Solid Explorer (with Root mode enabled).
Instructions:
- Open the file manager and go to the folder /data/app/ (Here are stored user applications).
- Find folders with duplicate app names. They usually look like: com.android.gallery-1 com.android.gallery-2
- Delete the folder with the duplicate (for example, com.android.gallery-2).
- Reboot the phone.
If the duplicate is in the folder /system/app/ or /system/priv-app/, It's not recommended to remove it, because it can damage the firmware. ADB (method 3) or disable the application through settings.
To find viral duplicates, check the folders:
- /data/app/ β user-apps;
- /system/app/ β system-application;
- /data/local/tmp/ β Temporary files (often used by viruses).
π‘
Before manually deleting folders, be sure to check their contents. Viruses are often disguised as system files, but have suspicious names (for example, viruses are often disguised as system files, com.android.google.play.service.apk instead of com.google.android.gms).
Method 5: Reset to factory settings (last resort)
If no methods have worked, and dual apps continue to appear, the last option is a complete reset of the phone, which will delete all user data and applications, return the firmware to its original state.
How to reset:
- Create a backup of important data (photos, contacts, messages).
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm the action.
- Once you reboot, the phone will look like new. Install apps only from trusted sources.
Resetting helps in cases where duplicates have appeared due to:
- π Incorrect firmware update;
- π¦ Virus software that is not removed by standard methods;
- π± Mistakes in work MIUI, cache-related.
β οΈ Warning: After a reset, do not restore data from a backup created before duplicates appear.This can return the problem.Install applications manually, avoiding mass recovery.
How can we prevent the emergence of dual applications in the future?
To avoid recurring problems, follow these guidelines:
- π Update your firmware regularly, but only through official channels (Settings) β System updates: Avoid custom firmware unless you are sure it is stable.
- π₯ Install apps only from Google Play. APK-Files may contain duplicates or viruses.
- π‘οΈ Use an antivirus (such as Google Play Protect or Dr.Web) to scan new apps.
- π« Don't disable system applications unless you understand their purpose.
- π Periodically check the list of applications in Settings β Suspicious duplicate applications.
If you often encounter duplicates after updates, try turning off automatic app updates in the Google Play Store:
- Open Play Store β Click on the profile avatar β Settings.
- Select Auto-Update Applications β Never.
This will allow you to manually monitor the update process and avoid conflicts between old and newer versions of apps.
π‘
On devices with MIUI 14 and later, the dual application problem is less common due to the improved package management system. If your phone supports upgrading to the latest firmware version, be sure to follow it.