Why users donโ€™t can find WhatsApp folder on Android 11

Have you ever tried to find a photo that was sent to you a WhatsApp year ago, but couldnโ€™t remember if it was saved to the gallery? Or wanted to transfer your chat history to a new phone, but didn't know where the backup was? On Android 11 finding the messenger folder has become more difficult due to changes in the data storage policy. Google has tightened control over access to the file system, and WhatsApp began to more actively use hidden directories and protected memory sections.

The problem is aggravated by the fact that smartphone manufacturers โ€” Samsung, Xiaomi, Huawei โ€” modify the standard Android 11 to suit their shells (One UI, MIUI, EMUI). As a result, the folder path may differ even on devices with the same OS version. For example, on Samsung Galaxy S21 s One UI 3.1 messenger files can be stored in a different location than on a โ€œcleanโ€ one. Pixel 5.

Another nuance - Since Android 11, WhatsApp by default hides media files from the system gallery if they are downloaded through the messenger. This is done to save space, but creates confusion: users think that the files are deleted, although they simply do not appear in standard applications.

Standard path to the WhatsApp folder on Android 11

On most devices with Android 11 the messenger folder is located in the following path:

/storage/emulated/0/WhatsApp/

Let's look at this address in parts:

  • ๐Ÿ“ /storage/emulated/0/ is the root directory of the phoneโ€™s internal memory (analogous to โ€œMy Computerโ€ on a PC). The number 0 indicates the main memory section.
  • ๐Ÿ“‚ WhatsApp/ โ€”the main folder of the messenger, inside which all subdirectories with data are stored.

If you do not see this folder through the standard file manager, the reasons may be as follows:

  • ๐Ÿ” The folder is hidden by the system (attribute .nomedia or .hidden).
  • ๐Ÿ”’ Your file manager does not have rights to access the internal memory.
  • ๐Ÿ“ฑ You use WhatsApp Business โ€”it has a separate folder: /storage/emulated/0/WhatsApp Business/.
  • ๐Ÿ› ๏ธ Manufacturer smartphone moved the folder to another location (relevant for Xiaomi, Oppo, Vivo).
๐Ÿ“Š Which file manager do you use?
Built-in (from the manufacturer)
Google Files
Solid Explorer
FX File Explorer
Other

Whatsapp folder structure: what is stored where

The messenger folder consists of several subdirectories, each of which is responsible for a specific type of data. Here is their full list with a description:

Folder Contents Can I delete
Databases Backup files chats (msgstore.db.crypt14). Without them, it is impossible to restore the history when reinstalling. โŒ No (except for old copies)
Media All media files (photos, videos, voice messages), divided by type (WhatsApp Images, WhatsApp Video etc.). โœ… Yes (but files will be deleted from chats)
Backups Backups of settings and account data (for example, axolotl.db for encryption). โŒ No
Profile Pictures Contact avatars (cached for quick downloads). โœ… Yes (automatically restored)
.Shared Temporary files for exchange between devices (for example, when sent via "WhatsApp Web"). โœ… Yes

Particular attention should be paid to the folder Databases. Files with the extension .crypt12, .crypt14 or .crypt15 are stored here - these are encrypted backup copies of your chats. The file name usually starts with msgstore.db.crypt, and the number at the end indicates the encryption version. Deleting these files will lead to the loss of the ability to restore your chat history When you change your phone or reinstall the application.

๐Ÿ’ก

If you plan to transfer WhatsApp to a new phone, copy all folder Databases to your computer or cloud. Files with a date in the name (for example msgstore-2023-10-15.db.crypt14) are old copies, they can be deleted to save space.

How to find the WhatsApp folder on smartphones of different brands

Manufacturers often modify the path to the messenger files. Here is the current data for popular brands on Android 11:

Samsung (One UI 3.1 and later)

On devices Galaxy the folder can be located in two places:

  • ๐Ÿ“ /storage/emulated/0/Android/media/com.whatsapp/ โ€” the main directory.
  • ๐Ÿ“ /storage/emulated/0/WhatsApp/ โ€”an alternative path (if the messenger is not installed as a system application).

To see hidden files, open My Files โ†’ press โ‹ฎ โ†’ Settings โ†’ Show hidden files.

Xiaomi (MIUI 12 and newer)

On smartphones Redmi, Poco i Mi the path is standard, but access is complicated due to restrictions MIUI:

  • ๐Ÿ”ง Use Google Files (Google Files) instead of the standard manager.
  • ๐Ÿ” If the folder is not displayed, go to Settings โ†’ Applications โ†’ Permissions โ†’ Files and media and give WhatsApp memory access.

