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.
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ยป.
| Parameter | Impact of Services Feedback | How to check |
|---|---|---|
| Battery consumption | Up to 5โ7% per day (peaks at night) | Settings โ Battery โ Battery use |
| Use of the CPU | Up to 15% load (when sending reports) | Annexes CPU Monitor or DevCheck |
| Data traffic | Up to 50โ100 MB per month (background transmission) | โ SIM-maps and mobile networks โ Traffic usage |
| Confidentiality | Transfer IMEI, MAC-addresses, geolocations | Traffic 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?
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
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:
- Open Settings โ About the phone and tap 5 times on the MIUI version to turn on the developer mode.
- Back to Settings โ Additionally. โ For developers.
- 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.feedbackThis will disable the service for the current user. To bring it back, use:
adb shell pm enable com.miui.feedback2. 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?
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