Automatic backup on Xiaomi devices is a useful feature for saving data, but not all users need it. Some prefer manual backup management, and some are annoyed by constant synchronization with Mi Cloud, which consumes traffic and battery power. If you are looking for a way to completely disable the authorization on your smartphone or tablet, this article is for you.
Weβll go through all the possible methods, from standard MIUI settings to hidden developer settings. Itβs important to understand that the procedure may differ depending on the firmware version (e.g. MIUI 14 vs MIUI 15) and the device model (Redmi Note 12, POCO X5, Xiaomi 13T, etc.).
Why Auto Reservations Can Be Intruding
At first glance, automatic backup seems like a harmless feature, but it has a few hidden drawbacks that lead users to look for ways to turn it off:
- π Traffic consumption: even in the background, Mi Cloud synchronizes data, which is critical for tariffs with limited Internet.
- π Increased battery consumption: Continuous redundancy service activity reduces battery life by 5β15%.
- π± Slowing down: on weak devices (e.g. Redmi) 9A or POCO M3) background synchronization can cause lags.
- π Privacy: Not all users trust cloud storage, especially when it comes to personal photos or messages.
Also, many people experience a situation where backups are created uncontrollably β for example, after every Wi-Fi connection or when the charge level is low β which leads to the storage of the device being filled with unnecessary files. If you notice that your Xiaomi suddenly has less free space, the first reason is automatic redundancy.
Method 1: Disconnecting through the basic MIUI settings
The easiest and safest method is to use the standard settings menu, which is suitable for most devices on MIUI 12-15 and does not require superuser rights.
- Open the Settings app (the gear icon on the home screen).
- Go to About Phone (or About Tablet for Xiaomi Pad).
- Select Backup and Reset (in some versions β Cloud and Account).
- Put it on automatic backup.
- Move the slider to the off position or uncheck all the ticks from the data types (contacts, messages, photos, etc.).
If your MIUI version doesnβt have a separate auto-reserve item, try an alternative path:
- Go to Settings β Accounts and Synchronization.
- Select your Mi Account account.
- Turn off sync for all applications or only for those that donβt suit you (such as Gallery or Notes).
βοΈ Verification of disabling auto-reservation
Some devices (such as the Xiaomi 12 Pro or Redmi K50) may have a data loss risk notification after disabling the auto-reservation, which can be ignored as a standard warning.
Method 2: Disconnecting with Mi Cloud
If the auto-reservation continues after the settings are turned off, the problem may be in the Mi Cloud cloud service, which is suitable for users who have previously activated cloud sync.
- Open the Mi Cloud app (if it isnβt on the home screen, search through search).
- Sign in with your Xiaomi account (if not authorized).
- Go to the Backup tab (or Backup in English).
- Click on the three dots in the top right corner and select Backup Settings.
- Turn off the option Automatic backup over Wi-Fi and Auto Sync.
- Return to the Mi Cloud home screen and manually delete all existing backups (if you donβt need them).
Please note that even after disabling auto-reservation, Mi Cloud may periodically offer to create a new copy. To avoid this, further disable notifications from the application:
- Press the Mi Cloud icon on the home screen.
- Select Application Information β Notifications.
- Disable all switches in the Allow Notifications section.
π‘
If copies continue to appear in Mi Cloud after you disable auto-reserve, check if you are connected to another account (such as a work account), sometimes the device syncs with multiple accounts at the same time.
Method 3: Using the Developer Mode
For power users who arenβt afraid to dig into hidden settings, thereβs a more radical method, which is to turn off auto-reservation through developer mode, even on devices where standard settings donβt give them full control.
First, you need to activate the developer mode:
- Go to Settings. β The phone.
- Find the MIUI version and tap it 7-10 times in a row until you become a developer!
Now, follow the following steps:
- Go back to the main Settings menu and find a new Developer section (usually at the bottom).
- Scroll down and find the option Background Processes or Background Process Limitation.
- Select No Background Processes (this will disable all background tasks, including redundancy).
- Next, find Do Not Save Actions and activate this option.
- Reset the device.
What to do if there is no "Foundational Processes" item?
β οΈ Note: Disabling background processes may affect the performance of other applications (for example, messengers will stop updating in real time).If after using this method there are problems, return the settings to the original state.
Method 4: Disconnect via ADB (for advanced users)
If all the previous methods didn't work, the most reliable, but also the most difficult, is to use Android Debug Bridge (ADB), which requires connecting the device to a computer and basic command line knowledge, but it guarantees that it disables system-level auto-reservation.
What you'll need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB (You can download from the official Google website).
- π± USB-cable (preferably original).
- π§ Included debugging by USB smartphone.
Step-by-step:
- Activate USB Debugging in the developer settings (see previous section).
- Connect the device to the computer and confirm the debugging permission on the smartphone screen.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices(Your device name should appear as a confirmation of your connection.)
- Run the command to disable autoreservation:
adb shell pm disable-user --user 0 com.miui.cloudservice
adb shell pm disable-user --user 0 com.miui.cloudbackup- Reset the device.
After that, Mi Cloud and auto-reservation services will be completely disabled. To get it back, use the commands:
adb shell pm enable com.miui.cloudservice
adb shell pm enable com.miui.cloudbackupπ‘
The ADB method is the only way to permanently disable auto-reservation if it is activated at the firmware level (e.g., on some Chinese versions of MIUI).
β οΈ Attention: misuse ADB Do not follow commands unless you are sure of their purpose, and note that after resetting settings or updating the firmware, you may need to turn off again.
Method 5: Delete backups manually
Turning off auto-reservation does not delete copies already created. If you want to completely clear your device of unnecessary data, do the following:
To remove local backup copies:
- Open the File Manager (Files or Explorer app).
- Go to MIUI/backup/AllBackup.
- Delete all files with the.mbk extension (these are backup archives).
To delete copies in Mi Cloud:
- Open the Mi Cloud app.
- Go to the Backup section.
- Select an unnecessary copy and click Delete (or Clean).
- Confirm the action.
| Type of copy | Where it's stored | How to remove |
|---|---|---|
| Local copy. | MIUI/backup/ folder | Through the file manager |
| Cloud-shaped | Mi Cloud Servers | Through the Mi Cloud app |
| Cache synchronization | Android/data/com.miui.cloudservice folder | Cleaning the application data |
| Copies of the annexes | Settings section β Applications | Clearing the cache for each application |
If you don't have any space on your device after you delete the copies, check the Download folder, sometimes backup files are saved there by default, and remember to clean the Recycle Bin in the file manager, as deleted files can stay there for up to 30 days.
Frequent problems and their solutions
Even after you turn off auto-reserve, Xiaomi users may face unexpected challenges, and let's look at the most common ones and how to fix them.
Problem 1: Auto-reservation is activated after the MIUI update.
Solution: After each major update, check the Mi Cloud settings and Backup. Xiaomi sometimes resets custom settings to standard.
Problem 2: It is impossible to disable reservations for individual applications (e.g. Gallery or Notes).
Solution: Use ADB to force synchronization to be disabled:
adb shell pm disable-user --user 0 com.miui.gallery(Replace com.miui.gallery with the desired application package).
Problem 3: After disabling the auto-reservation, notifications from Mi Cloud (e.g., new photos) stopped working.
Solution: This is normal behavior. If notifications are important, only enable manual sync in the Mi Cloud settings.
Problem 4: There is no Automatic Backup on the device.
Solution: You probably have an outdated version of MIUI (below 12) or custom firmware. Try upgrading or using ADB.
π‘
If you use custom firmware (like LineageOS or Pixel Experience), Mi Cloud auto-reservation may not be available at all, in which case check the settings of Google Drive, and it may be through it that you are backing up.