How to add a shortcut to the screen of the Xiaomi smartphone: 5 proven ways

Adding shortcuts to Xiaomiโ€™s home screen is one of the most popular features among MIUI users. Despite the apparent simplicity, many face difficulties: the application does not want to create an icon, the site refuses to save as a PWA, the system simply ignores long clicks. In this article, we will discuss all the current ways to add shortcuts to MIUI 14/15, including hidden chips for Redmi, POCO and Xiaomi 12/13/14 series.

The feature of MIUI firmware is that it updates the interface frequently, and what worked in 2022 can be hidden deep in the settings or removed altogether, and we tested all the methods on the latest versions of the system (including HyperOS for new devices) and weeded out outdated tips, not only to add a standard shortcut, but also to get around the limitations of websites, contacts, and even hidden Android features.

1. Classic method: adding an app shortcut

The most obvious method is to move the icon from the app menu, which works on all Xiaomi devices, but has nuances depending on the version of MIUI.

To add a standard application label:

  1. Touch the empty space on the home screen and hold your finger for 1-2 seconds.
  2. In the menu that appears, select Widgets (on MIUI 15) or Shortcuts (on MIUI 14).
  3. Scroll down to the App section and find what you need.
  4. Drag the icon to the free screen space.

โš ๏ธ Note: On some models (e.g, POCO F5) After upgrading to HyperOS, this path may be different. If the menu doesn't appear, try an alternative way through Settings. โ†’ Main screen screen โ†’ Screen layout.

  • ๐Ÿ”น It works on all versions. MIUI HyperOS
  • ๐Ÿ”น Supports folders with applications (hold one icon over another)
  • ๐Ÿ”น Allows you to change the size of the icons (in the theme settings)

๐Ÿ’ก

If the app is not listed, check if it is hidden in the launcher settings. Go to Settings โ†’ Applications โ†’ Hidden apps and uncheck the box.

2. Creating a Website Shortcut (PWA)

Saving your site as a home screen app is a feature that often breaks down after MIUI updates. In 2026, there are only two reliable ways to do this:

Method 1: Through the Chrome browser

  1. Open the site in Google Chrome.
  2. Click on the three dots in the upper right corner โ†’ Add to the main screen.
  3. Confirm the name of the label and click Add.

Method 2: Mi Browser (for older versions of MIUI)

  1. Open the site in the standard Xiaomi browser.
  2. Touch the icons โ‹ฎ โ†’ More. โ†’ Add to the main screen.
  3. If there is no item, update your browser through the App Store.
browserSupport for PWALimitations
Google Chromeโœ… Complete.Requires the latest version
Mi Browserโš ๏ธ PartialIt doesn't work on HyperOS.
Firefoxโœ… Complete.The shortcut opens in the browser, not as a separate application

โš ๏ธ Note: Some sites (such as VKontakte or TikTok) block the creation of PWA-In this case, use official applications or a workaround through the creation of a shortcut for chrome://flags/#enable-site-per-process (only for power users).

3. Contact and Quick Action Labels

Adding a direct shortcut to a call or message to a contact is a useful feature that MIUI hides deep in the menu.

For the call:

  1. Open the Contacts app.
  2. Find the right contact and hold the icon for 2 seconds.
  3. In the menu that appears, select Create a shortcut.
  4. Select the action type: Call, Message or Video Call.

For communications:

  • ๐Ÿ“ฑ Open the messages. โ†’ select chat
  • ๐Ÿ”— Press three points. โ†’ Details. โ†’ Labeling
  • ๐Ÿ“Œ Drag the icon to the main screen

On MIUI 15 and HyperOS, this functionality may be limited. If a shortcut is not created, use the alternative:

1. Install the QuickShortcutMaker app from Play Market


2 Find the action "com.android.contacts.action.QUICK_CONTACT"




3. Create a shortcut for the right contact

Why are the new Xiaomi contact shortcuts not working?
With MIUI 14.0.5, Xiaomi removed the standard shortcut feature for contacts due to synchronization issues, a workaround to using third-party launchers (Nova Launcher) or apps like Direct Chat.

4. Hidden features: shortcuts for settings and system functions

Few people know, but MIUI can create shortcuts to quickly access hidden settings, such as direct call to the developer menu or reboot to Fastboot.

Method 1: Through Activity (for power users)

  1. Install Activity Launcher from Play Market.
  2. Find the desired system activity (e.g. com.android.settings.DevelopmentSettings for the developer menu).
  3. Create a shortcut on the main screen.

Method 2: Through widgets

  • ๐Ÿ› ๏ธ Keep your finger on the main screen. โ†’ Widgets
  • ๐Ÿ”ง Scroll to the Settings or Tools section
  • ๐Ÿ“ฑ Select Settings Shortcuts (not available on all models)