Huawei (EMUI 11)

On Huawei P40, Mate 40 and other models with EMUI 11 folder path:

/storage/emulated/0/Android/media/com.whatsapp/WhatsApp/

To access:

  1. Open Files โ†’ Categories โ†’ Other.
  2. Tap on โ‹ฎ โ†’ Show hidden files.
  3. If the folder is not visible, try connecting the phone to the PC via MTP.
Why is the WhatsApp folder empty on some Xiaomi?

On devices with MIUI 12.5+, the messenger by default saves media files to a protected folder /storage/emulated/0/Android/media/com.whatsapp/WhatsApp/Media/.Statuses. To see them, you need to disable the โ€œSave to galleryโ€ option in the WhatsApp settings and restart the phone.

How to access the WhatsApp folder without root access

If the standard file manager does not show the folder, use one of these methods:

Method 1: Use Google Files application data-i="137">Open the application and go to the tab

Application Google Files (or Files from Google) bypasses many manufacturer restrictions:

  1. Install Google Files from Play Market.
  2. Open the application and go to the tab Browse.
  3. Tap on โ‹ฎ โ†’ Show hidden files.
  4. Navigate to path /storage/emulated/0/WhatsApp/.

Method 2: Connect the phone to the PC

Through a wired connection to the computer you will get full access to the files:

  • ๐Ÿ–ฅ๏ธ Connect the phone to the PC via USB (select mode File transfer (MTP)).
  • ๐Ÿ“‚ On your computer, open This computer โ†’ [Name of your phone] โ†’ Internal memory.
  • ๐Ÿ” If there are no folders, check WhatsApp no, check Android โ†’ media โ†’ com.whatsapp.

Method 3: Use ADB (for advanced users)

If other methods did not work, you can use Android Debug Bridge (ADB):

adb shell

ls /storage/emulated/0/WhatsApp/

This command will display a list of files in the folder. To copy them to your computer:

adb pull /storage/emulated/0/WhatsApp/ C:\Backup\WhatsApp

Attention: to work with ADB you need to enable USB debugging in the developer settings.

Enable developer mode (7 times tap on "Build number" in the phone settings)

Activate "USB Debugging" in the developer settings

Install ADB drivers on your computer

Connect the phone to the PC and confirm trust in the device-->

How to restore access to folder if it has disappeared

Sometimes a folder WhatsApp disappears after updating the application or resetting the settings. Here's what to do in such cases:

Problem 1: The folder is hidden due to the .nomedia file

Messenger creates a file .nomediaso that media files are not displayed in the gallery. To restore visibility:

  1. Open any file manager that supports hidden files.
  2. Go to /storage/emulated/0/WhatsApp/Media/.
  3. Delete the file .nomedia (or rename it to .nomedia.bak).
  4. Reboot phone.

Problem 2: The folder moved after updating Android

After updating to Android 11 some manufacturers transfer application data to protected sections To find a new location:

  • ๐Ÿ”Ž Use the search in the file manager. request whatsapp (case insensitive).
  • ๐Ÿ“‹ Check the paths:
    • /storage/emulated/0/Android/media/com.whatsapp/
    • /storage/emulated/0/Android/obb/com.whatsapp/

Problem 3: No rights to access memory

Applications are not allowed free access to memory. To return rights: Android 11 Applications are not allowed free access to memory. To return rights:

  1. Go to Settings โ†’ Applications โ†’ WhatsApp โ†’ Permissions.
  2. Activate Files and multimedia.
  3. Select Allow access to all files (if available).
๐Ÿ’ก

If the WhatsApp folder disappeared after resetting the settings, check if the messenger has transferred the data to the cloud. Starting in 2021, WhatsApp automatically creates backups to Google Drive (if synchronization is enabled).

How to transfer a WhatsApp folder to another phone or to the cloud

Transferring messenger data is one of the most common reasons why users look for a folder WhatsApp. Here are step-by-step guide for Android 11:

Step 1: Create a local backup

Before transferring, update the backup:

  1. Open WhatsApp โ†’ โ‹ฎ โ†’ Settings โ†’ Chat โ†’ Backup copying.
  2. Tap Create a copy (do not confuse with copy in Google Drive).
  3. Wait for the process to complete (the file will appear in /storage/emulated/0/WhatsApp/Databases/).

Step 2: Copy the folder to a new one phone

Use one of the methods:

  • ๐Ÿ“ฑ Via PC: Connect both phones to the computer and copy the folder WhatsApp from the internal memory of the old device to the new one.
  • โ˜๏ธ Via the cloud: Download the folder in Google Drive, Dropbox or Telegram (as an archive), then download to a new phone.
  • ๐Ÿ”— Via OTG: Connect a flash drive or external drive to the old phone, copy the data, then transfer it to the new device.

