How to remove the app shortcut on Xiaomi Redmi Note: hide icons forever

Are there too many unnecessary shortcuts on the Xiaomi Redmi Note screen? Standard removal methods don't work because MIUI behaves differently than other Android shells? You're not alone: users of this series of smartphones regularly face the problem of "unremovable" icons - especially when it comes to preinstalled Xiaomi services or system utilities.

In this article, we will discuss 5 working ways to hide or completely remove application shortcuts on Redmi Note (relevant to Note 10/11/12/13 models and MIUI 14/15 firmware). You will learn how to bypass the limitations of a standard launcher, what to do with "unremovable" system programs, and what third-party tools will help restore the cleanliness of the desktop. Important: some methods require superuser rights (root), but we will specify alternatives for users without root access.

Before you start, check your shell version: go to Settings β†’ About Phone β†’ MIUI version. This depends on the availability of certain features. Also note that hiding icons does not equal removing an application – it will still take up space in memory (how to fix this, read the section about uninstallation).

Why Xiaomi Redmi Note can’t just remove the shortcut

Unlike pure Android, the MIUI shell imposes strict restrictions on application management, and here are the key reasons why standard thumb-holding and Delete choices often don’t work:

  • πŸ”Ή Xiaomi Pre-installed Services: Apps like Mi Video, Mi Music or GetApps are protected from system-level removal.
  • πŸ”Ή System Utilities: Security, Themes or Calendar integrated into MIUI They do not have the option of uninstallation.
  • πŸ”Ή Launcher Limitations: Standard Starter MIUI It does not support icon hiding (unlike Nova Launcher or Apex Launcher).
  • πŸ”Ή Google Policy: Some apps (such as Google Play Music) cannot be removed without root rights due to licensing requirements.

Moreover, after updating MIUI, some previously deleted shortcuts can return to the desktop, which is due to the mechanism of restoring the standard shell configuration, which requires not only hiding the icon, but also blocking its reappearance (this is discussed in the ADB section).

⚠️ Attention: Disabling system applications through Settings β†’ Applications can cause unstable smartphone operation, for example, deactivation of Miui Daemon will cause notification errors, and disabling SecurityCenter - problems with unlocking the screen.

πŸ“Š What kind of Redmi Note model do you have?
Redmi Note 10/10 Pro
Redmi Note 11/11 Pro
Redmi Note 12/12 Pro
Redmi Note 13/13 Pro
Another model

Method 1: Hiding icons through the settings of the MIUI launcher

If you don't want to remove the app completely, just remove its label from the desktop, use the built-in shell features, which work without root rights and does not require third-party installation.

Step-by-step:

  1. Press and hold your finger in the free desktop space until the menu appears.
  2. Select Desktop Settings (or Launcher Settings depending on the MIUI version).
  3. Go to Hide Apps (in some firmware it is called Icon Management).
  4. Tick the app shortcuts you want to hide and click Ready.

After that, the icons will disappear from the desktop, but will remain on the menu of all applications. To return them back, repeat the steps and uncheck the boxes.

β˜‘οΈ Preparation for hiding icons

Done: 0 / 4

Limitations of the method:

  • 🚫 Does not work for system applications (such as Settings or Phone).
  • 🚫 Hidden icons may return after update MIUI.
  • 🚫 Does not affect notifications and application background processes.

πŸ’‘

If there is no Hide Apps option, update the launcher via Google Play or install an alternative launcher (see Method 3).

Method 2: Disable applications through the settings menu

If the label belongs to an unnecessary service (for example, Mi Pay or Mi Community), it can be disabled - this will remove the icon from the desktop and stop background activity. APK-The file will remain in the device memory.

How to disable the application:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the app you want in the list (use search if it’s not in the visible area).
  3. Click on the title, then select Disable (or Remove Updates if the Disable button is inactive).
  4. Confirm the action in the dialog window.
AnnexCan I turn it off?Effects of consequences
GetAppsβœ… Yes.Notifications of updates will cease to arrive
Mi Videoβœ… Yes.Disappears from the Open with the Help menu
Security❌ No.System application – disabling will lead to errors
Google Play Moviesβœ… Yes.No updates will be made through the Play Market.
Topics⚠️ Partially.The design settings may be confused

