Have you downloaded a new app to your Xiaomi but can't find it on the menu? Or have you accidentally hidden an icon and now you don't know how to get it back? Maybe you're trying to run system software that the manufacturer has hidden from users. In this article, we'll look at all the ways you can open apps on Xiaomi, Redmi and POCO smartphones, from standard to advanced, including working with MIUI versions and even restoring remote programs.
The problem with running apps on Xiaomi devices is often related to the features of the MIUI shell, which actively optimizes background processes and hides underutilized programs. For example, after a system update, some applications can disappear from the home screen or move to the Other folder. We will consider not only the obvious solutions (search by menu, drag and drop icons), but also lesser-known methods - through Settings, voice assistant Xiao AI, and tools for developers.
We will focus on cases where the application does not open due to system failures or manufacturer restrictions. For example, some Xiaomi models for the European market (EEA) have Google services disabled by default, which can block the launch of individual programs.
1. Standard methods: menu and search
Start with the simplest one: check if the app is hidden in the general list of programs. On most Xiaomi devices, it is enough:
- Swipe up from the bottom of the screen to open the app menu.
- Scroll down the list โ the icon may be on the second or third page.
- Use the search bar at the top of the screen (the magnifier icon) to enter the program name.
If the app doesn't appear on the menu, check the Others folder (or Recents in some versions of MIUI). It automatically folds underused programs. It's also worth looking at Settings โ Applications โ Application Management - all installed programs, including system ones, are displayed here.
What if the icon disappeared from the home screen? There are two ways to return it:
- ๐ฑ Drag the app from the menu back to the desktop (hold the icon) 1-2 seconds, then move).
- โ๏ธ B Settings โ Desktop โ Desktop settings enable the option "Show all applications".
โ ๏ธ Note: On some models POCO shelled POCO Launcher applications can be grouped automatically. To disable this feature, go to Launcher Settings. โ Grouping applications and select "Disable".
2. Search through system settings
If the app doesn't appear on the menu but you're sure it's installed, check it through system settings, which works even for hidden or disabled programs:
- Open Settings โ Applications โ Application Management.
- At the top of the screen, press three dots (โฎ) and select "Show all applications".
- In the list, find the desired application and tap on it.
- Click the "Open" button (if it is active) or turn on the "Show on Desktop" option.
This section also shows if the app is disabled (the gray icon next to the name). If so, click "Enable" to restore access. Notice the "System Apps" section, which often hides utility utilities that don't appear in the main menu.
Find in Settings โ Applications โ Application Management |
Enable display of all applications (three dots โ Show all)|
Check the "System applications" section |
Try to turn on the disabled application (button "Enable")-->
On devices with MIUI 13/14, the path may be slightly different:
Settings โ Applications โ Installed Applications โ Filter (funnel icon) โ Show systemExample: If you are looking for a standard FM-If you have a radio that is not on the menu, find it through this section and turn on the icon, the same goes for utilities like com.miui.securitycenter or com.android.settings).
3.Voice assistant Xiao AI
Few people know, but the voice assistant Xiao AI (available on most Xiaomi devices for the Chinese and global markets) can not only open applications, but also find hidden ones.
- Activate Xiao AI by holding the home button (on models without a touch button, swipe from bottom up with a delay) or by saying the voice command "Hey, Xiao AI."
- Say, โOpen [app name]โ (e.g., โOpen Galleryโ).
- If the application is hidden, the assistant will suggest showing it on the desktop.
This method is especially useful for system utilities that don't have icons on the menu, such as:
- ๐ง Developer Mode (Say "Open Developer Settings").
- ๐ก Test SIM-Cards (Open the test team) SIM").
- ๐ System Restore (Say "Open Recovery").
โ ๏ธ Note: On devices with global firmware (Global) ROM) Xiao AI It can be disabled by default. To activate it, go to Settings. โ Additionally. โ Voice assistant and enable option. Some models (for example, Redmi Note 10 Pro) will require you to download an additional language package.
4.Using ADB for Hidden Applications
If standard methods didnโt help and the app is installed on the system (for example, you see it in the list through adb shell pm list packages), you can try running it manually through Android Debug Bridge (ADB).
Step-by-step:
- Enable the developer mode on your smartphone: go to Settings โ About the phone and 7 times tap on the item "Version" MIUI".
- Return to Settings โ Additional โ For developers and enable debugging over USB.
- Connect your phone to your PC, install Xiaomi drivers, and open the command line (or Terminal on Mac/Linux).
- Enter the command to check the connection: adb devices If the device is displayed, continue.
- To see a list of all packages installed, follow: adb shell pm list packages -f Find the name of the desired application in the output (for example, com.miui.calculator for Calculator).
- Launch the application with the command: adb shell am start -n com.miui.calculator/.cal.AllInOneCalculatorActivity (replace com.miui.calculator in the name of your package).
On some Xiaomi devices for the European market (EEA) system applications can be blocked at the firmware level. ADB-Commands will return the SecurityException error, which means that the launch is possible only after unlocking the bootloader.
| Annex | Package name (package name) | Launch team |
|---|---|---|
| Calculator | com.miui.calculator | adb shell am start -n com.miui.calculator/.cal.AllInOneCalculatorActivity |
| FM-radio | com.miui.fm | adb shell am start -n com.miui.fm/.ui.FmMainActivity |
| Equipment test | com.miui.cts | adb shell am start -n com.miui.cts/.HardwareTestActivity |
| Developer settings | com.android.settings | adb shell am start -n com.android.settings/.DevelopmentSettings |
What if the ADB canโt see the device?
5. Recovery of Remote or Disabled Applications
If the application has been removed or disabled (e.g., via Settings โ Applications โ Delete / Disable), it can be restored without flashing it.
- ๐ Reinstall the app from Google Play or Mi App Store (if available).
- ๐ฆ Restore from backup if you have previously done a backup through Settings โ Additionally. โ Backup.
- ๐ง Use the system commands to re-activate: adb shell cmd package install-existing com.example.app (replace com.example.app with the package name).
For system applications (such as Mi Video or Mi Music) that cannot be reinstalled in the standard way, try:
- Download APK-Application file from a verified source (e.g., APKMirror).
- Install it manually, pre-allow installation from unknown sources (Settings โ Applications โ Special Access โ Installation of Unknown Applications).
- If the installation is blocked, use ADB: adb install name file.apk
โ ๏ธ Note: Removing or disabling system applications (e.g. com.miui.securitycenter) may cause the phone to run unstable. If the smartphone starts to brake or overheat after the app is restored, reset settings via Settings โ The phone. โ Resetting settings.
๐ก
Before you uninstall your system applications, back up your Settings โ Additional โ Backup or use Mi PC Suite on your computer to quickly recover data in the event of a crash.
6. Launch problems: errors and solutions
Sometimes the app appears on the menu but doesn't open, and there's an "App is not responding" or "Stop" error. Let's look at the main reasons and ways to fix them:
| Mistake. | Possible cause | Decision |
|---|---|---|
| "No appendix installed" | Damaged. APK-file or incompatibility with the Android version | Reinstall the application from an official source |
| "Stopped" (immediately after launch) | Conflict with other programs or lack of rights | Clear the cache in Settings โ Apps โ [name] โ Storage โ Clear the cache |
| "No Internet connection" | Background Limitation for Applications in MIUI | Allow background activity in Settings โ Applications โ [name] โ Battery โ Without restrictions |
| "Server error" | Problems with Google services (on Xiaomi for the Chinese market) | Install Google Play Services manually via APK |
If the app is hanging on the download screen, try:
- ๐ Clear the data (attention โ this will remove all program settings!).
- ๐ Turn off optimization MIUI for this application: Settings โ Annexes โ [name] โ Battery โ Optimizing the battery โ No restrictions.
- ๐ฑ Restart your phone in Safe Mode (hold the power button) โ "Restart Safe Mode and try to run the app again.
On devices with MIUI 12 and later, there are often problems with running applications due to aggressive battery optimization.
- Go to Settings โ Battery and Performance โ Battery Consumption Management by Apps.
- Find the problem app and select the "No Limits" mode.
- Enable the "Out-Start" option for this application.
๐ก
If the app doesnโt open after all the manipulations, check itโs compatible with your version of MIUI. Some programs (especially banking) can be blocked on custom or Chinese firmware.