Did you install a new app on Xiaomi Redmi but it doesn't have an icon on the home screen? Or did the MIUI update disappear? This problem is familiar to many owners of Redmi Note, POCO and other brands. Unlike pure Android, the MIUI shell has its own nuances of displaying applications - from automatically hiding underutilized programs to bugs with a launcher cache.
In this article, we will look at 5 proven ways to bring an app back to the screen, from basic menu actions to advanced ADB and launcher resets. We will focus on typical Redmi user errors that cause shortcuts to βdisappearβ after a system reboot or update. All instructions are relevant for MIUI 14/15 (including global and Chinese versions) and models from 2020 to 2026.
1. Standard method: Adding through the application menu
The most obvious method is to use built-in MIUI tools, which works 90% of the time unless the application is hidden by the system and is not a service application.
Open the app menu (swipe up from the bottom of the screen or click on the dot icon in the dockboard). Find the app you want in the list. Hold it down for 1-2 seconds until the context menu appears. Most versions of MIUI will have items here:
- π Add to the main screen β creates a shortcut in the selected place.
- π Add to the folder β allows you to group the application with others.
- βΉοΈ Information about the application - here you can check whether it is disabled.
If you don't have Add to Home, you've already added the app, but it's on a different desktop (flick left/right) or in the Hidden Apps folder. Also check if you have a third-party launcher (like Nova Launcher or Hyperion) - in which case the rules for adding shortcuts may differ.
π‘
If the app icon is gray and doesn't respond to click, it's disabled. Go to Settings β Applications β Application Management, find the program and click "Enable".
2. Search through MIUI System Search
MIUI 14/15 has a universal search engine that finds not only apps, but also settings, contacts and files, and is useful if you donβt remember the exact name of the program or itβs hidden in the back of the menu.
How to use:
- Swipe down the main screen to open the search bar (or click on the magnifying glass in the dock panel).
- Enter the name of the application (even partial).
- In search results, pinch the app icon and drag it to the main screen.
If the app is not found through search, the reasons may be as follows:
- π« The application is deleted but left in the launcher cache (check in Settings). β Annexes).
- π Application hidden by the system (see section 4).
- π οΈ Launcher failure (will help reboot or reset its settings).
3.Resetting the MIUI launcher settings
The launcher (the program responsible for displaying the desktop) in Redmi sometimes "forgets" the location of shortcuts after updates or crashes. Resetting its settings will return the standard display of all installed applications.
Instructions:
- Open Settings β Applications β Application Management.
- Click on the three dots in the upper right corner and select "Show all apps."
- Find the MIUI Launcher (or System Launcher in global versions) in the list.
- Select "Storage" β "Clear Data" and confirm the action.
β οΈ Note: After the launcher is reset, all folders, widgets and shortcuts on the desktop will be deleted. We recommend that you take screenshots of the current layout beforehand (press the power buttons). + Turning down the volume).
If the application does not appear after reset, check:
- π± Is there a schedule for children (Settings) β Special opportunities β Regime for children).
- π Is the βHide Appsβ function enabled (see next section).
- π‘οΈ Does the application block antivirus or Security App (check Settings) β Security).
Take screenshots of the current desktop
Remember the location of important labels
Check for backup in Mi Cloud
Make sure your phone is over 30 times charged%-->
4. Checking Hidden Applications in MIUI
MIUI allows you to hide applications from prying eyes β a feature often used to protect personal data β but sometimes programs are hidden accidentally (for example, after an update or crash).
How to check hidden applications:
- Open Settings β Applications β Hidden Applications (in some versions, the path: Settings β Privacy β Hidden Applications).
- Enter your password (if installed).
- In the list, find the desired application and uncheck it.
If the "Hidden Applications" section is missing, it means:
- π The function is disabled in your version MIUI (chinese-style).
- π² The app is hidden through Second Space. Check Settings β Special opportunities β Second Space.
- π οΈ System failure β try updating your firmware or resetting your settings (see Section 6).
| Coverage method | How to cancel | Note |
|---|---|---|
| Hiding through MIUI settings | Settings β Applications β Hidden applications | Requires a password if set |
| Second Space | Settings β Special opportunities β Second Space | Applications can only be in one space. |
| Regime for children | Settings β Special. opportunities β Mode for children | Hide all applications except those allowed |
| Third-party launchers | Settings of a specific launcher | Nova Launcher has its own list of hidden apps. |
5. Advanced methods: ADB and Safe Mode
If standard methods fail, it could be a system failure or a conflict with other programs, in which case Safe Mode or ADB commands will help.
Method 1: Safe regime
Boot your phone in Safe Mode to disable all third-party apps:
- Press the power button until the shutdown menu appears.
- Press and hold the "Switch off" option (or "Reboot" in new versions).
- Confirm the transition to safe mode.
In Safe Mode, check if the application appears. If so, the problem is in one of the installed applications (most often these are optimizers, antiviruses or launchers).
Method 2: ADB-team
For power users, ADB can force you to add an app shortcut to the home screen, connect your phone to a PC with ADB Tools installed, and do:
adb shell am start -n com.miui.home/.launcher.Launcher
adb shell cmd shortcut create-home -n "Application Name" -a "Intent Actions" -p "Application Package"Example for Google Chrome:
adb shell cmd shortcut create-home -n "Chrome" -a android.intent.action.MAIN -p com.android.chromeβ οΈ Attention: Misuse of the right ADB This can cause system failures. Before executing commands, back up your data through Settings. β The phone. β Backup.
What if the ADB does not recognize the device?
Extreme measures: resetting and flashing
If none of these methods work, radical solutions remain, and should only be used if the problem affects several applications or is accompanied by other failures (hangs, overheating, rapid battery discharge).
Option 1: Resetting to factory settings
This will delete all data from the phone, including apps and files.
- Settings β About Phone β Backup (save to Mi Cloud or PC).
- Settings β Additional β Recovery and Reset β Resetting settings.
- Select "Erase all data" and confirm.
Option 2: Fastboot flashing
If the reset didn't help, the system firmware might have been damaged, and for Redmi, this is solved by installing the official firmware through the Mi Flash Tool:
- Download the firmware for your model from en.miui.com.
- Unpack the archive and launch the Mi Flash Tool.
- Connect your phone in Fastboot mode (clip Power + Volume Reduction when the phone is off).
- Select the firmware file and press "Flash".
β οΈ Note: Fastboot Flash Flashing deletes all data, including unlocking the bootloader.If the phone was purchased with the bootloader locked, you will need to re-unblock through the Mi Unlock Tool after firmware is installed (can take up to 720 hours of waiting time).
π‘
Before resetting or flashing, be sure to check whether the disappearance of shortcuts is due to the MIUI update. Sometimes after major updates (for example, with MIUI 13 on 14), the launcher resets the application display settings. In this case, it is enough to restart the phone or reset the launcher (see section 3).