How to remove the icon from the screen Xiaomi: hide applications and system icons

Your Xiaomi screen has accumulated unnecessary app icons or system icons that interfere with user-friendly use? Perhaps these are remnants of deleted programs, duplicates from MIUI updates, or just apps that you do not use but do not want to remove. Unlike iOS, where hiding icons requires workarounds, Android on Xiaomi devices offers several built-in and hidden mechanisms to solve this problem.

In this article, we will look at 5 proven ways, from simple (hiding through the launcher) to advanced (ADB commands and editing system files), and pay special attention to the nuances of different versions of MIUI 14/15, as well as the risks that can arise from using informal methods. If you want to not just hide the icon, but completely disable the application, at the end of this article there is a bonus section with instructions for deactivating system services without losing functionality.

1. Hiding icons through the standard MIUI launcher

The safest and most reversible way is to use the built-in MIUI launcher features, which are suitable for most models (Redmi Note 12, POCO X5, Xiaomi 13, etc.) and does not require superuser rights. Importantly, this method hides the icon only from the home screen, but the application will remain in the All apps menu.

Instructions:

  • πŸ“± Long click on the app icon β†’ Choose to Remove (Do Not Delete!).
  • πŸ” If there is no Remove option, drag the icon to the top of the screen (the inscription β€œDelete” or β€œHide” will appear).
  • πŸ”„ To return the icon, open the App Menu. β†’ Find a hidden app β†’ push-on β†’ Add to the main screen.

β˜‘οΈ Preparation for hiding icons

Done: 0 / 3

Method limitation: System applications (e.g. Security, Topics) are often blocked from being hidden.

⚠️ Attention: On some firmware (MIUI Global for European Region) Hiding option may not be available due to Xiaomi policy. β†’ The phone. β†’ Update MIUI.

2.Use of the Hidden Applications folder (MIUI 14+)

Since MIUI 14, Xiaomi has officially hidden apps through a secure folder, a method that not only removes icons from the screen, but also blocks access to apps without a password/fingerprint, suitable for sensitive applications (bank applications, instant messengers).

How to set up:

  1. Open Settings β†’ Applications β†’ Hidden Applications.
  2. Enter a password or use biometrics to confirm.
  3. Select apps from the list and click Hide.
  4. Icons will disappear from the home screen and app menu, and will only be accessed through Settings β†’ Hidden Apps.
MIUI versionSupport for the functionLimitations
MIUI 14 (Global/EU)Yes.Maximum 10 annexes
MIUI 15 (Beta)Yes.Requires an account binding Mi
MIUI 13 and belowNo.β€”

Important: When you reset your phone to factory settings, the hidden apps will become visible again. To avoid this, link your Mi Account before using the feature.

3. disable icons of system applications through ADB

If standard methods do not work (for example, for Google Play Services or Mi Video applications), you can use the app. ADB-This is a way of connecting to a computer, but it doesn't need root rights.

Step-by-step:

  1. Enable USB Debugging in Settings β†’ About Phone β†’ MIUI Version (click 7 times) β†’ Return to Additional Settings β†’ For Developers.
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Open the command line (Windows) or the terminal (Mac/Linux) and type:
adb shell pm hide com.miui.video # example for Mi Video


adb shell pm hide com.google.android.gms # for Google Play Services

To return the icon, replace hide with unhide.

πŸ’‘

Before using ADB, check the full name of the application packet with the command adb shell pm list packages | grep "name." For example, for Facebook it is com.facebook.katana.

⚠️ Warning: Disabling system applications (e.g. com.miui.securitycenter) can cause your phone to run in an unstable way.

4. Hiding icons through third-party launchers

If the built-in MIUI features don’t suit you, you can install an alternative launcher (such as Nova Launcher, Apex Launcher or Hyperion) that offers advanced icon hiding settings, including:

  • πŸ“¦ Hiding individual apps from the menu.
  • πŸ”’ Blocking access to applications by password.
  • 🎨 Grouping icons into invisible folders.
  • πŸ”„ The ability to return hidden icons in one click.

Example of settings in Nova Launcher:

  1. Install a launcher from Google Play.
  2. Long tap on the home screen β†’ Settings Nova β†’ Hiding apps.
  3. Choose the apps you want to hide.
  4. Apply the changes and restart the launcher.
πŸ“Š What kind of launcher are you using on Xiaomi?
Standard MIUI
Nova Launcher
Apex Launcher
Other
I don't use launcher.

Advantage: does not require any intervention in the system and works on any version of Android. MIUI.

5. editing system files (root only)

For root users, the most flexible method is direct editing of system files, which allows you to hide even those icons that do not lend themselves to other methods (for example, Google Discover icons or Mi Share icons), the risk is high: improper actions can lead to a β€œbootloop”.

Instructions (requires Root Explorer or Mixplorer):

  1. Open the file /system/usr/share/miui/overlays/com.android.systemui.overlay.list.
  2. Find a line with the name of the hidden package (e.g. com.miui.mishare).
  3. Add the # (comment) symbol before the line.
  4. Save the file and restart the phone.
What if the phone doesn’t turn on after editing?
If the device does not boot after changes to system files, try: 1. Log in Recovery Mode (press Power + Volume Up). 2. Select "Mount" β†’ mount /system. 3. Connect via ADB and return the original file with the command: adb push com.android.systemui.overlay.list /system/usr/share/miui/overlays/ 4. Reboot.

An alternative way for root users to use a Magisk module called Hide My Applist, which allows you to hide icons without directly editing system files, which reduces the risk.

Bonus: How to completely disable system applications

If your goal is not just to hide the icon, but to completely deactivate an unnecessary application (such as Mi Browser or Mi Music), use the built-in MIUI feature:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select an unnecessary application (such as Records or Scanner).
  3. Click Disconnect β†’ Confirm the action.

Application disabled:

  • βœ… It will disappear from the menu and the main screen.
  • βœ… Stop using resources (CPU, battery).
  • ❌ No updates will be received through the Play Market.
  • ⚠️ May disrupt the operation of related services (for example, disabling Google Play Services will cause errors in other applications).

πŸ’‘

Disabling system applications does not delete them completely - files remain in the phone's memory. Root rights or patches through Magisk are required to be completely deleted.

FAQ: Frequent questions about hiding icons on Xiaomi

Can I hide the Google Discover icon to the left of the main screen?
Yes, but only through ADB or root. Use the command: adb shell pm hide com.google.android.googlequicksearchbox On some MIUI firmware, this can cause the search bar in the app menu to disappear.
Why did the hidden icons reappear after the MIUI update?
System updates reset some launcher settings. To avoid this: Before upgrading, back up the home screen in Settings β†’ Home screen β†’ Backup. After upgrading, restore the configuration from the backup.
How to hide the application icon if it is set as "System"?
System applications (e.g. Mi Community or Mi Pay) cannot be hidden by standard methods. Options: Use ADB (section 3 of the article). Install root and edit /system/priv-app/. Replace launcher with third-party (section 4).
Does hiding icons affect the performance of the phone?
No, hiding icons through the launcher or Hidden Applications folder does not affect the speed of work: πŸ”‹ Increase battery life (if the application is active in the background). ⚠️ Cause errors in related services (e.g., disabling Google Play Services will disrupt Gmail and YouTube).
Can I hide the security icon on Xiaomi?
The security app (com.miui.securitycenter) is critical to MIUI. Hiding or disabling it will result in: Losing access to Application Permits, not being able to update the system, notifying System Error every 5 minutes, and recommending that you leave it visible or use Nova Launcher to hide the icon without disabling the service.