The NFC icon at the top of the notification bar on Xiaomi, Redmi or POCO smartphones can be annoying β especially if you donβt use this feature. It takes up space in the status bar, distracts attention, and sometimes even appears arbitrarily after MIUI updates, despite the module being disabled. In this article, we will discuss all the current ways to remove the NFC icon: from standard settings to hidden commands for power users.
Complicating the problem, new versions of MIUI 14/15 have removed the direct option to turn off the indicator, but there are workarounds, both root-free and system-based tools, and we tested each method on Xiaomi 13 Pro, Redmi Note 12 and POCO F5 models to ensure performance.
Why does the NFC icon appear and can it be removed forever?
The NFC icon in the status bar is a system indicator that signals that the module is on and ready to go, and it appears in three cases:
- π Automatic Enablement: Some Firmware MIUI activate NFC When you bring your device to the payment terminal (even if you have previously disabled it).
- π± System error: after software update, the indicator can βhangβ in the status bar, despite the module turned off.
- π§ Third-party apps: Contactless payment programs (such as Google Pay or Mi Pay) can be forced to activate NFC.
Can you remove the icon forever? It depends on the version of MIUI and the root rights:
| Method | Root is required. | It's working at MIUI 14/15. | Continuous effect |
|---|---|---|---|
| Disabling NFC in Settings | β No. | β Yes. | β No, it might come back) |
| Hiding through the βNotification Panelβ | β No. | β Yes. | β Yes (before resetting) |
| ADB-team | β No. | β Yes. | β Yes. |
| Editing by systemui (root) | β Yes. | β Yes. | β Yes (risk of system disruption) |
If you donβt plan to use contactless payments or data transfer over NFC, itβs better to combine several methods, such as disabling the module in the settings and hiding the icon through ADB.
Method 1: Disable NFC in standard MIUI settings
The easiest method is to deactivate the NFC module through the settings menu, which doesn't always remove the icon forever, but it solves the problem 70 percent of the time.
Instructions:
- Open Settings β Connections and Sharing (or Settings β Wireless Networks on older versions of MIUI).
- Slip on NFC.
- Transfer the slider to the "Off" position.
- Additionally, turn off the option to turn on automatically (if it is in your firmware).
After that, the icon should disappear from the status bar.
β οΈ Note: Some models (e.g. Xiaomi) 12T or Redmi K50) The icon remains even after disconnection NFC. This is due to a firmware error, so you can move on to the following ways.
βοΈ Preparation before disconnection NFC
Method 2: Hiding the icon through the notification panel settings
MIUI has a hidden option that allows you to control the display of system icons. It does not work on all devices, but it is worth a try.
How to hide the NFC icon:
- Deploy the notification panel and tap the gear (Settings of the notification panel).
- Select Status Indicators (or System Icons depending on version).
- Find the NFC list and turn off the switch next to it.
- Save the changes and restart the device.
If there is no NFC item on the list, try an alternative path:
- π Go to Settings. β About the phone and tap 7 times according to the version MIUI, activate the developer mode.
- Return to the main settings menu, open Additional β for developers.
- Find the option to Show NFC indicators and deactivate it.
π‘
If the icon appears again after the reboot, try disabling NFC via Quick Settings (swipe down twice β tap over NFC β hold to disable).
Method 3: ADB-command to permanently disable the indicator
For users who are ready to work with Android Debug Bridge (ADB), There is a reliable method of hiding the icon NFC It doesn't require root rights, but it does require a computer and USB-cable.
Step-by-step:
- Download and install ADB Tools on PC.
- Turn on USB debugging on your smartphone: Go to Settings β About Phone β MIUI Version (tap 7 times). Go back to Settings β Additional β Developer. Activate USB Debugging.
adb devices(Your device should appear)
adb shell settings put global nfc_icon_enabled 0Reset the device.
If the team doesnβt work, try an alternative:
adb shell settings put secure icon_blacklist nfcβ οΈ Attention: On some firmware MIUI after updating the system of settings ADB They're reset. To get the icon back, you'll have to repeat the process.
What if the ADB canβt see the device?
Method 4: Edit system files (root only)
If you have root rights, you can delete the NFC icon by editing systemui.apk files. This method is risky - if you fail, you can crash the interface.
Instructions:
- Install a file manager with root support (such as Root Explorer or Mixplorer).
- Go to /system/priv-app/SystemUI/SystemUI.apk or (for newer versions of MIUI): /system/product/priv-app/SystemUI/SystemUI.apk
- Copy the SystemUI.apk file to your computer and open it with APK Editor or 7-Zip.
- Go to the folder. res/drawable Find the files associated with NFC (for example, ic_nfc.png, stat_sys_nfc.png).
- Delete or rename these files, then save the changes and replace SystemUI.apk on the device.
- Reboot your smartphone.
π‘
Editing system files can lead to bootloop.Before making changes, back up SystemUI.apk!
Method 5: Reset network settings (extreme case)
If the NFC icon appears after a MIUI update or system failure, sometimes resetting the network settings helps, which will delete all stored Wi-Fi, Bluetooth devices and mobile network settings, but return the system indicators to their original state.
How to perform the reset:
- Open the Settings. β SIM-maps and mobile networks.
- Slip on Network Settings Reset (or Wi-Fi, Mobile Network, and Bluetooth Reset).
- Confirm the action and wait for the reboot.
After discharge:
- π Icon NFC The module will remain active (if it is switched on).
- π± Turn it off if necessary. NFC manually (see Method 1).
β οΈ Note: This method does not guarantee 100% results, but it often helps with the system indicators hanging after updates.
What to do if nothing helps
If youβve tried all the ways, but the NFC icon still shows up, the problem may be:
- π Firmware error: on some models (for example, Xiaomi Mi 11 with a MIUI 14.0.4) NFC Β«So the solution is to roll back to the previous version or wait for the patch.
- π Application Conflict: Check if it activates NFC Third-party software (for example, banking applications or launchers).
- π± Hardware failure: if the module NFC physically damaged, the system may constantly try to initialize it, which leads to the appearance of an icon.
Extreme measures:
- Firmware rollback: If the problem has occurred after the update, return to the previous version of MIUI via Fastboot or Recovery.
- Contact the service: if the icon appears due to a hardware malfunction, you may need to replace NFC-module.
To diagnose hardware problems, use the engineering menu:
##4636##(Select Phone Information and check for NFC status.)