Data loss from SD cards on Android is one of the most unpleasant situations for a smartphone owner. Vacation photos, important documents, or game saves can disappear overnight due to a memory card failure, accidental formatting, or a virus attack. According to statistics, about 30% of Android users at least once encountered the loss of data on external drives, and every fifth person was unable to restore files due to the lack of a backup copy.

In this article you you will find current ways to create an SD card backup without losing file quality, including methods for devices without root access. We'll look at options using a PC, specialized applications, cloud services, and even built-in Android tools. We will pay special attention to the nuances of working with cards of formats FAT32, exFAT i NTFS, and we will also tell you how to avoid typical mistakes when copying large amounts of data (from 64 GB).

Why standard copying of files to a PC is not always reliable

Many users limit themselves to simply transferring files from an SD card to a computer via Windows or macOS Explorer. However, this method has critical drawbacks:

  • ๐Ÿ”„ Loss of metadata: creation dates, photo geotags and access rights (especially important for Linux systems) may not be saved.
  • ๐Ÿ“ Hidden files: Android system folders (for example, .android_secure for protected applications) are often ignored.
  • โณ Long copying time: with a 128+ GB card, the process can take hours due to fragmentation.
  • ๐Ÿ›ก๏ธ Lack of integrity check: copied files may be damaged, but you will only find out about this when you try to open them.

More reliable alternatives are the use of utilities for bit copy (for example, dd in Linux) or specialized apps like EaseUS Todo Backup. They create an exact copy of the map, including boot sectors, which is critical for recovering from serious failures. But such tools require technical skills or a paid license.

โš ๏ธ Attention: If your SD card is formatted in exFAT (typical for 64 GB+ cards), standard copy through Windows Explorer may fail without error when reaching the 4 GB limit for one file. Use TeraCopy or FastCopy to bypass this limitation.
๐Ÿ“Š How often do you back up your data?
Once a week
Once a month
Only before flashing
Never
I donโ€™t know how to do this

Method 1: Full copy of the SD card via PC (for experienced users)

This method is suitable for creation full card imagewhich can be restored even on another SD card of the same capacity. It is ideal for saving the structure of application files (for example, games with saves in /Android/obb) or before flashing a custom Recovery.

Step 1: Preparing tools

You will need:

  • ๐Ÿ’ป Computer with Windows/Linux/macOS and free disk space (equal to the capacity of the SD card + 10%).
  • ๐Ÿ”Œ Card reader (built-in or external USB). Do not use the connection via smartphone - this slows down the process by 2-3 times.
  • ๐Ÿ› ๏ธ Utility for working with disks:
    • Windows: Win32 Disk Imager or Rufus (DD mode).
    • Linux/macOS: built-in command dd.

Step 2: Creating an image cards

For Windows:

  1. Install Win32 Disk Imager and run as administrator.
  2. In the field Device select the letter of your SD card (for example, E:\).
  3. Specify the path to save image (extension .img).
  4. Click Read and wait for completion (speed ~10โ€“20 MB/s).

For Linux/macOS:

sudo dd if=/dev/sdX of=~/sdcard_backup.img bs=4M status=progress

Replace sdX with the current device name (you can find out command lsblk). The flag status=progress will show the copying speed.

โš ๏ธ Attention: When working with dd an error in specifying the device (if=) will lead to loss of data on the hard drive. Double check the name of the SD card!

Make sure that there are no important unsaved files on the SD card

Disconnect the card from the smartphone (remove or unmount)

Check the free space on the target disk (card capacity ร— 1.1)

Close all apps that work with the card (for example, antivirus)

-->

Method 2: Copying through applications on Android (without a PC)

If you do not have access to a computer, you can create a backup directly from your smartphone. This method is suitable for selective file saving (photos, videos, documents), but does not affect application system data.

Top 3 applications for backup SD cards

Application Features Cons Link
Swift Backup Saves applications + data (/sdcard/Android/obb), supports cloud Requires root for full backup Google Play
FolderSync Synchronization with Google Drive, Dropbox, OneDrive scheduled Paid version for automatic backup Google Play
Resilio Sync P2P synchronization between devices without clouds, encryption Complicated setup for beginners Google Play

Step-by-step guide for FolderSync

This application is optimal for automatically backing up photos and videos to the cloud:

  1. Install FolderSync and provide access to files.
  2. In the menu, select Accounts โ†’ Add and log in to the cloud service (for example, Google Drive).
  3. Create a new task: Pair of folders โ†’ Source (select a folder on SD card, for example DCIM), Destination (a folder in the cloud).
  4. In the task settings, enable:
    • ๐Ÿ”„ Synchronize subfolders
    • ๐Ÿ“ค Download only (so as not to delete files from the card)
    • โฐ Schedule (for example, daily at 2:00)
๐Ÿ’ก

If you copy photos, include in settings FolderSync option "Save file modification date". This will help avoid confusion when sorting pictures by date in the cloud.

Method 3: Using ADB for backup (without root)

Android Debug Bridge (ADB) allows you to create a backup of an SD card without superuser rights, but with restrictions: not all manufacturers allow copying via ADB (for example, Xiaomi and Huawei block this function in new firmware). The method is suitable for technically savvy users.

Step 1: Setting up ADB

1. data-i="152">from Google and unzip to a folder Platform Tools from Google and extract it into a folder C:\adb.

2. On your smartphone, enable:

  • ๐Ÿ”ง Settings โ†’ About phone โ†’ Build number (tap 7 times to activate developer mode).
  • ๐Ÿž Settings โ†’ System โ†’ For developers โ†’ USB debugging.

Step 2: Creating a backup

Connect the phone to the PC and execute in the command line (from the folder adb):

