How to turn off the warning about the recording of the conversation Xiaomi: proven methods

Xiaomi, Redmi and Poco smartphone owners often face an intrusive β€œRecording has begun” voice alert on every call, a feature introduced by MIUI and HyperOS to comply with privacy laws, but it creates significant discomfort in everyday use. A loud voice interrupts the natural flow of conversation and can confuse the interlocutor, making hidden recording of information impossible.

There are several ways to address this problem, the effectiveness of which depends on the version of the operating system and the regional settings of your device. Some methods require a simple change of region, while others involve deeper intervention in system files through ADB. It is important to understand that a complete lock alert is not always guaranteed on global firmware due to strict licensing restrictions.

In this guide, we will look at all the current methods, from simple settings to advanced technical solutions. We will analyze the risks and benefits of each method so that you can choose the most suitable option for your model. Be careful when performing actions related to changing system parameters, as incorrect settings can lead to unstable phone operation.

⚠️ Warning: Disabling voice notifications completely may violate your country’s data protection laws. Use the knowledge you gain solely for educational and personal use, alerting people to recordings if required by law.

Reasons for voice alerts in MIUI and HyperOS

The main reason for the announcement is the compliance policy of Xiaomi, which, unlike many other manufacturers, strictly adheres to international privacy standards, introducing mandatory notification of all dialogue participants, a software restriction "sewed" at the level of the system application Phone and does not have a standard switch button in the settings menu.

The behavior of the system can vary depending on what shell is installed on your device. On Chinese versions of firmware (CN ROM), the alert is often absent by default or easier to disable, whereas global versions (Global ROM) have strict restrictions. It is also important to consider that with the release of new versions of Android (12, 13, 14), Google tightens security policies, closing loopholes that were used previously.

Users often confuse standard recording of a conversation with recording through third-party applications. System Recorder, integrated into the shell of MIUI, works at a deep level and takes precedence over third-party software. It generates an audio signal that cannot be drowned out by the usual turning off of the sound of the media or a call during a conversation.

  • πŸ“± Legal requirements: Mandatory communication of interlocutors in a number of jurisdictions.
  • πŸ”’ Google's Security Policy: Limitations API Android to access the audio stream of the call.
  • 🌍 Regional settings: System behavior differences for different countries (India, Russia, Europe).
  • πŸ›  The Cover Version: Differences Between Older Versions MIUI and the new HyperOS.

⚠️ Note: Newer HyperOS 1.0 and higher updates may stop using some simple methods (such as changing region) due to security patches. ADB.

πŸ“Š Are you facing a voice alert problem on Xiaomi?
Yeah, it's very annoying.
No, I'm quiet.
I use third-party apps.
I don't use phone records.

The method of changing the region: the easiest way

One of the most effective and safest ways to remove voice alerts is to change the region in your smartphone settings, which is based on the fact that in some countries (for example, India or the United States) the law requires mandatory notification, while in others (for example, in Russia, China or Singapore) it does not.

You don't need root rights or a computer connection to do this. All actions are done directly in the MIUI interface. However, it's worth considering that changing the region may affect some services, such as Mi Pay, theme or the news feed. After applying the settings, it's recommended to restart the device to take effect.

If the voice alert is gone after the region change but other inconveniences (e.g., unnecessary apps) have occurred, you can try changing the region back, but this can also bring back sound. In some cases, installing China or Singapore, where the recording function is implemented most flexibly, helps.

β˜‘οΈ Algorithm of region change

Done: 0 / 5

Importantly, this method doesn't work on all firmware versions. In recent HyperOS updates, developers could stitch the alert to the system language or serial number of the device, ignoring the region settings. If changing the region didn't help, move on to the next, more technically sophisticated methods.

RegionVoice alertImpact on servicesStability of method
RussiaOftenFull compatibilityTall.
IndiaI'll be sure.Possible extra applicationsMedium
SingaporeOften absentMinimumTall.
ChinaAbsent.Mi-services may not workMedium

πŸ’‘

Try installing a U.S. or UK region – in some versions of MIUI, this also disables voice notification without disrupting global services.

Use of third-party applications for recording

If MIUI system restrictions prevent you from disabling the alert, the alternative is to use third-party apps from Google Play. Software like Appliqato’s Automatic Call Recorder or ACR’s Call Recorder use their own audio capture algorithms. However, on Android 10 and later, their functionality is severely limited by security policies.

Modern versions of Android block third-party apps from accessing the audio stream during a call, which can either be recorded from a microphone (which gives low quality and records your voice through the speaker) or not at all. Some applications require accessibility to emulate clicks and circumvent restrictions, but this does not guarantee silence when recording.

However, for some models and firmware versions, there are modified versions of apps that can run more stable. On Android 11 and below, the chances of successful silent recording through third-party software are much higher. On Android 13-14, even specialized applications are often powerless without root rights.

  • πŸ“‰ Low quality: Recording goes through the microphone, noises and echoes are heard.
  • 🚫 Android locks: The system can completely ban recording of sound.
  • πŸ”‹ Battery consumption: Third-party applications often consume more resources.
  • πŸ“’ Advertising: Free versions often contain intrusive advertising.