FunctionActivity codeWorks on
Developer modecom.android.settings.DevelopmentSettingsAll versions.
Fastbootcom.android.settings.RebootFastbootActivityMIUI 13+
backupcom.miui.backup.BackupSettingsActivityOnly Xiaomi.

โš ๏ธ Note: Not all system activities are safe to call. Avoid labels called FactoryTest, HardwareTest, or EngineerMode, which can cause a system failure.

๐Ÿ“Š What kind of launcher are you using on Xiaomi?
Standard MIUI
Nova Launcher
POCO Launcher
Other

5 Problems and Solutions: Why Not Create a Label

If none of these methods work, check out these common causes:

  • ๐Ÿšซ Restrictions of the launcher: On some models (POCO X5 Pro) Long press disabled. Solution: turn it on in Settings โ†’ Main screen screen โ†’ Long press.
  • ๐Ÿ”’ Data Protection: Apps with Android 13 permissions+ They can block shortcuts. Check your privacy settings.
  • ๐Ÿ”„ Launcher cache: Clear the Launcer app cache (or POCO Launcher in Settings โ†’ Annexes.
  • ๐Ÿ“ฑ Power Saving Mode: Turn off battery optimization for launcher.

For diagnosis, use this checklist:

Check the version of MIUI (Settings โ†’ About the phone)

Clearing the launcher cache

Verification of permits for the annex

Rebooting the device

Resetting the settings of the main screen (Settings) โ†’ Main screen screen โ†’ Reset)-->

If the problem persists, try an alternative launcher.For example, Nova Launcher or Niagara Launcher offer advanced shortcut creation options, including:

  • ๐ŸŽจ Icon castomization
  • ๐Ÿ”— Deep Links (Deep Links)
  • ๐Ÿ“‚ Grouping by category

6.Alternative methods: ADB and third-party utilities

For advanced users who need non-standard solutions, these methods are suitable:

Method 1: Through ADB (without root)

adb shell pm create-shortcut --package com.example.app --activity.MainActivity --name "My shortcut"

Replace com.example.app with the application package you want (you can find out through the App Inspector).

Method 2: Shortcut Maker App

  • ๐Ÿ“ฅ Install from Play Market
  • ๐Ÿ” Select an app or activity
  • ๐Ÿ“Œ Press "Create Shortcut"

Method 3: Tasker (for automatic shortcuts)

With Tasker, you can create a shortcut that:

  • ๐Ÿ”„ Reboots the phone to Recovery
  • ๐Ÿ“ถ Turns on/off mobile data
  • ๐Ÿ”Š Changes the sound profile.

โš ๏ธ Attention: Use ADB-commands on HyperOS devices may require additional permissions. On Xiaomi 14 and later, some commands are blocked by default.

๐Ÿ’ก

For most users, standard methods from the first three sections are enough. ADB and third-party utilities are needed only for specific tasks that cannot be solved by regular means.

FAQ: Frequent questions about shortcuts on Xiaomi

Can I create a shortcut for a file folder?
Yes, but not directly. Use a file manager (like Mi File Explorer), find a folder, click on it. โ‹ฎ โ†’ Add it to the main screen. MIUI 15 This feature can be hidden โ€“ Update the File Manager.
Why does the website shortcut open in the browser and not as a separate application?
It depends on whether the site supports Progressive Web App (PWA). If you add a shortcut, you see a browser icon, the site is not optimized for PWA. Solutions: Try another browser (Chrome or Edge) Use the Hermit application to create "wraps" above the sites.
How to change the label icon?
This is not possible with standard MIUI tools. Options: Install a customization launcher (like Nova Launcher) Use apps like Icon Changer (requires accessibility permission) For web shortcuts: create your own.png icon and replace it with Shortcut Maker.
Labels disappear after the reset. What do we do?
This is a well-known problem of MIUI 14.0.3โ€“14.0.6. Solutions: Clear the launcher cache (Settings โ†’ Applications โ†’ Launcher โ†’ Storage โ†’ Clear cache) Disable battery optimization for launcher Update the system to the latest version (in MIUI 15 bug fixed) If the problem remains โ€“ reset the main screen settings (Settings โ†’ Main screen โ†’ Reset).
Can I create a shortcut to turn on/off Wi-Fi?
There is no direct way, but there are workarounds: Use the Switch widget (hold your finger on the screen). โ†’ Widgets โ†’ Switches) Create a shortcut through Tasker or MacroDroid with the command: am start -a android.settings.WIFI_SETTINGS On some models (Redmi Note) 12) Voice assistant: say, OK, Google, turn on Wi-Fi"