You try to add a shortcut to your favorite app, important contact or frequently visited site to Xiaomiโs home screen, but it doesnโt work? In MIUI, this process isnโt always obvious โ especially if itโs about custom shortcuts (for example, for system settings or direct links to chats in instant messengers). In this article, weโll break down all possible ways, including those that work even on the latest versions of MIUI 15 and Android 14.
The manufacturer often changes the interface logic, so instructions from the old manuals (before 2022) may not work. We tested each method on current models - from the budget Redmi Note 12 to the flagship Xiaomi 14 Ultra. Particular attention will be paid to the hidden MIUI features that allow you to create shortcuts for items that are usually not available through the standard menu (for example, specific settings or commands for ADB).
1. Standard method: application shortcut from the menu
This is a basic method that works on all Xiaomi smartphones regardless of the firmware version, suitable for installed applications (including system) and games.
The algorithm is simple:
- ๐ฑ Open the app menu (swipe up from the bottom of the screen).
- ๐ Find the app you want (use the search at the top if it's not visible).
- ๐ฑ๏ธ Press the app icon for 1-2 seconds until the context menu appears.
- ๐ In the window that appears, select Add to the home screen (or Create a shortcut on some versions).
If you don't add to the main screen, the app is a system component (like Settings or Camera) and use the methods in the following sections.
๐ก
On some models (e.g. POCO F5), after a long tap, a menu with the option "Application Information" appears, in which case, tap the icon again, and you can drag it to the desktop.
โ ๏ธ Attention: On devices with MIUI 14+ and the light mode (in the special features settings) the standard method may not work. โ Special facilities โ Easy regime.
2. shortcut for the site (web page) on the main screen
Want to quickly open your favorite site without entering your browser address? In MIUI, this is done through the built-in Mi Browser browser or Google Chrome. Let's consider both options.
Method 1: Through Mi Browser
- Open Mi Browser and go to the right page.
- Put it on the badge. โฎ (three points) in upper right corner.
- Select Add to the main screen.
- If necessary, edit the name of the shortcut and click Add.
Method 2: Through Google Chrome
- ๐ Open a website in Chrome.
- ๐ง Press on. โฎ โ Add to the main screen.
- ๐ Enter the name for the shortcut (the title of the page is taken by default).
- โ Press Add Add Add.
The shortcut will open the site in a mini browser (without an address bar), which speeds up loading. If the shortcut does not appear, check if you have no rights to create shortcuts in the security settings (Settings โ Applications โ Permissions โ Special Accesses).
3. Creating a label for a contact or message
Do you need to call your loved one quickly or open a WhatsApp/Telegram chat? MIUI has built-in tools for this.
A shortcut for a quick call:
- ๐ Open the Contacts app.
- ๐ Find the right contact and tap on it.
- ๐ In the upper right corner, click on โฎ โ Add to the main screen.
- ๐ฑ Select the shortcut type: Call, Message or Video Call.
The shortcut for chat in messengers:
For WhatsApp, Telegram or Viber, the algorithm is different:
- Open the messenger and find the desired chat.
- Press your finger on the chat name (in the dialog list).
- In the menu that appears, select the Shortcut to the main screen (in Telegram this can be called โAccumulateโ.)
โ ๏ธ Attention: Chat shortcuts in messengers may disappear after the application update. To avoid this, pin the shortcut in the folder on the home screen (press the button). โ Secure).
4. Shortcuts for system functions (settings, modes, tools)
You want to bring quick access to Flight Mode, Mobile Data, or Google Assistant to the home screen? In MIUI, you do it through widgets or hidden menus.
Method 1: Tools Widget
- ๐ฑ๏ธ Click the empty space on the main screen โ select Widgets.
- ๐ง Scroll down to Tools or Settings section.
- ๐ฑ Drag the desired widget to the screen (for example, Switches for quick access to the screen) Wi-Fi/Bluetooth).
Method 2: Hidden shortcut menu (not working on all models)
This method allows you to create a shortcut for any settings item, even if it does not appear in the widgets:
- Open Settings โ Applications โ Application Management.
- Tap on. โฎ โ Show system-based.
- Find the Settings app (the gear icon) and open it.
- Select Open by Default โ Support for Shortcuts.
- In the list, find the item you want (e.g. com.android.settings.BatterySettings for battery settings) and create a shortcut.
This requires technical literacy โ the wrong choice of item can lead to failure. To simplify, use the table below with the codes of popular settings:
| Setting up | Label code | Example of use |
|---|---|---|
| Wi-Fi settings | com.android.settings.wifi.WifiSettings | Quick connection to hidden networks |
| Developer mode | com.android.settings.DevelopmentSettings | Enabling debugging over USB |
| Screen settings | com.android.settings.DisplaySettings | Changes in permission or frequency of updates |
| Google Assistant | com.google.android.apps.googleassistant | Quick call of voice assistant |
How to find code for arbitrary settings?
5. File and folder shortcuts (via "Conductor")
Do you need to open a document, photo or folder quickly? In MIUI, this is done through standard Explorer (or Files by Google).
Instructions:
- ๐ Open Explorer and find the desired file or folder.
- ๐ฑ๏ธ Hold the element for 2 seconds. โ Select Add to the main screen.
- ๐ Confirm the creation of the label.
Limitations:
- โ You cannot create a shortcut for system files (for example, in folders). /data or /system).
- โ Shortcuts for.apk files will open them as installation packages, not run them.
- โ Works for documents (.pdf,.docx), images and video.
If the shortcut is not created, check to see if Explorer is disabled in the application settings. Also make sure that the file is not on the file. SD-card with limited access rights.
Make sure the file is not hidden.|Check the access rights to the folder|Update the "Conductor" to the latest version|Turn off "charge savings" for "Conductor"-->
6. Advanced Methods: ADB and Third Party Applications
If standard methods don't work (e.g., MIUI 15 with cropped features), you can use ADB commands or third-party utilities. This section is for power users.
Method 1: Creating a shortcut through ADB
It allows you to add any component of the system to the home screen, even if it's hidden.
- ๐ป Computer with installed ADB-driver.
- ๐ฑ Included Debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ Tap 7 times, then go back to Settings โ Additionally. โ For developers).
- ๐ Google's Platform Tools utility.
The command to create a shortcut (example for battery settings):
adb shell am start -a android.intent.action.CREATE_SHORTCUT \
--es name "Battery settings"
--es shortcutClass "com.android.settings/.SubSettings" \
--ei shortcutType 1 \
--es shortcutIntentUri "com.android.settings;component=com.android.settings/.SubSettings;S:show_fragment=com.android.settings.fuelgauge.BatterySettings"Method 2: Applications for creating labels
If ADB seems complicated, use:
- ๐ ๏ธ Shortcut Maker โ allows you to create shortcuts for any Activity (including hidden ones).
- ๐ Nova Launcher โ an alternative launcher with advanced shortcut management features.
- ๐ Tasker โ to create shortcuts with automated actions (for example, turn on Mode in the plane and start the player).
โ ๏ธ Note: When using Nova Launcher, shortcuts may disappear after resetting the launcher settings. To avoid this, back up the configuration in the application settings.
๐ก
ADB-Teams allow you to create shortcuts even for those features that Xiaomi specifically hid in the latest versions MIUI. However, this requires caution โ the wrong command can cause the interface to crash.
7. Problem solving: Why isn't labeling created?
If none of the methods worked, check the following points:
Frequent causes and solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| No "Add to the main screen" item | System or Launcher Application Limited | Use Nova Launcher or ADB |
| The shortcut disappears after the reboot | Clearing the launcher cache | Disable optimization for launcher in Settings โ Applications โ Application Management โ Launcher โ Battery โ Without Limits |
| You can't create a shortcut for a file. | File on SD-restricted-access card | Move the file to internal memory or grant permission to the Explorer to SD |
| The site shortcut opens in the browser with the address bar | Incorrect browser settings | Chrome: โฎ โ Settings โ Main screen screen โ Insert "Open as an annex" |
If the problem persists, try resetting the launcher settings:
- Go to Settings โ Applications โ Application Management.
- Find the launcher (or MIUI Launcher).
- Select Warehouse. โ Clear the data.
- Reboot the phone.
Once reset, all shortcuts and widgets will disappear, and you will have to reconfigure them, and we recommend that you take screenshots of the current screen configuration before cleaning.