Services Feedback on Xiaomi: a hidden utility that โ€œmergesโ€ your smartphone data

Have you ever noticed a strange service called Services Feedback on your Xiaomi app list that doesn't have an icon, doesn't show up on the menu, but regularly shows up on the active process list and consumes battery power. Many users wonder what kind of software it is, why it's installed without their knowledge, and can it be removed without risk to the system?

This article will reveal all the secrets of Services Feedback, from the official purpose (which Xiaomi prefers not to advertise) to the real impact on performance and privacy.We will analyze how the service collects data, what permissions it uses, and why its activity often coincides with a slowdown of the smartphone.

Spoiler: Services Feedback is not a virus, it's not a harmless system utility. It's directly linked to the loyalty program. MIUI and telemetry collection, and some data is sent even when the Internet is disconnected (through a cache).

What is Services Feedback on Xiaomi: official version vs reality

According to Xiaomiโ€™s documentation, Services Feedback (sometimes referred to as com.miui.feedback) is a โ€œfeedback serviceโ€ designed to:

  • ๐Ÿ“Š Collection of anonymous statistics on use MIUI (Application launch frequency, system errors).
  • ๐Ÿ”„ Automatically send crash reports to Xiaomi to improve firmware.
  • ๐ŸŽ Providing personalized offers (such as discounts on accessories) through the Mi Rewards program.

Independent tests (including analysis of traffic through Fiddler and Wireshark) show that Services Feedback:

  • ๐Ÿ“ฑ It tracks geolocation (even when switched off) GPS โ€” cell-tower).
  • ๐Ÿ”‹ Records the battery level and the temperature of the processor in real time.
  • ๐Ÿ“ก Transmits data about connected Wi-Fi networks (including names and MAC-router addresses).
  • ๐Ÿ› ๏ธ Collects logs of all installed applications, not just system applications.

Moreover, the service is activated not only when there are obvious failures, but also when routine actions: for example, when connecting headphones, starting the camera or changing the brightness of the screen. POCO F3, who noticed spikes in com.miui.feedback activity in Settings โ†’ Battery โ†’ Using the battery at these moments.

๐Ÿ“Š You knew there was a Service Feedback on your Xiaomi?
Yeah, I've been in trials for a while.
I only found out now.
No, but I'll check it out.
I don't care.

How Services Feedback Affects Smartphone: Battery, Performance, Security

The main complaint users have about Services Feedback is the hidden consumption of resources.According to tests on Xiaomi 12T redmi K50, The service can consume up to 5-7% of battery power per day (with active use of a smartphone), and peak consumption occurs at night when the device is connected to Wi-Fi and charging โ€“ thatโ€™s when Xiaomi sends the accumulated data to its servers.

The second unpleasant thing is the slowdown of the system. Services Feedback uses background processes with a priority of foreground, which means that it can "take" resources from active applications. POCO X3 Pro complain of slowdowns when launching games (Genshin Impact, Call of Duty Mobile), which coincide with peak activity of the service.

Despite Xiaomiโ€™s claims of โ€œanonymityโ€ of data, researchers from the University of Edinburgh (2022) have proven that:

