How to Add an App Shortcut to Xiaomi Redmi Screen: 5 Ways + Problem Solving

Adding app shortcuts to the Xiaomi Redmi home screen seems like a simple task โ€” until you encounter the nuances of MIUI. Unlike โ€œpureโ€ Android, Xiaomiโ€™s shell hides some features, offers alternative gestures and even blocks the transfer of some system icons. This article will not just list the standard steps, but will reveal hidden methods for adding shortcuts for applications that โ€œdonโ€™t wantโ€ to appear on the screen (for example, service utilities or limited support games).

We tested the instructions on the Redmi Note 12 Pro+, Redmi 10C and POCO X5 Pro (all on MIUI 14/15) โ€” the differences in the interface are minimal, but we will note the critical points separately. If your smartphone runs on Android 13+ with a HyperOS shell, some menu items may be called differently โ€” this too will be warned in advance.

Before you go to the instructions, check two things: 1 Make sure the app is installed (sometimes users try to add a shortcut to the remote program). 2 Open Settings โ†’ Home and select the โ€œStandardโ€ display mode (not โ€œNo shortcutsโ€).

1. Standard method: Drag from the application menu

This is a basic method that works on 90% of Redmi devices. The algorithm is simple, but there are pitfalls โ€” for example, some system applications (like Security or Themes) can be nailed to a folder and not be moved.

How to do this:

  • ๐Ÿ“ฑ Unlock your phone and swipe up from the bottom edge of the screen to open the app menu.
  • ๐Ÿ” Find the right app (if necessary, use the search bar at the top).
  • ๐Ÿ–ฑ๏ธ Press the app icon on 1-2 A few seconds before it is โ€œseparatedโ€ from the background.
  • ๐Ÿ“ฒ Drag it to the free seat of the main screen or to the dock bar (bottom panel).

If the icon doesn't move: Problem 1: The application is a system service (e.g. Google Play Services). These programs are usually hidden from manual addition. Problem 2: Easy Mode is enabled (check Settings โ†’ Special features).

๐Ÿ’ก

If you need to add a shortcut to the website (for example, VK or Yandex.Mail, open the site in the Chrome browser, click ยซโ‹ฎยป โ†’ ยซAdd to the main screenยป.

2. Add via context menu (for stubborn icons)

Some apps (especially those preinstalled by Xiaomi) block drag and drop, but they can be added through the context menu, which works for Camera, Gallery and other system utilities.

Instructions:

  1. Open the application menu (swipe up).
  2. Find the program you want and tap its icon once (donโ€™t pinch!).
  3. In the menu that appears, select Add to the home screen (or Secure for the dock bar).

If there is no item Add to the main screen:

  • ๐Ÿ”„ Try to reboot your phone โ€“ sometimes the menu is delayed.
  • ๐Ÿ› ๏ธ Update Launcher MIUI Google Play (Search on Demand ยซMIUI Launcherยป).
  • ๐Ÿ“ฑ Hold the icon for longer than 3 seconds โ€“ on some firmware, this triggers an alternative menu.
๐Ÿ“Š What kind of launcher are you using on Redmi?
Standard MIUI
Nova Launcher
Apex Launcher
Other
I don't know.

3. Creating a shortcut through the "Application Shortcuts" widget

Few people know, but MIUI has a hidden widget to add shortcuts to any application โ€” even those that donโ€™t appear on the menu โ€” which is especially useful for utility tools like ADB or Hardware Test.

Step-by-step:

  1. Click and hold the empty space on the home screen โ†’ select Widgets.
  2. Scroll down and find the App Shortcuts widget (or App Shortcuts on English firmware).
  3. Drag it on the screen, and it opens up a list of all the programs that are installed, including the hidden ones.
  4. Select the desired application โ€“ its icon will appear on the screen.

Limitations of the method:

  • โš ๏ธ App shortcuts may not be available on HyperOS firmware (replace launcher with Nova Launcher).
  • โš ๏ธ Some system applications (for example, MIUI Daemon) do not have a graphic icon and will appear as a grey square.
How to return the widget "App shortcuts" if it is missing?
If the widget disappeared after the update, try resetting the launcher settings: go to Settings โ†’ Applications โ†’ Application Management โ†’ MIUI Launcher โ†’ Storage โ†’ Clear Data. Attention: this will reset the location of all icons on the screen!

Use of alternative launchers (Nova, Apex, Lawnchair)

If standard methods don't work, the most reliable way is to install the launcher side, which not only solves the shortcut problem, but also adds flexibility to the interface setup. We recommend Nova Launcher (the free version is sufficient).

How to add a shortcut through Nova Launcher:

  • ๐Ÿ“ฅ Install Nova Launcher from Google Play and select it as the default launcher.
  • ๐Ÿ  Press and hold the empty space on the screen. โ†’ Widgets โ†’ Nova Actions โ†’ Application labels.
  • ๐Ÿ” Find the application you want (including hidden system) and add it to the screen.

The advantages of third-party launchers for Redmi:

  • ๐Ÿ”ง Ability to change the size of icons and fonts.
  • ๐Ÿ“‚ Creating folders with an unlimited number of applications (in MIUI limit: 16 icons in a folder).
  • ๐Ÿ” Search by app directly from the home screen (without opening the menu).

โš ๏ธ Note: Some Redmi models (e.g. Redmi) A1) After installing a third-party launcher, the camera opening gesture may disappear by double pressing the power button. To return the function, go to Settings โ†’ System settings โ†’ Buttons and gestures โ†’ Camera gesture.

