How to disable notification about the recording of a call on Xiaomi: 5 working ways

The call recording notification on Xiaomi smartphones comes from the built-in MIUI feature, which alerts the interlocutor to audio recordings, which can be annoying ("Recording", "Talk recording" or microphone icon) especially if you are not using the recording consciously, and in some cases, the message pops up even when the function is turned off, due to firmware failures or conflicts with applications.

In this article, we will discuss all the ways to delete notifications, from standard MIUI settings to hidden developer settings and third-party utilities. The methods are relevant for the Redmi Note 12/13, POCO X5/F5, Xiaomi 13/14 and other devices based on MIUI 12-14 (including global and Chinese versions).

Why does a call recording notice appear?

MIUI has two independent recording alert systems:

  1. Built-in call recording function – activated manually via the Phone app or automatically for all calls (in some regions).
  2. System Notification of Recording – appears even if you did not press the Record button, because of:
  • πŸ”„ com.android.incallui (responsible for the call interface).
  • πŸ“± Conflict with apps like Truecaller, Google Phone, or third-party recording utilities.
  • πŸ› οΈ Residual files after updating MIUI (For example, when switching from Chinese firmware to global).
  • πŸ“‘ Regional restrictions – in some countries (India, EU) notification is mandatory by law.

It is important to distinguish between a real record (when the conversation is saved to the device’s memory) and a false positive (when the inscription appears but the record file is not), in the second case, the problem is usually solved by resetting the settings of the Phone application.

πŸ“Š You see a notification about the recording of the call on Xiaomi?
Yeah, all the time.
Only with the actual recording.
Sometimes it just comes out on its own.
No, never.

Method 1: Disabling call recording in standard settings

If the notification appears because of the recording function enabled, check the basic settings first:

  1. Open the phone application (pipe icon).
  2. Click on the three dots in the upper right corner β†’ Settings.
  3. Go to Call Recording (or Call Recording in the global version).
  4. Turn off Auto Record slider and make sure there are no rules for individual contacts.

On some firmware (MIUI 13+ for the Chinese market), the path may be different:

Settings β†’ Applications β†’ Application Management β†’ Phone β†’ Permissions β†’ Sound recording

What if the Call Record section is missing? This means that the feature is disabled at the firmware level (often found in European versions of MIUI), in which case move on to the next method.

Make sure it's in the folder. `MIUI/sound_recorder/calls` no files|

Close all background apps (Truecaller, Google Phone) |

Restart your phone after the changes |

Check the notification with a test call-->

Method 2: Reset the settings of the β€œPhone” application

False recording notifications are often caused by a failure in the cache or data of the com.android.dialer app.

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Phone app (or Phone/Dialer).
  3. Click Warehouse β†’ Clear the cache and Clear the data.
  4. Confirm the action and restart the device.

⚠️ Note: After the phone application data is reset, call history and custom settings (e.g., favorite contacts on the home screen) will be deleted. β†’ Google β†’ Backup.

If the reset didn’t help, try disabling battery optimization for the Phone app:

Settings β†’ Applications β†’ Application Management β†’ Phone β†’ Battery β†’ Without Limits
What to do if the β€œClear Data” button is inactive?
On some firmware MIUI (for example POCO F4 GT) system applications are protected from reset, in which case only a rollback to factory settings or use of ADB-commands (see Method 5).

Method 3: Disconnecting through Developer Settings

Hidden MIUI options have options that affect how you display recording notifications to activate them:

  1. Go to Settings. β†’ The phone.
  2. Click on MIUI Version 7 times in a row until the message β€œYou are a developer” appears.
  3. Go back to the main settings menu and open a new section for developers.

Now, find and disable the following parameters:

  • πŸ”‡ Debugging by USB β†’ Turn it off (sometimes in conflict with system services).
  • πŸ“± Inactive applications β†’ Find the phone and remove all restrictions.
  • πŸ”„ Background processes β†’ Install without restrictions for system applications.

Critical setting: In some versions MIUI 14 there's a hidden parameter force_call_recording_notification, It's a notification that is forced to show you the notification. ADB (see method 5).

