Pop-ups offering to send an error report to Xiaomi, Redmi or POCO can annoy even the most patient users. These notifications appear when applications crash, system errors or process incorrect completions β and often interfere with the comfortable use of the smartphone. Unlike normal alerts, they can not simply be swiped: the system stubbornly suggests sending data to developers, even if you have already refused.
Complicating the problem, the path to settings may be different in different versions of MIUI (12, 13, 14) and the new HyperOS. Moreover, after updating the firmware, settings are often reset and error reports begin to appear again. In this article, we will discuss all the current ways of disabling β from standard settings to hidden commands for power users, and explain why these windows even appear and whether they can be removed forever.
Why Xiaomi is showing error reports and can they be removed?
The Error Reporting system is built into Xiaomiβs firmware at the kernel level, and its primary task is to automatically detect failures in MIUI/HyperOS applications and components, and then send anonymous data to the companyβs engineers.
- π Faster to find bugs in new versions of firmware
- π Optimize the performance of popular applications (for example, Google Play Services or Mi Video)
- π οΈ Resolve critical errors leading to device restart
However, in practice, most users are faced with excessive activity of this system: reports are offered to be sent even in case of minor failures (for example, if the application is loaded for a long time or suddenly closes). MIUI 13/14 Windows appear even in the absence of real errors - this is due to the aggressive policy of collecting telemetry.
Can we turn it off forever? Technically, yes, but with reservations:
- β Standard means β only partially (windows will appear less often, but will not disappear completely)
- β Through ADB Developer Options β almost entirely (but requires developer rights)
- β Complete removal of the system component is impossible without root rights (will lead to unstable operation of the smartphone)
Method 1: Disconnect via standard MIUI/HyperOS settings
The simplest method that works on most Xiaomi, Redmi and other devices POCO (Including models from 2020 to 2026, suitable for users who do not want to delve into the technical settings. MIUI 12-14 and HyperOS:
- Open the Settings app (the gear icon on the home screen).
- Go to About Phone (or About Device in HyperOS).
- Tap a few times on the MIUI version (or HyperOS version) until you become a developer!
- Go back to the main Settings menu and find a new section Additional β For Developers (or Advanced Settings β Developer Settings in HyperOS).
- Scroll down to the Debugging block and turn off the Sending Error Reports (or Automatic Error Reporting in English firmware) switch.
After that, the number of pop-ups should be reduced by 60-70%, but they will not disappear completely β the system will still record critical failures (for example, the fall of Google Play Services or MiuiSystemUI).
βοΈ Preparation before disabling reports
Method 2: Use of the ADB-Teams (for experienced users)
If the standard shutdown didnβt work, you can use Android Debug Bridge (ADB), a deep-tuning tool that requires connecting your smartphone to your computer, but allows you to disable error reports at the system application level.
Warning: Before starting, make sure that:
- π The phone's on debugging. USB (in Developer Settings)
- π» The computer has Xiaomi drivers installed and ADB Tools
- π You have made a backup copy of the data (in case of failure)
Steps to shut down:
- Connect your phone to your PC through USB-cable (preferably original).
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type: adb devices Make sure your device appears in the list.
- Use the command to disable error reports: adb shell settings put global bugreport_in_power_menu 0 adb shell settings put global send_action_app_error 0
- Reboot your smartphone: adb reboot
After the reboot, check if the pop-ups have disappeared. If not, try the additional command:
adb shell pm disable-user --user 0 com.miui.bugreportβ οΈ Note: Disabling the com.miui.bugreport system application may cause some features (e.g. Quick Settings or Notification Center) to work unstable. If you notice a failure, return the settings with the adb shell pm enable com.miui.bugreport command.
Method 3: Set up Mi Account (for HyperOS)
In the new HyperOS firmware (installed on Xiaomi 14, Redmi Note 13 Pro+ and other models from 2023-2026), some of the telemetry settings are transferred to the Mi Account, which means that even after disabling local parameters, data can continue to be collected through the cloud.
To completely prohibit the sending of reports:
- Open Settings β Accounts and Sync β Mi Account.
- Go to Account Management β Confidentiality.
- Find the Diagnostics and Error Reports section and turn off all switches: π Automatic reporting π Participation in HyperOS Improvement Program π± Collection of data on use
Save the changes and restart the device.
This method is particularly effective for HyperOS devices, where cloud telemetry plays a key role, but note that some features (such as Cloud Backup or Device Search) may not work properly.
What happens if you turn off all reports?
Method 4: Remove via Titanium Backup (requires Root)
For root-right users (Magisk or SuperSU), there is a radical method of removing the system application responsible for reporting completely, which is guaranteed to remove all pop-ups, but with consequences:
- β οΈ Mi Cloud and other Xiaomi services
- β οΈ Impossibility to obtain OTA-update
- β οΈ Risk of "brike" in case of incorrect removal
If you are prepared for risk, follow the instructions:
- Install Titanium Backup from XDA Developers (requires root).
- Launch the application and grant the rights of the superuser.
- Find system applications (Systems β Show everything) in the list.
- Select com.miui.bugreport (or ErrorReportService in HyperOS).
- Click Delete! and confirm the action.
- Reset the device.
β οΈ Note: Before removing, create a full backup system through TWRP Or OrangeFox Recovery. If after removing com.miui.bugreport, the smartphone stops booting, restore the backup or reflash the device via Fastboot.
Method 5: Alternative method for older models (MIUI 10β11)
If you have a device running MIUI 10 or MIUI 11 (e.g. Redmi Note 8 Pro, Xiaomi Mi 9), standard methods may not work due to outdated firmware architecture.
- Install Activity Launcher from Google Play.
- Open the application and find in the Settings list.
- Tap on.BugReportActivity (or.ErrorReportSettings).
- In the menu that opens, disable all options related to reports: π΅ Automatic shipping π΅ Extended data collection π΅ Participation in beta testing
This method works because in older versions of MIUI, error reporting settings were moved to a separate hidden menu that is not available through the standard interface.
Table: Comparison of methods for disabling error reports
| Method | Difficulty | Efficiency | Risks. | Root/ADB required |
|---|---|---|---|---|
| Standard settings | β (simple) | 60β70% | No. | No. |
| ADB-team | ββ (middle-of-the-road) | 85β90% | Possible failures in system applications | Yes (ADB) |
| Mi Account (HyperOS) | β (simple) | 75β80% | Cloud services may stop working | No. |
| Titanium Backup | βββ (difficult) | 100% | High risk of unstable work | Yeah (Root) |
| Activity Launcher | ββ (middle-of-the-road) | 80% | No. | No. |
Frequent Questions (FAQ)
Why do error reports still appear after the shutdown?
Can I turn off error reports without a computer?
Will the smartphone work steadily after disabling reports?
How to return error reports if something goes wrong?
Is there a universal way for all Xiaomi models?
π‘
If you are not sure about your actions, start with the safest method (standard settings) and only if necessary move on to ADB or root solutions.