How to permanently disable messages on networks on Xiaomi: 5 working ways

Labels like โ€œNo Internet connectionโ€ or โ€œNew Wi-Fi network availableโ€ can appear on Xiaomiโ€™s screen dozens of times a day โ€” especially if you often move between your office, home, and public spaces. These notifications arenโ€™t just annoying: they reset music on headphones, interrupt games, and even lock the screen for a few seconds until it disappears. Fortunately, MIUI has hidden settings that allow you to get rid of them โ€” but theyโ€™re hidden so deep that most users simply donโ€™t know they exist.

In this article, weโ€™ll look at all the current ways to disable network notifications on Xiaomi, Redmi and Poco smartphones, from simple (through standard settings) to radical (using ADB). Weโ€™ll focus on the nuances for different versions of MIUI (12, 13, 14) and explain why some methods stop working after updates. If youโ€™re tired of the constant pop-ups about mobile Internet, Wi-Fi or roaming, read on.

Why Xiaomi is showing messages more than other smartphones

It's about MIUI's aggressive "care" policy, and unlike Android in its pure form, Xiaomi's firmware is actively monitoring the network and trying to offer alternative connectivity options, such as:

  • ๐Ÿ“ถ Loss of mobile network signal โ†’ A notification pops up with a suggestion to turn on the aircraft mode or reconnect.
  • ๐ŸŒ The emergence of a new Wi-Fi network โ†’ The system offers to connect even if you are already on another network.
  • ๐Ÿ”„ Switching between 4G/5G โ†’ Notification of the change of connection type (especially annoying on Redmi Note) 12 newer).
  • โš ๏ธ Roaming warnings โ†’ They are also available when connecting to home Wi-Fi abroad.

In MIUI 14, the situation was exacerbated by the Smart Network Diagnostics feature, which scans the environment and offers โ€œoptimalโ€ settings, which is enabled by default on all devices released after 2022. Unfortunately, you canโ€™t turn it off through normal settings โ€“ you will need one of the methods described below.

โš ๏ธ Note: Some models (e.g. Xiaomi) 13T POCO F5) When you turn off network notifications, you can lose the signal strength indicator in the status bar. MIUI. To return the indicator, restart the phone.

Method 1: Disconnect via Network Settings (for MIUI 12โ€“14)

The simplest method that works on most root-free devices is to disable notifications about:

  • ๐Ÿ“ฑ Loss of mobile Internet;
  • ๐Ÿ”„ Automatic switching between 2G/3G/4G/5G;
  • ๐ŸŒ Roaming (including false positives).

Instructions:

  1. Open the Settings. โ†’ SIM-maps and mobile networks.
  2. Choose yours. SIM-card (if there are several).
  3. Go to Network Notifications (or Network Settings โ†’ Further on older versions).
  4. Turn off sliders: Show notifications about the state of the network; Warn about roaming; Automatic network switching (if any).

Save the changes and restart the phone.

There are no notifications of network loss|Does a pop-up window appear when switching? 4G/5G|Whether the signal indicator in the status bar is preserved|Does the mobile internet work after the reboot?-->

This method does not disable notifications for new Wi-Fi networks, but requires a separate method (see Wi-Fi section). Also, on some firmware (MIUI 13 Global), menu items may be called differently. If you don't find Network Notifications, try:

Settings โ†’ Memory and SIM- Cards โ†’ [Your SIM] โ†’ Advanced settings โ†’ Notifications

Method 2: Disable Wi-Fi notifications (including hidden networks)

Messages like โ€œNew Wi-Fi Network Availableโ€ or โ€œWeak Wi-Fi Signalโ€ are regulated separately from the mobile network, and in MIUI 14 they can be disabled in two ways:

Method A: Through Wi-Fi settings

  1. Go to Settings. โ†’ Wi-Fi.
  2. Press three points (โ‹ฎ) in the upper right corner and select Additional Features.
  3. Disable: Notify new networks; Automatic connection to open networks; Notify of weak signal (if any).

Method B: Through โ€œSpecial Permitsโ€ (for hidden notifications)

Some Wi-Fi notifications don't come from the system, but from com.android.wifitrackerlib.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Press three points (โ‹ฎ) Select Show System Processes.
  3. Find the Wi-Fi Tracker Library (or com.android.wifitrackerlib).
  4. Select Notifications and turn off all sliders.

Instructions:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command line (cmd) and enter:
adb shell pm disable-user --user 0 com.android.wifitrackerlib


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

  1. Reboot the phone.

These commands are off:

Team team.What's off?The effect
com.android.wifitrackerlibWi-Fi network scannerDisappear notifications of new networks and weak signal
com.miui.netassistantMIUI Network AssistantPop-ups on mobile network and roaming disappear
com.miui.analyticsNetwork analytics (optional)Network usage statistics cease to be collected (does not affect notifications)

โš ๏ธ Attention: After update MIUI These settings can reset. To get them back, repeat the commands. ADB Or use automation.

Mobile network (4G/5G)|Wi-Fi (new networks, weak signal)|roaming|Automatic switching between networks|All of the above-->

Method 4: Do Not Disturb for Network Notifications

If you donโ€™t want to turn off notifications completely, but you want them to keep music or game playback from interrupting, use Do Not Disturb with Exceptions.

  • ๐ŸŽต Musical Apps (Spotify, YouTube Music);
  • ๐ŸŽฎ Games (Genshin Impact, PUBG Mobile);
  • ๐Ÿ“บ Watching the full screen video.

