How to clean it up completely FM-Radio with Xiaomi: from disabling to removing the system application

FM-Xiaomi's smartphone radio is a useful feature for some users, but not everyone needs it. FM Radio takes up space on the menu, consumes background resources or just annoys with its presence โ€” this article is for you. We will analyze all possible ways, from simple disabling to complete removal of the system component, including methods for devices with unlocked bootloader and without root-rights.

It is important to understand that Xiaomi integrates FM-module at the hardware level in most of its smartphones (Redmi Note series, POCO X, Mi A, etc.), so simply removing the icon won't solve the problem. In some cases, the app can automatically recover from updates. MIUI, If you don't block it correctly, you'll find the current methods for MIUI 12โ€“15, including bypassing restrictions on new firmware versions.

Method: Disconnection FM-radio MIUI

The safest and most reversible method is to deactivate the application in standard settings, which will not remove it completely, but will hide it from the menu and stop the background processes.

Instructions:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” In the search box, enter ยซFM Radio (or Radio on Russian-language firmware).
  • โš™๏ธ Tap on the app, then select Disable (or Remove Updates if the button is active).
  • โœ… Confirm the action in the dialog window.

After that, the icon will disappear from the desktop and the application will no longer appear in the installed list, but the next major MIUI update may return, in which case the procedure will have to be repeated.

๐Ÿ“Š What version? MIUI you use?
MIUI 12
MIUI 13
MIUI 14
MIUI 15
I don't know.

โš ๏ธ Note: On some models (e.g, POCO F3 or Redmi K40) The option to โ€œdisableโ€ may be blocked, due to Xiaomiโ€™s policy for devices with pre-installed Google services, in which case move on to the following ways.

2. Method: Removal via ADB (without root rights)

If a standard shutdown is not available, you can use Android Debug Bridge (ADB), a debugging tool that allows you to manage system applications without obtaining root permissions. This method works on all versions of MIUI, but requires connecting the phone to a PC.

Step-by-step:

  1. Download and install ADB Tools on your computer.
  2. Activate Developer Mode on your phone: go to Settings โ†’ About Phone and tap on MIUI Version 7 times.
  3. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  4. Connect your phone to your PC, open the command prompt (or Terminal on Mac/Linux) and type:
adb devices

(Your device should show up. If not, check the drivers or allow debugging on your phone.)

adb shell pm uninstall -k --user 0 com.miui.fm

This command will remove FM Radio for the current user (without affecting system files).The application will disappear, but it can be restored through a reset or command:

adb shell cmd package install-existing com.miui.fm

Install ADB Tools on PC|

Enable the developer mode on Xiaomi|

Allow debugging via USB|

Connect the phone with the original cable |

Check that the phone is identified in adb devices-->

โš ๏ธ Attention: MIUI 14+ Xiaomi has added protection against removing system applications through ADB. If the team returns the Failure error [DELETE_FAILED_INTERNAL_ERROR], Try the alternative package: com.android.fmradio (for older models) or use the method with Shizuku (described below).

3. Method: Blocking with Shizuku + App Manager

For devices with MIUI 13-15, where ADB-It doesn't work, so you'll need a combination of Shizuku (a remote command execution tool) and App Manager (a package management application), which doesn't require root, but you need to pre-configure.

