Smartphone owners Xiaomi often face an unexpected problem: after updating the operating system, the usual folders with photos and documents from the messenger suddenly disappear from the gallery or file manager. This is not a random failure or an application error, but a consequence of global changes in the security policy Androidthat Google has implemented starting with version 11. The system now strictly limits application access to shared storage in order to protect users' personal data from third-party software.

Previously, all media files were publicly available in the root directory, which allowed any file manager to see them without any questions. Now Telegram saves data in an isolated zone, access to which is limited by system permissions. On devices Redmi and Poco with a shell MIUI or new HyperOS the situation is aggravated by the manufacturer's own add-ons, which can hide system folders from the standard Explorer. Understanding the new directory structure is critical for those who want to free up space or move important documents onto their computer.

In this article we will analyze in detail the actual paths to the files, explain why they might have disappeared from view, and provide working methods for accessing them even on the newest firmware versions. You'll learn how to bypass visibility restrictions and where exactly to look for your documents, voice messages and cache.

Why the folder structure has changed on Android 11 and later

Starting with version Android 11, Google has introduced a mechanism called Scoped Storage (limited storage). The main purpose of this feature is to increase data privacy. Whereas previously an app could request permission to access all internal storage and read any files, it now only has access to its own sandbox and certain media types in shared folders. For Telegram this meant a forced move of all created files to a special directory. Android/data.

On smartphones Xiaomi this change became especially noticeable due to aggressive memory optimization. The shell MIUI often hides the folder Android/data from the user in the standard Explorer application to prevent accidental deletion of critical system service data. As a result, when you try to find a saved video or document through a regular file manager, you simply do not see the target directory, although the files are physically there.

⚠️ Attention: Directly deleting files inside a folder Android/data through third-party file managers may lead to incorrect operation of the Telegram application, since the integrity of the cache database will be compromised.

In addition, the latest updates HyperOS have tightened the rules for access to this directory, even for advanced users. Now, when you try to enter a folder data the system may request special permission, which must be confirmed manually in the system dialog that appears. Without this confirmation, the contents of the folder will be displayed as empty, which often misleads users.

💡

If the standard Xiaomi Explorer does not show the Android/data folder, try installing a third-party file manager, for example, Total Commander or Files by Google, which correctly requests special permissions.

Current paths to Telegram files on Xiaomi

Searching for files now requires knowing the exact path, which depends on the type of content being saved. The main data is now concentrated in deeply nested system directories. To get to them, you need to sequentially follow the following route in the device memory:

Internal memory → Android → data → org.telegram.messenger → files → Telegram

It is inside the last folder Telegram that all subdirectories with media are located. However, it is worth considering that the name of the package may differ slightly depending on the version of the application. The official version from Google Play uses the identifier org.telegram.messenger, while the version from the store GetApps or beta versions may have other suffixes in the folder name.

For easy navigation, here is a table of the correspondence of file types and their location inside the application directory:

Type file Folder name Description of contents
Photos Telegram Images All images received in chats and channels
Videos Telegram Video Videos and round video messages
Documents Telegram Documents PDF, archives, APK and other files
Audio Telegram Audio Music files and podcasts
Voice Telegram Voice Voice messages in .ogg format

It is important to note that within these folders, files can be further sorted by date or random name if you have not enabled the save to gallery option. If you are looking for a specific attachment, the easiest way is to search by file extension inside the desired directory.

📊 What version of Android does your Xiaomi use?
Android 10 and below
Android 11
Android 12-13
Android 14 (HyperOS)
I don’t know

How to access the Android/data folder on MIUI and HyperOS

The most common problem of users Xiaomi is that when following the path Android/data they see an empty folder or an access error message. This is a protective mechanism of the shell. To open access, you must perform several specific actions, which may differ depending on the version. MIUI.

When you first try to enter the directory data a standard explorer should display a system window with a security warning. In this window there will be a button “Allow access” or “Grant access”. Clicking on it gives access to the entire folder data, and not just to a specific application. If this window does not appear automatically, try long-pressing on the folder data and selecting properties or information, where there may be a visibility switch.

⚠️ Attention: On some versions of HyperOS, access to the data folder through the standard Explorer is completely blocked. In this case, the only way is to connect to a PC or use specialized utilities with ADB rights.

If standard methods fail to gain access, you can use the “Remote Control” function in the developer settings or connect your smartphone to the computer. When connected via USB in the “File Transfer” mode, the computer often sees the contents of the folder Android/data without the restrictions imposed by the mobile OS. This is the most reliable way to copy large amounts of data.

