On Xiaomi smartphones with a shell MIUI Finding the right app among dozens of installed programs can become a real puzzle β especially if you actively use folders, hidden icons or system utilities. MIUI There are several built-in mechanisms at once: from the classic swipe down on the home screen to voice commands and gestures.
The problem is complicated by the fact that in different versions MIUI (12, 13, 14 and on various models (Redmi Note 12, POCO X5, Black Shark 5) search algorithms may vary, with contextual search based on application content and titles in some places. In this article, we'll look at all the relevant methods, including hidden features like search by app. ADB Xiaomi Cloud and why sometimes search does not find even installed programs.
1.Basic search through launcher MIUI
The most obvious and quick way is to use the built-in search bar on the home screen, which appears when swiping down the center of the screen (not to be confused with a swipe down from the top edge that opens the notification bar!).This method works on all Xiaomi devices, including budget Redmi and gaming Black Shark.
What's important to know:
- π Search only by app names (not by content inside them), for example, if you ask for a photo, it will find the Gallery, but not a photo of your cat.
- π If the application is hidden in a folder, the search will still show it β but it will not show the path to the folder.
- π Results are sorted by frequency of use (most used are from above).
- βοΈ V MIUI 14 added a prediction: the system can offer an application before you finish typing.
If the swipe down does not work, check the launcher settings:
- Click the empty space on the home screen β Home screen settings.
- Select Application Search β Enable the option to Show the search bar.
- Make sure that the Swipe Search down option is enabled (in some firmwares it is disabled by default).
2. Advanced Search through MIUI Search
Hidden chip MIUI β system-application MIUI Search (formerly called Quick Search) can search not only apps, but also contacts, messages, files and even system settings:
- π± Swipe down on the main screen and enter the request.
- π Or click on the magnifying glass icon at the dock bar (if there is one).
- π±οΈ On some models (such as Xiaomi 13 Ultra), you can call a search by double-clicking the Domestic button (if it is configured).
Differences from basic search:
| Function | Basic search | MIUI Search |
|---|---|---|
| Searching by application content | β No. | β Yes (messages, files) |
| Search by system settings | β No. | β Yes (e.g., "do not disturb the regime") |
| Voice input | β No. | β Yes (on Chinese firmware) |
| Integration with Xiaomi Cloud | β No. | β Yes (search for synchronized data) |
To include enhanced capabilities:
- Open Settings β Applications β Application Management.
- Find it. MIUI Search and enable all permissions (especially Warehouse and Contacts).
- In the application settings, activate Search in Apps and Search in Files.
π‘
If MIUI Search does not find the application, try to re-index the data: open the application, click on the profile avatar β Clean up search data β Re-index.
3 Search through the menu of all applications
If you prefer a classic list of all installed programs, use the application menu:
- Swipe up from the bottom edge of the screen (or click on the dot icon in the dock bar).
- At the top of the screen will appear the search bar β enter the name.
- For convenience, you can sort applications alphabetically (click on three dots). β Sorting).
Features of this method:
- π Shows all applications, including system and disabled (as opposed to home screen search).
- π You can search by first letters (for example, "ha" for the Gallery).
- β οΈ Not looking for content, just by name.
If the app doesnβt appear on the menu, it may:
- π΅ Hidden (check in Settings) β Annexes β Hidden applications).
- ποΈ Removed but cache is left (clear data via Settings) β Warehouse).
- π οΈ Blocked by the device administrator (relevant to work phones).
How to return a hidden application?
4.Voice search and Xiao assistant AI
On devices with MIUI Xiao voice assistant is available for the Chinese market (and some global versions) AI, And he can search and open apps with a voice command, and he can use it:
- Activate the assistant with a long hold on the Domestic button (or say "Hey, Xiao") AI").
- Say a command in Chinese or English, such as: Open Gallery, Launch Chrome, Find WhatsApp, Find WhatsApp
For global firmware (Redmi, POCO) Voice search works through Google Assistant:
- π€ Say βOK Googleβ or hold the Domestic button (if configured).
- π£οΈ Say the command: Open up. <name>".
Challenges and solutions:
β οΈ Note: If voice search is not working, check it out: π Is Google Assistant included in Settings? β Google β Settings of Google Assistant. π€ Permissions to use the microphone for Google App. π Internet connection (voice search requires cloud processing).
5. Search through ADB and system teams
For advanced users who want to automate search or recover lost applications, the method through the ADB (Android Debug Bridge. This is true if:
- π§ The app disappeared after the update MIUI.
- π± You need to find system software that does not appear in the launcher (for example, com.miui.securitycenter).
- π€ Massive packet search is required (for example, for backups).
Instructions:
- Connect your phone to your PC and enable USB Debugging (Settings β About Phone β MIUI Version β 7 times press to unlock Developer Mode, then Settings β Additional β Developers β Debugging by USB).
- Open the command line on the PC and type in: adb shell pm list packages | grep "keyword" For example, to search for all applications with "camera": adb shell pm list packages | grep "camera"
- To open the found application, use: adb shell am start -n com.android.camera/.Camera
Examples of useful commands:
| Team team. | Description |
|---|---|
| adb shell pm list packages -f | Shows all installed packages with paths to APK. |
| adb shell pm list packages -s | System applications only. |
| adb shell pm list packages -3 | Only third-party (user-installed) applications. |
| adb shell am start -n com.miui.home/.launcher.Launcher | Restart the launcher (helps if the search is glitchy). |
βοΈ Preparation for ADB-search
6. Search through Xiaomi Cloud and sync
If you lost access to your phone or want to find an app on another Xiaomi device, you can use Xiaomi Cloud.
- π± Restoring the list of applications after resetting.
- π Synchronization of installed programs between devices.
- π Search for applications that have been removed but saved to the cloud.
How it works:
- Go to i.mi.com and log in.
- Select the device in the Devices section.
- Go to the Applications β here will be displayed a list of installed programs (if synchronization is enabled).
- Use the line at the top or filters by category.
Limitations:
- β³ Data is not updated in real time (there may be a delay of up to 24 hours).
- π Not all apps are displayed (depending on synchronization settings).
- π Mi Account and Sync in Settings Required β Xiaomi account β Mi Cloud β Synchronization.
π‘
Xiaomi Cloud does not have to be used APK-files, just a list of installed applications, and to restore the program, you have to download it again from Google Play or third-party sources.
7.Why Search Doesn't Find an Application (and How to Fix It)
If you entered the name of the app but the search does not find it, the reasons may be as follows:
1.The application is hidden or blocked
- π Check Hidden Apps: Settings β Annexes β Hidden applications.
- π If you use Second Space or Guest mode, the app can only be installed in one of the spaces.
2. Launcher cache damaged.
- π§Ή Clear the launcher's cache: Settings β Annexes β Application management β Launcher (com.miui.home) β Clear the cache.
- π Restart the device β sometimes it resets indexing errors.
3.The appendix is removed but a label remains
- ποΈ Check the list of remote applications: Settings β Memory. β Annexes β Recently deleted.
- π If the shortcut is left on the screen but the app doesn't open, remove the shortcut with a long tap. β Delete.
4. Work profile limitations
β οΈ Note: On enterprise Android Enterprise phones, the administrator can block the installation or display of certain applications. β Accounts. β If the application is installed in the work profile, it will not appear in the main launcher.
Regional restrictions
- π Some apps (such as Mi Pay or Mi Video) may not appear on global firmware.
- π§ Solution: Change region to Settings β Additionally. β Region to India or China (requires reset).