Hidden apps on Xiaomi: how to find, display and remove unnecessary programs

Xiaomiโ€™s MIUI-based smartphones are known for their abundance of pre-installed apps, from useful services to unnecessary bloatware (embedded software that canโ€™t be removed by standard methods), but what if the app suddenly disappeared from the home screen or in the All Apps menu? It may have been hidden by accident, hidden by the manufacturer or blocked by the system.

In this article, we will discuss 5 working methods for finding hidden applications on Xiaomi Redmi, POCO or Mi (relevant to MIUI 12-15).

  • ๐Ÿ” Return hidden icons to the main screen
  • ๐Ÿ“ฑ Display system applications in the menu
  • ๐Ÿ—‘๏ธ Remove or disable unnecessary bloatware
  • ๐Ÿ› ๏ธ Use it. ADB deep-clean
  • โš™๏ธ Set up app visibility through settings MIUI

Important: Some methods require developer rights or PC connectivity. If you're a beginner, start with the simplest ways (sections 1โ€“2).

๐Ÿ“Š What kind of Xiaomi model do you have?
Redmi Note 10/11/12
POCO X3/X4/X5
Mi 11/12/13
Another Xiaomi model
Not Xiaomi.

1. Check the folder "Hidden applications" in MIUI

The quickest way is to look into a special folder where MIUI automatically hides some programs, which can happen after you update the system or reset your settings.

Instructions:

  1. Open the app menu (swipe up from the bottom of the screen).
  2. Put three points on it (โ‹ฎ) top-right.
  3. Select Hidden Apps (or Hidden Apps in English).
  4. Hold your finger on the desired application โ†’ click Display.

If you don't have Hidden Apps, you haven't been hiding anything manually. Go to the next method.

๐Ÿ’ก

In some POCO firmware, hidden applications are displayed in the Tools folder on the home screen.

2. Search through system settings (without root)

MIUI allows you to control the visibility of applications through the settings menu, which works even for system programs that are not displayed in the main menu.

How to turn on the display:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Put three points on it (โ‹ฎ) โ†’ Select Show all Apps.
  3. In the list, find the desired application (you can use a search by name).
  4. Click on it โ†’ select Display on the main screen.

If the Display option is inactive, the app is blocked by the device administrator (e.g., corporate phones) or is a critical system component.

What if the app does not appear in the list?
If the application is not even searched in Application Management, it may have been removed (e.g., via ADB) or disabled at the system level. Try restoring it via Settings โ†’ System โ†’ Reset โ†’ App Settings Reset (this will not delete your data, but will return all preinstalled programs).

3.Using a Launcher from Third Party Developers

The standard MIUI launcher sometimes loses the icons of the applications after the updates, the solution is to install an alternative launcher, for example:

  • ๐Ÿ“ฑ Nova Launcher (allows you to show hidden system applications)
  • ๐Ÿ”„ Microsoft Launcher (works well with Xiaomi)
  • โšก Hyperion Launcher (for advanced users)

After installation:

  1. Open the settings of the new launcher.
  2. Find the Hidden Apps or App Drawer section.
  3. Activate the option to Show all applications (including system ones).

Important: Some system applications (e.g., com.miui.securitycenter) may not run from a third-party launcher, which is normal because they are integrated into MIUI.

Download APK from the official website (not from unknown sources)|

Allow installation from unknown sources in security settings|

Backup your current launcher (via Titanium Backup if there is root)|

Check the compatibility of the launcher with your version MIUI-->

4. ADB-commands to display hidden applications

If previous methods didnโ€™t work, youโ€™ll have to connect to your PC and use Android Debug Bridge (ADB), which allows you to return even those programs that are hidden at the system level.

Step-by-step:

  1. Turn on Developer Mode on your phone: Go to Settings โ†’ About Phone. Tap 7 times on MIUI Version.

USB debugging

Settings โ†’ Additional โ†’ For Developers

ADB Tools

adb devices

(Your device should be displayed).

adb shell cmd package list packages -f -h

(The list will be long, look for the right name.)

adb shell cmd package set-hidden <name packet> false

For example, for the Google Calendar:

adb shell cmd package set-hidden com.google.android.calendar false

โš ๏ธ Attention: careless use ADB Do not change the settings of applications called miui, android or com.qualcomm, these are critical components.