⚠️ Note: Disabling Google Play Services or Services Framework applications will result in loss of Google account functionality, including contact synchronization and Play Market access.

To return the disabled application, re-locate it in the list and click Enable. The icon will return to the desktop.

Method 3: Use of a third-party launcher (Nova, Apex, Lawnchair)

The standard MIUI launcher does not allow you to flexibly configure the display of icons, but third-party shells solve this problem, for example, Nova Launcher or Lawnchair support the function of hiding applications without root rights.

Instructions for Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Assign it to the default launcher (the corresponding request will appear at the first start).
  3. Press and hold your finger on your desktop, select Settings Nova.
  4. Go to the Apps menu β†’ Hide the Apps.
  5. Check the unneeded programs and save the changes.

Advantages of third-party launchers:

  • 🎨 Flexible adjustment of the appearance of icons (size, shape, animations).
  • πŸ” Ability to hide system applications (e.g. Settings or Camera).
  • πŸ“ Sorting applications by folders and tags.
  • πŸ”„ Automatic backup of configuration.
How to return the standard MIUI launcher?
To roll back to your native launcher, go to Settings β†’ Applications β†’ Default Management β†’ Launcher and select System Launcher. Nova Launcher data will not be deleted and you can return to it later.

If after installing Nova Launcher icons are still displayed, clear the launcher cache in the application settings or restart the smartphone.

Method 4: Remove system applications via ADB (without root)

For experienced users willing to work with the command line, there is a way to remove pre-installed Xiaomi applications without obtaining root rights – through ADB (Android Debug Bridge), which requires connecting a smartphone to a computer, but allows you to permanently get rid of unnecessary services.

What you need:

  • πŸ–₯️ Computer with installed Xiaomi and ADB-tools drivers.
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press the assembly number β†’ return to β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ Cable USB (preferably original).

Step-by-step:

  1. Connect Redmi Note to your computer and allow debugging over USB.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Find out the exact names of the packages of unnecessary applications: adb shell pm list packages | grep 'miui' For example, com.miui.video is Mi Video.
  5. Delete the app by command: adb shell pm uninstall -k --user 0 name package Example for Mi Music: adb shell pm uninstall -k --user 0 com.miui.player

List of popular removal packages:

AnnexPacket nameIs it safe to remove?
Mi Videocom.miui.videoβœ… Yes.
Mi Musiccom.miui.playerβœ… Yes.
GetAppscom.xiaomi.mipicksβœ… Yes.
Mi Browsercom.android.browser⚠️ May affect web browsing
Topicscom.android.themes❌ No (the design settings are lost)

⚠️ Attention: Deleting com.miui.securitycenter or com.android.settings will lead to critical system errors, including the inability to boot your smartphone. β†’ Additionally. β†’ Backup and reset.

πŸ’‘

The adb shell pm uninstall -k --user 0 command removes the application only for the current user, without affecting the system files. This allows you to return it back with the adb shell cmd package install-existing name of the packet.

Method 5: Complete removal with root rights (for advanced)

If you are ready to get root access (for example, through Magisk), there will be opportunities for deep cleaning of the system, which allows you to remove any applications, including system ones, but requires caution.

What needs to be done:

  1. Unlock the Redmi Note bootloader through the official Xiaomi tool (account binding is mandatory!).
  2. Install Custom Recovery (TWRP) and get root rights through Magisk.
  3. Use a root-enabled file manager (such as Root Explorer) or pm uninstall command in the terminal.

Example of removal through Root Explorer:

  1. Open Root Explorer and go to /system/app or /system/priv-app.
  2. Find a folder with the name of the unwanted app (e.g. MiuiVideo).
  3. Delete the folder or rename it by adding.bak at the end.
  4. Reboot your smartphone.

Risks of obtaining root rights:

  • 🚨 Loss of warranty (if the device is under warranty).
  • 🚨 Inability to update "over the air" (you will have to install firmware manually).
  • 🚨 Risk of β€œbricking” with incorrect actions with system files.
