How to move photos to the second space on Xiaomi Redmi: 5 working ways

Xiaomi Redmi’s second-space feature is a handy tool for separating personal and work data, creating a guest profile, or testing apps in an isolated environment. However, many users face the challenge of how to move photos from the main space to the second without losing quality and disrupting folder structure. In this article, we will examine all the current ways, from standard MIUI tools to workarounds using third-party applications.

It’s important to understand that the second space in Xiaomi works as a separate account with its own storage, which means that direct file transfer between spaces is blocked by default – this is how the manufacturer protects data privacy. But there are several ways to get around this limitation, which we will discuss below. If you use the Redmi Note 10/11/12, Redmi 9/10 or newer models on MIUI 12-15, all instructions will be relevant.

Before you start, check the firmware version: go to Settings β†’ About β†’ About Phone β†’ MIUI version. This depends on the availability of certain features. Also make sure that the device has enough free space – transferring large media files can take up to 30% of their volume as temporary data.

1. Method: Using MIUI Clone to Duplication Applications

The easiest method is to use the built-in MIUI Clone feature, which allows you to duplicate applications (including the Gallery) between spaces. This method does not require root rights and works on most Redmi models with MIUI 12 and later.

Algorithm of action:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Cloning of applications (MIUI Clone).
  • πŸ” In the list, find the Gallery app** and activate the switch next to it.
  • πŸ“ After cloning, launch the cloned gallery from the second space.
  • πŸ”„ In the cloned application settings, select Media File Import and specify the folder with photos from the main space.

Note that this method creates copies of photos, not moving the originals. If you need to make room in the main space, remove duplicates manually after importing, and note that cloned applications may consume more RAM.

πŸ’‘

If there is no Gallery app on MIUI Clone’s list, upgrade to the latest version of the firmware or use an alternative method through Explorer.

2. Method: Transfer over cloud storage (Mi Cloud or Google Photos)

Cloud services are a reliable way to sync photos between spaces, especially if you have a slow Internet connection or little free space on your device. We recommend using Mi Cloud (for the Xiaomi ecosystem) or Google Photos (for cross-platform sync).

Step-by-step instructions for Mi Cloud:

  1. πŸŒ₯️ In the main space, open Settings. β†’ Xiaomi account β†’ Mi Cloud β†’ Gallery and turn on synchronization.
  2. πŸ“€ Wait until photos are uploaded to the cloud (time depends on data volume).
  3. πŸ”„ Switch to the second space, log in to the same Xiaomi account.
  4. πŸ“₯ In the Mi Cloud settings, enable Gallery synchronization and wait for photos to download.

Advantages of this method:

  • ☁️ Photos are saved in original quality (unless storage optimization is enabled).
  • πŸ”„ Automatic synchronization when adding new files.
  • πŸ›‘οΈ Data protected from loss when resetting settings.
πŸ“Š What cloud service do you use more often?
Mi Cloud
Google Photo
Yandex Disc.
iCloud
Other

Important: the free Mi Cloud tariff only provides 5 GB of storage; if the amount of photos exceeds this limit, you will either have to clean the cloud or pay for the expansion. Google Photos from June 2021, all high-quality downloads are counted in the limit of 15 GB (common for all Google services).

3. Method: Transfer via third-party applications (File Manager+)

If standard methods don’t work (e.g. older versions of MIUI), you can use third-party fileymi managers that support access to both spaces. One of the most reliable is Xiaomi’s File Manager+, but any other Root Explorer Explorer (e.g. Solid Explorer or FX File Explorer) will do.

Instructions for File Manager+:

  • πŸ“₯ Install the app from Google Play or App Gallery.
  • πŸ”“ Provide all necessary permissions (access to storage, file management).
  • πŸ“‚ Go to the Category section β†’ Images and highlight the necessary photos.
  • πŸ“€ Click Copy or Cut, then switch to the second space via the notification bar.
  • πŸ“₯ Put the files in the folder. DCIM/Camera or another directory of the second space.

Warning: Some file managers may not see the second space due to MIUI limitations, in which case root access or ADB use will help (see Method 5).

Check free space in both spaces | Install File Manager+ from the official store | Grant all permissions to app | Backup important photos | Disable battery optimization for File Manager+

-->

Method: Through the computer (USB-cable MTP)

If you need to transfer a lot of photos (like a few gigabytes), it's most convenient to do it through a computer, and it's universal and works even on devices with damaged screens (provided that you can use a computer to do it). USB-debugging is on).

How to transfer photos via PC:

  1. πŸ–₯️ Connect Redmi to your computer via USB-cable (preferably original).
  2. πŸ”„ On the phone, select the file transfer mode (MTP) plug-in.
  3. πŸ“‚ On the computer, open the conductor: your smartphone will appear as a removable disk.
  4. πŸ“ Go to the Internal Storage folder β†’ DCIM β†’ Camera (or other folder with photos).
  5. πŸ“‹ Copy files to your computer, then turn off your phone.
  6. πŸ”„ Switch to the second space on Redmi and reconnect to the PC.
  7. πŸ“₯ Insert photos into the folder of the second space (for example, DCIM/Camera).

If Windows can’t see your phone, try:

  • πŸ”Œ Use the other USB-cable.
  • πŸ”„ Turn on Debugging. USB In Settings β†’ The phone. β†’ Version. MIUI (press 7 times on the line with the version, then return to Settings β†’ Additionally. β†’ For developers).
  • πŸ–₯️ Update Xiaomi drivers on PC via Mi PC Suite.
