How to completely disable call recording on Xiaomi Mi 8 Pro: all ways

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:

  1. Open the Phone app (the tube icon on the home screen).
  2. Click on the three dots in the top right corner and select Settings.
  3. Go to the Recording of Conversations section (on some versions of MIUI it may be called Auto Recording).
  4. Turn off the Automatic Recording Switch.
  5. 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:

  1. Open the Files app (or any file manager).
  2. Go to the folder. MIUI β†’ sound_recorder (If not, check Recordings or CallRecord).
  3. Select all files with the.amr or.mp3 extension and delete them.
  4. 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 recordLocation.How to remove
Local records./MIUI/sound_recorder/Through Files or PC
Cloud copiesMi Cloud β†’ Section "Records"Through the web version or application
System cacheSettings β†’ Storage β†’ Cache of applicationsClearing 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:

  1. 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.voicerecord

This command will completely disable the system application recording.

adb shell pm enable com.miui.voicerecord

Once 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.

πŸ“Š Have you ever accidentally turned on a recording of conversations?
Yeah, and that's become a problem.
Yeah, but it was quick.
No, never.
I don't know if my calls are being recorded.

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:

  1. Settings of the application Phone β†’ Call Recording.
  2. Permissions for com.google.android.dialer.
  3. 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:

  1. Turn off automatic updates for Mi Recorder in Settings β†’ Annexes β†’ Application management β†’ Mi Recorder β†’ Auto-update.
  2. Create a rule in the Security app (Block section) to prevent Mi Recorder from running in the background.
  3. 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.

FAQ: Frequent questions about recording calls to Xiaomi

Can I only turn off the recording for specific contacts?
Yes, the standard Phone app has the option to Write down selected numbers, you can blacklist contacts to record, or you can only allow entry for important numbers, but after the MIUI update, these settings can be reset.
Why is it still running after the recording is turned off?
Most likely, the recording is done through another application (such as Truecaller or Cube Call Recorder). Check the permissions for all applications related to phone calls. Also make sure that in Settings β†’ Special features there are no active recording services.
How do I know if my calls are being recorded?
There are a few signs: 🎀 During the conversation, a microphone icon appears in the top notification bar. πŸ“ In a file. MIUI/sound_recorder New files appear after calls. πŸ”Š After the conversation, the notifications may appear "Record saved." To check for accuracy, call another phone and check for the record.
Can I recover accidentally deleted records?
If the records were stored locally and were deleted less than 30 days ago, try using data recovery software (such as DiskDigger or Recuva). To do this: Connect your phone to your PC in File Transfer mode. Scan internal memory for files with the.amr or.mp3 extension. Restore the files found to a safe place. If the records were in the Mi Cloud, check the shopping cart in the web version of the service.
Is it legal to record calls without the consent of the interlocutor?
Laws vary by country: πŸ‡·πŸ‡Ί In Russia, recording a conversation without the consent of the interlocutor is prohibited (Article 138 of the Criminal Code of the Russian Federation), if it is carried out for the purpose of dissemination or blackmail. πŸ‡ΊπŸ‡Έ In the United States, the rules vary by state: some require all-party consent, while others require only one consent). πŸ‡ͺπŸ‡Ί The EU countries are operating GDPR, It strictly regulates the processing of personal data, including voice recordings, and to avoid problems, always notify the person you are talking to about the recording or use it only for personal purposes.