Save traffic on Xiaomi smartphones is a useful feature for those who are limited by a plan or are often roaming, but it can also be a source of annoyance when sites load slowly, video slows down, and applications refuse to update in the background. In this article, we will discuss all the ways to disable traffic restriction, from basic MIUI settings to hidden parameters that the manufacturer does not advertise.
Compounding the problem, Xiaomi has integrated data savings across multiple layers: system level (MIUI), individual applications, and even the Android kernel level. So simply turning off one switch in settings often doesnβt work. We tested all methods on current firmware versions (from MIUI 12 to MIUI 14) and put together working solutions β including those not described in the official documentation.
It's important to understand that some of the restrictions may be imposed by your mobile operator (like the daily limit tariff), in which case you either have to change the tariff or use workarounds like a VPN, but in 90% of cases, the problem lies in the settings of the smartphone, and it can be solved in 5 minutes.
1. Basic traffic saving settings in MIUI
So to start with the obvious, the built-in MIUI tools, which the manufacturer has put in a few menu sections, so you'll have to check each one.
The first one is the global data saving switch, which is responsible for limiting background traffic for all applications, and to turn it off:
- Open Settings β Connections and Sharing (or SIM cards and mobile networks in older versions).
- Select Use of Data β Saving traffic.
- Move the slider to the off position.
But that's often not enough, because MIUI saves customized savings settings for each application, so you can reset them.
- π± Return to Data Use and tap on any app from the list (e.g. YouTube or Telegram).
- π Make sure that the Save Traffic (or Limit Background Traffic) option is turned off.
- π Check the Background Data Use section β there may be a restriction here too.
Attention to details: In some firmware (especially for POCO and Redmi Note), the traffic saving option may be hidden under another name - Data Saver or Restrict Background Data. If you do not find a Russian counterpart, switch the interface language to English temporarily.
2. Hidden settings through the developer mode
If the basic methods don't work, you'll have to dig deeper, and there are hidden parameters in MIUI that don't show up in the standard menu, and then you can activate them.
- Go to Settings. β The phone.
- Tap 7 times on the MIUI version until you become a developer!
- Go back to the main settings menu and open a new section for developers.
Now find the following options and turn them off:
- π οΈ Limit background processes β Select the Standard Limitation.
- πΆ Mobile data is always active β Turn on (this will prevent connection break when switching between Wi-Fi and the 4G).
- π Automatic data synchronization β Turn it on if it's been turned off.
Pay special attention to Background check, which, if activated, aggressively closes applications that consume traffic in the background. On Xiaomi 12T and Redmi K50, this option is turned on by default, which leads to push notification problems.
What to do if there is no section for developers
3. Wi-Fi problems: why traffic is limited even at unlimited rates
Many users are faced with a situation where traffic savings work even when connecting to Wi-Fi, and this happens for three reasons:
- Restrictions on the part of the router (such as parental controls or QoS).
- MIUI settings that equate Wi-Fi to mobile traffic.
- DNS problems when the system mistakenly identifies the network as paid.
To fix the problem:
- Open the Settings. β Wi-Fi.
- Tap on the current network and select Change the network.
- Make sure that Metered Access (or Metered Network) is disabled.
- Scroll down and turn on Always Connect to this network.
If the problem persists, try changing it. DNS-server:
- π In the same Wi-Fi settings, select additionally β Settings IP β Static.
- π’ In the field DNS 1 Enter 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
π‘
If some sites stopped opening after changing the DNS, return the settings to the default values and try another server (for example, 77.88.8.8 from Yandex).
Application-level restrictions: how to remove locks for individual programs
Even if global traffic savings are turned off, individual applications may remain blacklisted, including messaging apps (WhatsApp, Viber), streaming services (YouTube, Twitch), and cloud storage (Google Drive, Mi Cloud).
To check and remove restrictions:
- Go to Settings β Applications β Application Management.
- Select the application you want (such as Telegram).
- Open Data Use.
- Make sure that:
- π± Mobile data - included.
- π Wi-Fi - on.
- π Background use of data - included.
- π« Traffic savings - offline.
Some applications (such as Google Play Store) may require additional action:
- Open Google Settings (the gear icon in your account profile).
- Go to Google Account Management β Data and Personalization.
- Find the synchronization settings and enable automatic synchronization.
βοΈ Checking applications for restrictions
5. Network reset: a last resort
If none of the previous methods worked, the network reset remains, which will delete all stored Wi-Fi networks, passwords and APN settings, but often helps with system failures.
- π Take a picture or take a picture of the settings. APN (Path: Settings β SIM cards and mobile networks β Access points (APN)).
- π Make sure you remember passwords from Wi-Fi networks.
For discharge:
- Open Settings β About the phone β Reset settings.
- Select Network Reset (not to be confused with a full reset!).
- Confirm the action and wait for the reboot.
After discharge:
- π Reconnect to Wi-Fi and mobile network.
- π± Manually set up APN, If the internet does not work automatically.
- π Check if traffic saving settings have returned to default values.
π‘
Resetting network settings only removes the connection settings, but does not affect personal data (photos, messages, applications).
6.Alternative methods: ADB and third-party utilities
For advanced users who are not afraid of the command line, there is a way to disable traffic savings through ADB. This is true if the MIUI settings are blocked by the operator or corporate policy.
You'll need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB.
- π USB-cable (preferably original).
- π± Initiated debugging mode USB phone-on.
After connecting the phone to the PC, perform at the terminal:
adb shell settings put global captive_portal_detection_enabled 0
adb shell settings put global data_saver_enabled 0
adb shell settings put global restrict_background 0These commands are off:
| Team team. | What's he doing? |
|---|---|
| captive_portal_detection_enabled 0 | Disables the check of the "payment" of the network (often mistakenly triggered on public Wi-Fi). |
| data_saver_enabled 0 | Globally deactivates traffic savings at the Android level. |
| restrict_background 0 | Removes restrictions on background data transfer. |
Warning: using ADB can disrupt the stability of the system if you enter incorrect commands. On Xiaomi 13 Pro models and later after applying these commands, you may need to restart in safe mode to reset the cache.
7. Frequent mistakes and how to avoid them
Many users make the same mistakes when trying to turn off traffic savings, and here are the most common ones:
β οΈ Note: If you use two of these SIM-maps, traffic saving settings can be different for each of them. SIM 1 and SIM 2 in the section SIM cards and mobile networks.
- π Do not restart the phone after changes - some settings apply only after the reboot.
- π΅ Ignore the operatorβs restrictions β if you have a daily tariff (for example, Tele2βs βUnlimited on Yoursβ), no phone settings will help.
- π Do not check background processes β some applications (for example, Mi Video) can independently include savings for streaming.
Another common problem is the VPN conflict: If you're using 1.1.1.1, ProtonVPN, or the built-in Private DNS in MIUI, it can block some of the traffic, try temporarily disabling the VPN and check the Internet speed.
If after all the manipulations traffic is still limited, check:
- π‘ Availability of firmware updates (sometimes traffic saving bugs are fixed in patches).
- π οΈ Work in Safe Mode (click the power button) β Safe Mode. If the problem has disappeared, one of the installed applications is to blame.