Removing Mi Pay on Xiaomi Redmi Note 8 Pro: Full Guide

Owners of Xiaomi smartphones often face the need to optimize the operating system MIUI or HyperOS. One of the popular queries is the question of how to remove Mi Pay on the Redmi Note 8 Pro. This application is preinstalled by the manufacturer for contactless payment, but in regions where the service is officially not working, or when using alternative payment methods, it becomes unnecessary ballast. Removing system components requires care, since incorrect actions can lead to instability of the interface.

The process of getting rid of the built-in service is not always obvious to the average user. The standard “Delete” button in the application menu is often absent or inactive, since Mi Pay is part of the system package. However, there are proven ways to hide or deactivate this component without obtaining root rights. It is important to understand the difference between completely removing files from the system partition and disabling visibility for the user. In this article, we will look at safe methods for working with system applications based on Android.

Before you start manipulating system files, you need to back up important data. While the methods described below are considered safe, there are always minimal risks to interfering with system services. This is especially true for the Redmi Note 8 Pro, which has its own MediaTek processor architecture.

Why you need to remove Mi Pay

The main reason users are looking for a way to remove Mi Pay is because of regional restrictions: Xiaomi’s contactless payment service is officially supported in only a few countries; if you live in a region where the service is not running, the app will simply take up space and possibly consume background resources; and the presence of unnecessary system applications can annoy those who prefer a minimalist interface.

The second important aspect is the use of alternative payment systems: many Redmi Note 8 Pro users prefer Google Pay (now Google Wallet) or Samsung Pay (on other devices), which have a wider base of partners, in which case the native application from the manufacturer becomes, and there are situations when, after updating the firmware, Mi Pay begins to intrusively offer card binding, which can be distracting.

⚠️ Note: Complete removal of system components through ADB It can disrupt other services that depend on the security framework. Make sure you really need to delete it, not just hide the icon.

While Xiaomi’s apps are being tested, some users prefer to minimize the amount of software that has access to the software. NFC-Deleting unused financial software reduces the potential attack surface, although the risk from an official application is minimal.

📊 Do you need to remove Xiaomi system applications?
Yeah, for system cleanliness.
No, let him hang just in case.
I will only delete if I stop working.
I'm more important than Google Pay.

Preparation of Redmi Note 8 Pro for modification

Before you start any action with system applications, you need to properly prepare the device. First of all, make sure that the battery of your Redmi Note 8 Pro is at least 60%. The debugging and working with ADB can take time, and suddenly turning off the smartphone at a critical moment can lead to software errors.

The second step is to activate the developer mode. To do this, go to the Settings menu, select About Phone, and find the MIUI Version line. You need to quickly click on this line 7-10 times in a row until the notification “You became a developer” appears. Then a new section “Additional” or “Extended Settings” will appear in the settings menu, where you need to find the “Developer” item.

Inside the developer menu, we're interested in two things: USB Debugging and USB Debugging. The first option is to just turn on. The second option should also be activated, but the system will require you to enter a password from your Mi Account or a screen unlock password, which is a measure of protection against unauthorized access to data.

☑️ Checking the device's readiness

Done: 0 / 4

Don’t forget to connect a reliable one. USB-Using cheap "charging-only" cables will cause the computer to fail to see the smartphone, and the team ADB For the Redmi Note 8 Pro, it is desirable to use the original cable or certified analogue with data transmission support.

Method 1: Hiding through system settings

The safest and easiest way to get rid of the visual presence of Mi Pay is to use the built-in app hiding feature.This method does not physically delete files, but removes the icon from the menu and prevents accidental launch.

Go to the Security app, which is standard for the MIUI shell. In the bottom menu or in the tool list, find Hide apps. The system may suggest creating a password or using a fingerprint to access hidden apps, which will increase privacy. In the list that opens, find Mi Pay and activate the switch opposite it.

Once activated, the app icon will disappear from the desktop and from the menu of all programs, and to run it again (if necessary), you will need to open the Security application, go to hidden applications and enter a password, which is ideal for those who are afraid of damaging the system, but want to clean up the interface.

⚠️ Warning: Hiding an application doesn't stop its background processes completely. If your goal is to free up RAM or stop services, this method won't work.

Method 2: Removal via ADB (No Root Rights)

To clean the system deeper, you’ll need to use Android Debug Bridge (ADB) tools, which allows you to remove or disable system packages without having to unlock the bootloader or obtain superuser rights. You’ll need a computer (Windows, macOS or Linux) and installed drivers for Xiaomi.

