How to bring the application to the Xiaomi desktop: all the ways to MIUI 14 and 15

Adding an app shortcut to Xiaomiโ€™s home screen seems like a simple task, but users often face non-obvious nuances. Depending on the version of MIUI (14 or 15), the smartphone model (Redmi Note 12, POCO X5, Mi 13), and even the current launcher settings, the process may differ. For example, in some firmware, the โ€œAdd to the home screenโ€ option is hidden behind a long press, and in others it requires pre-blocking the developer settings.

Another common problem is that after a system update, the labels disappear or become duplicated, and this is due to the way the shell works. MIUI, This is a tool that automatically optimizes desktops, and in this article, we'll go through all the current ways, from standard drag and drop to use. ADB-You will also learn why some applications (such as system utilities) are fundamentally impossible to bring to the screen and how to circumvent this limitation.

Method 1: Standard drag and drop from the application menu

The most obvious method works on all Xiaomi smartphones regardless of the MIUI version. It is suitable for 90% of applications, except system (for example, Settings or Security).

Instructions:

  • ๐Ÿ“ฑ Open the app menu (swipe up from the bottom of the screen).
  • ๐Ÿ‘† Find the right application and pinch its icon for 1-2 seconds.
  • ๐Ÿ“ Without letting go of your finger, drag the icon to the free space of the desktop.
  • โœ… Confirm the action if a pop-up appears Add to the main screen?.

If the icon is not being dragged, check:

  • ๐Ÿ”’ Is editing mode blocked (long press on the empty screen space) โ†’ Screen settings).
  • ๐Ÿ“ต Is the security mode included in the settings? โ†’ Special opportunities โ†’ Simplified regime.
  • ๐Ÿ”„ Has the update been recently updated (after the update) MIUI 15 Sometimes Resetting Desktop Change Permits).

โ˜‘๏ธ Checklist before dragging

Done: 0 / 4

On some models (e.g. POCO F5), after drag and drop, a menu appears with options: Add to the home screen, Delete or Application Information. Select the first item.

๐Ÿ’ก

If the app doesnโ€™t appear in the menu, try to find it through System Search (swipe down on the home screen) and hold the icon from there.

Method 2: Through the context menu of the application

This method is useful if standard drag and drop fails (e.g. due to launcher failure) and works on all MIUI versions, including MIUI 14 for Redmi 10 and later.

Step-by-step:

  1. Open the application menu (swipe up).
  2. Find the right app and click on three dots (โ‹ฎ) top-right corner of the icon.
  3. In the menu that appears, select Add to the main screen.
  4. If you donโ€™t have an option, tap App Information โ†’ Open by default โ†’ Add a shortcut.

On some firmware (e.g. MIUI 15 for Xiaomi 13T), the context menu opens with a long click on the icon, rather than three dots.

  • ๐Ÿ”„ Reboot your smartphone.
  • ๐Ÿ“ฒ Update launcher MIUI via Google Play, the app is called MIUI Launcher).
  • ๐Ÿ› ๏ธ Reset the launcher settings: Settings โ†’ Annexes โ†’ Application management โ†’ Launcher โ†’ Warehouse โ†’ Clear the data.
What happens if the context menu is not opened?
This may be due to the Developer Settings disabled. Enable them: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times). Then return to Additional โ†’ For Developers and activate Enable the Context Menu (if you have an option).

In MIUI 15 for HyperOS models (e.g. Xiaomi 14), the context menu can be swiped up the icon.

Method 3: Using the app shortcut widget

If the application does not want to be added by standard methods (for example, system utilities like Developer Mode), you can use the workaround - the application shortcut widget.

How to do this:

  1. Press and hold your finger on the empty space of the desktop.
  2. Select Widgets from the bottom menu.
  3. Scroll down to the App Shortcuts (or App Shortcuts in English firmware).
  4. Drag the widget onto the screen and select the desired app from the list.

Advantages of the method:

  • โœ… Works for system applications that cannot be added otherwise.
  • โœ… Allows you to create a shortcut for a specific action in the application (for example, immediately open Settings). โ†’ Sound).
  • โœ… Does not require root rights or ADB.

Disadvantages:

  • โŒ The widget takes up more space than a standard icon.
  • โŒ Not all apps support shortcuts (e.g. Google Play Store).
Xiaomi modelSupport for the "Tags" widgetNotes
Redmi Note 12โœ… Yes.It's working on MIUI 14 and 15.
POCO X5 Proโœ… Yes.Launcher upgrade required
Mi 11 Ultraโš ๏ธ Partially.It does not work for system applications
Xiaomi 13 Liteโœ… Yes.Supports dynamic shortcuts
๐Ÿ“Š What kind of labels do you use more often?
Standard drag and drop
Contextual menu
The "Tags" widget.
ADB-team
Another way.

Method 4: Through Application Settings (for Hidden Shortcuts)

Some apps (like Google Assistant or MIUI Security) donโ€™t appear on the menu, but they can be pulled out through system settings.This method works on MIUI 14/15 and doesnโ€™t require superuser rights.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the app you want in the list (use search if itโ€™s not in the main list).
  3. Then, click on it and select Open by default (or additionally on some firmware).
  4. Click Add a shortcut to the main screen.

If you don't have an option, try:

  • ๐Ÿ” Enable the display of all applications in the launcher settings (screen settings) โ†’ Show all applications).
  • ๐Ÿ”„ Reboot your smartphone in safe mode (hold the power button) โ†’ Safe mode) and try again.
  • ๐Ÿ“ฅ Install a third-party launcher (like Nova Launcher) that often works better with system applications.