Step 3: Recover data on the new phone

After transfer:

  1. Install WhatsApp on the new phone (do not launch it!).
  2. Place the folder WhatsApp to the root of the internal memory (/storage/emulated/0/).
  3. Launch the messenger and follow the instructions for restoring from a local copy.
๐Ÿ’ก

If WhatsApp does not see the backup copy when restoring, check if the phone number on the old and new devices is the same. Also make sure that the copy file has the correct name: msgstore.db.crypt14 (for the latter versions).

Frequent mistakes and how to avoid them

When working with a folder WhatsApp users often make mistakes that lead to data loss. Here are the most common ones and ways to prevent them:

Error 1: Deleting files from the folder. Media

Many people think that deleting files from WhatsApp/Media will free up space, but will not remove them from chats. Actually:

  • ๐Ÿ—‘๏ธ Photos and videos sent in chats disappear from correspondenceif you delete them from folders.
  • ๐Ÿ”„ To free up space, use the built-in function Cleaning storage in the messenger settings.

Error 2: Transfer only Databases folders

When moving to a new phone, users copy only Databases, forgetting about Media. As a result:

  • ๐Ÿ“ธ All media files (photos, videos, voices) will not be restored in chats.
  • ๐Ÿ“ To transfer everything, copy the entire WhatsApp folder entirely.

Error 3: Using outdated instructions

Many manuals on the Internet are written for Android 9-10, where the folder structure was different. On Android 11:

  • ๐Ÿšซ Paths like /sdcard/WhatsApp/ are no longer relevant - now used /storage/emulated/0/.
  • ๐Ÿ”’ Memory access rules have changed (additional permissions are needed).
๐Ÿ’ก

Before any manipulations with the WhatsApp folder create a backup copy to Google Drive. This is the only way to guarantee that your chat history will be saved if something goes wrong.

โš ๏ธ Attention: Starting in 2023, WhatsApp began to gradually abandon local backups in favor of cloud ones. If your application is updated to the latest version, check your backup settings in Settings โ†’ Chat โ†’ Backup to Google Drive. Local copies may be created less frequently or not at all.

FAQ: Answers to frequently asked questions

Is it possible to transfer a folder WhatsApp to a memory card?

On Android 11 moving a folder WhatsApp to an SD card is not officially supported. However, there is a workaround:

  1. Copy the folder to the memory card manually.
  2. Use the application FolderMount (root access required) to link the folder to the internal memory.

Important: without root access, the messenger will not see files on SD card.

Why does the WhatsApp folder take up so much space?

The main "eaters" of space in the messenger folder:

  • ๐ŸŽฅ High-resolution videos (especially from statuses).
  • ๐Ÿ“ธ Photos sent in chats (saved in original quality).
  • ๐Ÿ—ƒ๏ธ Old backups in Databases (files with dates in the name).
  • ๐ŸŽค Voice messages (stored in WhatsApp/Media/WhatsApp Voice Notes).

To clear space, use the built-in function Cleaning storage in WhatsApp settings.

How to recover deleted files from the WhatsApp folder?

If you accidentally deleted files from the folder, try:

  1. Check Trash in your file manager (if it is enabled).
  2. Use data recovery apps, for example DiskDigger or Recuva (root will be required for deep scanning).
  3. If the files were in the chat, ask the sender to forward them again.

Important: The less you use the phone after deleting, the higher the chances of recovery.

Is it possible to change the path to the WhatsApp folder?

Officially - no. WhatsApp is strictly tied to the standard path. However, there are unofficial methods:

  • ๐Ÿ“ฒ Using Xposed Framework and module WhatsApp Path Changer (root and experience required).
  • ๐Ÿ”— Symbolic links (requires root and knowledge of Linux commands).

These methods can lead to unstable operation of the messenger or loss of data.

Why does WhatsApp not see the backup copy when restoring?

Causes and solutions:

  • ๐Ÿ“ฑ Number mismatch: The copy is tied to the phone number from which it was created. Use the same SIM card.
  • ๐Ÿ”ข Outdated version of the copy: File msgstore.db.crypt12 is not suitable for new versions of WhatsApp. You need .crypt14 or .crypt15.
  • ๐Ÿ“ Incorrect location: Folder Databases should be in /storage/emulated/0/WhatsApp/.
  • โณ Copy is too old: WhatsApp restores only copies no older than 7 days (if there was no cloud backup).