How to quickly find any app on your Xiaomi phone: from standard to hidden

Have you installed the app on your Xiaomi but canโ€™t find it now? MIUI This problem is familiar to many smartphone owners of the brand โ€” especially after the transition to new versions of the shell, where the interface changes dramatically, MIUI It has its own features of the organization of applications that are not always intuitive.

In this article, we will analyze all possible ways to search for applications on Xiaomi, Redmi and other phones. POCO โ€” From basic to advanced, you'll learn how to find even those programs that are:

  • ๐Ÿ“ฑ Hidden in folders or on additional screens
  • ๐Ÿ” Not displayed on the menu due to system limitations
  • ๐Ÿ”ง Disabled by the administrator of the device (for example, on the work phone)
  • ๐Ÿ“ฆ Removed, but left in the system cache

The instructions are relevant for all modern versions. MIUI 12/13/14 and models from Xiaomi Mi 9 Xiaomi 14 Ultra, including the Redmi Note line and POCO F/X. If you are a user POCO shelled POCO Launcher โ€“ a separate section dedicated to your case.

So let's start with the simplest methods, which work 90 percent of the time, and even if you're a beginner, these steps will help you find most of the programs you've installed.

The most obvious way is to scroll through all the desktop screens. Xiaomi can have up to 5 screens by default (depending on the model), and the app could "leave" to the latter. To quickly navigate between the screens, swipe left/right on the indicator points at the bottom of the display.