How to set up:

  1. Open Settings โ†’ Sound and vibration โ†’ Do not disturb.
  2. Select the Rules โ†’ Add a rule.
  3. Specify condition: When you start the application and select the desired one (for example, Spotify).
  4. In the rule settings, turn off Network Notifications (or select Only Important Notifications).
  5. Keep the rule.

Now, when you run your chosen application, the network notifications won't pop up on the screen, but they'll stay in the curtain. This method doesn't require ADB and works on all versions of MIUI.

How to return notifications if they are completely missing?
If all notifications (including important ones) have stopped coming after you manipulated your settings, check: 1. Is the Do Not Disturb mode completely (Settings โ†’ Sound โ†’ Do Not Disturb โ†’ Schedule) 2. Have permissions for system applications reset (go to Settings โ†’ Applications โ†’ Permissions Management โ†’ Notifications and enable them for Settings and Security) 3. Does the third-party application (e.g. Greenify or Battery Saver) block notifications?

Method 5: Disable via the Settings Editor (requires root)

If you have root rights, you can permanently delete system notifications about the network by editing configuration files, which is irreversible, and once you do, notifications won't come back even after you reset.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Follow the path:
/system/priv-app/MiuiSystemUI/MiuiSystemUI.apk/res/values/
  1. Find the bools.xml file and open it in the text editor.
  2. Add or change the following lines:
<bool name="config_showNetworkToast">false</bool>


<bool name="config_showWifiToast">false</bool>




<bool name="config_showRoamingToast">false</bool>

  1. Save the file, set the rights 644 (rw-r--r---).
  2. Reboot the phone.

This method will remove all network pop-up notifications, including:

  • ๐Ÿ“ถ Reports of the loss of mobile Internet;
  • ๐Ÿ”„ Warnings for switching between 4G/5G;
  • ๐ŸŒ Pop-ups about new Wi-Fi networks;
  • โš ๏ธ Roaming notifications.

โš ๏ธ Warning: Incorrect editing of system files can lead to bootloop ( looped reboot). bools.xml Have custom recovery on hand (TWRP) repair.

Method 6: Automation of shutdown (Tasker, Macrodroid)

If you don't want to keep re-setting after updates, you can automate the process with apps like Tasker or Macrodroid, for example, you can create a rule that will:

  • ๐Ÿ”„ Disable network notifications when connecting to home Wi-Fi;
  • ๐Ÿ“ต Enable Do Not Disturb for Network Notifications in Games;
  • ๐Ÿ”„ Return settings after rebooting.

Example of macros for Macrodroid:

  1. Create a new macro.
  2. Specify trigger: Device loaded.
  3. Add Actions: Execute the Command ADB โ†’ pm disable-user --user 0 com.miui.netassistant; Delay โ†’ 10 seconds; execute the command ADB โ†’ pm disable-user --user 0 com.android.wifitrackerlib.

Save the macro.

Now, after each reboot, notifications will be turned off automatically, a method that is particularly useful for MIUI 14, where settings are often reset after updates.

๐Ÿ’ก

Automating via Tasker or Macrodroid is the only way to permanently get rid of network notifications if you update your firmware frequently.

What to do if nothing helps

If youโ€™ve tried all the ways but network notifications keep popping up, check out:

  1. MIUI Updates: In some versions (e.g. MIUI 13.0.6 for Redmi Note 11), network notifications come from com.miui.securitycenter. Try disabling notifications for Security in application settings.
  2. Third-party applications: Programs like DualSpace, Second Space, or Game Turbo can duplicate network notifications. Turn them off temporarily and check the result.
  3. Regional firmware: On China ROM devices, network notifications can be hardwired into the system, so the solution is to reflash the phone to the Global or EEA version.
  4. Hardware problems: If network loss notifications appear too often (once every few minutes), it may be faulty SIM-map or communication module. Check the phone from another SIM-card.

If the problem persists, there are two radical options:

  1. Reverse to an older version of MIUI (e.g. 14 to 13) where notifications are less intrusive.
  2. Install custom firmware (such as LineageOS or Pixel Experience) that does not have system notifications from Xiaomi.

FAQ: Frequent questions

Can you turn off network notifications for just one? SIM-map?
Yeah, in MIUI 14 that's possible. Go to Settings. โ†’ SIM-Maps and mobile networks, select the desired SIM-You can turn off the notifications for the card only. SIM-The cards will remain unchanged.
After the notifications were turned off, the network indicator in the status bar disappeared.
It's a well-known feature. MIUI. To return the indicator: Reboot the phone. If it doesn't work, turn on and off Plane Mode. ADB: adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false
Will these methods work on the Poco F5 or Xiaomi 13 Ultra?
Yes, all of the methods described are compatible with the Poco F5, Xiaomi 13 Ultra, Redmi Note 12 Pro+ and other models on MIUI 13/14. Except for devices on HyperOS (new firmware from Xiaomi), where the path to settings may differ.
Can I turn off network notifications without a computer?
Without ADB, you can only turn off some notifications through standard settings (see Method 1 and Method 2).
Will the notifications appear again after the reset?
Yes, if you reset completely, all settings will return to factory settings, including network notifications. To avoid this, before resetting: Back up ADB commands (if you used them), save the rules in Macrodroid/Tasker (if you automate the process), write down the path to the editable files (if you used root).