It is also worth mentioning that some users install older versions of recording applications that have not yet been restricted, but this carries security risks, as there may be vulnerabilities in the old code, and after updating the system, such applications may cease to work correctly.

Why does Google block the recording of calls?
Google has been pushing for uniform privacy standards. Starting with Android 9, the company has been gradually shutting down APIs that allow apps to record both sides of a conversation. On Android 10, access to the audio stream of a call has been completely cut off for third-party developers, making quiet recording impossible without system rights (root) or the use of special workarounds, which Google is also gradually eliminating.

Advanced method: Disconnection via ADB

For experienced users who are not afraid to connect a smartphone to a computer, there is a method to disable the alert through the debugging bridge ADB (This method allows you to remove or freeze the component responsible for voice warning without disrupting the main system, USB-Cable and Minimum Command Line Skills.

Before starting the procedure, you need to activate the developer mode. To do this, go to Settings β†’ About the phone and press 7 times on the MIUI build number. Then in the Additional β†’ For developers menu, turn on the "Debugging by USB" item. When you connect to the computer, a request for debugging permission will appear on the smartphone screen - it must be confirmed.

adb shell pm disable-user --user 0 com.miui.callrecorder


adb shell pm clear com.miui.callrecorder

The above commands are designed to disable the system recording component. However, in different versions of MIUI and HyperOS, packages may be called differently. Often used package com.miui.recorder or system plug-in of the call. Be careful: disabling critical system components can lead to the inability to make calls.

⚠️ Attention: Use ADB-commands carry the risk of "bricking" the system when removing important components.Be sure to make a full backup before performing any actions.Do not turn off packets that you are not sure about the purpose of 100%.

If standard commands don’t help, you can try to find a specific process that reproduces sound through a logcat, but this requires a deep knowledge of the Android architecture. Often it helps just to clean the data of the Call Record application after changing the region, which resets the activation flag of the voice engine.

πŸ’‘

The ADB method is the most powerful root-right-free modification tool, but requires high accuracy and an understanding of the implications of each input.

Method comparison and version compatibility

The best way to choose depends on a variety of factors: your Xiaomi model, Android version, MIUI/HyperOS shell, and the region of your device purchase. There is no one-size-fits-all solution that works on 100% of devices. Below is a table that helps you navigate the effectiveness of methods for different scenarios.

Owners of older devices (Android 9-10) have more room to maneuver, because system constraints were weaker. Users of new flagships with HyperOS face the greatest difficulties, because data protection is a priority there. In some cases, the only way out is to install custom firmware, but this is a topic for a separate conversation and requires unlocking the bootloader.

Also, you have to consider that carriers can influence the ability to record, and in some networks, recording a conversation is technically impossible at the VoLTE level, regardless of the phone's settings, and in such cases, no software methods will help.

MethodDifficultyRisks.Efficiency (MIUI 12-14)Efficiency (HyperOS)
Change of regionLow.MinimumTall.Medium
Third-party annexesLow.Advertising/VirusesMediumLow.
ADB teamTall.Average.Tall.Medium
Root rightsVery high.Tall.100%Depends on the model.
What are Root Rights and Should You Get Them?
Root (Superuser) is a superuser right that gives you complete control of Android. Once you get root, you can delete any system application, including the voice alert module. However, this cancels the warranty, makes banking applications impossible (without additional manipulations), and increases the vulnerability of the device to viruses. For the average user, getting root to turn off one sound is often inappropriate.

Frequently Asked Questions (FAQ)

Does the warranty disappear when you change region or use ADB?
Changing the region in the settings does not affect the warranty, since this is a regular function of the system. ADB-commands are also not usually determined by service centers unless you have deleted critical system partitions. However, if you damage the software during manipulation (for example, the phone will stop turning on), this can be considered a violation of the operating conditions.
Will I hear a warning if I have a quiet recording?
Yes, the voice alert "Recording has begun" is heard by both interlocutors, since it is played by the system speaker and transmitted to the audio channel. It is impossible to turn it off for yourself, leaving it for the interlocutor (or vice versa) with standard means - either both or no one hears.
Does a silent recording work on WhatsApp, Viber or Telegram?
System call recording (through a standard call) does not work for messengers. To record conversations in WhatsApp or Telegram requires special applications that use microphone recording, or built-in functions of the messengers themselves (if they are available and support recording).
Why did the sound reappear after the firmware update?
When you upgrade MIUI or HyperOS, system files are overwritten with the original versions. If you used the region change method or ADB, the settings may reset, and you will have to repeat the procedure after each major system update.
Can I record a conversation without installing apps on Android 13?
On Android 13, third-party apps have little or no access to internal audio stream. The only reliable way is to use Xiaomi's built-in voice recorder (if it supports recording calls in your version) or apply techniques with ADB to modify the system recording module. Recording through the speaker on and the second phone remains the easiest but low-quality option.