How to hide shortcuts on Xiaomi desktop: from standard settings to hidden MIUI features

The desktop of a Xiaomi smartphone often turns into a chaos of app shortcuts, widgets and folders β€” especially if you are actively installing software from Google Play or MI App Store. Even after uninstallation, some icons remain β€œdead weight”, and system applications like Mi Video or Mi Music can not be removed without root rights. Fortunately, MIUI offers several ways to hide unnecessary shortcuts β€” from basic launcher settings to advanced tricks with ADB.

In this article, we’ll break down 5 working methods (including little-known ones) that will work for most models, from the budget Redmi Note 12 to the flagship Xiaomi 14 Ultra. Importantly, some methods require unlocking the bootloader or superuser rights, but we’ll start with the simplest solutions available out of the box. If you’re looking for a way to completely clean your desktop, leaving only wallpaper and weather widgets, here you’ll find step-by-step instructions with illustrations and warnings of possible consequences.

1. Standard shortcut hiding through MIUI settings

The most obvious (but not the most effective) way is to use the built-in options of the MIUI launcher. It does not remove applications, but only removes their icons from the desktop, leaving access through the All Apps menu.

How it works:

  • πŸ“± Put your finger on any label on your desktop. β†’ At the top of the screen will appear the toolbar.
  • πŸ” Slip on the Settings icon (cogs) β†’ Choose Hide Apps to Hide Apps.
  • πŸ—‘οΈ Check the boxes for unnecessary programs (for example, Mi Pay, Mi Community) β†’ press "Done".
  • ⚠️ Restriction: System applications (such as Security or Topics) cannot be hidden in this way.

This method is suitable for MIUI 12-15, but has disadvantages:

  • ❌ Hidden applications still take up space in memory.
  • ❌ They can be accidentally opened through a search system (Application Search).
  • ❌ After updating MIUI Some labels may come back.

⚠️ Note: If you have hidden an app but it keeps sending notifications (e.g. Mi Browser), its processes are still active. To completely disable the background work, go to Settings β†’ Annexes β†’ Application management β†’ [programme] β†’ Battery β†’ Limit background activity.

πŸ“Š What version? MIUI You're using it?
MIUI 14
MIUI 15
MIUI 13 or older
I don't know.

2. Use of folders and "Appdrover" to organize space

If you don’t need to hide labels completely, just remove them from view, use the built-in tools of the organization:

Method 1: Folders on the desktop

  • πŸ“ Drag one label to another β†’ folder will be created automatically.
  • 🎨 Name it (e.g., "Reserve") and move it to the corner of the screen.
  • πŸ”’ To prevent the folder from opening accidentally, press it. β†’ Edit β†’ uncheck the box with "Show the name".

Method 2: Appdrover (all app menus)

  • πŸ“± Swipe up the desktop to open the appdraver.
  • πŸ” Here you can create folders by dragging icons onto each other (similar to a desktop).
  • πŸ”’ To remove the shortcut from your desktop, press it and drag it up into the β€œDelete” inscription (this is not a de-installation, but just a cover-up).

The advantage of this method is reversibility: you can return the shortcut to the desktop at any time, but it does not solve the problem of system applications that can neither be removed nor hidden by standard means.

πŸ’‘

If you need to quickly find a hidden application, use the swipe gesture down the desktop and type the name into the MIUI search bar. This will work even for programs hidden through the launcher settings.

3. disable system applications via ADB (without root)

