Servicios y Comentarios Xiaomi: what kind of program is it, why you need it and how to get rid of it

Introduction: Why is your Xiaomi getting a weird Spanish app?

You opened a list of installed apps on your Xiaomi smartphone and suddenly you found a program called Servicios y Comentarios β€” and the interface of your device is in Russian or English, and here is some Spanish? Don't panic: it's not a virus and not a result of hacking. This app is part of the ecosystem MIUI, But its appearance often raises questions for users.

Xiaomi shipped its devices to different regions of the world, and sometimes system services (especially those related to feedback and analytics) may be displayed in a language that does not match your localization. Servicios y Comentarios translates as β€œServices and Comments” – a tool for collecting user feedback, diagnosing system performance and suggestions for improvement. MIUI. However, it is not always justified, especially if you do not live in a Spanish-speaking country.

In this article, we will discuss:

  • πŸ” What exactly does Servicios y Comentarios app do and why is it installed on your device.
  • βš™οΈ How it affects performance, battery and privacy.
  • πŸ—‘οΈ Can it be removed without harming the system and how to do it correctly.
  • ⚠️ What risks are fraught with radical removal methods (such as root rights or ADB).

If you've tried to get rid of this app, but it's coming back after updates, you're not alone. This is a problem that's common for many Xiaomi users, and we'll go into detail on how to deal with it.

πŸ“Š You’ve noticed Servicios y Comentarios on your Xiaomi app?
Yeah, it was pre-installed.
Yes, it came after the update.
No, I didn't.
I don't know what it is.

What is Servicios y Comentarios and why does Xiaomi install it?

Servicios y Comentarios (sometimes referred to as com.miui.feedback or com.xiaomi.midrop) is a system component. MIUI, charger:

  • πŸ“Š Collect anonymous statistics about device usage (which features are popular, where crashes occur).
  • πŸ’¬ Send feedback to Xiaomi directly from the system interface (for example, if you clicked β€œReport a problem” in the settings).
  • πŸ”„ Participation in beta testing of new versions MIUI (Users who subscribe to the Mi Pilot program).
  • πŸ› οΈ Diagnosing errors and sending logs to developers when applications crash.

Why is it in Spanish? There are two explanations.

  1. Regional firmware: Your device may have been originally designed for the Latin American or Spanish market, even if you bought it in Russia or another country. MIUI, where system applications are not always translated into all languages.
  2. Localization Error: In some versions MIUI (particularly MIUI 12–14) bugs were observed when individual components were displayed in the wrong language despite the locale selected.

It's important to understand that Servicios y Comentarios is not spyware in the classical sense. It doesn't steal your passwords or photos, but it does send Xiaomi data about the device model, firmware version, installed applications and some system parameters (for example, battery level or CPU temperature), which is anonymized, but if you're worried about privacy, it makes sense to want to turn off this service.

What data does the application collect?
According to Xiaomi’s privacy policy, Servicios y Comentarios may transfer: MIUI - Country and operator - List of installed applications (without information about their use) - System error logs (if you agree to submit a report) - Battery status and device temperature - Network connection data (Wi-Fi/Mobile Internet Personal data (contacts, messages, photos) are NOT transmitted.

Impact on the device: battery, performance and traffic

Many users complain that Servicios y Comentarios:

  • πŸ”‹ Battery discharges – the application runs in the background and is periodically synchronized with Xiaomi servers.
  • 🐒 Slows down the system, especially on budget models (Redmi) 9A, Poco M3), where each background process counts.
  • πŸ“Ά Consumes mobile traffic – if you’re not connected to Wi-Fi, it can send data over the phone 3G/4G.

But is that true? Let's do a little analysis.

