How to completely disable the voice recorder on Xiaomi: all ways

The built-in voice recorder on Xiaomi smartphones (including the Redmi and POCO lines) often runs in the background, recording sound even when you don’t expect it, raising concerns among users, from accidental battery consumption to the risks of leaking confidential conversations. In this article, we’ll look at all the possible ways to turn off the voice recorder, from standard MIUI settings to radical methods using ADB.

It’s important to understand that different firmware versions (MIUI 12, 13, 14 or HyperOS) have different paths to customization. We tested the instructions on Xiaomi 13 Pro, Redmi Note 12 and POCO F5 models β€” all methods work, but some require developer rights or root access. If you use custom firmware (like LineageOS), some features may not be available.

Before you start, check if the recorder is actually active: open Settings β†’ Applications β†’ Application Management β†’ Recorder and look at the Battery Use section. If there is activity, your phone records sound in the background.

1. Standard disconnection of the recorder through the MIUI settings

The easiest way to do this is to block the recorder from accessing the microphone and background activity, and this method doesn't delete the application, but it prevents it from working:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the "Dictophone" (or Sound Recorder in English firmware) in the list and tap it.
  3. Select Permissions and Disable: 🎀 Microphone (prohibition of sound recording) πŸ”„ Auto-start (prevents work in the background) πŸ“± The windows are on top of other windows (if any)

Go back and click Limit Background Activity β†’ select β€œDisable”.

After this, the recorder will not be able to record the sound, even if you try to run it manually. However, the application itself will remain in the system.

⚠️ Note: Some models (e.g. Xiaomi) 12T) After the microphone is turned off, the recorder can continue to appear in the notification panel. This does not mean that it records sound, it just hangs in memory.

πŸ“Š What Xiaomi model do you use?
Redmi Note 10/11/12
POCO F3/F4/F5
Xiaomi 12/13/14
Another model

2. Disconnection through "Special Opportunities" (hidden method)

MIUI has a hidden feature that allows you to disable system applications without root rights. This method works on firmware up to MIUI 14 (HyperOS may not):

  1. Go to Settings β†’ Special Opportunities β†’ Special Opportunities Services.
  2. Turn on the Dictophone slider (if it is on the list) and turn it off immediately.
  3. Return to the main settings menu and open the Applications β†’ Recorder β†’ Storage.
  4. Click Clear Data and Clear Cache.

Instructions:

  1. Connect the phone to your computer and confirm the debugging permission.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  3. Enter the command to check the connection: Adb devices should appear the name of your device.
  4. Run the command to remove the recorder: adb shell pm uninstall --user 0 com.android.soundrecorder For some models (e.g. POCO) another command may be required: adb shell pm uninstall --user 0 com.miui.soundrecorder

Once done, the recorder will disappear from the application menu and stop working, and you will need to reset or flash it back.

⚠️ Note: On some phones (e.g. Xiaomi Mi 11) after removing the recorder through the phone ADB If this happens, restart the device or execute the command: adb shell pm install-existing com.android.soundrecorder

Debugging is on. USB|Installed ADB Tools on PC|The phone is connected by the original cable|Backup of important data is made-->

Disconnection via security settings (for MIUI 14 and HyperOS)

In the new firmware versions, Xiaomi added a separate section to control the recording of sound, to turn off the recorder here:

  1. Go to Settings β†’ Privacy β†’ Application Permissions β†’ Microphone.
  2. Find the "Dictophone" in the list and turn off the slider.
  3. Go back and open Privacy β†’ Special Access β†’ Recording the sound.
  4. Make sure the recorder is not on the list or is turned off.

HyperOS also introduced Privacy Protection, which blocks microphone access for all applications except system applications, to activate it:

  1. Open Settings β†’ Privacy β†’ Privacy Protection.
  2. Turn on the "Mic Lock" slider.
  3. Add the recorder to the list of blocked applications.

Important: In HyperOS, the voice recorder can be integrated into the Notes app. If you still record the sound after you turn it off, check the permissions for that application.

5. Alternative ways: disabling through Safe Mode and factory settings

