How to make a shortcut to the desktop of the Xiaomi phone: 5 ways + solving errors

Xiaomi’s MIUI-based smartphones offer flexible desktop customization options, but shortcutting is not obvious. Many Redmi Note 12, POCO X5 or Xiaomi 13T users find that the usual way to drag and drop icons from the app menu doesn’t work β€” instead, the system creates a widget or duplicates a folder. In this article, we’ll look at all the current methods of shortcutting (including hidden ones), explain why they sometimes disappear after an update, and show how to return lost icons without resetting.

The MIUI 14/15 feature is that the manufacturer actively promotes its own services through the desktop: by default, it displays Mi Browser weather, pedometer and recommendations widgets. This limits the free space for user shortcuts. However, with system tools and third-party utilities (for example, Nova Launcher), you can bypass the restrictions.

If you use Xiaomi with HyperOS (released in 2026), some of the features may be different – for these cases, we have separately noted the nuances.

1. Standard method: shortcut from the application menu

The most obvious method works on all versions of MIUI, but with reservations. In recent updates, the algorithm has changed: you can’t just hold your finger on an icon in the app menu, the system will suggest either uninstall the application or open its information.

To create a label in the standard way:

  1. Open the Apps menu (swipe up from the bottom of the screen).
  2. Find the right app and hold its icon for 1-2 seconds.
  3. In the context menu that appears, select Add to the home screen (on MIUI 15, this item may be called Create a shortcut).
  4. Drag the icon to the free desktop space.

⚠️ Note: Some models (e.g. Redmi) A2+) After a long press, only the option to Delete or Application Information appears, which means that the manufacturer has blocked the standard shortcut creation to save resources.

πŸ“Š What version? MIUI use?
MIUI 12 or older
MIUI 13
MIUI 14
MIUI 15/HyperOS
I don't know.

2. Website shortcut: how to pin a page to a screen

If you need to quickly open a specific site (like VKontakte or a corporate portal), you can create a shortcut directly from the browser’s home page, which works in Mi Browser, Google Chrome, and Firefox, but with nuances.

Instructions for Mi Browser (preinstalled on all Xiaomi):

  1. Open the site you want to create a shortcut for.
  2. Click on the three dots in the upper right corner β†’ Add to the main screen.
  3. If necessary, edit the name of the label.
  4. Click Add – the icon will appear on the desktop.

In Google Chrome, the path is different.

  1. Open the site and tap on three points β†’ Install on the main screen.
  2. Confirm the action - the label will be created in the form PWA-Applications (Progressive Web Applications).

⚠️ Note: Site shortcuts created through Mi Browser may disappear after clearing your browser cache. To avoid this, pin the icon to a folder or use Chrome, which saves the browser. PWA-Applications as Full Programs.

Open the desired page in the browser

Make sure the site supports HTTPS (Secure Connection)

Check the free space on the desktop

Disable the power saving mode (can block background processes)-->

Contact shortcut: Quick call or message

Creating a shortcut for frequently used contacts saves time – instead of searching in the phone book, you tap on the icon and immediately call or write SMS. In MIUI, this is implemented through the Contacts widget, but you can make a separate icon.

Method 1: Through the widget

  1. Keep your finger in the free space of the desktop β†’ Widgets.
  2. Find the Contact widget (usually in the Systems section).
  3. Choose a size of 1Γ—1 (small icon) or 4Γ—1 (list of 4 contacts).
  4. Drag the widget on the screen and select the desired contact.

Method 2: Through the Contact Application

  1. Open the Contacts app.
  2. Find the right contact and tap on it.
  3. Click on the three dots in the upper right corner β†’ Add to the main screen.
  4. Select Action: Call, Message or Video Call.
Type of labelDefault actionHow to change
Call.Dialing a number.Keep the label β†’ Change β†’ Choose another contact
MessageOpens SMS chatOnly by removing and creating a new label
Video challengeLaunches Duo or Mi Video CallNo support for changing the video calling app

Hidden capabilities: shortcuts for system functions

There are dozens of hidden features in MIUI that you can't shortcut with standard tools, like quick access to Developer Mode, Battery Settings, or Call logs, which requires a workaround through Activity Launcher or Nova Launcher.

Instructions via Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Make it a default launcher (the system will prompt you to do so when you first start).
  3. Keep your finger in the free screen space. β†’ Widgets β†’ Nova Actions.
  4. Select Shortcuts and find the system function you want (e.g. Battery Settings).
  5. Drag the shortcut to the desktop.

List of useful hidden labels:

  • πŸ”§ Developer Settings - Quick Access to Debugging USB and animation.
  • πŸ“Š Battery statistics - a detailed report on the charge consumption by application.
  • πŸ“ž Call log – opens last calls without running a phone book.
  • πŸ”’ Unlocking the bootloader - for those who plan firmware.
How to return a standard launcher after Nova Launcher?
To return to your native MIUI launcher, go to Settings β†’ Applications β†’ Default Applications β†’ Launcher and select System Launcher. All shortcuts created in Nova will disappear, so pre-screenshot their location.

5. Problem Solving: Labels disappear or not created

Xiaomi users often experience shortcuts disappearing after a system reboot or upgrade, and the reasons range from launcher failure to limitations of MIUI Optimization (an optimization service that removes β€œunnecessary” data).