ParameterThe Influence of Servicios y ComentariosHow to check
Battery consumption1–3% per day (with active use of reviews)Settings β†’ Battery β†’ Battery use
Processor bootingUp to 5% when sending a report, otherwise ~0%Apps like this CPU Monitor
Mobile traffic10–50 MB per month (depending on the frequency of synchronization)β†’ SIM-maps and mobile networks β†’ Traffic usage
RAM30-70 MB (constantly in the background)Settings β†’ About the phone β†’ Memory

As you can see from the table, the impact of an app on performance is minimal if you don't actively send feedback, but on weak devices, even this background process can be superfluous, and if you've never sent feedback through a service. MIUI, It is logical to ask: why is it on your phone at all?

πŸ’‘

To find out exactly how much resources Servicios y Comentarios consumes, install the AccuBattery app (for battery) or Network Monitor (for traffic) and track the statistics for 2-3 days.

Can Servicios y Comentarios be removed without consequences?

Technically, it's possible to delete, but there are nuances. The app is system-specific, so:

  • βœ… Without root rights, it can only be turned off (but not removed completely).
  • ⚠️ With root rights, removal is possible, but can lead to disruptions in work. MIUI (For example, some feedback functions will stop working).
  • πŸ”„ After updating MIUI The application can return if it was part of the firmware.

If you don't plan to send reviews to Xiaomi, the best option is to disable it.Full deletion only makes sense in two cases:

  1. You use custom firmware (like LineageOS or Pixel Experience).
  2. You are ready to put up with possible bugs in the work of system utilities MIUI.

Before you do anything, check if Servicios y Comentarios is part of another service, such as some firmware that links it to:

  • πŸ“± Mi Drop (File Transfer between Xiaomi Devices).
  • πŸ” Security – sending virus reports.

- Sending error reports directly from the system.

- Participation in beta testing of firmware.

- Quick feedback with Xiaomi support.-->

Step-by-step: how to disable or remove the application

If you decide to get rid of Servicios y Comentarios, follow one of the instructions below. Choose a method depending on your skills and willingness to take risks.

πŸ”Ή Method 1: Disconnect without root rights (safe)

This method is suitable for 99% of users and does not require special knowledge.

Open the Settings. β†’ Annexes β†’ Application management|Find Servicios y Comentarios (or com.miui.feedback)|Click Disable (if the button is inactive, first click Stop)|Confirm the action and restart the phone-->

Once disabled, the app will stop working, but its icon may remain on the list. To hide it, use any launcher (for example, Nova Launcher or Nova Launcher). POCO Launcher) with application hiding function.

πŸ”Ή Method 2: Removal through ADB (advanced)

