Transferring photos between folders on an Android smartphone seems like a simple task - until you come across the nuances. Some people want to free up space in Gallery, others sort pictures into albums, and still others try to hide personal photos from prying eyes. Unlike a computer, where dragging and dropping files is intuitive, on mobile devices the process depends on the version Android, manufacturer (Samsung, Xiaomi, Google Pixel) and even installed Explorer.
Many users get lost when they donโt find the โCutโ button in the standard gallery or encounter the "Insufficient rights" error. This article covers all current methods photo transfer - from built-in tools to advanced techniques for advanced users. We will also look at why sometimes files are copied instead of moved and how to avoid it.
โโโ
1. Standard Android Explorer: basic method
The most universal method is to use the built-in one, which is available on any device with file manager, which is available on any device with Android 6.0 and newer. It does not require the installation of additional applications and works even without Internet access.
To open Explorer:
- ๐ On most smartphones (Samsung, Huawei) find the application
FilesorMy filein the menu. - ๐ On "pure" Android (for example, Google Pixel) use
Files by Googleโit can be downloaded from Play Marketif deleted. - ๐ฑ On Xiaomi look
ExplorerorFilesin the folderTools.
Transfer algorithm:
- Open folder with the original photos (for example,
DCIM/Camera). - Press your finger on one file, then select the rest (or press
Select all). - Tap on the icon
โฎ(three dots) โCut(not "Copy"!). - Go to the destination folder, click
Paste.
โ๏ธ What to check before transfer
โ ๏ธ Attention: On some firmware (MIUI 14, One UI 5) after cutting, the files temporarily disappear from the gallery. They will appear again after restarting the device or updating the media database (may take up to 10 minutes).
2. Transfer via Google Photos: cloud method
If you need not only to move, but also sync photo between devices, use Google Photos. This method is suitable for account owners Google with backup enabled.
Instructions:
- Open the application Google Photos and find the pictures you need.
- Press your finger on the photo โ select the rest โ press
โฎโMove to album. - Create a new album or select an existing one. The photos will remain in the original folder, but will be duplicated in the album.
- To delete originals after transfer: go to
Settings โ Free up space.
| Method | Speed | Internet required | EXIF data is saved |
|---|---|---|---|
| Android Explorer | โก Instantly | โ No | โ Yes |
| Google Photos (albums) | ๐ข 1-5 minutes | โ Yes | โ Yes |
| Google Photos ("Free up space") | ๐ข 5-15 minutes | โ Yes | โ No (originals are deleted) |
โ ๏ธ Attention: When using the "Free up space" function Google Photos deletes originals from the device, leaving only compressed copies in the cloud. If quality is important to you (for example, for RAWphotos), it is better to use Explorer.
3. Third-party file managers: advanced features
Standard file managers are often limited. Third-party applications like Solid Explorer, FX File Explorer or Total Commander offer:
- ๐ Batch movement with filters by date/size.
- ๐ Working with
root access(for system folders). - ๐ Tabs for quickly switching between folders.
- ๐ Built-in viewing of EXIF photo data.
Example of transfer to Solid Explorer:
- Open the application and provide access to storage.
- In the left panel, select the source folder (for example,
/storage/emulated/0/DCIM), in the right - the target folder. - Hold your finger on the files โ
Cutโ drag and drop to the right panel. - Confirm the transfer in the dialog box.
How to enable root access in Solid Explorer
To work with system folders (/data, /system), you need to get root access on the device, then activate it in the Solid Explorer settings option "Root access" and confirm superuser rights in the Magisk or SuperSU request.
โ ๏ธ Attention: Applications with root access may violate the device warranty. On Samsung Knox this will trigger the flag Knox 0x1, which blocks the use of Samsung Pay and some corporate functions.
4. Transfer through a computer: for large volumes
If you need to move hundreds of photos (for example, after a trip), it is more convenient to use PC. This also solves the problem of โnot enough memoryโ on the phone.
Step-by-step guide for Windows:
- Connect your smartphone to the computer via
USB cable(use the original one for stability). - On your phone, select the mode
File transfer (MTP)in the connection notification. - On the PC, open
This computerโ find the device (for example, Galaxy S23). - Go to
Internal memory โ DCIM โ Camera(or another folder). - Select photo โ
Ctrl+X(cut) โ open target folder โCtrl+V(paste).
For MacOS installation required Android File Transfer (official software from Google). An alternative is to use AirDroid for wireless transfer.
If the computer does not see the phone, try a different USB cable (cheap cables often only support charging). disable USB debuggingif it is enabled - this may block the MTP mode.
5. Automation of transfer: Tasker and scripts
For advanced users who regularly sort photos (for example, photographers or bloggers), suitable automation via Tasker or Termux.
An example task in Tasker to transfer new photos from DCIM to a folder Photos/Sorted:
- Create a new task โ add an action
File โ Move. - Indicate the source:
/storage/emulated/0/DCIM/Camera/*.jpg. - Target:
/storage/emulated/0/Photos/Sorted/. - Add a time condition (for example, daily at 2:00).
Alternative - script on Bash v Termux:
#!/bin/bashSOURCE="/storage/emulated/0/DCIM/Camera"
DEST="/storage/emulated/0/Photos/Sorted"
mv "$SOURCE"/.jpg "$SOURCE"/.png "$DEST"/
termux-toast "Photos have been transferred!"
โ ๏ธ Attention: Automatic scripts may conflict with the gallery. After the transfer, run the Termux command am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file://$DESTto update the media database.
6. Frequent errors and their solutions
Even when following instructions, users encounter problems. Here are the most common ones and how to fix them:
| Error | Cause | Solution |
|---|---|---|
| "Insufficient rights" | Files in the system folder or on the SD card with restrictions | Use a root manager or transfer files to internal memory |
| Photos remain in the same place | The "Copy" button is pressed instead of "Cut" | Check the action in Explorer or delete duplicates manually |
| "Folder not found" | Incorrect path (for example, after updating Android) | Use Explorer to search by folder name |
| Photos are not displayed in the gallery | The media base is not updated | Restart your phone or use the application Rescan Media |
โโโ
If none of the methods worked, check:
- ๐ ๏ธ File system integrity: run
fsckvia ADB or recovery. - ๐ฑ Manufacturer restrictions: some Huawei and Xiaomi access to certain folders is blocked.
- ๐ Application conflicts: antiviruses (for example Avast) can block operations with files.
If photos are not transferred due to "insufficient memory", try first moving them to an SD card or to the cloud, then to the target folder.
FAQ: Answers to popular questions
Is it possible to transfer photos from your phone to a flash drive without a computer?
Yes, if your smartphone supports OTG (On-The-Go). Connect the flash drive via the OTG adapter, open File Explorer and use the standard cut/paste method. On Android 10+ You may need permission to access removable media.
Why do photos take up space in both folders after transfer?
This happens if you used Copy instead of Cut. Remove duplicates manually or use applications to find duplicate files (for example, Files by Google โ Clean โ Duplicate files).
How to transfer photos from Telegram/WhatsApp to gallery?
Open a chat with a photo โ click on the photo โ Save to gallery (to Telegram) or Share โ Save (to WhatsAppThen use the explorer to transfer from). folders Pictures/Telegram or WhatsApp Media.
Is it possible to return photos if they were accidentally cut out?
If the operation was interrupted, check folder /storage/emulated/0/.trash (hidden trash). On Samsung look in My file โ Trash. If the folder is empty, use recovery apps (DiskDigger, Recuva), but the chances depend on whether the files were overwritten.
Why is there no "Cut" button on some phones?
Manufacturers (for example, Oppo, Realme) sometimes simplify the interface, leaving only "Copy" In this case:
- Copy the files to the destination folder.
- Go back to the source folder and delete the originals.
Or install a third-party explorer (Solid Explorer, FX).