Checklist for the restoration of labels:

  • πŸ”„ Reboot your phone – sometimes launcher MIUI Home is getting stuck and does not display icons.
  • 🧹 Clear the launcher's cache: Settings β†’ Annexes β†’ Application management β†’ MIUI Home β†’ Clear the cache.
  • πŸ› οΈ Turn it off. MIUI Optimization (root rights required) ADB-command: adb shell pm disable-user --user 0 com.miui.guardprovider
  • πŸ“± Install a third-party launcher (like Nova Launcher or Apex Launcher).

⚠️ Note: If the labels disappear after the update MIUI, Check the launcher version on Google Play. Often the manufacturer will issue a patch for the launcher. MIUI Home One Week After Major Update Update Update The App Manually.

πŸ’‘

Create a backup of shortcut location using the Desktop Backup app (available on Google Play) that saves the desktop diagram into a file that can be restored after a reset or update.

6.Alternative methods: labels via ADB and Tasker

For advanced users who need to automate shortcut creation or add custom features, the ADB (Android Debug Bridge) and Tasker tools are suitable. These methods require connecting the phone to a computer or scripting skills.

Method through ADB (to create a system application shortcut):

  1. Connect your phone to your PC and enable USB Debugging in the developer settings.
  2. Enter the command to create a shortcut (example for Battery Settings): adb shell am start -a android.intent.action.CREATE_SHORTCUT \ -n com.android.settings/.Settings$BatterySettingsActivity \ --es name "Battery settings"
  3. On the phone screen, a request to create a shortcut will appear - confirm it.

The method through Tasker (for automation):

  1. Install Tasker and the Shortcut Maker plugin.
  2. Create a task with Plugin β†’ Shortcut Maker β†’ Create Shortcut.
  3. Select the target application or action (for example, running Mode on an airplane).
  4. Save the task and add its widget to the desktop.

These methods are useful for:

  • πŸ”Œ Creating shortcuts for hidden menus (such as camera test mode).
  • πŸ€– Automating routine activities (e.g., shortcut to enable Do Not Disturb overnight).
  • πŸ”§ Add shortcuts for system utilities that are not in the application menu.

πŸ’‘

Using ADB and Tasker requires caution - the wrong commands can disrupt the system. Always check the syntax of commands before executing and back up the data.

7. Features for HyperOS and new models

In 2026, Xiaomi began the transition from MIUI to a new HyperOS shell, which brought changes to the work with shortcuts.

  • πŸ†• In HyperOS, the default application shortcuts are grouped into folders by category (e.g., Social Networks, Games, etc).
  • πŸ” There is a function Smart search – swipe down on the desktop opens the search by apps and contacts.
  • βš™οΈ Launcher settings moved to Settings β†’ Desktop β†’ Desktop style.

How to create a shortcut in HyperOS:

  1. Open the Applications menu (swipe up).
  2. Find the app and hold its icon.
  3. In the menu, select Add to the main screen (in some versions - Attach).
  4. If there is no option, drag the icon manually to the free screen space.

⚠️ Note: In HyperOS, website shortcuts are created only through Mi Browser.If you use Chrome, install the extension PWA Builder to convert websites into applications.

FAQ: Frequent questions about shortcuts on Xiaomi

Can I create a shortcut for a file folder?
Yes, but not by standard means. Use the Mi File Explorer file manager: Open the folder that needs a shortcut. Click three dots β†’ Add to the home screen. If you don't have an option, install a third-party file manager (like Solid Explorer) that supports shortcut creation.
Why do shortcuts disappear after MIUI update?
This is because the system resets the MIUI Home launcher settings on major updates. To prevent loss: Before upgrading, take a screenshot of shortcut location. Use a third-party launcher (like Nova Launcher). Disable automatic optimization in Settings β†’ Special features β†’ MIUI Optimization (ADB required).
How to change the label icon?
This is not possible with standard MIUI tools. Options: Use a launcher that supports customization of icons (for example, Nova Launcher + icon pack from Play Market). Install the Shortcut Maker app and create a shortcut manually with the selected icon. For websites: in Chrome, you can choose to change the icon when creating a shortcut (the option appears after clicking on three dots in the upper right corner).
Can I create a shortcut to turn mobile data on/off?
There is no direct way, but there are workarounds: With Tasker: Create a task with Net action β†’ Mobile Data and add its widget to the screen. Through Quick Settings: Swipe down from the top edge of the screen β†’ Find the Mobile Data tile and pin it to the top bar. Use the Switch widget (available in the widget menu) MIUI). ⚠️ In some models (for example, POCO M6 Pro) mobile data tile is not in quick settings - in this case only Tasker will help.
How to remove the inscriptions under the icons of labels?
V MIUI There is no built-in option to hide shortcut names. Solutions: Install a third-party launcher (like Nova Launcher or Apex Launcher) where there is an option to Hide icon tags. Use widgets instead of shortcuts - some widgets (like Watches) can turn off text display. For web shortcuts: Chrome when created PWA-The name can be left blank (just delete the text in the input field). ⚠️ On HyperOS, even in third-party launchers, hidden inscriptions may not work due to system limitations.