5. Adding shortcuts for hidden system applications (ADB method)

Some apps (such as Equipment Test or Developer Mode) donโ€™t appear in the menu, but they can be โ€œpulledโ€ onto the screen using the help of the app. ADB-This is a way for advanced users, but it works even on blocked firmware.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB and Fastboot.
  • ๐Ÿ“ฑ Developer's Included Mode and Debugging USB phone-on.
  • ๐Ÿ”Œ USB-cable (preferably original).

Step-by-step:

  1. Connect your phone to your PC and open the command line in the folder with ADB.
  2. Enter the command to check the connection: adb devices (should display the serial number of your Redmi).
  3. Find out the package name of the application you want (e.g., for the Equipment Test, com.miui.cts). A list of all packages can be obtained by the command: adb shell pm list packages
  4. Create a shortcut on the home screen: Adb shell am start -n com.miui.home/.launcher.ShortcutPicker --es package_name "com.miui.cts"

Ready-made package name for popular hidden Xiaomi apps:

AnnexPackage NameDescription
Equipment testcom.miui.ctsChecking sensors, cameras, speakers
Developer modecom.android.settingsQuick access to developer settings
MIUI Daemoncom.miui.daemonBackground software
Device locatorcom.miui.cloudserviceSearch for a phone using Mi Account

โš ๏ธ Note: Not all system applications can be safely opened manually, for example, running com.miui.permcenter without superuser permissions can cause the interface to crash and need to restart.

6. Problem Solving: The label is not added or disappears

If youโ€™ve completed all the steps but the shortcut never appeared (or disappeared after the reboot), check out these points:

Launcher updated to the latest version | There is free space on the screen (at least 1 cell) | Application not removed or disabled in settings | Mode "No shortcuts" disabled in launcher settings-->

Problem 1: The shortcut disappears after the reboot. Solution: This is a typical MIUI 14 error on some models (e.g. Redmi Note 11). Update the firmware or reset the launcher settings: Settings โ†’ Applications โ†’ Application Management โ†’ MIUI Launcher โ†’ Storage โ†’ Clear the cache.

Problem 2: You can't add a shortcut to a game (like Genshin Impact). Solution: High-demand games are sometimes blocked by the system.

  • ๐ŸŽฎ Add the game through Game Turbo (in the app menu, find the folder "Gamesยป).
  • ๐Ÿ“ฅ Reinstall the game by pre-clearing the Google Play Store cache.

Problem 3: A gray square appears on the screen instead of an icon. Solution: This means the app doesn't have a graphical resource for the icon. Use Nova Launcher or create a shortcut manually through ADB (see section 5).

๐Ÿ’ก

If none of these methods worked, check if guest mode or parental controls are on, and they block the change to the home screen. โ†’ Accounts. โ†’ Guest mode.

FAQ: Frequent questions on labels on Redmi

Can I add a Google Assistant shortcut to the home screen?
Yes, but not as a standalone app. Instead: Add the Google Search widget to the screen. Tap the microphone icons in the widget, that will call the Assistant. Or use a gesture: hold the Home button (navigation bar) or swipe diagonally from the corner of the screen (setting in Settings in Settings). โ†’ Special opportunities โ†’ Gestures).
Why canโ€™t you add a shortcut to WhatsApp or Telegram?
This is a typical problem with: ๐Ÿ”„ Double messenger installation (for example, through dual applications in the MIUI). Solution: Remove the duplicate. ๐Ÿ“ฅ Installation of APK (Solution: install the official version from the store. ๐Ÿ”’ Locking system. Check in Settings โ†’ Annexes โ†’ Application management โ†’ WhatsApp โ†’ Permits.
How to return a deleted label to the screen?
If you accidentally deleted the icon: Open the app menu (swipe up). Find the app and hold its icon โ†’ drag it back to the screen. If the app disappeared from the menu, it could have been disabled. Check in Settings โ†’ Apps โ†’ Application Management โ†’ All apps (Switched Off filter).
Can I change the label icon to a custom one?
Yes, but only through third-party launchers (like Nova Launcher): Install Nova Launcher and Icon Pack (like CandyCons). Press and hold the icon โ†’ Change โ†’ Icon โ†’ Select from the pack. On the standard MIUI launcher, you can not replace the icon, but you can hide the original and add a custom image widget (for example, via UCCW).
Why did all the labels disappear after the MIUI update?
This is a common mistake when moving to MIUI 14/15 Or HyperOS. Solutions: ๐Ÿ”„ Restore from backup (if sync with Mi Account was enabled). ๐Ÿ“ฒ Reset the launcher settings: Settings โ†’ Annexes โ†’ Launcher MIUI โ†’ Warehouse โ†’ Clear the data. ๐Ÿ› ๏ธ Install a third-party launcher (like Lawnchair) and reconfigure shortcuts. If the shortcuts are missing for system applications only, try adding them through the Application Shortcuts widget (see section below). 3).