How to permanently disable network notifications on Xiaomi: instructions for MIUI 14/13

Notifications about a connection to the network, weak Wi-Fi signal or lack of Internet can annoy even the most patient Xiaomi users. Especially when the smartphone literally bombards you with warnings like β€œNo Internet connection” or β€œWi-Fi network is available” – sometimes 10 times an hour. In this article, we will discuss all possible ways to turn off these annoying alerts, including hidden MIUI settings that do not lie on the surface.

Compounding the problem, different versions of the shell (MIUI 12.5, 13, 14) may have different paths to settings, and some options are hidden from the user altogether. We tested all methods on current firmware in 2026 and highlighted those that work consistently. It is important to understand that some notifications come not from the system, but from applications (for example, Google Play Services or Mi Browser), so a comprehensive approach will be required.

Why does Xiaomi show notifications so often?

The MIUI shell is designed to keep users informed, sometimes at the expense of convenience, and here are the main reasons why your Redmi, POCO, or Xiaomi bombards you with network notifications:

  • πŸ“Ά Aggressive Wi-Fi Connection Policy: The system automatically searches for known networks and suggests connecting even if you’re roaming.
  • πŸ“΅ Controlling SIM-Cards: notifications about the absence of a network, change of operator or low balance (especially relevant for two types of cards). SIM-map).
  • πŸ”„ Background activity of system applications: com.android.phone and com.miui.netassistant constantly scan networks.
  • πŸ”§ Default settings: In new Xiaomi smartphones, most notifications are enabled out of the box".

Interesting fact: some models (e.g. Xiaomi 13 Pro or POCO F5) have duplicate network notifications, both the system and Google Play Services, which are due to the integration of Google services into MIUI for global firmware. There are no such duplicates in the Chinese versions (China ROM), but there are nuances there.

πŸ“Š What kind of Xiaomi model do you have?
Redmi Note 12/13
POCO X5/F5
Xiaomi 13/14
Redmi 10/11
Another model

Method 1: Disabling notifications via "Network settings"

The most obvious, but not always effective, method is to disable alerts in the network settings menu, which works for basic notifications (such as connecting/disabling Wi-Fi), but does not affect system alerts.

  1. Open the Settings. β†’ Wi-Fi or Settings β†’ SIM-maps and mobile networks.
  2. Swipe on the three dots in the upper right corner (or swipe left on some models).
  3. Select Additional β†’ Network Notifications (Name may differ).
  4. Turn off the sliders next to: πŸ” "Notify about available Wi-Fi networks" πŸ“Ά "Notify of weak signal of mobile network" πŸ”„ "Report shift SIM-map"

An important nuance: some firmware (MIUI 14 for Redmi Note 12) may not have this partition, so move on to the next way.

Make sure Wi-Fi is on (otherwise notifications will return after the reboot)

Check the settings for each SIM-cards separately (if two of them are)

Remember the current mobile network settings (APN, 4G/5G network type)

Take a screenshot of the settings screen in case of resetting

-->

Method 2: Deep Shutdown via "All Notifications"

If the previous method didn't work, it's time to dig deeper, and MIUI has a central notification management menu where you can turn off alerts for system applications that run the network.

Instructions:

  1. Go to Settings β†’ Notifications β†’ All notifications.
  2. In the search bar, enter a network or network (in English firmware).
  3. Find and open: πŸ“± Network Services (Network Services) πŸ“Ά Telephone services (Phone Services) πŸ”§ Settings – there are hidden notifications about changing network settings
  4. For each application, turn off the Allow Notifications slider.
  5. In the Notification Categories section, disable: πŸ”„ "Network change" πŸ“΅ "Loss of connection" πŸ” "Available networks"

Critical detail: on MIUI 14 firmware for the global version (EEA), notifications from "Phone Services" can return after the system update. To avoid this, after turning off, restart the phone and check the settings again.

What happens if all notifications are not opened?
On some models (e.g. Xiaomi 12T), the All Notifications menu may not be in the settings. In this case, use an alternative path: 1. Keep your finger on any notification in the curtain. 2. Press All Settings (or "App info"). 3. Search for "network" and turn off notifications for the apps you find.

Method 3: Using ADB for hidden settings

If system methods don't work, you'll need to connect ADB (Android Debug Bridge), which requires a computer, but allows you to disable notifications that can't be removed through the interface.

Step-by-step:

  1. Enable Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.
adb shell pm disable-user --user 0 com.android.phone


adb shell pm disable-user --user 0 com.miui.netassistant

⚠️ Warning: these commands will completely shut down the system services that control mobile network and Wi-Fi. Once they are done, you will not be able to call or use the Internet.

adb shell cmd notification allow_list -a com.android.phone -c network -b false


adb shell cmd notification allow_list -a com.miui.netassistant -c wifi -b false

After you apply the commands, restart your phone. If the notifications come back, repeat the procedure - sometimes MIUI resets the settings after the update.

πŸ’‘

