How to open apps on Xiaomi smartphones: from basic to hidden methods

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.

Start with the simplest one: check if the app is hidden in the general list of programs. On most Xiaomi devices, it is enough:

  1. Swipe up from the bottom of the screen to open the app menu.
  2. Scroll down the list โ€“ the icon may be on the second or third page.
  3. 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.

๐Ÿ“Š How do you usually search for apps on Xiaomi?
Through the app menu
Use search.
I'm going into Settings.
Other

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. At the top of the screen, press three dots (โ‹ฎ) and select "Show all applications".
  3. In the list, find the desired application and tap on it.
  4. 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 system

Example: 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.

  1. 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."
  2. Say, โ€œOpen [app name]โ€ (e.g., โ€œOpen Galleryโ€).
  3. 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:

  1. Enable the developer mode on your smartphone: go to Settings โ†’ About the phone and 7 times tap on the item "Version" MIUI".
  2. Return to Settings โ†’ Additional โ†’ For developers and enable debugging over USB.
  3. Connect your phone to your PC, install Xiaomi drivers, and open the command line (or Terminal on Mac/Linux).
  4. Enter the command to check the connection: adb devices If the device is displayed, continue.
  5. 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).
  6. 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.

AnnexPackage name (package name)Launch team
Calculatorcom.miui.calculatoradb shell am start -n com.miui.calculator/.cal.AllInOneCalculatorActivity
FM-radiocom.miui.fmadb shell am start -n com.miui.fm/.ui.FmMainActivity
Equipment testcom.miui.ctsadb shell am start -n com.miui.cts/.HardwareTestActivity
Developer settingscom.android.settingsadb shell am start -n com.android.settings/.DevelopmentSettings
What if the ADB canโ€™t see the device?
If the adb device command returns an empty list, check: 1. Are Xiaomi drivers installed (download from the official website). 2. Is debugging enabled USB In the developer settings. 3. Do you use the original USB-cable (some cheap cables don't support data transfer). 4 Try restarting your phone and PC, then reconnect. If the problem persists, try adb kill-server and then adb start-server.

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:

  1. Download APK-Application file from a verified source (e.g., APKMirror).
  2. Install it manually, pre-allow installation from unknown sources (Settings โ†’ Applications โ†’ Special Access โ†’ Installation of Unknown Applications).
  3. 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 causeDecision
"No appendix installed"Damaged. APK-file or incompatibility with the Android versionReinstall the application from an official source
"Stopped" (immediately after launch)Conflict with other programs or lack of rightsClear the cache in Settings โ†’ Apps โ†’ [name] โ†’ Storage โ†’ Clear the cache
"No Internet connection"Background Limitation for Applications in MIUIAllow 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.

  1. Go to Settings โ†’ Battery and Performance โ†’ Battery Consumption Management by Apps.
  2. Find the problem app and select the "No Limits" mode.
  3. 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.

FAQ: Frequent questions

Can I open system applications (such as an engineering menu) without root?
Yes, many system utilities can be run through ADB or Xiao AI voice assistant without superuser rights. For example, the engineering menu (#4636##) opens through a standard dialer, and the hardware test is run by the adb shell am -n start com.miui.cts/.HardwareTestActivity command. However, some applications (for example, com.qualcomm.qti.engineermode) may require unlocking the bootloader or root rights for full access.
Why did some apps disappear after the MIUI update?
When updating the system MIUI Some applications may be: ๐Ÿ”„ Moved to the folder "Other" or "Recent". ๐Ÿšซ Disabled as incompatible with the new version. ๐Ÿ”ง Replaced with updated versions (e.g. Mi Music on Music Player). Check the list of all apps in Settings โ†’ Annexes โ†’ Manage applications and enable the display of disabled.
How to open the app if the screen is not working (sensor is not responding)?
If the touch screen doesnโ€™t respond but the phone turns on, try: Connect the mouse via OTG-Adapter: You can control the cursor with the interface. You can use the voice assistant (if Xiao is on). AI), Say "Open up." Connect to the ADB Start the application with the command: adb shell am start -n Name.package/activity If nothing helps - connect the phone to Mi PC Suite on your computer and control it. For models with physical buttons (e.g. Redmi) 1S) You can try navigation through the volume and power keys.
Can I restore a remote system application without firmware?
Yeah, most of the time: ๐Ÿ“ฆ Install. APK-manual application file (download from a trusted source, such as APKMirror). ๐Ÿ”ง Use it. ADB-command: adb shell cmd package install-existing name.packet ๐Ÿ”„ Restore from backup if it was created before deletion.If the app was part of firmware (such as Mi Drop or Mi Remote), it can be downloaded separately from the Mi App Store.
Why some apps donโ€™t open on Xiaomi for the European market (EEA)?
On Xiaomi devices for EEA (The European Economic Area (EEA) often lacks Google services or has limited system features due to legislation: ๐Ÿšซ Google Play Services is missing โ€“ many apps require it to work. ๐Ÿ”’ Restricted access to some system utilities (e.g, FM-radio-port). ๐Ÿ“ต Block background activity to save battery (configured in Settings) โ†’ Battery) Solutions: Install Google Play Services manually through APK. Unlock the bootloader and swipe Global ROM (risk of loss of warranty!) Use alternative applications (e.g. Radio) FM standard FM-radio).