First, download and unpack the Platform Tools package from the official Android developer website. Connect your smartphone to your PC via the Internet. USB-Open the command line (CMD) or terminal in a toolbox ADB. Enter a command to check the connection:

adb devices

You'll see a request for debugging permission from this computer on your smartphone screen, check "Always Allow" and click "OK." If the device's serial number is displayed on the command line, the connection is established. Now you need to know the exact name of the Mi Pay package. It usually looks like com.miui.mipay or com.miui.pay. For accuracy, you can use the command:

adb shell pm list packages | grep pay

Once the packet is identified, execute a command to delete the application for the current user (user 0).This will not erase the file from the system partition forever, but will make it invisible and non-working for the main user:

adb shell pm uninstall -k --user 0 com.miui.mipay

If the command is successful, the system will return the answer “Success” and the Mi Pay application will disappear from the installed list. It is important to note that to restore the functionality, you will need a full reset of the phone’s settings (Factory Reset), since there is no standard “Return” button for system packages deleted through ADB.

What if the ADB can’t see the phone?
If the adb device command does not show the device, check if the driver is installed. MTP In Windows Device Manager. Try another. USB-port, preferably USB 2.0, and the original cable. Also make sure that the mode is running. USB installed in "File Transfer" and not just "Charging».

Alternative payment systems for Redmi Note 8 Pro

After removing Mi Pay, users often wonder what to use for payment. Fortunately, the Redmi Note 8 Pro features a full-fledged NFC module that works perfectly with third-party solutions. The most popular option is Google Pay (now Google Wallet), which supports most bank cards.

To set up Google Wallet, you just need to install an app from the Play Market (or download it). APK-file if the store is not available) and add a map. However, in some cases, additional configuration may be required NFC. Make sure that the settings Connection and Sharing -> NFC The security element is selected as the security element. HCE Wallet.

Alternatives from banks such as Mir Pay (for MIR cards) or Yandex Pay are also available, and these apps often have their own NFC settings and can run in parallel with system services. Removing Mi Pay should not affect their work, as they use standard Android APIs for contactless payment.

ParameterMi PayGoogle WalletBanking applications
Type of installationSystemicCustomizedCustomized
Support for mapsLimited by regionsGlobalDepends on the bank.
RemovalOnly through ADB/RootStandard.Standard.
NFC workSystemic priorityStandard HCEStandard HCE

💡

When using multiple payment applications, Android allows you to select the default app for NFC. Set this up in the NFC settings menu so that payment goes through the service you want without further confirmation.

Possible problems and solutions

Unforeseen situations can occur when removing system components on Xiaomi, and one of the common problems is the error “Failure [not installed for 0]” when executing the ADB command. This means that the package with that name is not found for the current user.

Another problem is system errors or cyclical reboots, and although deleting a payment application rarely leads to a brick, security library conflicts are possible. If the fingerprint scanner or Face ID stops working after deleting Mi Pay, it is recommended to reset the settings to factory settings, which will return all system files to their original state.

Users may also experience automatic reinstallation of the remote application after a system update. MIUI and HyperOS have a mechanism for self-repair of system components. To avoid this, you need to disable automatic updates of system applications in the GetApps settings or freeze the updater via ADB.

⚠️ Warning: If you notice increased battery consumption or processor heat after removing Mi Pay, restore the application immediately.This may indicate that system processes are trying to find the missing file and are entering a cycle of errors.

FAQ: Frequently Asked Questions

Is it safe to delete Mi Pay via ADB?
Yes, using pm uninstall -k --user 0 is considered safe, as it does not delete a physical file from the /system partition, but only hides it for the user.
Can I return Mi Pay after deleting?
Without a phone's Factory Reset, you can't return a system application that's remoted through ADB. When you reset, all system packages are restored to factory status. So consider removing them.
Does removing Mi Pay affect NFC performance?
No, the NFC module is a hardware and independent component. Uninstalling the Mi Pay app doesn't disable the NFC feature itself. You can use Google Pay or other contactless payment services.
Do you need Root rights to remove?
No, to remove or disable system applications on the Redmi Note 8 Pro, USB debugging rights and the ADB tool are enough. Obtaining Root rights (via Magisk) is a more complex process that can disrupt banking applications due to security flags.

💡

Removing Mi Pay is a safe procedure when using the ADB method, but requires careful input. If you are not sure about your actions, it is better to simply hide the icon through the security settings.