If the shutdown is not enough, you can delete the application through ADB (Android Debug Bridge. It doesn't require root rights, but you need to connect the phone to your computer.

Instructions:

  1. Turn on the debugging. USB In Settings β†’ The phone. β†’ Version. MIUI (Click 7 times on the version, then return to Settings β†’ Additionally. β†’ For developers).
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Open the command line (Windows) or the terminal (Mac/Linux) and type in adb shell pm uninstall --user 0 com.miui.feedback If the packet is called differently (e.g. com.xiaomi.midrop), change the name in the command.
  4. Reboot the phone.

⚠️ Attention: After update MIUI The application may return. To avoid this, repeat the delete command before updating.

πŸ”Ή Method 3: Removal with root rights (for experienced ones)

If you have root, you can delete the app permanently using a file manager (like Root Explorer) or command:

su


mount -o rw,remount /system




rm -rf /system/priv-app/ServiciosComentarios




mount -o ro,remount /system




reboot

🚨 Warning: Improper use of root rights can lead to a device being knocked out. If you're not sure what you're doing, use the first two.

What if the system functions stopped working after removal?
If you notice a failure after you delete Servicios y Comentarios (for example, you do not open settings or you lose the ability to send error reports), restore the application: 1. Download the original firmware for your model from en.miui.com. 2. Take the file out of it. ServiciosComentarios.apk (Use the archiver to disassemble the firmware). 3. Install. APK through ADB: adb install ServiciosComentarios.apk 4. Reboot the phone.

What if the app returns after the update?

Many users are faced with the fact that Servicios y Comentarios appears again after the update. MIUI. This is because the firmware contains system components that are restored when you install updates:

  • πŸ“΅ Turn off automatic updates MIUI In Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update.
  • πŸ”„ Before manual update, remove the application through ADB (see method 2).
  • πŸ›‘οΈ Use firmware patches (such as Magisk modules that block the recovery of unnecessary applications).

If you don’t want to opt out of updates, the alternative is to install custom firmware (like LineageOS or HavocOS) that doesn’t have Xiaomi system apps, but this requires unlocking the bootloader and may take away your warranty.

Another radical method is to reflash the device to a global version. MIUI (In global builds, system applications are usually localized in English, and Servicios y Comentarios may be absent or otherwise called (e.g. Feedback).

πŸ’‘

If you often encounter the return of unwanted apps, consider using the Universal Android Debloater module for Magisk.It lets you flexibly manage system components and block their recovery.

How to Send Reviews to Xiaomi Without Servicios y Comentarios

If you’re not worried about the app itself, but about the inability to send feedback after it’s been removed, there are alternative ways to contact Xiaomi:

MethodHow to usePlusesCons
Official forum Mi Communityc.mi.com (Section for your country)Responses from moderators, discussions with other usersYou need to register, the answers can be slow.
Chat support in the Mi StoreOpen the Mi Store app β†’ Profile β†’ SupportQuick response (usually within a day)Only for questions about purchases and warranties
Email supportsupport@xiaomi.com (for global users)The formal channel is suitable for serious problems.The answer may take up to 3-5 days.
Social mediaTwitter/Facebook Xiaomi (e.g, @XiaomiRussia)Public response, sometimes faster than official channelsNot suitable for technical problems

If you want to send error reports directly from the system, but you don’t want to put up with Servicios y Comentarios, you can use third-party tools like Bug Reporter (available on Google Play), which allow you to collect logs and send them to developers manually.

Frequent Questions about Servicios y Comentarios

❓ It's a virus or spyware?
No, it’s the official Xiaomi system app, but it does collect anonymous telemetry.If you don’t trust Xiaomi, it can be disabled or removed (see instructions above).
❓ Why is it in Spanish when my phone is in Russian?
It's connected to regional firmware, and your device could have been designed for the Latin American market, or in your version. MIUI There's a localization error. Try changing the language to English and back again, and sometimes it helps.
❓ Can we move it to SD-map?
No, it is a system application and it does not support transfer to an external drive. The only way to free up space is to delete it (see Method 2 or 3).
❓ Will the phone work normally after removal?
Yes, in most cases, but some features (e.g. sending error reports directly from the system) may stop working. MIUI The app could come back.
❓ How to check if it is sending data without my knowledge?
Use traffic monitoring apps like NetGuard or PCAPdroid, which will show you what data Servicios y Comentarios is sending and where it is sending, and you can also block it from accessing the Internet in the app settings.

Is it worth getting rid of Servicios y Comentarios?

To sum up, the following can be said:

  • βœ… You can and should disable the application if you don't use the feedback function.
  • ⚠️ Remove completely makes sense only if you are ready for possible problems after the updates or know how to work with the new system. ADB/root.
  • πŸ” If you are concerned about privacy, it is enough to block the application access to the Internet in the settings.
  • πŸ“± On new Xiaomi models (e.g. Xiaomi 13, Redmi Note 12), this application can be better integrated into the system, and its removal will lead to more problems.

Ultimately, Servicios y Comentarios is not a critical app, and its absence will not affect the basic functions of the phone. If it annoys you, turn it off. MIUI or send error reports frequently, it is best to leave it, but limit background activity.

Remember: Xiaomi is constantly updating its firmware, and in new versions. MIUI (for example, MIUI 15) the structure of system applications may change. If you have doubts after reading this article, check the current information in official forums or in the user communities of Xiaomi.