adb backup -f C:\backup\sdcard.ab -shared

A confirmation request will appear on the smartphone screen backup. Attention: this method does not copy protected application files (for example, saving games in /Android/data).

โš ๏ธ Attention: The file .ab (Android Backup) cannot be opened as an archive. To extract data, use the utility abe (Android Backup Extractor):
java -jar abe.jar unpack sdcard.ab sdcard.tar

Method 4: Cloud backup via Google Photos and other services

For most users automatic synchronization with the cloud It does not require manual actions and protects against data loss even if the phone is stolen or broken.

Google Photos: pros and cons

  • โœ… Automatic downloading photos and videos when connected to Wi-Fi.
  • โœ… 15 GB free (together with Google Drive i Gmail).
  • โœ… Search by objects (for example, "beach" or "dog").
  • โŒ Quality compression when selecting the "High quality" option (the original quality takes up space in the cloud).
  • โŒ Video limit: maximum file size - 10 GB (4K video may require trimming).

How to set up backup in Google Photos

  1. Open the application Google Photos and log in.
  2. Tap on your profile avatar โ†’ Photo settings โ†’ Backup and synchronization.
  3. Turn on the switch and select:
    • ๐Ÿ“ธ Download quality: "Original" (if there are places there is enough in the cloud).
    • ๐Ÿ“ถ Mobile data: disable to avoid traffic.
    • ๐Ÿ“ Device folders for copying: add DCIM, Pictures, Downloads.
What to do if Google Photos does not see files on the SD card?

1. Move the photo/video folders to the root of the SD card (for example, /DCIM/Camera).

2. In the Android settings, allow Google Photos access to the external storage: Settings โ†’ Applications โ†’ Google Photos โ†’ Permissions โ†’ Memory.

3. Restart your phone and start synchronization manually (tap on the cloud at the top of the application screen).

Method 5: Manual backup of important data (for beginners)

If the previous methods seemed complicated, this option is for you. It does not require special apps and is suitable for selective saving the most valuable files: photos, contacts and documents.

What must be copied

  • ๐Ÿ“ท Folder DCIM (all photos and video from the camera).
  • ๐Ÿ“„ Folder Documents or Download (PDF, Excel, text files).
  • ๐ŸŽฎ Folder Android/obb (game data, for example Genshin Impact or Call of Duty Mobile).
  • ๐Ÿ“ž Export contacts: Contacts โ†’ Settings โ†’ Export (save the file .vcf).

How to copy files to a flash drive or another phone

1. Connect to a smartphone OTG cable with a flash drive or a second phone.

2. Open any file manager (for example, Files by Google or Solid Explorer).

3. Go to the folder SD card, select the desired files and click Copy.

4. Select the target folder (flash drive or internal memory of the second device) and confirm. paste.

โš ๏ธ Attention: When copying to a flash drive with a file system FAT32 files larger than 4 GB (for example, 4K video) will be skipped. Use a flash drive with exFAT or split large files into parts.
๐Ÿ’ก

Even manual copying is better than no copying. The main thing is to make backups regularly (at least once a month) and check the integrity of the copied files by opening them on the target device.

Common mistakes and how to avoid them

Error 1: "Not enough disk space" when creating image.

Solution: Free up space on your hard drive or use an external HDD. Remember that a 128 GB SD card image will take exactly 128 GB, even if there are only 10 GB of files on the card.

Error 2: "The card is write protected" When you try to copy.

Solution: Check the physical lock switch on the SD card adapter. If it is not there, format the card in fat32format (Windows utility) with. parameter --restore.

Error 3: Slow copying (speed <1 MB/s).

Solution:

  • Use a supported card reader UHS-II (for class cards U3/V30).
  • Disable the antivirus during copying.
  • For Windows: enable Quick removal in the disk properties (right click on the SD card โ†’ Properties โ†’ Hardware โ†’ Policy).
Is it possible to make a backup of an SD card without removing it from the phone?

Yes, but with limitations:

  • Through ADB (see Method 3) - only public files are available without root.
  • Through applications like Swift Backup - requires root for a full backup.
  • Through cloud services (Google Photos, Dropbox) - only for media files.

For full copy (including hidden system files) the card must be removed.

How to restore data from a backup to a new SD card?

If you have an image (.img):

  1. Use Win32 Disk Imager (Windows) or dd (Linux/macOS) to write the image to a new card.
  2. For Linux/macOS command:
    sudo dd if=sdcard_backup.img of=/dev/sdX bs=4M status=progress

If you copied the files manually: just transfer them back to the SD card via the file manager.

How long does it take to backup a 128 GB SD card?

Depends on the method and equipment:

Method Speed Approximate time
Bit-by-bit copying (dd) 10โ€“20 MB/s 1.5โ€“3 hours
Copying via file manager 5โ€“10 MB/s 3โ€“6 hours
Cloud synchronization (Google Photos) Depends on the Internet From 4 hours (at 10 Mbit/s)

To speed up, use a card reader with USB 3.0 and connect to the port USB 3.0 on a PC (usually blue).

Is it possible to backup an SD card to a phone with OTG support?

Yes, but there is nuances:

  1. Connect an OTG cable with a flash drive (formatted in exFAT).
  2. Use File Manager+ or FX File Explorer to copy.
  3. The speed will be lower than when connecting to a PC (usually 3โ€“5 MB/s).

For cards >64 GB, the flash drive must also be formatted in exFAT.

How to check that the backup was created correctly?

Perform 3 checks:

  1. Visual: open several random files from the backup (photos, videos, documents).
  2. Control amount: compare the hashes of the original and copied files (use 7-Zip or md5sum in Linux).
  3. Data volume: the backup size must match the occupied space on the SD card (check in Settings โ†’ Memory).