โš ๏ธ Note: Services Feedback transmits unique device identifiers (IMEI, Android ID, MAC-address, which can be used to link data to a specific user, this is contrary to the privacy policy MIUI, where it is claimed that the information is โ€œdepersonalizedยป.

ParameterImpact of Services FeedbackHow to check
Battery consumptionUp to 5โ€“7% per day (peaks at night)Settings โ†’ Battery โ†’ Battery use
Use of the CPUUp to 15% load (when sending reports)Annexes CPU Monitor or DevCheck
Data trafficUp to 50โ€“100 MB per month (background transmission)โ†’ SIM-maps and mobile networks โ†’ Traffic usage
ConfidentialityTransfer IMEI, MAC-addresses, geolocationsTraffic analysis through Packet Capture

๐Ÿ’ก

To see the real consumption of Services Feedback, restart your smartphone, open Settings โ†’ Battery and watch the com.miui.feedback process for 30 minutes. If it appears in the top, the service actively collects data.

Can Services Feedback be removed: risks and consequences

Technically, the removal of Services Feedback is possible, but only through root rights or through the use of the Service Feedback. ADB (Android Debug Bridge, though, has a few nuances:

1. rootless: You can only disable the service (more on this below), but not remove it completely. MIUI he'll come back.

2.C root: Removal is possible, but fraught with:

  • โš ๏ธ Mi Rewards (activity points will no longer be awarded).
  • โš ๏ธ Errors when sending crash reports (the system will issue a notification "Failed to send a reportยป).
  • โš ๏ธ Problems with OTA-updates (in rare cases).

3. Through ADB: Team pm uninstall -k --user 0 com.miui.feedback will delete the service for the current user, but not for the system.

โš ๏ธ Attention: On devices with MIUI 14 and later, the removal of Services Feedback may result in the blocking of access to Xiaomi Cloud services (synchronization of notes, contacts, photos.

What happens if you delete Services Feedback on your device MIUI Global?
On global firmware (e.g. Redmi Note 11 Global), deleting the service may cause a persistent System notification. UI It doesn't respond because there's no feedback component, it's only solved by flashing.

How to disable Services Feedback without root: step-by-step instructions

If you do not want to risk the stability of the system, but want to limit the activity of the service, follow this instruction:

โ˜‘๏ธ Disable Services Feedback without rooting

Done: 0 / 4

Withdrawal of permits:

Go to Settings. โ†’ Annexes โ†’ Application management โ†’ System applications.Look for Services Feedback (or com.miui.feedback) and:

  • ๐Ÿšซ Disable all permissions (geolocation, file access, camera, etc.).
  • ๐Ÿ”„ In the Battery section, select โ€œLimit background activityยป.
  • ๐Ÿ”• In the Notifications section, turn off all alerts.

Autostart shutdown:

In the same application settings, find the "Out-Open" option and deactivate it. This will prevent the service from automatically starting when the system is booted.

3. Adding to the blacklist of optimization:

V MIUI There's a hidden function called Optimization Blacklist, which completely blocks the background activity of the application:

  1. Open Settings โ†’ About the phone and tap 5 times on the MIUI version to turn on the developer mode.
  2. Back to Settings โ†’ Additionally. โ†’ For developers.
  3. Find the Battery Optimization Blacklist and add com.miui.feedback.

Blocking through the firewall (optional):

If you have NetGuard or another firewall installed, block Services Feedback from accessing the Internet via Wi-Fi and mobile data, which will stop telemetry transmission.

๐Ÿ’ก

Even after shutdown, Services Feedback may be briefly activated in critical system failures (e.g., when a system crashes). system_server). This is normal and does not mean that the service is back in the background.

Alternative methods: ADB, Magisk, custom firmware

For advanced users, there are more radical ways to get rid of Services Feedback:

1. Through ADB (rootless):

Connect your smartphone to your PC, activate debugging USB and execute the command:

adb shell pm disable-user --user 0 com.miui.feedback

This will disable the service for the current user. To bring it back, use:

adb shell pm enable com.miui.feedback

2. With Magisk (root):

Install Universal SafetyNet Fix and App Systemizer, then:

  • ๐Ÿ”ง Convert Services Feedback to a Custom App.
  • ๐Ÿ—‘๏ธ Remove it as a regular app.

โš ๏ธ Note: On some devices (such as the Xiaomi 13 Pro) this can cause problems with Widevine L1 (downgrad L3), What will make streaming on Netflix and Disney worse?+.

3. Castom firmware (LineageOS, Pixel Experience):

Firmware on the base AOSP (For example, LineageOS doesn't have Services Feedback by default, but once installed, you'll have to manually configure it:

  • ๐Ÿ“ถ Supporting two SIM-Cards (some of them do not work on the firmware).
  • ๐ŸŽต Xiaomi Sound Profiles (such as Nature Sounds).
  • ๐Ÿ”‹ Optimizing the battery for Snapdragon processors.
How to check if Services Feedback is completely removed?
Perform in ADB Command: adb shell pm list packages | grep feedback If the answer is blank, the service is remote. If com.miui.feedback appears, it's still present in the system.

Services Feedback and MIUI 14/15: What has changed in the new versions

In the latest versions MIUI (MIUI 14 and MIUI 15 for Xiaomi 14, Redmi K60 Services Feedback has become even more integrated into the system. Here are the key changes:

1. Communication with Mi AI:

The service is now working with Mi. AI Assistant, by sending data about voice commands and using a virtual assistant, allows Xiaomi to improve speech recognition, but at the cost of additional information collection.

New data collection mechanism:

V MIUI 15 Smart Diagnostics is available, which automatically analyzes smartphone problems and sends reports. Services Feedback has become part of this mechanism, making it difficult to disable it.

3. More aggressive optimization:

If MIUI 12/13 The service was activated every few hours, but now it works almost constantly, collecting data from the Internet:

  • ๐Ÿ”‹ Battery and processor temperature (every 5 minutes).
  • ๐Ÿ“ถ Signal strength Wi-Fi/4G/5G (mapping).
  • ๐Ÿ•น๏ธ Time to use games and social networks (for targeted advertising).

Hidden settings:

In the new versions MIUI Services Feedback may not be on the app list. To find it, search com.miui.feedback or the command. ADB:

adb shell am start -n com.miui.securitycenter/.permission.PermissionActivity

Frequent Questions About Services Feedback on Xiaomi

โ“ Why Services Feedback is consuming so much battery?
The service is actively using CPU and the data transmission module for telemetry collection: ๐Ÿ“ฑ Connecting to a new Wi-Fi network (scanning the environment). ๐Ÿ”„ Firmware updates (compatibility checks). ๐ŸŽฎ Running resource-intensive games (performance monitoring) To reduce consumption, turn off background data transfer for the service in the application settings.
โ“ Can I get root to remove Services Feedback without losing the warranty?
Technically, yes, but: ๐Ÿ”“ Use Magisk with the โ€œMagiskHideโ€ feature โ€“ this hides root from some applications (e.g. banking). ๐Ÿ“ฑ On devices with MIUI Global Unlocking bootloader Resets All Data. ๐Ÿ›ก๏ธ Xiaomi can refuse warranty repairs if it finds root traces (even if you return the stock firmware). ADB without root (as described above).
โ“ Services Feedback sends data to China? How to verify it?
Yes, some of the data is sent to Xiaomi servers in China. To confirm this: Install PCAPdroid (root required for full analysis). Run traffic capture and find the processes com.miui.feedback. Check out domains in outbound packets and youโ€™ll see addresses like.miui.com,.xiaomi.com, *.api.io.mi.com. โš ๏ธ Note: Some domains may belong to Xiaomiโ€™s European servers (e.g. eu.api.io.mi.com), but the final processing often takes place in China.
โ“ After the shutdown Services Feedback stopped working Mi Rewards?
This is normal behavior โ€” Mi Rewards depends on feedback service. To restore: Return all permissions for com.miui.feedback. Reboot your smartphone. Open Mi Rewards and wait for sync (may take up to 24 hours). If the glasses are not restored, contact Xiaomi with the logs from Settings โ†’ The phone. โ†’ Error report.
โ“ Are there analogues of Services Feedback on smartphones of other brands?
Almost all manufacturers use such services: ๐Ÿ“ฑ Samsung: com.sec.android.app.launcher (part of Samsung Experience). ๐Ÿ“ฑ Huawei: com.huawei.android.hsf (Huawei System Framework). ๐Ÿ“ฑ Realme/Oppo: com.heytap.usercenter. ๐Ÿ“ฑ Google (Pixel): com.google.android.feedback. Xiaomi is different in the aggressiveness of data collection and lack of transparency (for example, Samsung allows you to disable telemetry in settings).