How to return the guarantee after obtaining root?
To hide the root access, use the Magisk module called Universal SafetyNet Fix and disable Magisk in the settings. However, some Xiaomi service centers may detect the unlocked bootloader even after these manipulations.

Frequent Mistakes and How to Avoid Them

When trying to hide or remove shortcuts, Redmi Note users often face typical problems.

Problem 1: The icon returns after the reboot

Solution: This is because of the MIUI recovery mechanism, to seal the changes:

  • Use ADB to uninstall (Method 4).
  • Or disable the application through Settings β†’ Applications (Method 2).
  • Or install a third-party launcher and hide the icon through its settings (Method 3).

Problem 2: You can’t remove the system application

Solution: System utilities (Settings, Phone, Messages) cannot be removed without root.

  • Hide the icon in a folder on your desktop.
  • Disable notifications from the application in Settings β†’ Notifications.
  • Use Nova Launcher to hide your icon (Method 3).

Problem 3: After being deleted via ADB, the application returned

Solution: This is due to MIUI updates that restore standard packages to prevent:

  • Turn off automatic firmware updates in Settings β†’ About Phone β†’ System Update.
  • Use a Magisk module called Disable Flag Secure (requires root).

Problem 4: USB debugging doesn’t work

Decision:

  • Make sure that the USB debugging option is enabled in the developer settings.
  • Check if Xiaomi drivers are installed on your computer (download from the official website).
  • Try another one. USB-cable (preferably original).
  • Restart your smartphone and computer.
Can I hide the Settings or Phone icon?
No, system applications like Settings or Phone cannot be removed or hidden without root permissions. Alternatives: Move the icon to a folder on your desktop. Use a third-party launcher (like Nova Launcher), which allows you to hide any icons. If it is critical for you to remove these icons, get root access and delete them through Root Explorer (but this can disrupt the stability of the system).
Why did the hidden icons return after the MIUI update?
Updates MIUI Often restore the standard desktop configuration, including hidden icons. To avoid this: Before upgrading, back up your launcher settings (in Nova Launcher: Backup/Restore). ADB To remove unnecessary packets (Method 4) is a more reliable method. β†’ The phone. β†’ Updating the system β†’ Settings (βš™οΈ) β†’ Auto-Update: If the icons have already returned, repeat the procedure of concealment or deletion.
How to hide icons in the menu of all applications (not just on the desktop)?
Standard launcher MIUI It does not support hiding icons in the menu of all applications: πŸ“± Install a third-party launcher (like Nova Launcher or Apex Launcher) that lets you hide apps globally. πŸ”§ Use the Xposed or Magisk module called Hide Apps (requires root). πŸ—‘οΈ Remove the application through ADB (Method 4) β€” then it will disappear from the menu of all applications. In Nova Launcher, the hiding works like this: Long press on the desktop β†’ Settings Nova β†’ Appendix menu β†’ Hide applications.
Can I remove Google apps (YouTube, Play Market) without root?
Google apps (e.g. Play Market, YouTube, Google Chrome) cannot be removed by standard means because they are protected by Google Mobile Services (GMS). But they can: πŸ”• Disconnect: Settings β†’ Annexes β†’ Find an app β†’ This will remove the icon and stop background activity. πŸ—‘οΈ Remove Updates: In the same menu, click Remove Updates to return the app to the factory version (saves space). πŸ“΅ Hide the icon: Use a third-party launcher (Method) 3). Removal through ADB It may, but it may, disrupt Google services (e.g., contact sync or Play Market access) such as adb shell pm uninstall -k --user 0 com.google.android.youtube
How to return the deleted application via ADB?
If you delete the application with the command adb shell pm uninstall -k --user 0, You can recover it without losing data. ADB. Enter the command: adb shell cmd package install-existing Packet name For example, for Mi Video: adb shell cmd package install-existing com.miui.video Reboot the device. If this method did not work, try resetting the launcher settings: Settings β†’ Annexes β†’ Find the launcher β†’ Warehouse β†’ Clear the data.