If the app is not on the desktop, check the menu of all apps (apple "All Apps" or "App Drawer").

  • ๐Ÿ“Œ On most models: swipe up from the bottom of the screen (guest is similar to iPhone).
  • ๐Ÿ“Œ On the old versions. MIUI (12th: tap the icon โšช โšช โšช โšช (four points) in the dock panel.
  • ๐Ÿ“Œ Nana POCO: Use the swipe up gesture with a delay (hold your finger 0.5 sec).

All applications can be accessed from the menu:

  • ๐Ÿ”Ž Use the search bar at the top โ€“ enter the name of the application (even partial).
  • ๐Ÿ“‚ Flick through the alphabetical list (stick the letter on the right).
  • โš™๏ธ Press three points. โ†’ Sorting โ†’ Select by alphabet or by installation date.
๐Ÿ“Š How do you usually search for apps on Xiaomi?
Through the search box
I'm flipping through all the screens.
Using folders.
I don't know where to look.

If the app isn't even here, it might be hidden or disabled, and that's what you'll find in the next sections.

2. Search through the system search string

V MIUI There's a global search that looks not only for apps, but also for settings, contacts, messages, and that's one of the most effective ways to do that if you don't remember the exact name of the program.

How to use:

  1. Swipe down from the top of the screen to open the notification bar.
  2. Slip the search bar at the top (or click on the magnifier icon if the line doesnโ€™t appear).
  3. Enter the name of the application or a keyword (for example, โ€œbankโ€, โ€œsocial networkโ€, โ€œgameโ€).

The system will show:

  • ๐Ÿ“ฑ Applications (including hidden and system applications).
  • โš™๏ธ Relevant settings (e.g., a search for โ€œWi-Fiโ€ will show the wireless menu).
  • ๐Ÿ“„ Files and documents related to the request.

If the app is not available, try:

  • ๐Ÿ”ค Enter the name in English (many system applications have only English names).
  • ๐Ÿ” Use partial matches (e.g., "insta" instead of "instagram").
  • ๐Ÿ“‹ Check the App tab in search results (sometimes it is hidden under "More").

๐Ÿ’ก

If a global search doesnโ€™t find an app, try entering its batch name (e.g. com.whatsapp for WhatsApp). โ†’ Annexes โ†’ Application Management (select any application and see the Package Information section").

3. Check hidden folders and additional screens

One of the features MIUI โ€” Automatic folder creation for similar applications, for example, all games can be collected into the Game folder, and messengers can be collected into Messages. These folders are not always noticeable, especially if they are located on additional screens.

How to find hidden folders:

  1. Open the menu of all applications (swipe up from the bottom edge).
  2. Check the title folders: ๐Ÿ“ Tools (calculator, flashlight, dictaphone) ๐ŸŽฎ Games (all gaming applications) ๐Ÿ’ฌ Messages (messaging and SMS) ๐Ÿ“ท Multimedia (galleries, music, video)

folder settings

Edit

Some models (Xiaomi Mi 11, Redmi Note 10 Pro) have an additional Mini-Program screen (similar to widgets) where apps can hide, to open it:

  1. Make a swipe to the left of the main screen (to the point).
  2. If the screen is empty, tap on + Add mini-programs.
  3. Check the list of installed mini-programs โ€“ some apps (such as Mi Fit or Mi Home) may only be there.
How to disable automatic folder creation?
Go to Settings. โ†’ Desktop โ†’ App folders and disable Automatically Group Applications. Thereafter, no new folders will be created, but the old ones will remain.

4. Search through settings: disabled and system applications

If the app doesn't appear in either the menu or the search, it may be disabled or system-based (hidden by default). MIUI Many pre-installed programs (e.g. Mi Video, Mi Music) are disabled to save resources.

How to find disabled applications:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Slip on three dots in the upper right corner โ†’ Select Show all Apps.
  3. In the drop-down menu, select Disabled or All Apps.
  4. Scroll through the list โ€“ disabled programs will be marked in gray.

To return the app:

  1. Put it on his name.
  2. Click Enable (if the button is active).
  3. If there is no button, check the Memory section. โ†’ Clear data (sometimes helps to wake up the app).

โ˜‘๏ธ Checking Hidden Applications

Done: 0 / 4

5.Use of ADB Search for hidden applications (for advanced applications)

If the standard methods do not help, you can use Android Debug Bridge (ADB) โ€” a debugging tool that allows you to get a full list of installed applications, including hidden and disabled.

โš ๏ธ Warning: This method requires connecting the phone to the computer and enabling developer mode!

Instructions:

  1. Enable Developer Mode: Go to Settings โ†’ About the phone, tap 7 times on the version MIUI (You will see the message "You became a developer!" and go back to Settings. โ†’ Additionally. โ†’ For developers and enable debugging by USB.

ADB Tools

Open the command line (Windows) or the terminal (Mac/Linux) and type:

adb devices

(Your device should be displayed).

adb shell pm list packages -f

This command will display a complete list of all packages, including hidden ones. To find a particular application, use the filter:

adb shell pm list packages | findstr "keyword"

For example, to search for WhatsApp:

adb shell pm list packages | findstr "whatsapp"

If the application is found, but does not appear in the menu, you can try to run it forcibly:

adb shell am start -n com.package.name/com.package.name.Activity

(Replace com.package.name with the real name of the package from the list).

๐Ÿ’ก

ADB It can even find apps that are removed from the menu by the device administrator (e.g., on corporate phones.

6. Features of the search on POCO model POCO Launcher

Smartphones POCO (for example, POCO F5, POCO X5 Pro) use its own shell POCO Launcher, which is different from the standard MIUI. Here there are the nuances of search applications.

The main differences:

  • ๐Ÿ“ฑ There is no classic app menu โ€“ all programs are displayed directly on the desktop (like on iOS).
  • ๐Ÿ” The search bar is located at the bottom of the screen (swipe up from the dock panel).
  • ๐Ÿ“‚ Folders are created automatically when more than 4 similar applications are accumulated.

How to search for applications POCO:

  1. Swipe up from the bottom edge โ†’ The search bar will open. Type the name.
  2. If the app is not: Check the hidden pages (swipe left/right to the end). โšช โšช dock-panel โ†’ Desktop settings โ†’ Hidden applications.

Settings

Reset

If you've moved on MIUI on POCO Launcher and canโ€™t find apps, try it:

  • ๐Ÿ”„ Install the standard Xiaomi launcher through Settings โ†’ Annexes โ†’ By default. โ†’ Launcher.
  • ๐Ÿ“ฅ Reinstall a problem app - sometimes POCO Launcher does not correctly display transferred programs.

7.What to do if the application is removed or not installed

If you canโ€™t find the app because itโ€™s removed, check out the following:

Application manually removed:

  • ๐Ÿ“ฒ Check the Recycle Bin (some Xiaomi models have a Recovery feature for remote programs). โ†’ Annexes โ†’ Basket.
  • ๐Ÿ”„ Install the app from Google Play or Mi App Store.

The annex shall not be installed:

  • ๐Ÿ›ก๏ธ Check the security settings: Settings โ†’ Annexes โ†’ Special access โ†’ Install unknown applications (allow installation from the desired source).
  • ๐Ÿ“ฆ Free up space in memory: Settings โ†’ Memory. โ†’ Cleanup.
  • ๐Ÿ”ง Update Google Services: Settings โ†’ Google โ†’ Google Play Services โ†’ Update.

The application is blocked by the system:

  • ๐Ÿšซ Some Xiaomi models for China are blocked by Google services.Solution: install Google Installer from the official Xiaomi website.
  • ๐Ÿ”’ If the phone is corporate, contact the administrator - it is possible that the installation is blocked through the MDM (Mobile Device Management).
How to restore a remote system application?
If you have removed the system application (such as Camera or Gallery), it can only be restored through a full reset (Settings). โ†’ Additionally. โ†’ Recovery and discharge โ†’ Resetting settings) or flashing the phone.

Comparison of App Search Methods on Xiaomi

MethodSuitable forDifficultyImplementation timeEfficiency
Desktop searchVisible annexesโญ10 seconds.70%
Menu of all applicationsAll established programmesโญ20 seconds85%
Global Search (swipe down)Applications, settings, filesโญ15 seconds90%
Settings โ†’ Application managementDisconnected and systemโญโญ1 minute95%
ADB (for Advanced)Hidden, remote, system-basedโญโญโญ5-10 minutes100%

If none of the methods helped, perhaps the app:

  • ๐Ÿšซ Removed without recovery capability.
  • ๐Ÿ”’ Blocked at the firmware level (relevant for Chinese versions of Xiaomi).
  • ๐Ÿ“ฆ Not compatible with your version MIUI Android.

In such cases, you can only reinstall the program or contact Xiaomi support (especially if it is pre-installed software).

FAQ: Frequent questions about finding apps on Xiaomi

Why After Updating MIUI All the app icons are missing?
This is a problem when updating to MIUI 13/14. Solution: Reboot your phone. Clutch the empty space on your desktop. โ†’ Desktop settings โ†’ Reset. If it didn't work: Settings โ†’ Annexes โ†’ Application management โ†’ Three points. โ†’ Reset the default settings. If the problem persists, check if the launcher settings have gone wrong (the standard launcher may have changed to a third-party launcher).
How to find an application if it is in the settings, but not on the desktop?
It's probably hidden or disabled. Try: Open Settings. โ†’ Annexes โ†’ App management. Find the app you want in the list and tap it. If you have a Show button on your desktop, click it. If the app is disabled, click Enable. POCO: Press the app icon in the menu โ†’ Add to the desktop.
Can I return a remote system application (e.g. Camera or Gallery)?
System applications on Xiaomi are only deleted along with the firmware. ADB or root rights, you can return in two ways: Reset settings (Settings) โ†’ Additionally. โ†’ Recovery and discharge โ†’ Reset settings. Flashing through the Mi Flash Tool (requires unlocking the bootloader). Installation APK-The system application file will not help โ€“ it will not work without the corresponding libraries in the firmware.
Why are some apps not displayed in search?
It could be related to: ๐Ÿ”’ Security Policy (on corporate phones). ๐Ÿ“ต Restrictions MIUI Chinese firmware (e.g. blocking Google services). ๐Ÿ› ๏ธ Cache failure โ€“ try to clear the Launcher cache (Settings) โ†’ Annexes โ†’ Launcher โ†’ If the problem persists after cleaning the cache, check if global search is disabled in the settings: Settings โ†’ Additionally. โ†’ Search โ†’ Global search.
How to find an application if it is installed but not running?
Causes and solutions: ๐Ÿ”‹ Memory Lack: Free up space in Settings โ†’ Memory. ๐Ÿ”„ Data failure: Settings โ†’ Annexes โ†’ [name] โ†’ Warehouse โ†’ Clear the data. ๐Ÿ›ก๏ธ Antivirus Blocking: Check Security โ†’ Scanner. ๐Ÿ“ฑ Incompatibility: Update your app or firmware. If the app is installed but doesn't appear on the menu, try running it through the app. ADB (see section 5).