ParameterRecommended valueReason.
USB debuggingOff.It may cause conflicts with the call service
Background Limitation for ApplicationsNo restrictions for the phone.Prevents the correct operation of the call interface
Window animationOff (optional)Accelerates the response of the interface when calling

Method 4: Using Third-Party Applications

If system methods do not work, you can block the notification using utilities:

  • πŸ›‘οΈ DisableService (requires root) – disables com.android.incallui, the service responsible for the call interface.
  • πŸ”§ AppOps – allows you to manually block the permission to display notifications for the Phone applicationΒ».
  • πŸ“΅ Notification Blocker – filters notifications by keywords (e.g., β€œrecording”, β€œrecordingΒ»).

Instructions for AppOps:

  1. Download AppOps from Google Play.
  2. Find the phone app in the list.
  3. Turn off the permission. SYSTEM_ALERT_WINDOW (responsible for pop-ups).
  4. Reset the device.

⚠️ Note: Apps like DisableService require root rights, which voids the warranty and can lead to unstable system operation. Use them only if other methods have not helped.

πŸ’‘

Before installing third-party utilities, check their ratings and reviews. Some applications (such as Call Recorder Block) contain malicious code masquerading as notification blockers.

Method 5: ADB-Teams for experienced users

If the notification involves forced firmware configuration, it can be disabled via ADB (Android Debug Bridge), which works on MIUI 12-14 and does not require root rights.

Preparation:

  1. Download Platform Tools for Windows/macOS/Linux.
  2. Enable USB debugging in the developer settings.
  3. Connect your phone to your PC and confirm your trust in your computer.

Commands to disable notification:

adb shell settings put global hidden_api_policy 1


adb shell am force-stop com.android.phone




adb shell pm clear com.android.dialer

For MIUI 14, an additional command may be required:

adb shell settings put global force_call_recording_notification 0

After you execute the commands, restart the device. If the notification has disappeared, fix the result by disabling debugging over USB (to avoid accidental changes).

πŸ’‘

ADB-commands are the most reliable way to remove notifications permanently, but it requires caution. Misuse can cause system applications to fail.

What to do if nothing helps

If the call record notification continues to appear after all the manipulations, the reasons may be deeper:

  • πŸ“¦ Damaged firmware – try reflashing the device via the Mi Flash Tool (see instructions for your model at xiaomifirmwareupdater.com).
  • πŸ”„ Update conflict – roll back to the previous version MIUI through settings β†’ The phone. β†’ Updating the system β†’ Three points. β†’ Select a Service Package.
  • πŸ“± Hardware failure – if the problem occurs after a fall or moisture, contact the service center (possibly damaged microphone or plume).

For the Redmi Note 11/12 and POCO X4 models with MIUI 13.5+, there is another option: install custom firmware (e.g. Pixel Experience or LineageOS) that is radical, but it completely removes all MIUI restrictions, including mandatory notifications.

⚠️ Warning: Flashing will void the warranty and may result in data loss.Before the procedure, make a backup through Settings β†’ Additionally. β†’ Backup and reset.

FAQ: Frequent questions

Can I turn off the notification without root rights?
Yeah, in 80% In some cases, standard settings (the method) 1–3) or ADB-Teams (Method of 5). Root is only required for deep interference with system files, such as deleting IncallUI.apk.
Why did the MIUI update return the notification?
Updates often reset user settings. After the update, check: Phone App Permissions (Settings β†’ Apps β†’ Phone β†’ Permissions). Call recording settings (they can turn on automatically). System notifications (Settings β†’ Notifications β†’ Additional).
Is it legal to turn off the call recording notification?
In most countries (including Russia), it is not mandatory to notify the person about the recording of a conversation if it is for personal use, but in some regions (for example, California, the United States or EU countries) consent of both parties is required.
How do you check if the recording is actually happening?
If you are in doubt whether a conversation is actually recorded: After the call, check the folder MIUI/sound_recorder/calls Or Recordings through a file manager. Install the Automatic Call Recorder app and see the record list. When you talk, click on the record icon in the call interface, if it's active, the file will be saved.
Can the notification be due to viruses?
In theory, yes, but extremely rare. Viruses masquerading as system notifications typically show ads or phishing windows, rather than messages about a call recording. If you suspect an infection, scan the device through Malwarebytes or Dr.Web Light.