How to hide the app shortcut on Android Xiaomi: all working methods

Xiaomi’s desktop quickly fills up with unnecessary shortcuts β€” especially if you’re actively installing apps from Google Play or the MI App Store. Some icons can’t be removed by standard means (such as Mi Video or Mi Music system utilities), while others simply spoil the aesthetics of the interface. In this article, we’ll look at 5 proven ways to hide shortcuts on Xiaomi, Redmi and POCO phones β€” from basic MIUI settings to advanced ADB tricks.

It's important to understand the difference between deleting the shortcut and deleting the app. The first one simply removes the icon from the screen, and the second one uninstalls the program completely. We'll focus on the first option, which is safer and does not require administrator rights. All methods have been tested on MIUI 12-14 (including global and Chinese firmware versions). If your smartphone runs on Android 13/14 with HyperOS shell, some features may differ, we will warn you about this separately.

Before you start, check the MIUI version in the Settings β†’ About Phone menu, which will help avoid errors: for example, MIUI 14 has disappeared the option β€œHide apps” from the standard launcher, but it has been replaced by alternative paths. Also note that some methods (for example, using Nova Launcher) require the installation of third-party programs, this can affect battery autonomy.

1. Standard Hiding via MIUI Settings (without root)

The easiest method is to use the built-in shell feature, which is suitable for most models, including the Xiaomi 13/14, Redmi Note 12 and POCO F5, but has limitations: only user applications are hidden, system utilities remain visible.

Instructions:

  • πŸ“± Open Settings and go to the Application section β†’ Application management.
  • πŸ” In the search bar, enter the name of the program you want to remove (for example, Facebook or TikTok).
  • πŸ–±οΈ Tap on the application, then select Hide the application (in some versions – Remove from the desktop).
  • βœ… Confirm the action. The icon will disappear from the home screen, but will remain in the menu of all applications (Swipe up).

⚠️ Attention: B MIUI 14 on HyperOS, this item may not be available. If you don't have an option, try an alternative way: press your finger on the label. β†’ Delete (this will only remove the icon, not the app itself).

πŸ“Š What version? MIUI You're using it?
MIUI 12
MIUI 13
MIUI 14 (HyperOS)
I don't know.
other
Xiaomi modelSupports concealment through settings?Notes
Xiaomi 13/13T Proβœ… Yes.In HyperOS, the option is moved to Settings β†’ Screen β†’ Home screen
Redmi Note 11/12βœ… Yes.It works on global and Chinese firmware
POCO F4/F5⚠️ Partially.Update to the latest version of MIUI is required
Xiaomi Mi 11❌ No.Use the method with Nova Launcher (Section 3)

2. Hiding through folders and Appdrawer (without root)

If your version of MIUI doesn't have a concealment feature, you can do with standard interface tools, which doesn't remove the icon completely, but makes it less visible.

Options:

  • πŸ“ Folders: Drag an unnecessary shortcut to a folder with other applications (such as "Rarely Used"). To create a folder, drag and drop one icon to another.
  • πŸ”„ Appdrawer: Turn on display of all applications swipe up (Settings) β†’ Screen. β†’ Home screen β†’ Screen style β†’ "With a wip. The labels will only be on the menu.
  • πŸ“Œ Fixed widgets: Replace the app icon with a widget (like a weather or calendar widget) so it doesn’t catch your eye.

πŸ’‘

If you use a hidden app often, add it to the Quick Settings Bar (swipe down from the top edge of the screen) – so it will always be at hand, but won’t clutter your desktop.

⚠️ Note: Some models (e.g. Redmi) 10C) post-update MIUI 13 you lose the ability to create folders on the desktop. In this case, use a third-party launcher (section 3).

3. Use of a third-party launcher (Nova Launcher, Apex)

Xiaomi’s standard launcher is limited in settings, but third-party shells like Nova Launcher or Apex Launcher offer flexible concealment options. MIUI, including HyperOS.

The following is a step-by-step instruction for Nova Launcher:

  1. πŸ“₯ Install Nova Launcher from Google Play (free version is quite functional).
  2. πŸ”§ Launch the launcher and select it as the main one (when you request the system).
  3. πŸ–±οΈ Hold your finger in the free space of the desktop β†’ Settings Nova β†’ Hiding applications.
  4. βœ… Check the programs you want to hide, and they disappear from the menu and search.

Important: Once you install Nova Launcher, some Xiaomi system features (such as navigation gestures or always active display) may not work properly. Before setting up, check compatibility in Settings β†’ Additional β†’ Compatibility with MIUI.

Make a backup of the desktop (export to Settings β†’ Backup)

