Xiaomi Market Feedback Agent: Why You Need It, Is It Safe to Delete, and How to Get Rid of It Forever

If you own a Xiaomi, Redmi or POCO smartphone based on MIUI, you've probably noticed a strange service called Market Feedback Agent on your app list. It doesn't have an icon, it doesn't show up on the menu, but it regularly appears on the active processes list and can even spend traffic in the background. What is it? Why is it installed on your device without your knowledge? And most importantly, can it be removed without risk to the system?

In this article, we will take a closer look at the purpose of the Market Feedback Agent, analyze its impact on performance and privacy, and provide step-by-step removal instructions – both standard MIUI and ADB for power users.

What is a Market Feedback Agent and Why You Need It

Market Feedback Agent is a system application that has been built into MIUI since MIUI 12, and its primary purpose is to collect anonymous statistics about the device and send data to Xiaomi servers.

  • πŸ“Š Application usage data (which programs you run, how often, session times).
  • πŸ”„ Failure and error information (system crash logs, application errors).
  • πŸ“± Information about hardware (device model, firmware version, processor/memory loading).
  • 🌍 Regional settings (language, country, time zone).

Xiaomi claims that all data is anonymized and used solely to improve MIUI and optimize device performance, but many users doubt this, especially given that the service runs in the background and can consume traffic even when Wi-Fi is turned off (via the mobile network).

It is important to understand that the Market Feedback Agent is not a virus or spyware in the classical sense. It is a legitimate component of MIUI, but its behavior often raises questions among users who care about privacy. Moreover, on some devices (especially with limited memory), it can take up to 50-100 MB in the /system partition.

πŸ“Š You know there is a Market Feedback Agent on your Xiaomi?
Yeah, I've noticed.
I only found out now.
I'm not sure, but I suspect.
I don't care.

Impact on performance and battery: Worrying

Many users complain that the Market Feedback Agent is draining the battery and loading the processor. Let's see how this is true.

ParameterMarket Feedback AgentHow to minimize
Battery consumptionUp to 1–3% per day (when actively sending data)Turn off background activity in settings
Processor bootingShort-term peaks up to 5-10% when sending logsRestrict work through ADB
Mobile network trafficUp to 5-20 MB per month (depending on the frequency of shipment)Prohibit access to mobile data
Occupied seat30–100 MB in /system sectionRemoval is only possible with root rights

In our testing on Xiaomi 13 Pro and Redmi Note 12 devices, the service can indeed consume resources, but its impact is not critical for most users.

  • πŸ”‹ Use a device with a small battery (for example, POCO X3 NFC).
  • πŸ“Ά Limited in mobile traffic (e.g. 1 GB per month).
  • πŸ›‘οΈ Be very sensitive to privacy and do not want to share data with Xiaomi.

Deleting or disabling the Market Feedback Agent may be justified.

⚠️ Note: On some devices (for example, Xiaomi Mi 11 Ultra) the service is responsible for the correct operation of updates MIUI through OTA. Removing it can cause failures when downloading new firmware versions.

Can I remove the Market Feedback Agent without any consequences?

Technically, removal is possible, but there are nuances:

  1. No root rights: You can only disable (deactivate) through settings or ADB. Complete deletion of files is not possible.
  2. With root rights: The service can be permanently removed, but this may disrupt some MIUI features (such as air updates or branded themes).
  3. On custom firmware: (for example, LineageOS or Pixel Experience) the service is not initially available.

Before making a decision, consider the risks:

What happens if you remove the Market Feedback Agent?
According to user reports from the forums XDA Developers and 4PDA, after deleting the following problems may occur: - Stop automatic updates MIUI (you will have to install firmware manually through Fastboot). - Failures in the branded theme store (Mi Themes). - Errors when trying to log into the account Mi Account (reinstall Google services). - In rare cases - Loop ( looped reboot) on devices with heavily modified firmware.

If you do decide to get rid of the service, start with the safest option: disable, and we recommend that you delete it completely only for experienced users with a backup.

πŸ’‘

Disabling the Market Feedback Agent does not disrupt the main functions of the smartphone (calls, SMS, camera), but can affect the branded services of Xiaomi.Before any manipulations, make a backup through Settings β†’ Additional β†’ Backup

How to disable Market Feedback Agent through MIUI settings

The easiest way to reduce the activity of a service is to restrict its rights.

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the top right corner and select Show All Apps.
  3. In the search box, type Market Feedback Agent (or com.miui.market).
  4. Open the application page and follow the following steps: 🚫 Press Stop (forced stop). πŸ”’ In the Permissions section, disable all powers (especially the Internet, Warehouse, and Auto Run). πŸ“΅ In the Mobile Data and Wi-Fi section, ban access to the network. πŸ”„ In the Battery section, select Limit background activity.

