How to find the app shortcut on Android Xiaomi: hidden ways and recovery

Did you remove the app shortcut from Xiaomi's desktop, but the program is still installed? Or did the icons disappear without a trace after the MIUI update? This problem is familiar to many owners of Redmi, POCO or Mi smartphones - the shell interface often hides applications in non-obvious places. Unlike "pure" Android, where all programs are displayed in the menu, MIUI can automatically sort them by folder or hide "system" utilities altogether.

In this article, you will find 5 proven ways to return access to any application, from basic (menu search) to advanced (launcher and ADB- command settings), we will also analyze why shortcuts disappear after updates or resets, and how to prevent them from losing them in the future. The instructions are valid for all modern Xiaomi models on MIUI 12–14 and HyperOS.

1. Search through the Apps menu

The fastest way to find a lost app is to use the built-in menu search, which works even if the shortcut has been removed from the desktop or hidden by the system.

How to do this:

  • πŸ“± Swipe your finger up from the bottom edge of the screen to open the app menu (if you have a navigation gesture) or tap the round icon at the bottom of the screen (if you use buttons).
  • πŸ” At the top of the screen, you'll see a search bar -- type in the name of the app (even partial).
  • πŸ“Œ The appendix found can:

If the search does not give results, check:

  • βœ… The correct spelling of the name (sometimes Chinese applications are displayed in hieroglyphics).
  • βœ… Is the application disabled in settings (Settings β†’ Applications β†’ Application Management).
  • βœ… Is it system-based (some Xiaomi utilities don't appear in the general list).
πŸ“Š How often do you lose app shortcuts on Xiaomi?
Often after each update
Sometimes, when cleaning the desktop
Nearby, but I don't remember where.
Never lost.

⚠️ Warning: In MIUI 14 and HyperOS, a search in the application menu may not show duplicate shortcuts (for example, if you have two versions of the same messenger installed).

2. Global search by system

If the app doesn't show up in the menu, try the built-in search across the smartphone. It searches not only in the menu, but also in settings, files, and even text messages.

Instructions:

  1. Swipe your finger down the desktop (or tap the magnifying glass at the top of the screen) to open the search bar.
  2. Type the name of the app. If you don't know the exact name, try keywords (e.g., "camera," "gallery," "settings").
  3. In the search results, find the β€œApplications” section – there will be all matches, including hidden ones.
  4. Click on the desired app to open it, or hold your finger to create a shortcut on your desktop.

Advantages of this method:

  • πŸ” Looks for all installed programs, even those that don't appear on the menu.
  • πŸ“‚ Finds not only applications, but also associated settings (e.g., Camera Resolutions).
  • 🌐 Works on all versions of MIUI and HyperOS.

πŸ’‘

If a global search doesn’t find an app, try typing it in English (many Xiaomi system utilities have original names, such as Security instead of Security).

If this didn't work, it may have been disabled or removed. Go to the next section to check its status.

3. Checking the status of the application in the settings

Sometimes shortcuts disappear not because of a system bug, but because the app has been disabled or hidden manually. To check this, go to Xiaomi's settings.

Step-by-step:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. At the top of the screen, select the All Apps tab (sometimes called Installed).
  3. Scroll through the list or search within this menu.
  4. If the app is on the list but has the β€œDisabled” label next to it, click on it and select β€œEnable”.
  5. If the app is hidden, click on the three dots in the top right corner and select Show Hidden.

What to do if the application is disabled but not turned on?

  • πŸ”„ Try updating it via Google Play or GetApps (if it is third-party software).
  • πŸ“₯ If this is a system application, you may need to reset your settings (but that’s a last resort!).
  • πŸ› οΈ For some Xiaomi utilities (such as Mi Video or Mi Music) it can help to clear the cache in the app settings.
Status of the annexWhat does it mean?How to fix it
Disconnected.The app is deactivated, but it's not deleted. It's not on the menu.Click Enable in the application settings.
Hiddenly.The shortcut has been removed from the desktop, but the app is active.Return it via the app menu or search.
Removed.The application is uninstalled (not displayed in the list).Install it from Google Play or APK.
Systemic (without label)Some Xiaomi utilities do not have a default icon.Use an ADB or third-party launcher (see Section 5).

⚠️ Warning: Do not disable Xiaomi system applications (e.g. com.miui.securitycenter or com.android.settings) – this can lead to unstable smartphone performance or loss of functionality (e.g., gestures or notifications will fail).

4. Recovery of shortcuts through launcher settings

If the application is installed and active, but its shortcut is still not displayed, the problem may be in the launcher settings (the program responsible for the desktop). MIUI and HyperOS have hidden options that allow you to reset the location of icons or show all installed programs.

How to Restore Labels:

  1. Keep your finger on the empty desktop until the menu appears.
  2. Select Desktop Settings (or Launcher Settings, depending on the MIUI version).
  3. Scroll down and find the β€œReset Settings” or β€œRestore Default Icons” section.
  4. Confirm the action – the system will return all standard labels to their place.

If the reset didn't help, try another launcher:

  • πŸ“± Install an alternative launcher from Google Play (e.g. Nova Launcher, Apex Launcher, or Microsoft Launcher).
  • πŸ”„ Once installed, select it as the default launcher (the system will prompt you to do this automatically).
  • πŸ” In the new launcher, all apps will appear in the menu, and you can create shortcuts again.

Make sure the label is not hidden in the folder|Check the Hidden Apps tab in the menu|Try another launcher for diagnosis|Make a backup copy of the location of the icons (if important)-->

In MIUI 14 and HyperOS, some system applications (such as Mi Share or Game Turbo) may not appear in the default launcher menu. To return them, you need to edit the configuration file via ADB (see section 5).

5. Advanced Methods: ADB and System Commands

If standard methods did not help, and the application is critical (for example, Settings or Phone), you can use the ADB debugging bridge. This method is suitable for advanced users and requires connecting the smartphone to the computer.

Instructions for restoring labels through ADB:

  1. πŸ–₯️ Install Platform Tools on your computer and enable debugging on USB on Xiaomi (Settings β†’ About Phone β†’ Version MIUI β†’ Press 7 times, then go back to Settings β†’ Additional β†’ For Developers β†’ Debugging on USB).
  2. πŸ”Œ Connect your smartphone to your PC and open Command Prompt (or Terminal on Mac/Linux) in the adb folder.
  3. πŸ“‹ Enter the command to check the connection: adb devices (the serial number of your device should appear).
  4. πŸ”§ To show all hidden applications, run: adb shell cmd package list packages -f (this will display a list of all packages, including system ones).
  5. 🎯 If you want to return the shortcut to a particular application (e.g. Settings), use: adb shell am start -n com.android.settings/.Settings (replace com.android.settings with your application package).

List of useful ADB- commands for working with applications:

Team team.Description
adb shell pm list packagesShows all the packages installed.
adb shell pm enable com.example.appIt includes a disabled application (replace com.example.app with a real package).
adb shell pm clear com.example.appClears the application data (can help if the shortcut disappears after the update).
adb shell am start -n com.example.app/.MainActivityIt runs a specific application (you need to know Activity).
How to find out the name of the application package?
If you don’t know the exact package (for example, for Mi Video), install the App Inspector app from Google Play on your smartphone, which will show the full names of all installed programs, including system ones. Alternatively, use the command adb shell dumpsys package | grep β€œpackageName” (will display the list with the filter word packageName).

⚠️ Warning: Inexperienced use of ADB may result in data loss or system instability. Do not change system application settings (e.g., com.miui.home or android) unless you are sure of the consequences. Pm enable and am start are sufficient to restore shortcuts.

6.Preventing the loss of labels in the future

To prevent app shortcuts from disappearing after updates or random actions, follow these tips:

  • πŸ“Œ Secure important applications on your desktop: hold the icon and drag it to the bottom panel (dock station).These shortcuts are less likely to disappear when resets.
  • πŸ“‚ Group similar programs into folders, which makes them harder to lose when cleaning the screen.
  • πŸ”„ Regularly update MIUI β€” newer versions fix bugs with missing shortcuts (especially relevant for HyperOS).
  • πŸ“± Use a backup of the launcher settings (Nova Launcher or Apex Launcher has this feature).
  • 🚫 Do not disable system applications unnecessarily - this can cause associated shortcuts to disappear.

If you often encounter the problem of missing icons, consider installing an alternative launcher. For example, Nova Launcher allows you to:

  • πŸ”’ Block accidental removal of labels.
  • πŸ“Š Sort applications by alphabet, installation date, or category.
  • 🎨 Customize the appearance of icons (including size and shape).
  • πŸ” Search hidden applications through built-in search.

πŸ’‘

Alternative launchers (like Nova or Apex) not only solve the problem of missing shortcuts, but also offer flexible interface settings that are not available in the standard MIUI launcher.

FAQ: Frequent questions about shortcuts on Xiaomi

πŸ”Ή Why did all the desktop shortcuts disappear after the MIUI update?
This is a well-known problem of MIUI 12-14 and HyperOS. The reasons are several: Reset launcher settings (often occurs with major upgrades); conflict with system optimization (for example, if a third-party launcher was used before the upgrade); error in the launcher cache (solved by clearing the data of the com.miui.home application); To return shortcuts, try: Reset your smartphone. Reset the launcher settings (see section 4).
πŸ”Ή How do I find Xiaomi system apps (like Mi Video or Game Turbo) if they don't show up in the menu?
Many Xiaomi system utilities don't have default shortcuts. To find them: Use global search (see section 2). Try running through ADB (see section 5). For example, for Mi Video: adb shell am start -n com.miui.videoplayer/.page.HomePage Set a third-party launcher to show all applications, including hidden ones.A list of packages of popular Xiaomi system applications: com.miui.videoplayer - Mi Video.com.miui.er - Music.com.mi.gallery -Games.com.com.com.com.gallery -Games.com.com -Games.com.com.com.com.com.com.com.Gamesgames.com.com.com.com.com.com.com.com.Gamesgames.com.com.com.com.com.com.com.Games.Gamess.Games.com.com.com.Gamesgame.com.com.Games.com.com.Games.
πŸ”Ή Can I restore the shortcut to a remote application?
No. If the application has been removed (uninstalled) and not just hidden or disabled, its label cannot be restored. In this case: Install the application again from Google Play, GetApps or APK-If it's a system application, try finding it in Settings. β†’ Annexes β†’ Removed (in some versions) MIUI To restore system utilities, you may need to run the firmware through Fastboot. To avoid accidental removal, turn on uninstallation protection in the security settings (Settings) β†’ Annexes β†’ Special rights β†’ Protection against removal).
πŸ”Ή Why are some apps duplicated in the menu?
Duplicate shortcuts appear for the following reasons: Two versions of the same app are installed (e.g. Google Chrome from the Play Market and the preinstalled Mi Browser); Launcher cache error (solved by clearing com.miui.home data); Conflict after the MIUI update (the system creates new shortcuts without removing old ones); To remove duplicates: Hold the unnecessary shortcut and drag it to Delete (or Hide). Check the list of installed apps in Settings β†’ Apps and remove the redundant versions.
πŸ”Ή How to transfer shortcuts to the new Xiaomi smartphone?
To avoid reconfiguring your desktop when you change device: Use Mi Cloud: Enable Sync in Settings β†’ Xiaomi Account β†’ Mi Cloud β†’ Sync β†’ Desktop β†’ On your new smartphone, log in to the same Xiaomi account and wait for recovery. Back up through a third-party launcher: In Nova Launcher: Long Press β†’ Backup/Restore. Save the file to Google Drive and restore it to a new device. Copy the folder with the launcher settings manually (requires root): /data/data/com.miui.home/shared_prefs/ You can only transfer files from the cloud: I can transfer the icons.