How to permanently remove Mi Pay from your Xiaomi phone: 5 working ways

Xiaomi’s Mi Pay service is designed for contactless payments, but many users prefer alternatives like Google Pay or Samsung Pay. MIUI It's not deleted by standard methods -- you can only turn it off or hide it. In this article, we'll look at all the ways you can get rid of Mi Pay, including hidden settings, ADB-commands and even manually delete system files for advanced users.

It is important to understand that completely removing system applications can lead to unstable phone operation, especially if you use official firmware without root rights. We will describe the risks of each method in detail and give recommendations on how to minimize the consequences. If you are not sure of your skills, it is better to limit yourself to disabling the application through settings.

This article is relevant for MIUI 14/15 and Xiaomi/Redmi/Poco models from 2020-2026. For older versions (before MIUI 12), some methods may not work – check compatibility before actions.

Why can’t Mi Pay be removed in the standard way?

Mi Pay is a system service that Xiaomi integrates into Android-level firmware, which means:

  • πŸ”Ή It does not appear in the list of installed applications in Settings β†’ Applications as regular programs.
  • πŸ”Ή Replace the β€œDelete” button with β€œDisable” or β€œDelete Updates” (if any).
  • πŸ”Ή Application files are stored in a protected section /system/priv-app/, Where there is no access without root.
  • πŸ”Ή Certain functions MIUI (For example, Mi Account or Security may depend on Mi Pay components, so complete deletion is fraught with failures.

What’s more, even after a shutdown, the app can automatically turn on after a firmware update or reset, which is due to Xiaomi’s policy of preserving the functionality of the Mi ecosystem.

πŸ“Š You use Mi Pay for payments?
Yeah, regularly.
I tried it before, but I switched to something else.
Never used it.
I don't know what it is.

If you want to get rid of the app, try the safe methods of disabling and hiding first, which do not require special knowledge and do not disrupt the system.

Method 1: Disable Mi Pay via MIUI settings

The easiest and safest way is to disable the app without deleting it, and it will stop it from working, hide it from the menu, and prevent it from starting up.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type Mi Pay (or Mi Wallet in some firmware).
  3. Slip on the app and select Disable (or Remove Updates if the button is active).
  4. Confirm the action in the dialog window.

After the shutdown:

  • πŸ“± Mi Pay icon will disappear from the desktop and from the app menu.
  • πŸ”„ The application will not start in the background.
  • πŸ”’ Functions of contactless payments through NFC They will not be available (if you use them).

πŸ’‘

If you have left the icon on your desktop after you turn off Mi Pay, manually remove it with a long tap β†’ β€œDelete.” This will not remove the app itself, but only the shortcut.

The downside of the method: after the MIUI update, the application may be activated again. To avoid this, use methods 2 or 3.

Method 2: Hide Mi Pay with Launcher (without root)

If the shutdown didn’t work or you want to completely cover the tracks of the application, you can use an alternative launcher (for example, Nova Launcher or Hyperion Launcher).

  • πŸ–ΌοΈ Hide system applications from the menu.
  • πŸ” Block search by name.
  • πŸ“‚ Remove shortcuts from the desktop.

Instructions for Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Hold your finger on the desktop β†’ Settings.
  3. Go to App Settings β†’ Hide Apps.
  4. Select Mi Pay from the list and confirm.

This won’t physically remove the app, but it will make it invisible in the interface.Cons: When using a standard MIUI launcher, the icon can reappear.

What if Mi Pay still appears in MIUI search?
Even after hiding through the launcher, the application can appear in MIUI global search. To fix this, turn off application search in the settings: Settings β†’ Search β†’ Search Settings β†’ Applications (disable the slider).

Method 3: Remove Mi Pay via ADB (without root)

For users who are ready for more radical measures, Android Debug Bridge (ADB) removal is suitable, which does not require root rights, but can cause NFC or Mi Account failures if you remove the associated components. Use it at your own risk!

What you need:

  • πŸ’» Computer with drivers installed ADB and Fastboot.
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap the version, then go back to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Step-by-step:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command line (cmd) in the adb folder.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to delete Mi Pay: adb shell pm uninstall --user 0 com.miui.mipay If an error occurs, try the alternative package: adb shell pm uninstall --user 0 com.xiaomi.payment

If the command is successful, the application will be removed only for your user (without affecting system files).

  • βœ… Mi Pay will disappear from the menu and stop working.
  • ⚠️ After resetting the settings or updating the firmware, it can return.
  • ❌ NFC-Payments via Google Pay or banking apps will continue to work.

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 4

If the command doesn’t work, Xiaomi has blocked the packet from being deleted, leaving only method 4 or 5.

Method 4: Completely remove Mi Pay with root rights

If you have root access (like through Magisk), you can physically remove Mi Pay files from the system partition, the most radical method that is guaranteed to get rid of the app forever, but requires caution.

Pre-launch warnings:

⚠️ Note: Deleting system files may cause inoperability NFC, Mi Account errors or even "bootloop" before action, back up through TWRP Or OrangeFox!

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Mixplorer).
  2. Go to /system/priv-app/ or /system/app/.
  3. Find folders with names MiPay MiuiMipay PaymentService

