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:
- Open the Settings. โ SIM-maps and mobile networks.
- Choose yours. SIM-card (if there are several).
- Go to Network Notifications (or Network Settings โ Further on older versions).
- 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 โ NotificationsMethod 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
- Go to Settings. โ Wi-Fi.
- Press three points (โฎ) in the upper right corner and select Additional Features.
- 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.
- Open Settings โ Applications โ Application Management.
- Press three points (โฎ) Select Show System Processes.
- Find the Wi-Fi Tracker Library (or com.android.wifitrackerlib).
- Select Notifications and turn off all sliders.
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- 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- Reboot the phone.
These commands are off:
| Team team. | What's off? | The effect |
|---|---|---|
| com.android.wifitrackerlib | Wi-Fi network scanner | Disappear notifications of new networks and weak signal |
| com.miui.netassistant | MIUI Network Assistant | Pop-ups on mobile network and roaming disappear |
| com.miui.analytics | Network 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:
- Open Settings โ Sound and vibration โ Do not disturb.
- Select the Rules โ Add a rule.
- Specify condition: When you start the application and select the desired one (for example, Spotify).
- In the rule settings, turn off Network Notifications (or select Only Important Notifications).
- 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?
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:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Follow the path:
/system/priv-app/MiuiSystemUI/MiuiSystemUI.apk/res/values/- Find the bools.xml file and open it in the text editor.
- Add or change the following lines:
<bool name="config_showNetworkToast">false</bool>
<bool name="config_showWifiToast">false</bool>
<bool name="config_showRoamingToast">false</bool>- Save the file, set the rights 644 (rw-r--r---).
- 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:
- Create a new macro.
- Specify trigger: Device loaded.
- 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:
- 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.
- Third-party applications: Programs like DualSpace, Second Space, or Game Turbo can duplicate network notifications. Turn them off temporarily and check the result.
- 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.
- 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:
- Reverse to an older version of MIUI (e.g. 14 to 13) where notifications are less intrusive.
- Install custom firmware (such as LineageOS or Pixel Experience) that does not have system notifications from Xiaomi.