You turned on a phone call recording on Xiaomi, Redmi or POCO, but now there's a constantly annoying "Call Recording Started" notification on the screen?This not only distracts during the conversation, but can also confuse the interlocutor - especially if the recording was launched accidentally. Unfortunately, there's no direct "hide notification" button in MIUI, but there are at least 5 working ways to solve the problem.
In this article, weโll break down all the methods, from standard settings to hidden Android and MIUI features. Importantly, some solutions require superuser rights (root) or install third-party applications, but most work out of the box. Weโll also explain why the notification appears even after recording is completed, and how to fix this on different versions of the firmware (from MIUI 12 to MIUI 14).
Why does a notification appear to record a conversation?
The sign โCall recording has startedโ is not a bug, but a requirement of the laws of many countries (including Russia, the EU and India), according to privacy laws, all participants in a conversation must be notified of the recording, so Xiaomi (like other manufacturers) is forced to show this message, even if you record the call manually.
But there are nuances:
- ๐ฑ Nana MIUI 12-13 notification disappears immediately after recording is completed, but sometimes gets stuck due to a failure.
- ๐ Nana MIUI 14+ (Android 13/14) The message can remain until the phone restarts.
- ๐ซ In some regions (e.g. the EU), notifications cannot be legally disabled, only by detours.
If you didnโt consciously record the conversation but the notification appeared, check:
- Is Auto Recording Calls activated in your phone settings (Settings โ Applications โ Phone โ Call Recording)
- Is there a third-party recording app installed (such as Cube Call Recorder or ACR)?
- Is the phone connected to the corporate? MDM-system (device management) that compulsorily includes recording.
Method 1: Disabling call recording in standard settings
The easiest method is to check if the default recording is enabled. On most Xiaomi smartphones (including the Redmi Note 10/11/12, POCO X3/X4/X5), the path looks like this:
- Open the phone application (pipe icon).
- Tap it on three points (โฎ) top-right โ Settings.
- Select Call Recording (or Call Recording in English firmware).
- Turn off the sliders: ๐ด Auto-recording of all calls ๐ด Record of selected numbers ๐ด Notify the record (if any)
Reboot the phone.
If Call Record is not on the menu, your firmware does not support this out of the box feature, in which case the notification may appear because:
- ๐ฒ Third-party application (see Method 3).
- ๐ง System failure (see Method 4).
โ๏ธ Check before disabling the record
Method 2: Delete recorded files (if the notification does not disappear)
Sometimes, "Call recording started" is left on the screen even after the conversation is over, and this happens if:
- ๐ The file was not saved correctly (for example, due to lack of memory).
- ๐ The recording process "hangs" in the background.
- ๐ฑ The phone didn't recognize the completion of the call (a rare bug) MIUI 13).
To remove the notice:
- Open the Files app (or any file manager).
- Go to the folder: /storage/emulated/0/MIUI/sound_recorder/call_rec/ (On some firmware, the path may be different: /storage/emulated/0/Recordings/Call/).
- Delete all files with the.amr or.mp3 extension (these are call records).
- Return to the home screen and check if the notification has disappeared.
If the folders sound_recorder or call_rec No, try to find records through a file manager search (enter call or rec).
What to do if the file is empty?
Method 3: Verifying third-party applications for recording
If the standard settings Xiaomi does not have a recording function, but the notification appears โ to blame third-party software.
- ๐ค Cube Call Recorder ACR (popular application with automatic recording).
- ๐ Call Recorder โ Automatic Call Recorder.
- ๐ Truecaller (some versions have built-in recording).
- ๐ฑ Applications from banks or delivery services (for example, SberBusiness or Yandex Go).
How to find and disable:
- Open Settings โ Applications โ Application Management.
- In the search, enter the keywords: record, call, record.
- For each application found: ๐ Press Stop (Force Stop). ๐ Turn off the permissions for the microphone and phone. ๐๏ธ Remove the app if you donโt need it.
If you are using Cube ACR or similar, go to its settings and turn off:
- ๐ Auto-recording.
- ๐ข Notification of recording.
- ๐ Reproduction of sound at the beginning of recording.
๐ก
To check which app the notification shows, hold your finger above the message โCall Recording Startedโ and select Application Information.
Method 4: Reset the settings of the Phone application
If the notification does not disappear even after deleting records and checking third-party applications, the problem may be in the failure of the system application Phone.
- Open Settings โ Applications โ Application Management.
- Find the phone (or phone) app and tap on it.
- Choose Warehouse.
- Click Clear Data and Clear Cache.
- Confirm the action (this will delete the call history, but not the contacts!).
- Reboot the phone.
Warning: Call history and saved records (if any) may be lost after reset, if this method does not help, move to more radical measures (see Method 5).
| Method | Difficulty | Need root? | Works on MIUI 14? |
|---|---|---|---|
| Disconnection in phone settings | โญ | โ No. | โ Yes. |
| Deletion of recorded files | โญโญ | โ No. | โ Yes. |
| Verification of third-party applications | โญโญ | โ No. | โ Yes. |
| Resetting the phone settings | โญโญโญ | โ No. | โ Yes. |
| Disconnection through ADB | โญโญโญโญ | โ No. | โ ๏ธ Partially. |
Method 5: Disable notifications via ADB (for advanced)
If standard methods do not work, you can turn off the notification of the record through ADB-Android Debug Bridge doesn't require root, but you need to connect the phone to your computer.
Instructions:
- Download and install Platform Tools (from Google).
- Turn on Developer Mode: Go to Settings โ About Phone. Tap 7 times on MIUI Version. Go back to Settings โ Additional โ Developer. Activate USB Debugging.
File transfer
platform-tools
adb shell settings put global call_recording_notification_enabled 0Reboot the phone.
If the team doesnโt work, try an alternative:
adb shell pm disable-user --user 0 com.android.server.telecom/com.android.server.telecom.settings.CallRecordingNotificationSettingsNote: this method may not work on MIUI 14+ due to security limitations, and may also reset after the firmware update.
๐ก
ADB-commands are the most reliable way to disable notifications, but it requires a PC connection and basic command line knowledge. If you're not sure what you're doing, you'd better use Methods 1-4.
Method 6: Using Magisk (root only)
If you have root rights (like Magisk), you can turn off the recording notification completely by changing system files, a method that works for Xiaomi on Android 10โ14, but requires caution.
Steps:
- Install Magisk and any file manager with root access (such as Root Explorer).
- Go to /system/priv-app/TeleService/TeleService.apk
- Copy the TeleService.apk file to your computer and open it in APK Editor.
- Find the line (through a search by code): call_recording_notification and replace the value from true to false.
- Save the changes, sign the APK and replace the original file in /system/priv-app/TeleService/.
- Reboot the phone.
โ ๏ธ Warning: Incorrect editing of system files can lead to bootloop (cyclical phone reboot!
If you are not ready to take risks, use ready-made modules for Magisk, for example:
- ๐ง Disable Call Recording Notification (available from Magisk Modules repository).
- ๐ฑ MIUI Call Recorder Disabler (specialized module for the MIUI).
What to do if nothing helps
If youโve tried all the ways, but the โCall Recording Startedโ notification still appears, there are some radical measures left:
- Firmware Update: Check for updates in Settings โ About Phone โ System Update. Sometimes notification bugs are fixed in newer versions of MIUI.
- Reset to factory settings: Make a data backup (Settings) โ The phone. โ Backup. Reset to Settings โ The phone. โ Resetting settings. โ ๏ธ Warning: this will remove all data from your phone, including photos, messages and apps. Use the method only as a last resort!
- Xiaomi Support: If the issue has occurred after the update, report the bug via the official MIUI forum.Indicate the phone model, MIUI version and steps to play the bug.
If the phone is warranty, it is not recommended to use root or ADB โ this may deprive you of the right to free repairs.