_old_

Reboot the phone.

After removal, check:

FunctionPost-disposal conditionRecommendations
NFC-payment❌ It does not work through Mi Pay.Use Google Pay or a banking app
Mi Account⚠️ Possible synchronization errorsRe-link the account in the settings
MIUI updates⚠️ Maybe come back after. OTABlock Updates via Magisk
Securityβœ… Not affected.β€”

If the phone stopped booting after deleting, restore the backup via TWRP or flash the firmware again.

Method 5: Block Mi Pay via Magisk (for advanced)

If you don’t want to delete files permanently, but want to block Mi Pay at the system level, you can use a Magisk module called Universal SafetyNet Fix or App Systemizer, which is suitable for root users who want to keep the rollback option.

Instructions:

  1. Install Magisk Manager and check for root.
  2. Download the App Systemizer module from the Magisk repository.
  3. In the module settings, find Mi Pay (com.miui.mipay) and select Unsystemize (convert to a regular application).
  4. Reboot the phone.
  5. Now Mi Pay can be removed as a regular app through Settings β†’ Apps.

Advantages of the method:

  • πŸ”„ The ability to return the application if necessary.
  • πŸ›‘οΈ Less risk to system stability than manual removal.
  • πŸ”„ Retained after updates MIUI (if the module is active).

Cons: requires root and knowledge of working with Magisk. If you are a beginner, you should refer to method 3 (ADB).

What if Mi Pay is back after the update?

One of the most common problems is that Mi Pay reappears after the MIUI update, which is because the firmware restores the system applications, to prevent the return of:

  • πŸ”„ Turn off automatic updates MIUI: Go to Settings. β†’ The phone. β†’ Update the system. βš™οΈ β†’ Turn off Automatic Booting via Wi-Fi.

Delete the update cache:

Settings β†’ Applications β†’ Application Management β†’ System Update β†’ Storage β†’ Clear cache

Block the updates through ADB:

adb shell pm disable-user --user 0 com.android.updater

(Switches off the system update application).

If the update is already installed and Mi Pay is back, repeat method 3 (ADB) or method 5 (Magisk).

πŸ’‘

To get rid of Mi Pay forever, combine disabling through ADB and blocking MIUI updates. This is the most reliable way without root.

FAQ: Frequent questions about Mi Pay removal

Can I delete Mi Pay without a computer?
Yes, but only if you have root access, without which you can only disable the application through settings or hide it with an alternative launcher, and you will need a file manager with root permissions (such as Root Explorer) to completely delete without a PC.
Will Google Pay work after Mi Pay is deleted?
Yes, Google Pay uses its own services for contactless payments and is not dependent on Mi Pay. However, if you delete NFC system files (which is unlikely if deleted correctly), there may be problems.
Why did the NFC stop working after Mi Pay was removed?
This means you have removed not only Mi Pay, but also the associated NFC system components. restore backup or reflash the phone. In the future, use exact ADB commands (e.g., only for com.miui.mipay, not all packets with nfc in the title).
Can I return Mi Pay after deleting?
Yes, if you used method 3 (ADB) or method 5 (Magisk). To recover: Through ADB: adb shell cmd package install-existing com.miui.mipay Through Magisk: disable the App Systemizer module and restart the phone. If you deleted files manually (method 4), you will need to flash the firmware.
Are there any alternatives to Mi Pay for Xiaomi?
Yes, you can use it: πŸ’³ Google Pay – supports most bank cards and works consistently on Xiaomi. 🏦 Banking applications (SberBank Online, Tinkoff, Alpha-Click) – many of them support contactless payments through the Internet NFC. 🍎 Samsung Pay – if your Xiaomi supports Samsung Knox (rarely, but possible on some models).Before switching to the alternative, check the compatibility of your phone and credit card.