What if the computer can’t see the second space?
When connecting through MTP Windows only displays the current active space. To access the second one, you need to: 1. Switch to the second space on your phone. 2. Connect. USB-cable and select mode MTP. 3. Only after that the folders of the second space will be visible on the PC.

5. Method: Use of ADB (for power users)

If none of these methods worked, the most radical is the use of Android Debug Bridge (ADB), which requires command line skills and is suitable for advanced users, and the advantage of ADB is that it allows you to bypass the limitations of MIUI at the system level.

Step-by-step:

  1. πŸ–₯️ Install. ADB Download Platform Tools from Google).
  2. πŸ“± On the phone, turn on the debugging. USB (see method 4).
  3. πŸ”Œ Connect Redmi to your PC and open the command line in the folder with adb.exe.
  4. πŸ“‹ Enter the command to check the connection: adb devices should display the serial number of the device.
  5. πŸ“ To copy photos from the main space to the folder of the second, use: adb pull /sdcard/DCIM/Camera/ C:\Temp\Photos\ adb shell "run-as com.android.gallery3d cp /sdcard/DCIM/Camera/* /data/media/0/MIUI/multi_user/1/DCIM/Camera/" Replace the paths with the ones that are relevant to your model!

Attention: improper use of ADB may result in data loss or system failure. Before executing commands, back up via Settings β†’ Additional β†’ Backup and Reset.

πŸ’‘

ADB is the only way to transfer files between root-free spaces, but it requires precise follow-up to instructions and understanding the command line.

Comparison of methods: which one to choose?

To make it easier for you to determine, we have compiled a comparative table of all methods with their pros and cons:

MethodDifficultyInternet is requiredSpeed.Limitations
MIUI Clone⭐❌ No.⚑ Quickly.Make copies, not all models support
The cloud (Mi Cloud)β­β­βœ… Yes.🐒 Slowly (depending on internet speed)Volume limit (5 GB free)
File Manager+⭐⭐❌ No.⚑ Quickly.Can't see the second space
Through PC (USB)⭐⭐❌ No.⚑ Very quickly.I need a computer and a cable.
ADB⭐⭐⭐⭐❌ No.⚑ Quickly.Risk of mistakes requires skills

For most users, the best solution is a combination. MIUI Clone (for a small number of photos) and cloud sync (for backup).If you need to transfer hundreds of files, you better use a PC and a computer. USB-cable.

Frequent Mistakes and How to Avoid Them

When you move photos between spaces, users often face typical problems, and here are the most common ones and how to solve them:

⚠️ Note: If the photos are not displayed in the second space after transfer, check the folder. DCIM/.thumbnails β€” Sometimes thumbnails are cached incorrectly. Delete the contents of this folder and restart the phone.

Problem 1: β€œThere is not enough space in the second space”

  • πŸ—‘οΈ Delete unnecessary files (cache, old apps) through Settings β†’ Warehouse.
  • ☁️ Move some of the photos to the cloud and delete local copies.
  • πŸ“± Use a memory card (if supported) and set up saving media files on it.

Problem 2: β€œPhotos are transferred but not displayed in the Gallery”

  • πŸ”„ Restart your phone – sometimes the Gallery doesn’t automatically update the library.
  • πŸ“‚ Check that the files are copied to the correct folder (for example, DCIM/Camera, Not at the root of the vault).
  • πŸ› οΈ Update the Gallery app via Google Play.

Problem 3: "I can't switch to second space"

  • πŸ” Make sure the second space is created (check in Settings). β†’ Second space).
  • πŸ”„ Restart your phone – sometimes the notification bar will β€œhang” and won’t show you the switching option.
  • πŸ“± If the space is locked with a password, reset it through Settings. β†’ Lockdown and protection β†’ Second space.

If none of the tips worked, try creating a new second space and repeating the file transfer. In extreme cases, you can use backup via Settings β†’ Additional β†’ Backup and Reset, but it will take much longer.

Can I transfer the photos from the second space back to the main one?
Yes, all of these methods work both ways, like File Manager+ or MIUI Clone, you can copy back files, and the key is that you don't delete the originals until you make sure the copies are saved correctly.
Why do some photos disappear when you transfer via USB?
It could be because of: 🚫 Transmission interruptions (for example, if the cable is disconnected). πŸ“ Incorrect access rights to folders (solved via chmod in the ADB). πŸ—‘οΈ File system error (check the disk on your PC via chkdsk). Always check file integrity after copying!
Will the second space work after the phone is reset to factory settings?
No, Hard Reset deletes all data, including the second space. If you need to save photos, transfer them to the main space or to the PC. Once reset, the second space can be recreated in Settings β†’ Second space.
Can I use a second space to hide photos?
Technically, yes, but it's not secure. Second space is not encrypted by default, and under certain conditions (e.g. root access), files can be extracted: πŸ”’ Built-in feature Hidden album in the Gallery (password protected). πŸ“‚ Apps like KeepSafe or Vault. πŸ” Archivators with encryption (e.g, 7-Zip password-wise).
How to transfer photos if the second space is blocked?
If you have forgotten the password from the second space, you can only restore access through reset: Go to Settings β†’ Second Space β†’ Delete Second Space. Confirm Deletion (all data will be erased!). Create a new space and transfer photos again. If there was important data in the space, contact Xiaomi Support β€” in some cases, you can restore access through your linked Mi Account.