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:
- Built-in call recording function β activated manually via the Phone app or automatically for all calls (in some regions).
- 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.
Method 1: Disabling call recording in standard settings
If the notification appears because of the recording function enabled, check the basic settings first:
- Open the phone application (pipe icon).
- Click on the three dots in the upper right corner β Settings.
- Go to Call Recording (or Call Recording in the global version).
- 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 recordingWhat 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.
- Go to Settings β Applications β Application Management.
- Find the Phone app (or Phone/Dialer).
- Click Warehouse β Clear the cache and Clear the data.
- 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 LimitsWhat to do if the βClear Dataβ button is inactive?
Method 3: Disconnecting through Developer Settings
Hidden MIUI options have options that affect how you display recording notifications to activate them:
- Go to Settings. β The phone.
- Click on MIUI Version 7 times in a row until the message βYou are a developerβ appears.
- 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).
| Parameter | Recommended value | Reason. |
|---|---|---|
| USB debugging | Off. | It may cause conflicts with the call service |
| Background Limitation for Applications | No restrictions for the phone. | Prevents the correct operation of the call interface |
| Window animation | Off (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:
- Download AppOps from Google Play.
- Find the phone app in the list.
- Turn off the permission. SYSTEM_ALERT_WINDOW (responsible for pop-ups).
- 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:
- Download Platform Tools for Windows/macOS/Linux.
- Enable USB debugging in the developer settings.
- 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.dialerFor MIUI 14, an additional command may be required:
adb shell settings put global force_call_recording_notification 0After 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.