Data loss is every smartphone owner's nightmare, but fortunately, the Android ecosystem offers many tools to prevent disaster. However, when it comes time to restore information or simply check whether an important photo has been saved, the user is often faced with the question of the physical location of these files. Understanding the storage structure is critical for proper space management and security.

Many people believe that backup is one magic button, after which the data disappears into the โ€œcloudโ€ and is no longer of interest to the user. In fact, backup can occur in several places at the same time: on Google servers, in hidden sections of the system, or in visible folders of internal memory. Each method has its own access and recovery features.

In this article we will analyze in detail the paths to files that you thought were lost or securely hidden. You'll learn how to find local copies of applications, where to look for archived media, and why Google Drive doesn't always show what you expect. A deep dive into the file system will help you better control your data.

Local storage and system partitions

Let's start with what's directly on your device. The Android operating system creates local backups for quick recovery after resetting or flashing. These files are often hidden from the eyes of the average user to prevent their accidental deletion or damage.

The main path where application and system settings data is most often hidden is located at /data/local/backup. However, access to this directory is only possible if there is root access. Without superuser rights, you will not be able to see the contents of this section even through file managers with advanced functions. This is done for security purposes so that malware cannot steal your passwords or authorization tokens.

โš ๏ธ Attention: Attempts to gain root access on modern smartphones can lead to blocking of banking applications and disruption of DRM content. Proceed with caution if you decide to tamper with system partitions.

There is also a folder /sdcard/Android/backupthat is readable without special rights, but its contents depend on the specific device manufacturer and firmware version. Some brands, such as Xiaomi or Samsung, can create their own hidden directories for backing up contacts and messages. If you plan to wipe memory, always check for hidden folders before formatting the drive.

Why is the .backup folder hidden?

A dot at the beginning of the folder name (for example, .backup) on Linux-like systems, such as Android, means that the file or directory is hidden. This is a standard mechanism for protecting against accidental deletion of system data.

Google Drive cloud storage

The most common place for storing backups is a cloud service Google Drive. This is where application lists, call history, SMS and device settings are sent by default. However, the files here are not stored in the form of ordinary documents, but in the form of encrypted blocks of data linked to your account.

To check the availability and size of a backup copy, you need to go to the settings of the service itself. Open the application Google Drive, click on the menu (three bars) and select "Backups". Here you will see a list of devices for which data has been saved. It is important to understand that automatic backup it does not take up space in your storage quota only in the case of Settings and Contacts; Photos and videos uploaded through Google Photos may be charged separately if the 15 GB limit is exceeded.

  • ๐Ÿ“ฑ Contacts and calendar synchronized instantly and stored in a separate section of your Google account.
  • ๐Ÿ’ฌ Message history (SMS/MMS) takes up space in Drive storage and is encrypted during transmission.
  • ๐Ÿ“ท Media files Often duplicated in Google Photos if the corresponding synchronization function is enabled.

Management interface backups may vary depending on the Android version and application updates. Google is constantly improving compression and encryption algorithms, so the layout of menu items may differ on different smartphones.

Manufacturer folders: Samsung, Xiaomi and others

Electronics manufacturers often implement their own backup solutions that work in parallel with Google services. These utilities create complete images of the system or individual folders, which can be useful when migrating to a new model of the same brand.

Device Samsung uses the service Samsung Cloud (or its integration with OneDrive in new models). Backup files here are often located in a folder /Internal storage/Samsung/ or in hidden system partitions, accessible only through the Settings application. Xiaomi and Redmi are used by creating local copies in the directory Mi Cloud, creating local copies in the directory /MIUI/backup/AllBackup. It is from here that you can manually copy the archive to your computer.

Brand File location Data type
Samsung /Internal storage/Samsung/ Full image, Contacts
Xiaomi /MIUI/backup/AllBackup Applications, SMS, Journal
Huawei /Huawei/Backup System settings

Owners of devices of other brands should look for folders with brand names in the root of the internal memory. Often forgotten archives lie there, taking up gigabytes of space. Regularly checking these directories helps free up space without losing important data.

๐Ÿ’ก

Before selling your phone, be sure to delete the manufacturer's backup folders, as they may contain your personal data, even if you have reset the settings.

Backup WhatsApp and instant messengers

Messengers deserve special attention, as they store correspondence and media files according to their own rules. WhatsApp, for example, creates local copies of the database daily at 4 am. You can find them along the path /Android/media/com.whatsapp/WhatsApp/Databases on new versions of Android or /WhatsApp/Databases on older ones.

The files have the format msgstore.db.crypt indicating the date. This means that the database is encrypted and cannot be read without the key. However, the file itself takes up a significant amount of space. If you do not plan to restore correspondence on a new phone in the near future, you can safely delete old copies, leaving only the latest one.

Telegram and Signal work differently: Telegram stores everything in the cloud, without taking up space in local backups (except for the cache), and Signal requires creating a manual backup copy, which is saved in a folder /data/data/org.telegram.messenger/files/Backup (root required) or is exported manually by the user.

โš ๏ธ Attention: Deleting the Databases folder in WhatsApp will make it impossible to restore the correspondence history if the cloud copy in Google Drive is also missing or outdated.

Hidden sections and technical access

For advanced users with access to ADB (Android Debug Bridge), opens up additional options for viewing hidden sections. Through the console, you can access directories that are not visible even to file managers with root access, unless you use special commands.

For example, the command adb shell ls -la /data/data/ will show lists of data of all installed applications. Caches, databases and temporary files are stored here. Although this is not a "backup" in its purest form, it is where data is often lost during failures. For a full backup of this section, use the command adb backup, which creates a file backup.ab on the computer.

adb backup -apk -shared -all -system -f full_backup.ab

This file will contain a complete copy of the device state at the time of creation. On modern versions of Android (starting from 9 and higher), the capabilities of the command adb backup are severely limited by developers applications for security purposes, so the method does not work for all apps.

External drives and SD cards

Using a memory card microSD remains a popular way to store backups, especially on devices with a small amount of internal memory. Many applications by default offer to select an SD card as the destination storage for backups.

Files on the card are usually stored in an open folder /Backup or in the root of the drive. The advantage of this method is the physical isolation of the data: if the phone falls into water or burns, the memory card will most likely survive. In addition, this allows you to easily transfer the archive to a computer without using a cable or the Internet.

However, there are risks: memory cards have a limited rewriting resource and can suddenly fail. File system SD cards are often less reliable than the internal flash memory of a smartphone. Therefore, relying only on an external drive as the only storage of important data is not recommended.

Frequently asked questions (FAQ)

Where can I find a backup copy of contacts if I changed my phone?

Simply sign in to your Google account on your new device. Contacts are synchronized automatically through the service Google Contacts. If they do not appear, check in your account settings whether synchronization is enabled for the "Contacts" item. They can also be found at contacts.google.com.

How long are backups stored in Google Drive?

Android backups are stored for 57 days from the last time the device was active. If the phone has not been connected to the network and has not updated the backup for more than two months, the data can be deleted automatically to free up space on the servers.

Is it possible to restore data from a local copy on the computer?

Yes, if you have previously copied the backup folders (for example, from /MIUI/backup or WhatsApp/Databases) to the computer. When restoring, you need to place the files in the same directories on the new phone before launching the application or installing the system for the first time.

Do backups take up space in Google storage?

Backups of settings, call history and SMS do not take up space in the 15 GB quota. However, backup copies of "Google Photos" (in original quality) and files saved in the Drive itself take into account the limit.