How to completely disable recording of the recorder on Xiaomi: all ways

Xiaomi’s MIUI-based smartphones feature a built-in voice recorder that can automatically record sound in the background, such as when calling or when a voice assistant is activated. For many users, this becomes a problem: unexpected audio files take up memory, and random recordings pose risks of leaking confidential information, especially for owners of Redmi Note 12, POCO X5 and other popular models from 2023-2026.

In this article, you will find 5 proven ways to disable recording of a recorder, from standard MIUI settings to hidden features for power users. We will discuss how to disable background recording, delete saved files and prevent automatic activation of the recorder when calling. All instructions are relevant for MIUI 14 and MIUI 15 (including global and Chinese versions of firmware).

Important: Some methods require that you turn off the microphone resolution in system applications, which can affect voice search, Xiao AI assistant, and OK, Google functions. If you need these services, choose alternatives from our instructions.

πŸ“Š Why do you want to turn off your voice recorder on Xiaomi?
Saving memory
Protection of confidentiality
Random records get in the way.
Other

1. Disabling the recorder through the MIUI settings

The easiest way is to use the built-in system options, which is suitable for all Xiaomi models, including the Redmi 13C, POCO F5 and Black Shark 6. The main advantage is that no root access or additional programs are required.

Instructions:

  • πŸ“± Open the Settings app (cog icon).
  • πŸ” Go to the Appendix section β†’ Application management.
  • 🎀 In the search bar, enter "Dictophon" (or "Recorder" in English firmware).
  • 🚫 Press "Off" (button turns grey).
  • πŸ—‘οΈ To clean up completely, press "Storage" β†’"Clear the data".

After this, the application will stop working and all background recordings will be deleted. However, this method does not block the recording of sound by other system services (for example, during calls or when using a voice assistant).

Make a backup of important records|Check the version. MIUI customized|Close all background applications|Turn off the internet (optional)-->

2. Prohibit microphone access for all applications

If you need to block audio recording completely, turn off microphone access for all apps, a radical method that will affect instant messengers (like WhatsApp voice messages) but is guaranteed to prevent any audio recordings.

How to do this:

  1. Go to Settings β†’ Privacy β†’ Application Permissions β†’ Microphone.
  2. Turn off the switch for each app in the list (or use the β€œDisable All” button in the top menu).
  3. For system applications (such as Phone or Xiao AI), click on the name and select Prohibit.
AnnexConsequences of turning off the microphoneRecommendation
DictaphoneStop recording the soundβœ… Shut down.
Phone.Voice mail and recording of conversations will not work⚠️ Turn off only when necessary
Xiao AIStop responding to voice commands❌ Do not turn off if you use an assistant
WhatsApp/TelegramIt is impossible to send voice messages⚠️ Turn off only when absolutely necessary

⚠️ Note: Disabling the microphone for the Phone application can cause failures when voice calls via VoLTE or VoWiFi. If after the changes, the sound disappeared during calls, return the permission for this application.

3. disable call recording (if the voice recorder is activated automatically)

Many Xiaomi users are facing a problem: the voice recorder automatically turns on during calls and saves conversations in the device’s memory, due to the Call Record feature, which is activated by default in some regional firmware (for example, for India or China).

To disable automatic recording:

  • πŸ“ž Open the phone application (pipe icon).
  • βš™οΈ Click on the three dots in the upper right corner and select Settings".
  • πŸŽ™οΈ Go to the "Call Recording" section (or "Call Recording").
  • πŸ”„ Turn off the switch "Automatic recording".
  • πŸ—‘οΈ Click "Delete all records" to clear the storage.

If your phone does not have a call record, it means that the function is disabled by default, in which case, check the voice recorder settings (section 1) or use the permissions-off method (section 2).

Why does Xiaomi record calls without permission?
In some countries (e.g. India), recording calls is legal to protect users from scammers. Xiaomi includes this feature by default in local firmware. In global versions of MIUI, automatic recording is usually disabled, but can be activated after updates or resets.

4. Deletion of hidden audio files of the recorder

Even after the recorder is turned off, there may be hidden audio files on the device that take up space in memory, stored in system folders and not displayed in the standard file manager, to find and delete them:

Method 1: Through a File Manager

  1. Open the Files app (or any other manager, such as Solid Explorer).
  2. Turn on the hidden file display: click on the three lines in the upper left corner β†’ β€œSettings” β†’ β€œShow hidden files”.
  3. Cross the path: /storage/emulated/0/MIUI/sound_recorder/ or /storage/emulated/0/Recorder/
  4. Delete all files with the.m4a,.mp3, or.amr extension.

Method 2: ADB (for experienced users)

If files are not deleted in the standard way, use the command:

adb shell rm -rf /storage/emulated/0/MIUI/sound_recorder/*

To do this, you need to install ADB on your computer and connect the phone in debugging mode.

⚠️ Note: Delete files from the folder /MIUI/sound_recorder/ This can cause system audible notifications to malfunction, and if the alarm or alerts are gone after cleaning, restart the device.

πŸ’‘

Before mass deletion of audio files, check their contents – there may be important notes or voice messages saved by mistake.

5. Disconnect the recorder via ADB (no root rights)

If standard methods do not work, you can forcibly disable the voice recorder using Android Debug Bridge (ADB). This method does not require root rights, but requires a computer and USB-cable.

Step-by-step:

  1. πŸ’» Install. ADB Download Google's Platform Tools. Unpack the archive into a folder. C:\platform-tools\. Open the command line in this folder (click Shift). + right-button β†’"Open the team window").

"Developer Mode"

  • Go to Settings β†’ About Phone β†’ MIUI version.
  • Click on the line with the version 7 times until the notification β€œYou became a developer” appears.
  • Return to Settings β†’ Additional β†’ For developers and enable β€œDebugging by USB”.
  • πŸ”Œ Connect your phone to your computer and execute the commands: adb devices (you should have the name of your device) adb shell pm uninstall --user 0 com.miui.soundrecorder

Once the last command is executed, the recorder will be completely deleted for the current user (without deleting system files).

adb shell cmd package install-existing com.miui.soundrecorder

πŸ’‘

Disabling via ADB is the only way to completely remove the voice recorder without root rights. After this procedure, the application will not appear in the menu and will not be able to run even through system services.

6. Alternative methods: root access and third-party applications

If you are ready for radical measures, you can use root access or specialized utilities for deep customization of MIUI. These methods are suitable for power users, as they require unlocking the bootloader and can potentially lead to loss of warranty.

Method 1: Remove via Magisk (root required)

  • πŸ“² Install Magisk Manager and get root access.
  • πŸ› οΈ Use a file manager with root support (e.g., Root Explorer).
  • πŸ—ƒοΈ Go to the folder. /system/priv-app/SoundRecorder/ and delete the file SoundRecorder.apk.
  • πŸ”„ Reset the device.

Method 2: Applications for locking the microphone

Google Play has utilities that can emulate the microphone shutdown for selected applications.

  • πŸ”‡ App Ops – allows you to manage permissions at a low level.
  • πŸ›‘οΈ Bouncer temporarily blocks access to microphone.
  • πŸ”’ Permission Manager – Advanced Rights Management.

Note: most of these apps require Android 10+ and may not work on MIUI due to manufacturer restrictions.

FAQ: Frequent questions about the recorder on Xiaomi

πŸ” Why Xiaomi’s voice recorder turns on by itself?
This can happen for several reasons: πŸ“± Enables the function "Recording calls" in the settings of the phone. πŸ€– Xiao voice assistant activated AI, voice-activator. πŸ”„ After updating MIUI Confidentiality settings have been dropped. πŸ› οΈ The phone has third-party software that uses the microphone (such as spyware) and check the "Disable Call Record" section and the permission settings for the apps.
πŸ“± How to turn off the voice recorder on Xiaomi Redmi Note 11?
All of the methods in this article are suitable for the Redmi Note 11 (and other models on MIUI 13/14). The most effective are: Disconnect via Settings β†’ Apps β†’ Recorder. Disable microphone access in Settings β†’ Privacy. Delete via ADB (unless the recorder is disabled by standard methods). This model can also trigger automatic call recording - check the settings of the Phone application.
⚠️ Can you turn off the recorder without losing functionality?
Yes, but with reservations: βœ… If you turn off only the voice recorder (section 1), the rest of the functions (calls, voice search) will work. ⚠️ If you block the microphone for all applications (Section 2), voice messages in instant messengers and Xiao assistant will stop working. AI. πŸ”§ The best option: turn off the recorder + Manually deny microphone access only for suspicious applications.
πŸ”„ What to do if after disconnecting the recorder appears again?
This is a MIUI problem when system applications are restored after updates. Solutions: Use ADB to force removal (section 5). Turn off automatic app updates in Google Play. Install an alternative firmware (e.g. Xiaomi.EU) where the recorder can be removed completely. If the problem recurs, check the phone for viruses using Malwarebytes or Dr.Web.
πŸ“² Is there a way to turn off sound recording only for specific applications?
Yes, MIUI allows you to flexibly configure permissions: Go to Settings β†’ Privacy β†’ Application Permissions β†’ Microphone. Select an application (like Recorder or Phone) and set the status "Disallow". Use App Ops (requires root or ADB) to fine-tune the settings, which will only block audio recording for selected programs without affecting others.