These actions will not remove the service, but will minimize its activity, but Xiaomi can automatically restore permissions after system updates, so we recommend repeating the procedure after each major update to MIUI.

Open Settings β†’ Applications β†’ Application Management | Find Market Feedback Agent in the list | Stop Forced | Disable All Permits |Ban Internet and Mobile Data |Limit background activity-->

Remove Market Feedback Agent via ADB (without root)

If you don't shut down enough, you can go ahead and deactivate the service through ADB (Android Debug Bridge), which won't delete files, but will block the application from starting.

  • πŸ–₯️ Computer with drivers installed ADB and Fastboot.
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press to unlock the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Instructions:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type: adb devices Make sure the device is identified (serial number should appear).
  3. Follow the command to deactivate: adb shell pm disable-user --user 0 com.miui.market If an error occurs, try an alternative: adb shell pm uninstall -k --user 0 com.miui.market
  4. Reboot your smartphone: adb reboot

After the reboot, the Market Feedback Agent will disappear from the list of active applications. To return it back, use the command:

adb shell pm enable com.miui.market

⚠️ Note: Some devices (e.g. Xiaomi Pad 6) deactivate via ADB Mi Video and Mi Music may crash. Check compatibility with your model on forums before executing commands.

πŸ’‘

If the adb shell pm disable-user command does not work, try first to stop the process via adb shell am force-stop com.miui.market, and then repeat the deactivation.

Remove the Market Feedback Agent (Root only)

If you have root rights (for example, through Magisk), you can delete the service permanently.

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/MarketFeedback or /system/app/MarketFeedback (the path may vary depending on the version of MIUI).
  3. Delete the MarketFeedback folder and all its contents.
  4. Clear cache and data through Settings β†’ Apps β†’ Market Feedback Agent (if the item is still displayed).
  5. Reset the device.

After removal, we recommend:

  • πŸ” Check the work OTA-Updates (Go to Settings) β†’ The phone. β†’ Updating the system).
  • πŸ›‘οΈ Install a firewall (such as NetGuard) to block residual requests.
  • πŸ“₯ Create a backup copy of the firmware through TWRP fault-proof.

Some devices (such as Xiaomi 12T) may lose access to branded wallpaper and themes after removal, due to the fact that the Market Feedback Agent is partially integrated into the Mi Themes service.

Alternative methods: blocking through hosts or Magisk

If deletion seems risky, the other way to do this is to block the service from Xiaomi servers.

1. editing the hosts file

Add the following lines to /etc/hosts (root rights required):

127.0.0.1 api.mi.com


127.0.0.1 data.mi.com




127.0.0.1 feedback.xiaomi.com

This will redirect Market Feedback Agent requests to the local host, effectively disabling data sending.

2.Use of the Magisk module

Install Universal Hosts Blocklist or Xiaomi Debloater via Magisk.These tools automatically block Xiaomi telemetry, including the Market Feedback Agent, without the need for manual file editing.

The advantage of these methods is that they are reversible – just delete strings from hosts or deactivate the module in Magisk to return everything back.

FAQ: Frequent questions about Market Feedback Agent

πŸ” Why Market Feedback Agent is Reappearing After Update MIUI?
Xiaomi restores system applications with major firmware updates. To avoid this, after the update, re-execute the instructions to disable or uninstall, and you can use Magisk modules to automatically lock (for example, Xiaomi Debloater).
πŸ“΅ Can the Market Feedback Agent monitor my personal data?
Xiaomi officially says it only collects anonymous statistics, but it has access to a list of installed applications, usage times and some system logs, and if you use sensitive applications (banking, instant messengers), we recommend disabling the Market Feedback Agent or blocking its access to the Internet.
πŸ”„ What to do if updates stop working after removal MIUI?
Restore the service through ADB (command adb shell pm enable com.miui.market or reinstall it manually by downloading APK from a trusted source (e.g. APKMirror) The alternative is to install firmware via Fastboot or TWRP.
πŸ“± Is there a Market Feedback Agent on the POCO redmi?
Yes, the service is available on all devices running MIUI, including POCO and Redmi, except for Android One models (such as Mi A3) or custom firmware.
πŸ›‘οΈ Can I disable Market Feedback Agent on a blocked bootloader?
Yes, but only through ADB or MIUI settings. Complete removal without unlocking the bootloader is impossible. Devices with locked bootloader also won't be able to use Magisk or edit hosts.