Algorithm of action:

  • ๐Ÿ“ฒ Install Shizuku from Google Play and follow the connection instructions (you need a PC for the first activation).
  • ๐Ÿ”ง Download App Manager (Open Software).
  • ๐Ÿ” In App Manager, find com.miui.fm (or FM Radio, discover its properties.
  • ๐Ÿšซ Choose Disable or Delete for the User (if available).

The advantage of this method is the ability to block auto-updates of the application and prevent it from recovering from rebotting, but Shizuku requires periodic reconnection (every 7-14 days), as Xiaomi resets its permissions.

What if Shizuku is not connected?
If Shizuku stops working after the phone restarts, follow the instructions: 1. Open Shizuku on your phone and click "Start". 2. On PC, execute the command: adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh 3. Restart App Manager. If the problem persists, check if the antivirus (e.g. Mi Security) is blocking the connection. ADB.\] 4. Method: Complete removal with root rights If your Xiaomi has unlocked the bootloader and installed Magisk (or other root manager), you can delete FM-This method is irreversible and can lead to unstable operation of the phone if executed incorrectly: ๐Ÿ› ๏ธ Install a file manager with root support (such as Root Explorer or Root Explorer). FX File Explorer). ๐Ÿ“ Go to the folder. /system/priv-app/FM or /system/app/FM (The path may differ depending on the model). ๐Ÿ—‘๏ธ Remove the entire folder or rename it (for example, in the FM_bak). ๐Ÿ”„ Alternatively, use Terminal Emulator with superuser rights to do su mount. -o rw,remount /system rm -rf /system/priv-app/FM mount -o ro,remount /system Reboot Xiaomi Model The Way to the Reboot FM-The risk of instability of the Redmi Note 10/11 /system/priv-app/FM Low. POCO X3/X4 /system/app/FMRadio Medium (may affect Bluetooth) Mi 11/12 /product/priv-app/FM High (possible errors) MIUI) Redmi 9/9A /system/priv-app/FMRadioService Low. โš ๏ธ Note: Delete system files on dynamic partition models (e.g. Xiaomi) 12T or POCO F5) This can lead to bootloop. Before experimenting, back up through TWRP Or OrangeFox Recovery. 5. Method: Hiding through Launcher or MIUI Hidden Settings If You Just Need to Remove the Icon FM-radio from the screen, but do not block the application itself, use the launcher settings or hidden options MIUI. Options: ๐Ÿ  In the standard launcher. MIUI: pinch the icon FM Radio, drag it up to the inscription โ€œDeleteโ€ (this will not remove the app, but only hide the label). ๐Ÿ”ง Through MIUI Hidden Settings (activation required): Open Settings โ†’ Special facilities โ†’ Hidden settings โ†’ Application management and mark FM Radio as covert. ๐Ÿ“ฑ Install a third-party launcher (such as Nova Launcher or Hyperion) and add it to your settings. FM Radio is blacklisted, and this method doesn't affect the background, but it visually cleanses the interface, and it's suitable for users who want to avoid radical changes to the system. 6. Method: Firmware rollback or custom build For advanced users who are ready to go to extreme measures, there is an opportunity to reflash the phone to the version MIUI without FM-radio or custom firmware (like LineageOS or Pixel Experience) What you need to know: ๐Ÿ”„ Back to the old one MIUI: Some early versions of the firmware (for example, MIUI 11 for Redmi Note 8) did not have built-in FM-However, this could lead to the loss of new features and security issues. ๐Ÿ› ๏ธ Castom firmware: Most of the AOSP-Builds (e.g. ArrowOS) do not include FM-The default module, but you'll need to unlock the bootloader and lose the encryption (on some models). โš ๏ธ Risks: Unofficial firmware can take away your warranty, cause problems with the camera or sensors, and lead to a brick (breakdown) device. Example of commands for firmware via fastboot: fastboot flash boot magisk_patched.img fastboot flash system custom_rom.zip fastboot reboot ๐Ÿ’กInstallation of custom firmware is the only way to completely get rid of FM-radio at the hardware level, but it's an extreme measure requiring technical skills. FM-Radio users are experiencing side effects. Let's look at the typical situations and how to fix them. 1: The app returns after update MIUI. ๐Ÿ”„ Solution: Before upgrading, disable automatic installation of system applications through Settings โ†’ Annexes โ†’ Application management โ†’ โ‹ฎ โ†’ Special access โ†’ Installation of unknown applications. ๐Ÿ“ต Alternative: Use ADB to block the com.miui.fm package before the update. 2: After removal, headphones or Bluetooth stopped working. ๐ŸŽง Reason: On some models (POCO M3, Redmi 9C) FM-radio uses common drivers with audio system. ๐Ÿ”ง Solution: Restore deleted files from backup or reset settings. In extreme cases, reflash your phone. Problem 3: Android.process.media is stopped after manipulating the device. FM-radio. ๐Ÿ› ๏ธ Solution: Clear the cache and Media Storage data in Settings โ†’ Apps or execute the command: adb shell pm clear com.android.providers.media FAQ: Answers to popular questions โ“ Can I remove it? FM-radio without a computer? Yes, but with limitations. MIUI 12โ€“13 You can use the App Inspector app (from Google Play) to disable com.miui.fm without ADB. However, on new versions (MIUI 14+) The alternative is Shizuku (described above), but it requires a one-time connection to a PC to activate. โ“ Why? FM-The radio cannot be removed as a normal app? FM Radio โ€“ system application integrated into firmware MIUI. It is signed with the Xiaomi key and installed in the protected section. /system, So the standard uninstallation is not available. Even if you see the Delete button, it will just reset the app to the factory version, but it won't delete it completely. โ“ Does removal affect? FM-radio GPS Or mobile, FM-The radio uses a separate chip (e.g. Qualcomm). WCN3610 or Broadcom BCM4356) and not related to modules GPS (gnss or cellular (modem) but on some budget models (Redmi) 8A, POCO C31) FM Bluetooth can share an antenna, in which case minor interference is possible while using the antenna. โ“ How to check if it is really FM-Is the radio removed? run in Terminal Emulator or via ADB Team: pm list packages | grep -i fm If the output is empty โ€“ the application is removed. Also check for the folder. /system/priv-app/FM (To check the background processes, use: ps -A | grep -i fm โ“ Can I get it back? FM-Yes, but the method depends on the method of removal: If you used adb uninstall -k --user 0 โ€” Run adb shell cmd package install-existing com.miui.fm. If you manually deleted files through root, restore them from backup or reflash your phone. If you disabled them through settings, turn the application back into Settings. โ†’ Appendices: On custom firmware, return FM-Radio is unlikely without repeating official firmware MIUI.