Paying via SberPay on Xiaomi smartphones has become an integral part of everyday transactions, but not all users know how to quickly access the service directly from the home screen. The shortcut for SberPay saves time: instead of finding the SberBank Online app on the menu or swipes on the screen, you get instant access to contactless payments. However, in MIUI (especially in versions 14-15), standard methods of creating shortcuts often do not work β the system hides the option or offers only widgets.
In this article, weβll break down three proven ways to add SberPay to Xiaomiβs home screen (including the Redmi Note 12 models, POCO X5, Xiaomi 13T And others), and also solve the typical problems: why the label does not appear, how to set up NFC What to do if the system requires you to update the application. MIUI, allowing you to create a shortcut even without a Sberbank widget.
1. Method: through the Widget SberBank Online
The most obvious, but not always working, method is to use a built-in widget, suitable for users who have a widget bar displayed in MIUI (in some firmware it is disabled by default).
Instructions:
- π± Long pressing in the free place of the main screen β select Widgets.
- π Scroll through the list to the SberBank Online block (if not, update the app to Google Play).
- π³ Drag SberPay widget (usually) 2Γ1 or 4Γ1) screen.
- βοΈ At the first use, it may be necessary to confirm the binding of the card through SMS.
If the widget is missing, check:
- π Version of the application SberBank Online (must be at least 12.0.0).
- π Updates MIUI (In older versions, SberBank widgets were not supported).
- π Mi Account region (widgets disabled in some countries).
2. Method: Creating a shortcut through the Nova Launcher launcher
The standard MIUI launcher limits customization, but third-party launchers (like Nova Launcher) allow you to create shortcuts for any activity, including SberPay.
Step-by-step:
- Install Nova Launcher from Google Play and make it the default launcher.
- Long tap on the main screen β Widgets β Nova actions.
- Select the App Shortcut β find SberBank Online.
- In the action list, select SberPay (if there is no option, see spoiler below).
What to do if Nova Launcher does not have a SberPay option?
Advantages of the method:
- π― It works on all versions. MIUI (including MIUI 12.5 and newer).
- π§ Allows you to adjust the appearance of the label (icon, size).
- π± Does not require root rights or additional permissions.
Install Nova Launcher from Google Play| Make it the default launcher | Update SberBank Online to the latest version | Check whether NFC is enabled in your phone settings-->
Method: through Quick Access Settings (Hidden MIUI function)
MIUI 14+ has a little-known feature that allows you to add shortcuts for specific actions within apps β including SberPay.This method does not require third-party launchers, but does not work on all Xiaomi models.
How to activate:
- Open Settings β Applications β Application Management.
- Find Sberbank Online and tap it.
- Select Quick Actions (or Shortcuts in English firmware).
- If there is SberPay on the list, drag it to the main screen.
If there is no option:
β οΈ Note: Some Xiaomi firmware (especially for the European region) has hidden action shortcuts, in which case only Nova Launcher or manual tuning through the site will help. ADB (See the section for advanced users).
List of Xiaomi models where the method works stably:
| Model | MIUI version | Support for SberPay labels |
|---|---|---|
| Xiaomi 13/13 Pro | 14.0.5+ | Yes. |
| Redmi Note 12 Pro+ | 14.0.3+ | Yes (requires an update to the banking application) |
| POCO F5 | 14.0.2 | Partially (only via Nova Launcher) |
| Xiaomi 12T | 13.0.12 | No (manual adjustment required) |
4.NFC setup to work with SberPay
Even if you create a shortcut, SberPay wonβt work without setting up NFC properly. On Xiaomi, the contactless payment module often conflicts with other services (like Google Pay or Mi Pay).
Checklist for setting:
- πΆ Turn it on. NFC In the notification curtain or in the settings β Connections β NFC.
- π³ Make sure SberPay is selected as the default contactless payment app (in settings) NFC).
- π Unlock your phone before paying (some Xiaomi models require input) PIN-code-print).
- π± Turn off Google Pay or Mi Pay if installed β only one payment service can work at a time.
Typical errors and decisions:
- π« "NFC unsupported" β Check that the module NFC It is physically present in your model (e.g. in Redmi). 9A He's gone).
- π "Payment error" β Reboot your phone and re-assign the card to Sberbank Online.
- π΅ "The phone is not responding to the terminal" β Make sure the screen is on and unlocked during payment.
π‘
If SberPay doesnβt work after the MIUI update, reset your NFC settings: go to Settings β System β Settings Reset β Network Settings Reset (this wonβt delete data, but will restart the contactless payment module).
5 Problem Solving: The label is not created or disappears
Xiaomi users often find that the SberPay label disappears after the reboot or does not appear at all.
| Problem. | Reason. | Decision |
|---|---|---|
| The label disappeared after the MIUI update | Resetting the launcher to factory settings | Recreate the shortcut through Nova Launcher or widget |
| No βSberPayβ option in quick action | An outdated version of Sberbank Online | Update the app to Google Play or install APK from the official website |
| The label opens the bankβs home page, not SberPay. | Wrongly selected action in the launcher | Remove the shortcut and recreate it by selecting SberPay |
If nothing helps:
β οΈ Note: Some Xiaomi firmware (especially custom) app shortcuts are blocked by security policies, in which case only the firmware reflash on the official one will help. MIUI use ADB for manual shortcut creation (instructions for advanced users are given below).
π‘
If the SberPay label disappears after each reboot, the problem lies in optimizing MIUI. Add the SberBank Online app to the autorun exception list: Settings β Apps β Permissions β Autorun
6.For Advanced: Creating a shortcut through ADB (no root)
If standard methods don't work, you can manually create a SberPay shortcut through ADB (Android Debug Bridge), which doesn't require root rights, but requires connecting the phone to a PC.
Instructions:
- Turn on USB debugging on your phone: Settings β About Phone β MIUI Version (stamp 7 times to become a developer) β Return to Settings β Additional β For Developers and activate debugging.
- Connect your phone to your PC and execute the command: adb shell pm list packages | grep sberbank (should display a package of the form en.sberbankmobile).
- Find out the activity for SberPay: adb shell cmd package resolve-activity -c android.intent.category.LAUNCHER en.sberbankmobile
- Create a label with the command: adb shell am start -n ru.sberbankmobile/.ui.activity.SberPayActivity (Replace SberPayActivity with the current name from the previous step).
If the command is successful, the shortcut will appear in the app menu and can be pinned to the home screen.