How to Add a Site Shortcut to Xiaomiโ€™s Desktop: 5 Ways (Including Hidden)

You want to quickly open your favorite site right from the home screen of Xiaomi, but do not know how to do it? MIUI does not have a standard โ€œAdd to the desktopโ€ button, like iOS or older versions of Android, but there are 5 working ways โ€“ from obvious to little-known. In this article, we will analyze each method with the features of Xiaomi firmware (including HyperOS), and also explain why sometimes the shortcut disappears after a reboot and how to fix it.

Important: the instruction is relevant for all modern smartphones of the brand โ€“ from the budget Redmi Note 12 to the flagship Xiaomi 14 Ultra. If you have an old model (before 2019), some methods may not work โ€“ for them we have allocated a separate section with alternative solutions.

1. Standard method through the Mi Browser browser

The easiest method is to use the built-in Mi Browser browser, which is preinstalled on all Xiaomi smartphones. It supports the function of creating shortcuts for sites, but with one caveat: the icon will open the page in Mi Browser, not in Chrome or another browser.

How to do this:

  • ๐ŸŒ Open Mi Browser and go to the desired site (e.g. vk.com or youtube.com).
  • โš™๏ธ Click on three dots in the upper right corner โ†’ Select "Add to the main screenยป.
  • โœ๏ธ If necessary, edit the name of the shortcut (the title of the page is taken by default).
  • ๐Ÿ“ฑ Click โ€œAddโ€ โ€“ the icon will appear on the desktop.