What to do if the “Allow” button is inactive?

Sometimes the interface freezes. Try clearing the Explorer application cache in your phone settings, then restart your device and try entering the folder again.

To avoid difficulties with searching for files in the system depths, the easiest way is to configure the messenger itself so that it duplicates important media in a public folder. DCIM or Pictures. Then the files will be visible in the gallery immediately after downloading, regardless of the Android version. This setting is located directly in the application interface.

Go to settings Telegram, select the “Chats” section and find the “Save in gallery” item. Here you can flexibly configure saving rules. You can enable this feature for all chats or select only certain categories, such as Private Chats or Channels. This will allow you not to clutter the gallery with unnecessary content from work groups.

  • 📸 Turn on the “Save in gallery” toggle switch to automatically appear photos in the Telegram album.
  • 🎥 Activate video saving if you often exchange videos and want to have quick access to them.
  • 📂 There is no such option for documents; they always remain only in the internal folder of the application.

After enabling this option, new files will appear along the path Internal memory/DCIM/Telegram or Videos/Telegram. These directories are outside the scope of strict restrictions Scoped Storage and are accessible to any file manager without special permissions. This is the most convenient way to organize media for the average user.

💡

Enabling saving in the gallery duplicates files: they take up space both in the system cache folder and in the general gallery, which speeds up the consumption of smartphone memory.

Clearing the cache and deleting unnecessary ones files

Messenger Telegram is known for its appetite for free space. Over time, the cache folder can grow to tens of gigabytes, filling up memory Xiaomi. Cleaning is best done using the application itself, as it correctly removes links to files from the database, preventing errors.

Go to Settings → Data and memory → Memory usage. Here you will see detailed statistics on the occupied space. The “Clear Telegram cache” button is safe: it will delete temporary files (photos, videos that have already been viewed), but will not affect your personal correspondence. If necessary, you can download them again from the cloud.

If you decide to delete files manually through Explorer, be extremely careful. Deleting files from the folder Android/data/.../files will free up space, but in the messenger interface, “broken” previews will remain in place of the deleted photos. The application will try to download them again when opening the chat, consuming traffic.

☑️ Clearing memory correctly

Done: 0 / 1

Transferring files to a computer and backup

To transfer large amounts of data to a PC, using cloud storage may be inconvenient due to traffic limits. Direct connection via USB cable remains the fastest solution. However, due to limitations in Android 11+, your computer may not display the folder immediately. Android/data straightaway.

When connecting your smartphone to Windows, make sure that File Transfer (MTP) mode is selected in the notification on your phone screen. If the data folder is empty on the computer screen, try using the utility Android Debug Bridge (ADB). This is a tool for developers that allows you to get full access to the file system through the command line.

adb pull /sdcard/Android/data/org.telegram.messenger/files/Telegram/ C:/Backup/Telegram/

This command will copy the entire directory of Telegram files to the C drive in the Backup folder. This method works stably on all versions Android, including the latest security updates, as it works at the debug level, bypassing user interface restrictions.

⚠️ Attention: MIUI and HyperOS interfaces are regularly updated. Menu layout and item names may change. If you do not find the described option, check the official help section in the settings of your smartphone.

Frequently asked questions (FAQ)

Why did the Telegram folder disappear from the root partition of memory?

This is due to the update to Android 11 and higher. The system forcibly moved application files to a protected directory Android/data to increase security. Only general media files now remain in the memory root if saving to the gallery is enabled.

Is it possible to return files back to the memory root without root access?

It is impossible to return the application system folder to the root without modifying the system. However, you can configure duplication of photos and videos to a shared folder DCIM through the settings of the messenger itself, which will solve the access problem.

Is it safe to delete the org.telegram.messenger folder?

Deleting this folder through Explorer will free up space, but may lead to malfunctions of the application. It is recommended to use the built-in cache clearing function inside Telegram settings to safely delete temporary files.

Where are voice messages on Xiaomi?

Voice messages are stored at the path Android/data/org.telegram.messenger/files/Telegram/Telegram Voice. They have the extension .ogg. To listen to them outside the messenger, you will need any audio player that supports this format.

Why does the computer not see the files inside the data folder when connected?

The MTP protocol used when connecting via USB can hide the contents of the folder Android/data due to access restrictions. Try using the ADB command or third-party utilities like Total Commander with the ADB plugin for access.