Xiaomiโs MIUI-based smartphones automatically collect data about system failures, errors, and malfunctions. This feature, called Problem Reports, helps developers improve firmware, but can also load device memory with unnecessary logs and transfer sensitive information to the companyโs servers. If you notice that the phone has become slower to work and mysterious files with the.log or.dmp extension have appeared in storage, this mechanism is most likely to blame.
In this article, we will discuss how to completely disable the collection of problem logs on Xiaomi, Redmi and POCO devices (including models on MIUI 12, 13 and 14).
- ๐ Where is the problem log and how to find it in the settings;
- ๐ฑ Step-by-step instructions for different versions MIUI (including hidden menus);
- โ ๏ธ What is dangerous to disconnect and when it is not worth it;
- ๐ ๏ธ How to clean up already collected logs and free up memory;
- ๐ Alternative ways to limit data collection without completely shutting down.
Warning: Some methods require developer rights or unlock the bootloader. If you are not sure about your actions, use only the official settings from the first section.
1.What is the โProblem Journalโ on Xiaomi and why turn it off
The MIUI Problem Reports function automatically captures:
- ๐ App crashes (sudden closures);
- ๐ System freezes and restarts;
- ๐ก Errors of the network (Wi-Fi, mobile Internet);
- ๐ Battery problems (fast discharge, overheating);
- ๐ฎ Gaming and multimedia disruptions.
This data is sent to Xiaomi servers for analysis (if you have enabled the option to send error reports).
- Log files can weigh up to 500MB or more, especially if the system often crashes.
- Traffic consumption: Reports are sent in the background, consuming mobile Internet.
- Privacy: Logs may contain data about your activities (for example, which applications were used before the crash).
โ ๏ธ Note: Disabling the problem log is not recommended if you:
โ ๏ธ Participate in beta testing of firmware MIUI โ Without logs, you canโt send a bug report to developers.
โ ๏ธ Use unstable custom firmware - without logs it will be difficult to diagnose the causes of failures.
2.Official method: disabling through MIUI settings
The safest method is to use the built-in system options, and it is suitable for most devices on MIUI 12-14 (including Redmi Note 10/11/12, POCO X3/X4/X5, Xiaomi 11/12/13).
Steps:
- Open the Settings. โ The phone.
- Tap 7 times on the MIUI version to activate the developer mode (you will be notified โYou became a developerโ).
- Return to the main Settings menu and select Additional โ For Developers.
- Scroll down and find the Debugging section.
- Turn off the switches: ๐ Journal of Problems (Problem Reports); ๐ค Error Reporting (Error Reporting).
Reset the device.
If the issue item is not in the developer menu, try an alternative path:
Settings โ Applications โ Application Management โ Three dots (โฎ) โ Special access โ Problem logโ๏ธ Preparing to Disable the Problem Log
3. Hidden settings: Disconnection via MIUI Hidden Menu
On some devices (e.g. Xiaomi Mi 10T, Redmi K40), the problem log is managed through a hidden engineering menu, which requires caution โ wrong actions can disrupt the system.
Instructions:
- Open the phone app and enter the combination: ##4636##
- In the menu that appears, select Phone Information (or Usage Statistics).
- Scroll down and find Problem Reports & Feedback.
- Turn off all switches in this section.
- Save the changes and restart the device.
๐น Note: New versions MIUI 14 this code may not work. ADB-teams (section 5).
What to do if the hidden menu is not opened?
4. Cleaning up already collected dens
Turning off log collection does not remove existing logs that are already taking up space in memory.
Method 1. Through storage settings:
- Go to Settings. โ Warehouse.
- Select Other Files or System Data.
- Find the folders with the names: ๐ /data/log ๐ /sdcard/MIUI/debug_log ๐ /data/anr (logs)
/data/
root-right
Method 2. through File Manager (without root):
- Open the standard File Manager application.
- Go to Categories โ Logs.
- Select all files with the extensions.log,.dmp,.trace and delete them.
| File type | Location. | Can I remove it without root? |
|---|---|---|
| .log | /sdcard/MIUI/debug_log | Yes. |
| anr_* | /data/anr | No (root needed) |
| tombstone_* | /data/tombstones | No (root needed) |
| bugreport-*.zip | /sdcard/bugreports | Yes. |
๐ก
If logs appear again after cleaning, check if Auto Report on failures in the Security settings is enabled.
5. Advanced method: Disconnection via ADB
If the standard methods didnโt work, you can use Android Debug Bridge (ADB), a method that is suitable for power users and requires connecting the phone to a computer.
Steps:
- Install ADB Tools on your PC.
- Turn on USB debugging on your phone (Settings โ Developer).
- Connect the device to your computer and execute in the terminal: adb shell pm disable-user --user 0 com.miui.bugreport
- To disable reporting add: settings put global bugreport_in_power_menu 0 settings put global send_bugreport 0
โ ๏ธ Note: Some system applications (such as Mi Cloud) may re-enable log collection after updates. MIUI.
7. Frequent mistakes and how to avoid them
When disabling the problem log, users often face the following difficulties:
| Problem. | Reason. | Decision |
|---|---|---|
| No item "Problem Journal" in settings | Obsolete version of MIUI or regional firmware | Update the system or use ADB |
| After the reboot, logs are collected again. | The system application resets the settings | Freeze com.miui.bugreport via Titanium Backup (root needed) |
| Phone stops sending bug reports to MIUI Forum | Error Reporting is disabled | Turn it back on in the developer settings |
๐น Tip: Before experimenting with settings, back up through Settings โ Additionally. โ Backup and reset, which will help restore the system if something goes wrong.