Check the vacant space (requires ~50 MB)

Disable battery optimization for launcher (Settings β†’ Battery β†’ Optimization)

Restart the phone after installation-->

4. Hiding system applications through ADB (for advanced)

If you want to remove Xiaomi’s built-in apps (such as Mi Browser, GetApps or Mi Pay), standard methods will not work, and ADB (Android Debug Bridge) – a debugging tool that allows you to disable system components without root rights – will help.

⚠️ Attention: Misuse of the right ADB This can cause your phone to crash. Back up your data before you start (Settings) β†’ The phone. β†’ Backup) and make sure that Xiaomi drivers are installed on the PC.

Instructions:

  1. πŸ’» Install. ADB Tools on the computer (Windows/macOS/Linux).
  2. πŸ“± Turn on Debugging. USB on the phone: Settings β†’ The phone. β†’ Version. MIUI (Tap 7 times to unlock the developer menu) β†’ Go back to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB.
  3. πŸ”Œ Connect your phone to your PC via cable and execute the command in the terminal: adb devices (should appear a device with a serial number).
  4. πŸ› οΈ To hide the application, type: adb shell pm hide com.mi.browser (replace com.mi.browser with the desired application package).
  5. πŸ”„ Reboot the phone. The icon will disappear, but the app will stay in the system.

List of popular packages of system applications Xiaomi:

  • 🌐 Mi Browser: com.android.browser or com.mi.browser.global
  • 🎡 Mi Music: com.miui.player
  • πŸ“Ί Mi Video: com.miui.videoplayer
  • πŸ›’ GetApps: com.xiaomi.mipicks
How to find a package of any application?
Open Settings β†’ Applications β†’ Application Management, select the right one and scroll down to the "Package Information" section. Or use the command: adb shell pm list packages | grep "application name"

5. Disable applications through settings (ADB alternative)

If ADB seems complicated, you can disable unnecessary system programs through the settings menu, and it won’t remove them completely, but it will remove the icons from the desktop and stop the background processes.

How to do this:

  1. πŸ“± Go to Settings. β†’ Annexes β†’ Application management.
  2. πŸ” Find a system application (such as Mi Pay) and tap it.
  3. 🚫 Select Disable (or Remove Updates if the Disable button is inactive).
  4. βœ… Confirm the action. The icon will disappear and the app will stop working.

⚠️ Warning: Disabling critical services (such as Mi Account or Security) can cause the phone to run in an unstable way. Check the name of the package on the network before acting - for example, disabling com.miui.analytics will disrupt statistics collection but will not affect the basic functions.

πŸ’‘

Disabling system applications frees up to 100-300MB of memory and reduces battery consumption, but does not remove them completely.

6.Reset the launcher to factory settings (if nothing helped)

If after experimenting with the settings, the desktop starts to glittle (for example, widgets disappear or application menus fail to open), return the launcher to its original state. This will not delete your data, but reset the location of icons and folders.

Instructions:

  • πŸ”§ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find the Launcher (or) MIUI Launcher) and tap it.
  • πŸ—‘οΈ Select Warehouse. β†’ Clear the data.
  • βœ… Confirm the reset. After the reboot, the desktop will return to factory settings.

πŸ’‘ Tip: Before reset, take screenshots of the current location of the icons (click Power) + Volume Down) to quickly restore a convenient layout.

FAQ: Frequent questions about hiding shortcuts on Xiaomi

πŸ”Ή Can I hide the label without removing the app itself?
Yes, all methods in this article remove only the icon from the desktop, but do not uninstall the program. the application will remain in the menu of all applications (available by swipe up) and will work in the background.
πŸ”Ή Why After Updating MIUI The option "Hide the application" is missing"?
In MIUI 14, HyperOS-based concealment is moved to Settings β†’ Screen β†’ Home Screen β†’ Launcher Settings. If it is not available, use a third-party launcher (Section 3) or ADB (Section 4).
πŸ”Ή How to Recover the Hidden Through ADB back-end?
Follow the command: adb shell pm uninstall -k --user 0 name packet Replace the name packet with the original (e.g. com.mi.browser). Once the icon is rebooted, it will appear again.
πŸ”Ή Will hidden apps be updated through Google Play?
Yes, hiding the shortcut doesn’t block updates. To stop them, turn off auto-update for a specific app on Google Play β†’ My profile β†’ App Management.
πŸ”Ή Can I hide the folder with applications?
No, the standard Xiaomi launcher doesn’t have that feature, with the alternative being to rename the folder to a single character (like β€œ.”) or use Nova Launcher, which supports folder hiding.