โš ๏ธ Note: Some system applications (e.g. com.miui.securitycenter) may block shortcut creation due to Xiaomi's security policy. ADB root.

Method 5: Advanced Method with ADB (for system applications)

If none of the above methods worked, the last option remains: ADB-It's relevant to teams:

  • ๐Ÿ”ง System utilities (Settings, Security, Software Update).
  • ๐Ÿ“ฑ Applications hidden by the manufacturer (e.g., Equipment Test) POCO).
  • ๐Ÿ”’ Shortcuts for specific intention actions (for example, immediately open Developer Mode).

Step-by-step:

  1. Enable USB debugging: Settings โ†’ About Phone โ†’ MIUI version (7 times) โ†’ For developers โ†’ USB debugging
  2. Connect your smartphone to your PC and execute the command: adb shell pm create-shortcut --package <name package> --activity <name activity> For example, for Settings: adb shell pm create-shortcut --package com.android.settings --activity com.android.settings.
  3. On the smartphone will be a request for confirmation โ€“ allow the creation of a shortcut.

How to find the name of the package and activity:

  • Install the App Inspector app from Google Play.
  • Open it, find the app you want, and copy the data from the Package Name and Launch Activity fields.

โš ๏ธ Attention: Misuse of the right ADB You can crash the launcher. Before you experiment, create a backup through Settings. โ†’ Additionally. โ†’ Backup.

๐Ÿ’ก

ADB-commands are the only way to add system applications to the screen, but it takes care. Always check the data entered is correct.

Why canโ€™t some apps be brought to the desktop?

Xiaomi has deliberately blocked shortcuts for a number of system applications, and the main reasons are:

  1. Security Policy: Applications like com.miui.securitycenter or com.android.updater contain critical features (virus scanning, software updates), and their accidental launch can disrupt the system.
  2. UI optimization: MIUI hides rarely used utilities (such as the Sensor Test) so as not to clutter up the menu.
  3. License Restrictions: Some pre-installed apps (such as Mi Video) have agreements with partners that prohibit changing their shortcuts.

Bypasses:

  • ๐Ÿ”— Use quick settings (swipe down) โ†’ edit โ†’ add a tile for a hidden application).
  • ๐Ÿ› ๏ธ Install a third-party launcher (like Nova Launcher or Apex Launcher) that ignores the restrictions MIUI.
  • ๐Ÿ“Œ Create a shortcut through Tasker or MacroDroid if you want to run an application with specific options.

For example, to add Settings to the screen without ADB:

  1. Install Nova Launcher.
  2. In the launcher settings, enable Show Hidden Applications.
  3. Long tap on the desktop โ†’ Widgets โ†’ Nova Actions โ†’ Settings shortcut.

Frequent mistakes and how to fix them

Even after successfully adding a shortcut, users face problems, and here are the most common solutions.

Problem.Reason.Decision
The shortcut disappears after the rebootLauncher cache failureClear the cache: Settings โ†’ Applications โ†’ Launcher โ†’ Storage โ†’ Clear the cache
The icon is displayed as a grey squareAPK or application data damagedReinstall the app or update it
You can't drag the icon to the screen.Simplified mode is onDisable: Settings โ†’ Special. features โ†’ Simplified mode
Label duplicatedMischronization Mistake of MIUI CloudTurn off sync: Settings โ†’ Xiaomi Cloud โ†’ Sync โ†’ Desktop

If the label does not open the app:

  • Check if the application is removed (sometimes unused programs are removed after the MIUI update).
  • Reset the app settings: Settings โ†’ Apps โ†’ [name] โ†’ Storage โ†’ Reset.
  • If itโ€™s a system application, try rolling back updates: Settings โ†’ Apps โ†’ Three points โ†’ Show system โ†’ [name] โ†’ roll back.

FAQ: Answers to Frequent Questions

Can I bring a folder with applications to the desktop?
Yes, for this: Create a folder on your desktop (drop one icon to another). Open the folder and click Add Apps. Select the programs you want from the list. In MIUI 15, you can create nested folders (a folder inside the folder).
Why did all the labels disappear after the MIUI update?
This involves automatic desktop optimization. To restore: Reboot your smartphone. If shortcuts don't return, check the Remote folder in the app menu (sometimes they move there). Restore from backup: Settings โ†’ Additional โ†’ Backup โ†’ Restore. In the future, disable optimization: Settings โ†’ Desktop โ†’ Optimization of the layout โ†’ Turn off.
How to add a website shortcut to your desktop?
Open a site in Google Chrome or MIUI Browser, click three dots โ†’ Add to the home screen. If you don't have the option: Update your browser. Use PC mode (sometimes it helps). Create a bookmark, then export it as a shortcut through Nova Launcher.
Can I change the label icon?
Standard means MIUI โ€” No. But there are workarounds: Use icon packs (installe through Google Play and apply to the launcher settings). Install Nova Launcher or Apex Launcher โ€” they support customization of icons. For system applications, change the icon through the launcher settings. ADB Or root. Example of a command to change an icon through ADB: adb shell pm set-app-icon --package com.example.app --drawables-path /sdcard/Download/custom_icon.png
How to remove the inscriptions under the icons on the desktop?
In the standard launcher. MIUI Solutions: Install Nova Launcher โ†’ Settings โ†’ Appearance โ†’ Mark size โ†’ Choose No. Use icon packs with transparent tags. Some firmware helps to enable Developer Mode and command: adb shell settings put global settings icon_labels 0 After application ADB-The team may need to restart.