Why Xiaomi is recording calls and can it be turned off?
Xiaomi Mi 8 Pro smartphones running MIUI can automatically record phone conversations by default, a feature useful for business negotiations or storing important information. However, not all users like to have their conversations saved without explicit consent. Moreover, in some countries, this practice is governed by privacy laws, and accidental leakage of records can lead to unpleasant consequences.
In this article, we will discuss all possible ways to disable the recording of calls on the Xiaomi Mi 8 Pro, from standard MIUI settings to manually deleting system files (for power users), and explain why the feature can turn on itself after updating the firmware and how to prevent this.
Important: If youβre using the Mi 8 Pro with custom firmware (like LineageOS or Pixel Experience), some of the instructions may not work, so please refer to the alternative firmware section.
Method 1: Disconnect via standard MIUI settings
The easiest method is to use the built-in options, which will work if the call recording is activated through the Phone app or the Call Recorder app.
Instructions:
- Open the Phone app (the tube icon on the home screen).
- Click on the three dots in the top right corner and select Settings.
- Go to the Recording of Conversations section (on some versions of MIUI it may be called Auto Recording).
- Turn off the Automatic Recording Switch.
- For reliability, also uncheck the boxes from the items Record all calls and Record selected numbers.
If you don't have a Conversation Recording section on your menu, it's managed through the Mi Recorder system app. Go to the next way.
β οΈ Note: On some versions MIUI (for example, MIUI 12.5 for global firmware) the write option is hidden in Additional settings β Special facilities β Check this path if you don't find an item in the main menu.
βοΈ What to check before disabling the record
0
Method 2: Deactivation via Mi Recorder
On the Xiaomi Mi 8 Pro, the Mi Recorder system application (or com.miui.voicerecord in the list of programs) can answer for recording calls. Its settings are not always available through the Phone interface, so you will have to act separately.
Steps:
- π± Open the Settings. β Annexes β Application management.
- π In the search box, enter Mi Recorder or Recording.
- π οΈ Select the app and press Permissions.
- π« Disable the permissions of the Microphone and Warehouse β this will block the recording.
- ποΈ To completely disable, click Disable (the application will remain in the system, but will stop working).
If the Disable button is inactive, the application is protected by the system, in which case the disabling via ADB will help.
π‘
After disabling Mi Recorder, check the folder MIUI/sound_recorder on an internal drive, where old records can be stored, and they can be deleted manually or through the Files app".
Method 3: Delete records and reset settings
Even after the feature is turned off, old records can remain in the phone's memory. They must be manually deleted, otherwise they will take up space and can be accidentally played back.
How to clean the vault:
- Open the Files app (or any file manager).
- Go to the folder. MIUI β sound_recorder (If not, check Recordings or CallRecord).
- Select all files with the.amr or.mp3 extension and delete them.
- For safety, clear the basket.
If the records are stored in the Mi Cloud:
- π Visit i.mi.com from your account.
- π Go to the Records section or other files.
- ποΈ Delete unnecessary files and clean the cloud cart.
| Type of record | Location. | How to remove |
|---|---|---|
| Local records. | /MIUI/sound_recorder/ | Through Files or PC |
| Cloud copies | Mi Cloud β Section "Records" | Through the web version or application |
| System cache | Settings β Storage β Cache of applications | Clearing the cache for Phone and Mi Recorder |
β οΈ Note: If you use Google Drive to back up, the records could be synced there automatically. β Call Recordings in your Google account.
Method 4: Disconnect via ADB (for power users)
If standard methods fail, you can block system-level call recording using Android Debug Bridge (ADB), which requires connecting your phone to your computer and basic command line knowledge.
Step-by-step:
- Turn on Developer Mode on your phone: Go to Settings β About Phone. 7 times click on the MIUI version until the notification appears.
USB debugging
Settings β Additional β For Developers
Connect your phone to your PC and confirm your trust in your computer.
adb shell pm disable-user --user 0 com.miui.voicerecordThis command will completely disable the system application recording.
adb shell pm enable com.miui.voicerecordOnce you execute the command com.miui.voicerecord will disappear from the list of applications, and the recording of calls will be blocked at the OS level. This method works even after resetting, if you do not perform a full wipe.
What if the ADB canβt see the device?
Method 5: Using third-party applications to block
If system methods don't work, you can use third-party utilities that block access to the microphone during calls, such as App Ops or Bouncer.
Example from App Ops:
- π₯ Install the app from Google Play.
- π Find the phone or Mi Recorder in the list.
- π« Turn off the resolution of the microphone and audio recording.
- π Restart your phone to apply changes.
The advantage of this method is flexibility: you can only allow a record for specific applications (for example, WhatsApp), blocking it for system services.
β οΈ Note: Some permission blocking applications (e.g. XPrivacyLua) require root rights. MIUI and result in loss of warranty.
Features for custom firmware
If your Xiaomi Mi 8 Pro has an unofficial firmware installed (like LineageOS, Pixel Experience or HavocOS), standard MIUI methods will not work, in which case call recording is managed via:
- π± Built-in firmware settings (Call Recording section in Phone Settings).
- π οΈ Magisk modules (e.g. Call Recorder Disabler).
- π§ Editing the build.prop file (for experienced users).
For AOSP-based firmware (like Pixel Experience), call recording is often disabled by default. If it's active, check:
- Settings of the application Phone β Call Recording.
- Permissions for com.google.android.dialer.
- Modules in Magisk Manager (if root is installed)
π‘
On custom firmware, call recording is most often implemented through Magisk modules, which can be turned off in the module menu without removing root rights.
What if the recording is turned on by itself?
Some Xiaomi Mi 8 Pro users are faced with the fact that call recording is activated after updating MIUI or rebooting the phone.
- π Automatic updates to system applications (e.g. Mi Recorder gets new permissions).
- π€ Work failures MIUI, When the settings are reset to the factory.
- π± Conflicts with third-party applications (for example, antiviruses or optimizers).
How to prevent spontaneous inclusion:
- Turn off automatic updates for Mi Recorder in Settings β Annexes β Application management β Mi Recorder β Auto-update.
- Create a rule in the Security app (Block section) to prevent Mi Recorder from running in the background.
- Check the appβs permissions periodically after major MIUI updates.
If the problem recurs, consider turning off through ADB, which is the most reliable way.