If the recorder is not turned off by standard methods, you can try the following options:

MethodAction.Effects of consequencesIs backup required?
Safe ModeTurn off the phone. Press the power button + volume down button until the MI logo appears. Release the power button, but keep the volume down until Safe Mode boots up.The recorder will be temporarily disabled until you restart the phone.No.
Resetting settingsSettings β†’ About Phone β†’ Resets β†’ Reset all settings (does not delete files, but resets permissions).All permissions of applications are reset, including a voice recorder.Recommended
Firmware rollbackInstall an older version of MIUI via Fastboot or Recovery.The recorder may be missing or have fewer functions.I'll be sure.

Safe Mode is useful for checking whether the voice recorder problems are related to third-party applications, and if you don’t record sound in this mode, one of the apps you installed (possibly with administrator rights) is to blame.

What if the recorder itself turns on after the update?
After updating MIUI, some system applications (including the recorder) may reset settings. To prevent this: 1. Before upgrading, turn off the recorder via ADB (section 3). 2. After updating, immediately check the permissions in Settings β†’ Privacy. 3. If the recorder is back, repeat the steps from section 1 or 3.

6.Spyware Check: How to Make Sure Recording Is Actually Disabled

Even after the tape recorder is turned off, some users fear that the recording is being done covertly.

  • πŸ” Monitoring microphone activity: Install Access Dots (available on Google Play) which shows when a microphone or camera is being used. MIUI 14 and HyperOS have a built-in indicator - a green dot in the upper right corner of the screen when using the microphone.
  • πŸ“Š Checking battery consumption: Open Settings β†’ Battery β†’ Using the battery and see if there's activity from the recorder. If so, it's still working.
  • πŸ›‘οΈ Virus scanning: Use Malwarebytes or the built-in β€œsecurity scanner” in your home. MIUI (Settings β†’ Memory. β†’ Scanner).

If you find that the microphone is activated without your knowledge, but the recorder is turned off, the problem may be in another application.

  • πŸ€– Applications with Administrator Rights (Settings) β†’ Passwords and security β†’ Administrator privileges).
  • πŸ“± Call recording applications (e.g. Cube Call Recorder).
  • 🎧 Apps for streaming or voice chat (Discord, Zoom).

πŸ’‘

If after all the manipulations the recorder continues to record sound, the most likely reason is custom firmware with preinstalled spyware, in which case only a complete flashing through the Fastboot will help.

FAQ: Frequent questions about switching off the recorder on Xiaomi

Can I turn off the recorder without a computer?
Yes, use the methods in Section 1 (disable permissions) or Section 2 (special features). However, for complete removal without root rights, an ADB (Section 3) will be required.
Why does the recorder appear again after the shutdown?
This is due to: Automatic MIUI updates (some system applications are restored); Resets after a firmware update; Antivirus applications (e.g., Mi Security can restore system files); Solution: Repeat steps from Section 3 (ADB) or disable automatic application updates to Settings β†’ Apps β†’ Auto Update.
Will Xiaomi’s voice assistant (Xiao AI) work after the voice recorder is turned off?
Yes, Xiao AI uses separate permissions. However, if you have disabled microphone access for all applications (Section 4), the assistant will stop recognizing voice commands. To fix this, open Settings β†’ Applications β†’ Xiao AI. Enable permission to use the microphone.
Can I turn off the voice recorder on Xiaomi with root rights?
Yes, with root rights you can: Delete APK-Recorder file via Root Explorer (path: /system/priv-app/SoundRecorder). Freeze the application via Titanium Backup. disable system services related to audio recording (e.g. com.miui.voiceassist). ⚠️ Attention: Incorrectly deleting system files with root rights can lead to bootloop ( looped boot). TWRP.
Are there alternative audio recording apps that don’t spy?
If you need a sound recording but don’t trust a standard recorder, try it: πŸŽ™οΈ Easy Voice Recorder (open source, no ads). πŸ”’ Otter.ai (encrypts records but requires registration). πŸ“± Hi-Q MP3 Recorder (records in high quality, no internet access) Before installing, check the permissions of these apps in Google Play.