Before using ADB, back up your data via Mi Cloud or locally. In rare cases, disabling system services can cause firmware to crash.

Method 4: Disconnect via Mi Account (for firmware with account binding)

On smartphones with a Mi Account tied (especially on China ROM), some notifications are managed through the cloud, a method that is little known but sometimes works where others are powerless.

How to turn it off:

  1. Open the Settings. β†’ Xiaomi Account.
  2. Go to the Cloud. β†’ Synchronization.
  3. Find Network Settings or Device Notifications (name depends on region).
  4. Turn off the sliders: πŸ“Ά "Synchronization of network settings" πŸ”” "Notifications of network status"

Save the changes and restart the phone.

This method is especially relevant for Xiaomi users in China or on custom firmware, where standard settings may be limited, but on global versions (EEA, Global), the network notification section in Mi Account is often missing.

Method 5: Reset network settings (last resort)

If nothing works, the radical solution is to reset the network settings, which will delete all stored Wi-Fi networks, APN settings and passwords, but reset all notifications to factory values.

How to reset:

  1. Go to Settings. β†’ SIM-maps and mobile networks.
  2. Select Network Settings Reset (or Reset Network Settings).
  3. Confirm the action (a password may be required).
  4. After the reboot, reset the connections, but do not restore the backup – this will return the old notifications.

⚠️ Note: On some models (POCO F4 GT, Xiaomi 12S Ultra) resets network settings also resets settings NFC And Bluetooth. Save the paired devices in advance.

Comparison of methods: which one to choose?

To make it easier for you to navigate, we have compiled a comparative table of all methods indicating their effectiveness and risks:

MethodEfficiencyDifficultyRisks.Suitable for
Network settings (Method 1)β­β­β˜†β˜†β˜†Low.No.Basic Wi-Fi Notifications
β€œAll notifications” (Method 2)β­β­β­β­β˜†MediumThey may return after the update.Network alerts
ADB-teams (Method 3)⭐⭐⭐⭐⭐Tall.Loss of communication when critical services are disabledPersistent notifications that are not removed by other means
Mi Account (Method 4)β­β­β˜†β˜†β˜†Low.It doesn't work on global firmware.China ROM firmware
Resetting settings (Method 5)β­β­β­β­β˜†MediumLoss of all network dataExtreme case if nothing helps

πŸ’‘

The most reliable method is a combination of Method 2 (All Notifications) and Method 3 (ADB for Hidden Services), which allows you to close 90% of network notifications without risking loss of communication.

Frequent Mistakes and How to Avoid Them

Many Xiaomi users experience the same problems when trying to disable network notifications, and here are the most common mistakes and ways to solve them:

  • πŸ”„ Notifications are returned after reboot: This is due to background activity of com.miui.daemon.Solution - disable autorun for this process via Settings β†’ Annexes β†’ Autostart control.
  • πŸ“΅ The settings for the second one are not working. SIM-Cards: Two-simulated models (Redmi Note 11 Pro)+, POCO X4 GT) notices for each SIM You can control them separately. Check the settings for both slots.
  • πŸ” Not visible in the "All Notifications" section: Some firmware (MIUI 12.5 Enhanced) this section is hidden. Use the search by settings or update the firmware to MIUI 13/14.
  • πŸ”§ ADB-Commands not applied: Make sure debugging is enabled USB Xiaomi drivers are installed on a PC. Try using adb devices to check the connection.

If you use custom firmware (e.g. xiaomi.eu or Pixel Experience), some methods may not work, in which case, refer to your firmware documentation β€” there are often separate instructions for managing notifications.

Can you turn off network notifications for just one? SIM-map?
Yeah, but not in all versions. MIUI. On the firmware MIUI 14 for the global version go to Settings β†’ SIM-Maps and mobile networks, select the desired SIM And turn off the notifications in its settings. MIUI 13 and older, this option may not be available – you will have to disable all notifications about the network completely.
Why did the MIUI update return the network notifications?
This is a well-known MIUI problem, where in major updates (e.g. MIUI 13 to 14), the system resets some of the user settings. Solution: Re-run Method 2 (disable All Notifications) after the update and restart the phone.
How to turn off notifications about a weak Wi-Fi signal, but leave alerts about the connection?
In standard settings MIUI There is no separate switch for weak signal notifications. ADB Adb shell cmd notification for selective shutdown allow_list -a com.android.phone -c signal_strength -b This command will only disable signal level notifications, leaving other alerts.
Will these methods work on POCO or Black Shark?
Yes, all of the methods described are relevant for POCO and Black Shark, as they run on the same MIUI shell (or its modifications), except for devices on POCO Launcher, where the path to settings may be slightly different (for example, Settings β†’ Notification Panel instead of All notifications).
Can I turn off network notifications without root rights?
All of the methods in this article work without root. However, if you are ready to get root access, you will be able to disable notifications at the system file level (for example, by deleting /system/priv-app/NetworkAssistant/NetworkAssistant.apk).