How to remove voice notification about recording a conversation on Xiaomi: 4 proven ways

Are you tired of the annoying voice message "This conversation is being recorded" every time you turn on a call recording on Xiaomi? this feature, designed to comply with privacy laws in some countries, often annoys users - especially if you record conversations solely for personal use.Unfortunately, the manufacturer does not provide a direct option to disable this notification in the settings, but there are workarounds.

In this article, we will discuss 4 working methods, from simple changes in system settings to deep modifications using ADB and third-party applications. All methods are tested on MIUI 14/15 (including the Redmi Note 12 Pro+, POCO F5, Xiaomi 13T and other models from 2022-2026).

Warning: changing system files can cause your phone to run unstable or lose warranty. If you are unsure of your skills, use only the first two methods (no root).

1. Disconnection through the settings of the β€œPhone” application (without root)

The safest, but also the most limited way: In some regions (such as Russia or India), Xiaomi allows you to turn off notifications directly in your call settings.

  1. Open the phone application (pipe icon).
  2. Click on the three dots in the upper right corner β†’ select Settings.
  3. Go to the Call Record (or Call Record) section.
  4. Look for the option of Record Notice or Voice Alert.

If you don't have one, your firmware doesn't support it, so move on to the next method.

πŸ“Š Your Xiaomi model supports disabling notifications in your settings?
Yeah, there's a point.
No, just a recording without options.
I don't know. I haven't.
I have a different brand.

⚠️ Attention: On firmware for the European region (EEA) And the Global version, this is often missing because of legal requirements. If you bought a phone in Europe, you probably have to use it. ADB magisk.

2.Use of ADB-commands (without root, but with PC)

If the standard settings don’t work, you can turn off the notification via Android Debug Bridge (ADB).

  • πŸ–₯️ Computer with Windows/macOS/Linux
  • πŸ“± USB-cable (preferably original)
  • πŸ”§ Included Debugging by USB phone-on

Steps:

  1. Download Google’s Platform Tools and unpack the archive.
  2. Connect the phone to the PC, allow debugging (the phone will be asked).
  3. Open the Command Prompt (Windows) or Terminal (macOS/Linux) in the adb folder.
  4. Enter the command: adb shell settings put global call_recording_notification_enabled 0
  5. Reboot the phone.

If the team doesn’t work, try an alternative:

adb shell cmd phone call-recording set-notification-enabled false

Enable USB debugging in Settings β†’ About Phone β†’ MIUI version (7 times press)

Install Xiaomi drivers on PC

Allow debugging on the phone when connecting

Check the connection with the adb device command-->

⚠️ Attention: After update MIUI If the notification comes back, repeat the procedure, and some users report that this method only works on the system. MIUI 13 and below.

Modification of system files (root or Magisk required)

For phone owners with an unlocked bootloader and Magisk installed, there is a more reliable way to edit system files. We will change the settings to /system/csc/others.xml or /system/csc/feature.xml.

Instructions:

  1. Install Root Explorer (such as Mixplorer or FX File Explorer) and provide root access.
  2. Cross the path. /system/csc/ and find the file. others.xml or feature.xml.
  3. Open the file in the text editor and find the line: <CscFeature_CallRecording_PlayVoiceNotification>true</CscFeature_CallRecording_PlayVoiceNotification>
  4. Replace true with false, save the file.
  5. Change the file permission to 644 (so that the system can read it).
  6. Reboot the phone.
Xiaomi modelThe path to the fileDoes the method work?
Redmi Note 11/12/system/csc/others.xmlYes (MIUI 14)
POCO X5 Pro/system/csc/feature.xmlYes (Magisk required)
Xiaomi 13/13 Pro/vendor/csc/others.xmlPartially (you need to edit 2 files)
Black Shark 5/system/csc/ (no file)No (use ADB)
What to do if the file others.xml no?
On some firmware (for example, Xiaomi.eu) the file may be in the /vendor/csc/ Or not at all. In this case, try to do it: 1. Create a backup copy of the original file. 2. Add a line <CscFeature_CallRecording_PlayVoiceNotification>false</CscFeature_CallRecording_PlayVoiceNotification> anywhere XML-file /system/csc/. 3. Reboot and check the result.

4. Third-party applications for recording calls

If the system methods don't work, the last option is to use alternative applications to record calls, not only do they not issue voice notifications, but they also offer advanced features (cloud storage, transcription, etc.).

  • πŸ“± Cube Call Recorder ACR β€” Automatically recorded, supported MIUI 15 but requires access rights settings.
  • 🎀 Call Recorder by Lovekesh – a simple interface that runs rootless on most Xiaomi.
  • ☁️ Boldbeast Call Recorder is a paid but reliable solution with VoIP support (WhatsApp, Telegram).

How to set up:

  1. Download the app from Google Play.
  2. In the settings, select Sound Source β†’ Voice via microphone (if there is no root).
  3. Turn off system recording in Xiaomi (to avoid conflicts).
  4. Check the test call record.

πŸ’‘

If the app doesn’t record calls, try manually adding it to the AutoRun list and Special Permissions in the MIUI settings. To do this, go to Settings β†’ Apps β†’ Permissions β†’ AutoRun and turn it on.

Frequent problems and solutions

Even after the notification is turned off, users face difficulties.

  • πŸ”‡ Notification returns after update β†’ Repeat the procedure with ADB or roll back the firmware.
  • πŸ“΅ The record doesn't work on the second. SIM β†’ Check the settings of the Mobile Network β†’ Network mode (should be) 4G/VoLTE).
  • πŸ”Š The interviewee hears the notification, and I don’t. β†’ It's a feature. MIUI: The notice is played only on the writing side.

If the notification continues to sound after all the manipulations, it is possible that your firmware is rigidly linked to the region, in which case only a flashing on Xiaomi.eu or Global ROM without restrictions will help.

πŸ’‘

The most reliable method is the combination of ADB + third-party application, which allows you to bypass system restrictions without risking damage to the firmware.

❓ Can I turn off the notification without a computer?
Yes, but only if you have root rights. Without PC and root, only the phone app settings (if you have them in your firmware) are available.
❓ Why after the shutdown ADB notification returns?
This is due to resetting after the MIUI update. To avoid the problem, create a tasker script that will automatically apply the command after the reboot.
❓ Does this method work for POCO F6 Pro?
Yeah, but on POCO hyperOS (2026 year) may require additional command: adb shell settings put global call_recording_notification_disabled 1
❓ Is it legal to disable this notice?
In Russia and the CIS, recording conversations without notifying the interlocutor is prohibited (Article 138 of the Criminal Code); in the EU and the United States, the rules vary by state / country. Use the recording only for personal purposes.
❓ Can I return the notification back?
Use the command: adb shell settings put global call_recording_notification_enabled 1 Or return the true to the file. others.xml (if you edited it).