For advanced users who are willing to work with ADB (Android Debug Bridge, there's a way to disable system applications that can't be removed or hidden through the interface. It doesn't require root rights, but it requires a computer and a computer. USB-cable.

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β†’ Additional β†’ For Developers and turn on USB Debugging.

Connect your phone to your PC

Open the command line.

adb devices

Make sure your device is listed.

Disable the unnecessary application

Mi Music

adb shell pm hide com.miui.player

List of popular packs to disable:

AnnexPacket nameADB Team Team
Mi Videocom.miui.videoplayeradb shell pm hide com.miui.videoplayer
Mi Browsercom.android.browseradb shell pm hide com.android.browser
Mi Paycom.miui.mipayadb shell pm hide com.miui.mipay
Cleaner (Cleaning)com.miui.cleanmasteradb shell pm hide com.miui.cleanmaster
Mi Communitycom.miui.bbsadb shell pm hide com.miui.bbs

Reboot the phone.

⚠️ Warning: Disabling system applications may lead to unstable operation MIUI For example, disabling com.miui.securitycenter can break access to certain settings. Always back up before experimenting with ADB!

β˜‘οΈ Preparation for work with ADB

Done: 0 / 5

4. Removal of labels by third-party launchers

If you don't like the built-in MIUI, you can completely replace the standard launcher with an alternative.

  • 🌐 Nova Launcher – supports app hiding, gestures, adaptive icons.
  • 🎨 Lawnchair – lightweight open source launcher.
  • ⚑ Hyperion Launcher – Optimized for Performance.
  • πŸ“± Microsoft Launcher – Integration with Windows and Office.

How to hide the shortcuts in Nova Launcher:

  1. Install a launcher from Google Play.
  2. Click the empty space on the desktop β†’ Settings.
  3. Go to App Settings β†’ Hide Apps.
  4. Check the unneeded programs and save the changes.

Advantages of third-party launchers:

  • βœ… Ability to hide any applications, including system (although they will remain on the menu of all applications).
  • βœ… Flexible configuration of appearance (themes, icons, animations).
  • βœ… Lack of advertising and unnecessary widgets MIUI.

Disadvantages:

  • ❌ Certain functions MIUI (Super Wallpapers or Control Center may not work properly.
  • ❌ Increased battery consumption (due to background operation of the launcher).
How to return the standard MIUI launcher?
To return to your home launcher, go to Settings β†’ Applications β†’ Application Management, find the installed launcher (like Nova) and click Clear Default. Then, when you click on Home, the system will prompt you to select the launcher – select Launcher (MIUI).

5 Advanced methods: root rights and modification of system files

If you're willing to take drastic measures, unlocking the bootloader and getting root rights will give you full control of the system.

  • πŸ—‘οΈ Uninstall system applications without a trace (e.g., via Titanium Backup or Root Explorer).
  • πŸ”§ Edit the launcher files (/system/priv-app/Launcher) remove unnecessary labels.
  • πŸ› οΈ Install custom firmware (for example, LineageOS), where there is no preinstalled Xiaomi software.

Step-by-step instructions for removing system applications from root:

  1. Unlock the bootloader through the Mi Unlock Tool (the official Xiaomi tool).
  2. Install Custom Recavers (TWRP) and get root rights through Magisk.
  3. Download Root Explorer or FX File Explorer from Google Play.
  4. Go to /system/priv-app/ or /system/app/ and delete folders with unnecessary applications (e.g. MiBrowser, MiMusic).
  5. Reboot the phone.

⚠️ Warning: Deleting system files can cause a device to fail, and always check what dependencies the application has before deleting it. For example, removing com.miui.home will make the phone unusable without first installing an alternative launcher.

An alternative way for experienced users is to edit a file default_workspace.xml, It's a desktop configuration:

/data/data/com.miui.home/shared_prefs/default_workspace.xml

Open it in the root editor and delete the lines with unnecessary shortcuts. It is recommended to back up the file before editing!

πŸ’‘

Root rights give you maximum freedom, but they give you no guarantees and increase the risk of failure, and only use this method if you are confident in your actions and ready for the consequences.

6.Resetting launcher settings to factory

If after experiments with hiding shortcuts, the desktop began to glittle (for example, icons disappeared at all or changes are not saved), you can reset the launcher settings without completely resetting the phone.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Launcher (or MIUI Launcher) and tap it.
  3. Select Warehouse β†’ Clear the data and confirm the action.
  4. The phone will reboot and the launcher will return to factory settings (all shortcuts and folders will reset).

This method will help if:

  • πŸ”„ Labels don’t move or disappear after reboot.
  • πŸ–ΌοΈ The desktop wallpaper is reset or displayed incorrectly.
  • βš™οΈ Launcher settings (such as grid size or icon style) are not saved.

⚠️ Warning: Clearing the launcher data won't remove the installed applications, but it will return all system shortcuts to the desktop.

FAQ: Frequent questions about hiding shortcuts on Xiaomi

Can I hide the shortcuts of system applications without root?
Yes, but not all. Only user programs can be removed through the launcher settings (Hide Apps), and system programs (such as Mi Video or Security) will require an ADB or third-party launcher.
Why did the hidden labels return after the MIUI update?
MIUI updates sometimes reset the launcher settings. To avoid this: Use a third-party launcher (like Nova), which is independent of MIUI updates. Once updated, re-apply ADB commands to disable system applications.
How to hide the Tools or Google folder on your desktop?
These folders are created by the system and are not deleted by standard means: πŸ“ Drag the folder to the corner of the screen and remove the name (click on it). β†’ Edit β†’ uncheck the box with "Show the name"). πŸ”§ Use it. ADB to disable applications inside the folder (e.g. com.google.android.apps.books for Google Play Books). 🌐 Install a third-party launcher where you can hide system folders.
Will the concealment of shortcuts work after the phone is reset to factory settings?
No. Resetting the phone (Settings β†’ Reset β†’ Reset all settings) will return all system shortcuts to the desktop, and you will have to reconfigure their hiding in the chosen way.
Can I hide widget icons (such as weather or calendar)?
Widgets hide differently than app shortcuts: Press the widget β†’ drag it up to "Delete" (this will only remove the widget, not the app itself). System widgets (such as Weather) may need to be disabled via ADB (com.miui.weather2 package).