Adding shortcuts to Xiaomiโs desktop screen is one of the most popular features among users of smartphones based on MIUI. Despite the apparent simplicity, many people face difficulties: the desired option is hidden in the depths of the menu, then after the update the interface changes, it does not work at all to create an icon for a website or a little-known application. This article closes all the gaps: from basic methods to hidden features of the shell, which are not written even in the official documentation.
We will discuss 5 proven ways to add a link to the home screen โ from standard (for apps from the Play Market) to advanced (creating web shortcuts through the browser or even manually adding through ADB). Separately, we will focus on the nuances for different versions of MIUI 12-15 and models (Redmi Note 12, POCO X5, Xiaomi 13T, etc.).
Important: All instructions are up to date for 2026 and take into account recent changes in Xiaomiโs policy (e.g., restrictions on adding shortcuts for system applications to MIUI 14+). For convenience, each method is accompanied by screenshots (interface descriptions) and error warnings.
1. Standard method: Adding an app shortcut
The most obvious method is to move the icon from the app menu, which works for all apps installed through Google Play or APK, but has limitations for system utilities (e.g. Settings or Security in MIUI 14+).
How to do this:
- ๐ฑ Open the app menu (swipe up from the bottom of the screen).
- ๐ Find the app you want (use search if itโs hidden in a folder).
- ๐ฑ๏ธ Press the icon for 1-2 seconds until the context menu appears.
- ๐ Drag it to a free desktop space or folder.
If the icon is not being dragged:
- โ System App (e.g. Camera or Phone) โ Try the method in Section 2.
- โ You have a guest mode or profile with restrictions โ check in Settings โ Accounts. โ Users.
- โ Child Mode Enabled - Turn It Off in Settings โ Special opportunities โ Regime for children.
โ ๏ธ Attention: B MIUI 14.0.5+ Xiaomi has blocked drag and drop some system applications (like Security or Themes). ADB or install a third-party launcher (e.g., Nova Launcher).
2. Adding a shortcut through the menu "Widgets"
This method is suitable for system applications that cannot be dragged by the standard method, as well as for creating quick access shortcuts (for example, direct calling a contact or running a specific function in an application).
Instructions:
- Click and hold the empty space on the desktop โ select Widgets.
- Scroll through the list to the Application Shortcuts section (in MIUI 15 it may be called Quick Actions).
- Find the right app and select an action (for example, you can create a shortcut for a specific contact for a phone).
- Press the created shortcut and drag it to the desktop.
Advantages of the method:
- โ Works for all system applications, including Settings or Camera.
- โ Allows you to create a shortcut for a specific action (e.g., a โNew Messageโ on WhatsApp).
- โ Does not require root rights or ADB.
| MIUI version | Title of section | Does he maintain contact? | Does it support system applications? |
|---|---|---|---|
| MIUI 12โ13 | Application labels | โ Yes. | โ Yes. |
| MIUI 14 | Quick action | โ Yes. | โ ๏ธ Partially (depending on the model) |
| MIUI 15 | Labels and widgets | โ Yes. | โ No, only through ADB) |
๐ก
If the desired application is not in the widget list, try updating MIUI to the latest version or use a third-party launcher (such as Hyperion Launcher) that supports shortcut creation for any APKs.
3. Creation of a web shortcut (links to the site)
Want to quickly open your favorite site (like VKontakte or YouTube) right from your desktop? in MIUI, you can do this through your browser - but there are nuances depending on the browser used.
Method 1: Through Google Chrome
- ๐ Open a website in Chrome.
- โฎ Click on three dots in the upper right corner โ Add to the main screen.
- ๐ If necessary, edit the name of the label.
- โ Click Add โ the icon will appear on the desktop.
Method 2: Through Mi Browser (standard Xiaomi browser)
- ๐ Open a website in Mi Browser.
- โฎ Press three points. โ Tools โ Add to the main screen.
- โ ๏ธ If you do not have an option, update your browser through the Play Market.
Challenges and solutions:
- โ The shortcut opens in the browser, not in the app โ Install the official website application (for example, VKontakte or Twitter) and use it.
- โ The icon is not updated โ Remove the label and create it again.
- โ The site opens in the mobile version โ In Chrome, request the desktop version (โฎ โ PC version) before shortcut creation.
Why do web shortcuts sometimes disappear after a reboot?
4.Adding a contact shortcut or quick dial
To call a loved one or send a message in one tap, you don't have to search for it in the phone book -- just create a shortcut on your desktop. In MIUI, this is done through the Contacts app or Phone.
Step-by-step:
- Open the Contacts app.
- Find the right contact and open your card.
- Press three points (โฎ) โ Create a label (in) MIUI 15 option can be called Add to the main screen).
- Select an action: ๐ Call (create a shortcut for quick dialing). ๐ฌ Send a message (opens chat in Messages). ๐ Show on the map (if the contact has the address saved).
If there is no option:
- ๐ Update the Contacts app through Play Market.
- ๐ฑ Use an alternative method: create a shortcut through the widget menu (select Contacts). โ Quick set).
- ๐ ๏ธ Install a third-party contact app (such as Truecaller or Contacts)+).
Make sure that the contact is saved in the phone book (not in the phone book). SIM-map)|Check that the number starts with"+7" or "8" (without spaces)|Update the Contacts app to the latest version|Turn off the power saving mode for the "Phone" application"-->
5. Advanced method: Adding a shortcut through ADB (for system applications)
If Xiaomi has blocked shortcuts for system utilities (such as Settings, Security, or Developer Mode), you can bypass the restriction with ADB (Android Debug Bridge), which requires a computer connection but works on any version of MIUI.
What you need:
- ๐ป Computer with installed ADB-driver.
- ๐ฑ Developer mode enabled and debugging by USB smartphone.
- ๐ USB-cable (preferably original).
Instructions:
- Connect your phone to your PC and open the Command Prompt (Windows) or Terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Create a shortcut for the desired application (e.g. Settings): adb shell am start -a android.intent.action.CREATE_SHORTCUT -n com.android.settings/.Settings Replace com.android.settings with the desired application package (see below for a list of popular packages).
- On the phone screen, a request to create a shortcut will appear - confirm it.
The popular packages of Xiaomi system applications:
| Annex | Package name (package name) | Activity class |
|---|---|---|
| Settings | com.android.settings | .Settings |
| Security | com.miui.securitycenter | .HomeActivity |
| Camera. | com.android.camera | .Camera |
| Developer mode | com.android.settings | .DevelopmentSettings |
โ ๏ธ Attention: Use ADB This can cause a warranty reset if you modify system files.However, creating shortcuts through specified commands does not violate Xiaomi policy or be blocked by anti-cheat.Do not use commands to remove system applications - this can cause the phone to fail!
๐ก
ADB-method is the only way to add a shortcut to Developer Mode or Settings in MIUI 15, where these options are hidden from the interface.
6.Alternative solutions: third-party launchers and applications
If standard methods donโt work (for example, due to the limitations of MIUI 15), third-party tools can be used, which not only extend customization options, but also bypass Xiaomiโs locks.
Top.-3 launcher for Xiaomi:
- ๐ Nova Launcher supports shortcuts for any application, including system applications, allowing you to change icons, gestures and even hide applications.
- ๐จ Hyperion Launcher โ Optimized for MIUI, It has built-in themes for Xiaomi and supports ADB-shortcuts without manual commands.
- โก Lawnchair is a lightweight open source launcher that can create web shortcuts and shortcuts for specific actions (for example, Open Telegram in incognito mode").
Applications for labelling:
- ๐ Shortcut Maker โ allows you to create shortcuts for hidden system functions (such as Screen Test or Service Menu).
- ๐ WebApp Creator โ Advanced Web Shortcut Designer with Support PWA (progressive web applications).
- ๐ฑ Sesame Shortcuts โ integrates with search and creates shortcuts for deep links in apps (for example, Open a playlist in Spotify").
How to install a third-party launcher:
- Download the launcher from the Play Market (like Nova Launcher).
- After installation, click Home โ select the new launcher as default.
- Click the blank space on the screen โ Widgets or Add a shortcut.
- In Nova Launcher, select Activities (in the widget list) to see all system applications, including hidden ones.
๐ก
If after installing the launcher, weather widgets or watches from Xiaomi disappear, install the MIUI Widgets for Nova plugin from the Play Market - it restores native widgets in third-party shells.