โš ๏ธ If after clicking on the shortcut the site opens not in full screen mode, and with the browser panel โ€“ it means that the resource does not support PWA (In this case, try other methods from this article.

๐Ÿ“Š What browser do you use on Xiaomi?
Mi Browser
Google Chrome
Firefox
Other

2. Creating a shortcut through Google Chrome (for PWA-webpage)

Many popular services (e.g. Twitter, Telegram Web, Spotify) support Progressive Web App (PWA) technology, which allows you to install them as full-fledged applications.

  1. Open your site in Google Chrome (if not, download from the Play Market).
  2. Press three points. โ†’ ยซInstall the app (or "Add to Home screen" in English version).
  3. Confirm the action โ€“ an icon without a browser frame will appear on the desktop.

Critical: Not all sites support PWA. If you don't have an "Install App" option, you're not optimized for it, so use JavaScript code (section 4).

Open the desired site in the browser

Smartphone connected to the Internet (Wi-Fi or mobile data)

There is free space on the desktop for an icon.

Browser restrictions disabled in battery settings-->

3. Alternative method through "Tags" in MIUI

MIUI (and the new HyperOS) have a hidden feature of shortcutting web pages through widget menus, which works even on older models (Redmi 5, Mi A2) that donโ€™t have modern browsers.

Instructions:

  1. Press and hold your finger on the free space of the desktop.
  2. Select "Widgets" (Widgets).
  3. Scroll down and find the Shortcuts section.
  4. Select โ€œBrowserโ€ โ†’ enter the site URL (for example, https://ok.ru).
  5. Click "Ready" - the shortcut will appear on the screen.

๐Ÿ”น The advantage of the method: the shortcut will open the site in the browser by default (even if it is not Mi Browser).

๐Ÿ”น Disadvantage: the icon will be standard (browser icon), not the logo of the site.

๐Ÿ’ก

If the shortcut does not appear, check if the Light Desktop mode is enabled in the MIUI settings. Turn it off in Settings โ†’ Desktop โ†’ Screen Mode

4. Manual shortcut creation through JavaScript code (for advanced)

This is a good way to go for sites that don't support PWA, but you want the shortcut to open them in full screen without the browser bar. It takes a little bit of technical knowledge.

Algorithm of action:

  1. Open a site in Chrome and press F12 (if youโ€™re on a PC) or use the developer tools on your smartphone (includes in Chrome Settings โ†’ Additional โ†’ For Developers).
  2. Find the <meta name="theme-color" content="#FFFFFF"> string in the page's code. If it's not available, manually add it through the Edit HTML tool.
  3. Create a bookmark in your browser with the following JavaScript code: javascript:(function(){var a)=document.createElement('a');a.href='data:text/html,\x3Chtml\x3E\x3Chead\x3E\x3Cmeta name="viewport" content="width=device-width, initial-scale=1"\x3E\x3Cmeta name="theme-color" content="#FFFFFF"\x3E\x3C/head\x3E\x3Cbody\x3E\x3Cscript\x3Edocument.location="https://SITE.RU"\x3C/script\x3E\x3C/body\x3E\x3C/html\x3E';a.download='site.html';a.click();}(); Replace https://SITE.RU fittingly URL.
  4. Run the bookmark, it jumps. HTML-Open it through the file manager and select Open in the browserยป.
  5. Now add a page to your desktop via the browser menu (as in Section 1 or 2).

โš ๏ธ Note: This method may not work on frame-protected sites (e.g., banking services or Google Accounts.

5. Use of third-party applications (if nothing helps)

If none of the above methods worked, install one of the specialized shortcut creation applications:

AnnexFeaturesReference
Shortcut MakerIt creates shortcuts for websites, apps, contacts, supports customization of icons.Play Market
Hermit LiteTurns websites into lightweight apps without ads, saves traffic.Play Market
Kiwi BrowserChrome-based browser with support for extensions and PWA function.Play Market

๐Ÿ”น Which option to choose?

If you want minimalism, shortcut maker.

If you need to save traffic, Hermit Lite.

If the site does not open in other browsers โ€“ Kiwi Browser.

Why does the website shortcut disappear after a reboot?
This is due to memory optimization in MIUI. The firmware can "forget" shortcuts created through the browser if they are not in use for a long time.To fix: 1. Recreate the shortcut. 2. Turn off browser cache cleanup in Settings โ†’ Applications โ†’ Application Management โ†’ Browser โ†’ Cache Clearing. 3. Add a shortcut to the desktop folder - so it disappears less often.

Problem Solving: The label doesnโ€™t work or opens incorrectly

If the shortcut behaves strangely after you create it (it doesnโ€™t open, opens the wrong page, or gives you an error), check:

  • ๐Ÿ”„ Update your browser โ€“ the outdated version may not support PWA.
  • ๐Ÿšซ Turn it off. VPN/Proxies โ€“ some sites block access through anonymizers.
  • ๐Ÿ“ถ Check your internet connection โ€“ without a network, a shortcut wonโ€™t open a website.
  • ๐Ÿ”’ Allow pop-up windows for the site in the browser settings.

๐Ÿ”น Frequent error: a shortcut opens the home page of a site, not the one you saved. This happens if the resource uses redirects. Solution - save. URL specific page (e.g., specific page, vk.com/feed instead of vk.com).

๐Ÿ’ก

The most reliable way to use PWAs is through Chrome or Kiwi Browser, which work like full-fledged apps and are less likely to disappear after a reboot.

Specifics for older Xiaomi models (until 2019)

On smartphones like the Redmi 4X, Mi 5 or Mi A1 with an outdated version of Android (7.0 and below), standard methods may not work.

  • ๐Ÿ“ฑ Use the Nova Launcher app โ€“ it supports shortcuts for websites even on older versions of Android.

โš ๏ธ Note: On Xiaomi with Android 6.0 and below, site shortcuts may not update content automatically. For example, if you save a VK page, new posts won't show up without manually updating.

FAQ: Frequent questions about website shortcuts on Xiaomi

Can I change the website shortcut icon?
Yes, but not in all cases: If the shortcut is created through Mi Browser, the icon is automatically taken from the site, you can not change it. If you use Shortcut Maker or Nova Launcher, you can upload your picture. PWA-Apps (via Chrome) icon is updated with the site.
Why does the shortcut open the site in the wrong browser?
It depends on which browser you used to create the shortcut: If you created it through Mi Browser, it will open in it. If it opens in Chrome through Chrome (if it is installed as the default browser). If it opens in the shortcut widget in the default browser. To change the default browser, go to Settings โ†’ Applications โ†’ Default Applications โ†’ Browser.
How to remove the website shortcut from the desktop?
Delete it as easily as a regular app: Press and hold your finger on the shortcut. Drag it up the screen to "Delete" (or to the basket icon). Confirm the action. If the shortcut is not removed, it's not a shortcut, it's a widget. Delete it through the widget menu (desktop retention โ†’ "Widgets").
Can I make a shortcut for the mobile version of the site?
Yes, but you need to save the mobile URL. For example: For Facebook: m.facebook.com instead of facebook.com. For YouTube: m.youtube.com. For VKontakte: m.vk.com. If the mobile version of the site is automatically determined, add to the URL the parameter?mobile=1 (example: site.ru?mobile=1).
Does this method work on Xiaomi tablets (like Pad 6)?
Yes, all the described methods are relevant for Xiaomi tablets based on MIUI or HyperOS. The only difference is that on tablets, shortcuts can be placed not only on the desktop, but also on the taskbar (if you use the Desktop mode instead of the Launcher mode).