Adding shortcuts to Xiaomiโs home screen is one of the most popular features among users of Redmi, POCO and Mi smartphones. Despite the apparent simplicity, many face difficulties: the app icon does not appear in the widget menu, the browser does not offer the option โOn the screenโ, then after the MIUI update, the usual actions stop working. This article covers all the current ways to create shortcuts in 2026, including hidden shell functions and workarounds for non-standard scenarios.
We will not only discuss basic methods (for applications and contacts), but also advanced ones โ for example, how to fix a website as a separate application or create a shortcut for a specific action within the program (for example, direct taxi call in Yandex.Maps), special attention is paid to the differences between the versions of MIUI 14 and MIUI 15, as well as the nuances of working on Android 13/14. If you have ever lost your Launche settings or could not find the option โAdd to the home screenโ, this guide will become your cheat sheet.
Basic method: adding an app shortcut
The most obvious method is to move the program icon from the menu of all applications, and in MIUI, this is done intuitively, but there are nuances for different versions of the shell.
The MIUI 14/15 algorithm is as follows:
- Tap the All Apps icon** (usually in a dock panel or swipe up from the bottom edge of the screen).
- Find the right app in the list.
- Press the icon for 1-2 seconds and the context menu will appear.
- Select Add to the main screen (or drag the icon manually).
โ ๏ธ Note: On some models (e.g, POCO F5 Or Redmi Note 12) after a long tap, you drag and drop, and if the menu doesn't show up, just move the icon to the free desktop space.
๐ก
If the app is not listed in All Apps, check the Hidden folder in the app menu or Settings section โ Applications โ Application Management
2. Creating a Website Shortcut (PWA)
Progressive Web Apps (PWA) allow you to โinstallโ your site as a separate application. In Xiaomi, this works through a standard browser or Google Chrome, but with reservations.
Instructions for Chrome:
- ๐ Open the site you want to anchor (e.g. vk.com or web.telegram.org).
- ๐ Click on three dots in the upper right corner โ Add to the main screen.
- ๐ If necessary, edit the name of the label.
- โ Confirm the addition.
In a standard browser MIUI (Browser) option may not be available.
- Open your site in Chrome (download it from the Play Market if removed).
- Use the method above.
| browser | Support for PWA | Features |
|---|---|---|
| MIUI Browser | โ No. | Manual shortcut creation through widget is required |
| Google Chrome | โ Yes. | Option on the menu ยซโฎ โ Add to the main screenยป |
| Firefox | โ ๏ธ Partially. | You need to include about:config โ widget.android.show_home_screen_option |
3. Contact and Quick Action Labels
Creating a shortcut for a quick call or message to a contact is a useful feature that many people miss. In MIUI, this is implemented through widgets.
Step-by-step:
- Click the empty space on the main screen โ Widgets.
- Scroll to Contacts (or Direct Dial/Direct Message)
- Select the desired widget and drag to the screen.
- In the window that appears, select the contact.
โ ๏ธ Attention: MIUI 15 contact widgets can be hidden. To find them, tap the icon. โ๏ธ in the upper right corner of the widget menu and enable the display of system widgets.
Check that the contact is saved in the phone book.
Update the Contacts app in the Play Market
Reboot your smartphone if the widgets donโt show up
Turn off the "Light" mode in the settings MIUI (if it's on)-->
4. Hidden capabilities: shortcuts for specific application functions
Few people know that MIUI can create a shortcut not only to run an app, but also for a specific action inside it, such as direct calling the camera in selfie mode or opening the shopping cart in the Gallery.
How to do this:
- ๐ฑ Press the app icon on the home screen or menu.
- ๐ง In the context menu, select Shortcuts (if available).
- ๐ฏ Select the desired action (for example, a new message in Telegram or a selfie in the Camera).
- ๐ Drag the shortcut to the main screen.
List of applications with support for action shortcuts:
- ๐ธ Camera: selfie, video, portrait mode.
- ๐ฌ Telegram: New message, saved messages.
- ๐ง Gmail: Write a letter, search.
- ๐ต Music: The Last Track Listened to.
Why do some apps not have action shortcuts?
5. Manual shortcut creation through ADB (for experienced)
If standard methods donโt work (for example, for system applications), you can use ADB. This method requires connecting to a PC and enabling debugging over USB.
Instructions:
- Turn on Settings โ About Phone โ MIUI version (tap 7 times to unlock the developer options).
- Go to Settings โ Additional โ For developers and enable debugging over USB.
- Connect your phone to your PC and execute the command:
adb shell pm create-shortcut --package com.example.app --activity com.example.app.MainActivity --name "Tag name"Replace com.example.app with a real application package (you can find out through App Inspector or adb shell pm list packages).
๐ก
ADB-This method is suitable for recovering shortcuts of system applications (e.g. Calendar or Notes) that were accidentally removed from the home screen.
6. Problem Solving: Why a Label is Not Created
If none of these methods worked, check out these points:
| Problem. | Reason. | Decision |
|---|---|---|
| There is no option to add to the main screen. | An alternative launcher (e.g. Nova Launcher) is installed | Return to the standard MIUI Launcher launcher in the application settings |
| The shortcut disappears after the reboot | Launcher cache error | Clear the MIUI Launcher cache in Settings โ Applications |
| You canโt create a shortcut for the site. | Use MIUI Browser without PWA support | Install Google Chrome or create a shortcut through the Bookmarks widget |
โ ๏ธ Note: Some firmware (e.g. Xiaomi.EU) has disabled the function of adding widgets to the main screen, in which case only the flashing on the official version will help. MIUI.
Alternative methods: third-party applications
If the built-in MIUI tools are not satisfied, you can use third-party utilities:
- ๐ ๏ธ Nova Launcher: Flexible shortcuts and gestures.
- ๐ Shortcut Maker: Creating custom shortcuts for any action.
- ๐ Tasker: Automation of shortcuts under the terms.
Example of Shortcut Maker:
- Install an app from the Play Market.
- Select the shortcut type (Activity, Intent or Application Shortcut).
- Specify the target application and action.
- Save the label on the main screen.
โ ๏ธ Note: Some applications (e.g. Tasker) require the right to ADB or root to create shortcuts to system functions (e.g., reboot or enable mobile data).