๐Ÿ’ก

ADB-commands allow you to manage even those applications that are not visible in the standard interface MIUI. However, to use them, minimal command line skills are required.

5. remove bloatware via uninstaller (root required)

If the goal is not just to find and remove unnecessary system applications (for example, Mi Video, Mi Music, GetApps), you will need root rights or special utilities like Debloater.

Popular tools:

Name of nameNeed root?Features
Universal Android DebloaterโŒ No (works through) ADB)Remove preinstalled apps without root rights, but not all
Titanium Backupโœ… Yes.Allows you to freeze or remove any application, including system
SD Maidโœ… Yes.Clears the cache and deletes residual files after uninstallation
MIUI Hidden SettingsโŒ No.Discloses hidden MIUI settings, including application management

Example of uninstallation via Universal Android Debloater:

  1. Connect your phone to a PC with USB debugging enabled.
  2. Open the utility and select Read device packages.
  3. Check the boxes for unnecessary applications (e.g. com.miui.videoplayer).
  4. Click Uninstall selected packages.

โš ๏ธ Attention: Removing system applications can cause the phone to function unstable.Before cleaning, back up through Settings โ†’ System system โ†’ Backup.

6.Restore Hidden Applications After Resetting Settings

If you've done a hard reset, some apps may disappear from the home screen, even though they're still installed, to get them back:

Method 1: Through MIUI backup

  1. Go to Settings โ†’ System โ†’ Backup.
  2. Select the latest backup (if it was created before the reset).
  3. Check the Apps and click Restore.

Method 2: Using a Google Account

  • ๐Ÿ”„ Go to Settings. โ†’ Accounts. โ†’ Google.
  • ๐Ÿ“ฑ Enable the Application Synchronization.
  • ๐Ÿ” Wait 5-10 minutes โ€“ some apps will come back automatically.

If the apps never show up, check for them through Settings โ†’ Apps โ†’ Application Management. They may have been removed when reset (this is not the system programs, but the user programs).

FAQ: Frequent questions about hidden apps on Xiaomi

โ“ Why some apps donโ€™t appear on the menu, even though theyโ€™re installed?
This can happen for several reasons: ๐Ÿ“Œ The application is hidden manually (through settings) MIUI). ๐Ÿ”ง It is system-based and not intended for user interface (e.g. Google Play services). ๐Ÿ”„ After updating MIUI glitched in the launcher. ๐Ÿšซ The application is blocked by the device administrator (in corporate phones).Solution: Try the methods in sections 1-3 of this article.
โ“ Can I remove system applications without root?
Yes, but with reservations: โœ… Through ADB (section 4) many system applications can be disabled, but not all. โŒ Uninstall without root is only possible for some pre-installed programs (e.g. Mi Browser, Mi Music). โš ๏ธ Removing critical components (e.g. com.android.phone) will cause your phone to fail. Use Universal Android Debloater with safe packet listings (you can find them on forums) for secure removal. XDA Developers or 4PDA).
โ“ How to find out the name of the application package for ADB-team?
There are several ways: via App Inspector (an app for Android, shows package names). Through ADB: adb shell pm list packages | grep "keyword word" For example, to search for all applications with "miui": adb shell pm list packages | grep miui On the Google Play site, the browser address bar displays the package ID (for example, com.facebook.katana for Facebook).
โ“ Why some functions stopped working after removing bloatware?
Some of Xiaomi's system applications are linked together: ๐Ÿ“ฑ Removing com.miui.gallery could break the camera. ๐Ÿ”Š Deleting com.android.mms will lead to errors with the SMS. ๐ŸŒ Deleting com.miui.bugreport will disable sending error reports (but this is not critical). Solution: restore the remote application via backup or reflash the phone. Lists of safe packets for removing can be found on thematic forums (for example, XDA).
โ“ How to hide the application from prying eyes (for example, banking)?
V MIUI There is a built-in Second Space feature that creates an isolated profile with individual applications: Go to Settings โ†’ Special facilities โ†’ Second space. Create a second profile and transfer the apps you want to use. Set a password or fingerprint to log in. Alternatively, you can use the same: ๐Ÿ”’ Use safe applications (e.g. App Hider, Calculator Vault). ๐Ÿ“ Hide icons through launcher settings (Nova Launcher has the option to Hide apps").