You just installed a new app on your Xiaomi, but you can't see its icon anywhere? Or you want to transfer a frequently used program directly to the home screen so you don't go through the menu? In MIUI, adding shortcuts to the desktop doesn't work the way it does in "pure" Android -- there are some nuances. Depending on the firmware version (MIUI 12, 13 or 14) and the phone model (Redmi Note 12, Poco X5, Xiaomi 13T, etc.), the methods may differ, but we'll take a little bit of the current options.
In this article you will find:
- πΉ 3 standard ways to add shortcuts through the app menu and settings MIUI
- πΉ 2 alternative methods for cases when the application βdoes not wantβ to appear on the screen
- πΉ Table of compatibility of methods with different versions of firmware
- πΉ Solving problems when an icon disappears after a reboot or update
Whether youβre using Redmi 10C with MIUI 12.5 or Xiaomiβs flagship 14 Ultra on MIUI 14, the instructions below cover all the brandβs current devices.
1. Standard method: Drag from the application menu
This is the most obvious and versatile method that works on all versions of MIUI (12 to 14), suitable for 90% of applications, except for system utilities like Settings or Phone β their shortcuts are usually already on the screen by default.
How to do this:
- Tap the All Apps icon (usually a round button at the bottom of the screen with a gear or grid of dots).
- Find the desired application in the list (you can use the search from above).
- Press the application icon for 1-2 seconds until it βsticksβ from the background.
- Without letting go of your finger, drag it to any free section of the desktop.
- Let your finger go, the label will be created.
β οΈ Note: If after dragging the icon immediately disappears - then the application is prohibited for display in the settings MIUI. The solution to this problem is described in Section 5.
βοΈ Checking before dragging
2. Addition via the context menu of the application
If drag and drop doesnβt work (for example, on some Poco models with custom launchers), try an alternative method through the context menu.This method is especially useful for applications that donβt appear in the main list (for example, duplicate messengers).
Instructions:
- Open all the applications and find the right one.
- Touch the icon with one finger (do not pinch!).
- In the menu that appears, select Add to the home screen (or Create a shortcut in MIUI 14).
- If there is no such item, click the Application Information, then Open by default β Add to the main screen.
π‘ Useful advice: On some firmware (for example, MIUI 13 Global) a menu item may be called Create Shortcut - it's the same thing.
Why not add to the main screen?
3. Use of the widget "Application shortcuts"
If the first two methods didnβt work (for example, due to launcher limitations), you can go a workaround through the shortcut widget, which is suitable for MIUI 12.5 and later, including MIUI 14.
Step-by-step:
- Press and hold the empty space on the desktop.
- In the menu that appears, select Widgets.
- Scroll down to the Tools block and find the App Shortcuts widget.
- Drag him to the desk.
- Click on the widget, then select the app from the list.
β οΈ Attention: The widget takes place as 4 Standard icons (size) 2Γ2). If you need to save space, it is better to use the first method.
| Method | MIUI 12/12.5 | MIUI 13 | MIUI 14 | Notes |
|---|---|---|---|---|
| Drag from the menu | β Yes. | β Yes. | β Yes. | It does not work for system applications |
| Contextual menu | β Yes. | β Yes. | β Yes. | The title of the paragraph may differ |
| The tag widget. | β No. | β Yes. | β Yes. | Requires 2Γ2 free space |
| ADB-team | β Yes. | β Yes. | β Yes. | For experienced users |
4. Alternative method: through launcher settings
If an application persists in not wanting to appear on the desktop, the problem may be in the launcher settings (the program that controls the MIUI interface).
- π± The application is hidden by the system (for example, a duplicate of WhatsApp or Telegram)
- π You are using a private space (Second Space)
- π οΈ The launcher was reset to factory settings
What to do:
- Go to Settings β Applications β Application Management.
- Click on the three dots in the top right corner and select Show All Apps.
- Find the desired application in the list and open its page.
- Check if the Show on the home screen (or Display on Home screen) switch is enabled.
- If there is no switch, click Additional β Reset the launcher settings.
Important: After the launcher is reset, all your widgets and folders on your desktop will be deleted!
π‘
If you switch between private and main space frequently, add the Space Switch widget to your desktop, so you don't have to go into settings to change your profile every time.
5 Problem Solving: The label is lost or not created
Sometimes Xiaomi users are faced with the fact that:
- π« The shortcut disappears after the phone reboot
- π The icon is reset to standard after updating the application
- β The app does not appear in the list to add at all.
Causes and solutions:
Problem 1: The label disappears after the reboot
This is a problem for memory-optimized devices (especially for Redmi with 3-4 GB of RAM).
- Go to Settings β Battery and Performance β Memory Management.
- Turn off the Memory Cleanup option when you lock the screen.
- Add the problem app to the Cleanup Exceptions.
Problem 2: The icon is reset to the standard
The culprit is an update to the app via Google Play or MI App Store, to save the custom icon:
- Use a launcher from a third-party developer (like Nova Launcher or Apex Launcher).
- Turn off auto-update for this app on Google Play β My apps. β Settings (βοΈ).
Problem 3: The app does not appear in the list
It's probably installed in a working profile (for enterprise devices) or hidden through Second Space.
- Open Settings β Special Opportunities β Work Profile.
- If the profile is active, temporarily disable it.
- For Second Space: Swipe down from the top edge of the screen and tap the user icon.
π‘
If none of these methods worked, try installing an alternative launcher (like Nova Launcher) that is guaranteed to solve the problem with disappearing shortcuts, but will turn off some MIUI chips (like navigation gestures).
6. Advanced Way: Creating a Shortcut through ADB
For power users who arenβt afraid of the command line, thereβs a one-stop method through ADB (Android Debug Bridge) that works even for system applications that are usually hidden from the user.
What you need:
- π₯οΈ Computer with installed ADB-driver
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press β Return to the Extra β For developers)
- π USB-cable (preferably original)
Instructions:
- Connect your phone to your PC and open the Command Prompt (Windows) or Terminal (macOS/Linux).
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Find out the name of the package of the desired application (for example, for Chrome it is com.android.chrome). You can do this through the App Inspector app or the command: adb shell pm list packages | grep "name app"
- Create a label with the command: adb shell am start -a android.intent.action.CREATE_SHORTCUT --es name"Tag name" -n Application Package/Activity Example for Google Chrome: Adb shell am start -a android.intent.action.CREATE_SHORTCUT --es name"Chrome" -n com.android.chrome/com.google.android.apps.chrome.Main
β οΈ Attention: Misuse of the right ADB Do not change the settings of system applications (for example, com.android.settings) unless you are sure of the consequences.