Where and how to find the application in Xiaomi Explorer: hidden folders, APK-files and system utilities

Have you ever tried to find an installed application file on a Xiaomi smartphone but couldn’t find it in the standard MIUI Explorer? This problem is familiar to many brand users β€” despite the intuitive interface, finding.apk files or folders with these programs often turns into a quest. Unlike β€œpure” Android, the MIUI shell hides part of the system directories, changes storage paths and even blocks access to some sections without additional settings.

In this article, we will explore all possible ways to search for applications in Xiaomi Explorer, from basic methods for beginners to advanced techniques for power users.

  • πŸ“¦ Established APK-files (including cache and data)
  • πŸ” System applications and their backup copies
  • πŸ“‚ Folders with user settings of programs
  • πŸ”’ Hidden directories accessible only through root or ADB

We will pay special attention to the new versions of MIUI 14/15, where the logic of file storage has changed compared to previous firmware.

Why are apps not displayed in Xiaomi Explorer?

The problem with finding applications in MIUI Explorer is the shell architecture, and here are the key reasons why you might not find the files you want:

  • πŸ” Access Restrictions: By default, Explorer hides system folders (for example, /data/app), This is designed to protect against the accidental deletion of critical files.
  • πŸ—ƒοΈ Modified storage routes: B MIUI 12+ Part of the application is installed in virtual sections (/mnt), which are not displayed without root rights.
  • πŸ“± Division into user and system APK: System applications (such as Mi Browser or Security) are stored in secure directories that are not available through the standard interface.
  • πŸ”„ Automatic cache cleanup: Cache files (.odex,.oat) can be deleted by the system when memory is scarce, making it difficult to find original cache files. APK.

In addition, Xiaomi has a Hidden Apps feature (available in Settings β†’ Applications β†’ Hidden Apps) that not only removes icons from the desktop, but also masks associated files in Explorer. If you activate this mode for the program, its data will not appear in the standard list.

⚠️ Attention: In the firmware MIUI Global and MIUI China can have different paths to system folders, like the Chinese version of the directory. /system/priv-app It is often blocked even for reading without superuser rights.

Method 1: Search through standard MIUI Explorer (without root)

If you need to find a custom app (installed manually or from Google Play), start with the basic method:

  1. Open Explorer (the folder icon on the desktop or in the application menu).
  2. Go to Device (or Internal Memory in older versions).
  3. Open the Android β†’ data β†’ find the folder with the name of the application package (for example, com.whatsapp for WhatsApp).
  4. To find the.apk file itself, go to Android β†’ obb (for games) or use the search extension *.apk.

It's important to understand that this directory only stores application data, not the executable files themselves. To find the original APK:

  • πŸ”Ž Enter the name of the package in the Explorer search bar (e.g. com.facebook.katana for Facebook).
  • πŸ“ Check the Download folder if you have installed it. APK manually, he could have stayed there.
  • πŸ”„ Use the filter by file type: click on the three dots in the upper right corner β†’ File type β†’ choose APK.

For system applications like Camera or Gallery, this method won't work, their files are stored in secure partitions, so move to Method 2.

Is Hidden Files Showable (Settings Explorer β†’ Show Hidden Files)

Is there a right to read the folder (the green lock should burn)

Is the search query correctly entered (without spaces and with the exact name of the package)

Is Download folder checked for original APK-->

Method 2: Using ADB to access system folders

If standard Explorer doesn’t show the files you need, you can access it via Android Debug Bridge (ADB), a method that doesn’t require root rights, but requires connecting your smartphone to your PC.

Here's the step-by-step instruction:

  1. Install ADB Tools on your computer.
  2. Turn on USB Debugging on your smartphone: Settings β†’ About Phone β†’ MIUI Version (click 7 times to activate Developer Mode) Settings β†’ Additional β†’ Developers β†’ Debugging over USB (enable)
  3. Connect your phone to your PC and execute in the command line: adb shell ls /data/app This will display a list of all installed user applications.
  4. To copy an APK to your computer, use: adb pull /data/app/com.example.package/base.apk C:\Temp\ (replace com.example.package with the real name of the package).

For system applications, the path will be different:

ls /system/priv-app

(for new versions of MIUI):

ls /system/system_ext/priv-app

⚠️ Note: Adb pull commands for system folders (/system/...) You can't do it without root rights, and then you get a Permission denied error. 3 superuser.

Type of applicationThe Road to ADBDo you need root rights?
Customized (from Play Market)/data/app/[package]No.
System (built-in)/system/priv-app/ or /system/app/Yes.
Updates to system applications/data/app/[package]-1/No.
APK from unknown sources/data/app/~~[random]===/No.

Standard MIUI Conductor

ADB via computer

Root Explorer (for example, Root Explorer)

Specialized applications (e.g. APK Extractor)

Never looked.-->

Method 3: Search with root conductor (for power users)

If your Xiaomi has Magisk or another root-rights method installed, you can use super-user-enabled explorers like Root Explorer, Solid Explorer or FX File Explorer. This will give you access to all system folders, including:

  • πŸ“Œ /system/app β€” standard MIUI;
  • πŸ“Œ /system/priv-app β€” Privileged System Programs;
  • πŸ“Œ /vendor/app β€” iron-producer;
  • πŸ“Œ /data/dalvik-cache β€” Optimized files to speed up work.

Instructions for Root Explorer:

  1. Open the application and provide root access when requested.
  2. Go to the root directory (/).
  3. Open /data/app – all custom APKs (in random name folders) are stored here.
  4. For system applications, go to /system/priv-app or /system/app.
  5. To copy an APK, hold the file β†’ Copy β†’ select the destination folder (e.g. /sdcard/Download).

Note that in the new versions of MIUI 14/15, some of the system applications are moved to /apex (for example, /apex/com.android.art). These files cannot be copied by standard methods - you will need to extract through adb backup or specialized utilities like APK Extractor.

πŸ’‘

If you often work with APK-files, install the application APK Extractor from Play Market. APK any installed application (including system) in the ExtractedApks folder on internal memory without the need to use ADB root.

Method 4: Search through the Apps menu in the settings

If your goal is not yourself APK-The file, and the application data (cache, settings, databases), you can do without the Explorer:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the desired application from the list.
  3. Click on Memory (or Warehouse in newer versions).
  4. You'll see here: πŸ“Š Size APK; πŸ—ƒοΈ Size of data; 🧹 Cache size; πŸ”— The path to the data folder (for example, /data/data/com.whatsapp).

Management of space

Open the folder.

This method is suitable for:

  • πŸ“Έ Clearing the cache of applications (for example, for Gallery or Camera);
  • πŸ“‚ Backup of user data (e.g. game saves);
  • πŸ” Search for large files that occupy a place in memory.

⚠️ Attention: B MIUI 14+ Open folder can be blocked for system applications. ADB root-guide.

Method 5: Extract APKs through specialized applications

If you need to get APK-The file of the installed application (for example, to backup or transfer to another phone), the easiest to use specialized utilities.-3 apps:

AnnexFeaturesSupport for MIUIReference
APK ExtractorRetrieves APKs of any application, including system applications. Saves to /sdcard/ExtractedApks/.Yes (including MIUI 15)Play Market
App ClonerIt allows not only to extract the APK, but also to create a modified copy of it.Yeah (requires USB debugging)Play Market
Backup & RestoreBacks up APK+data. Supports cloud storage.Yes (limitations for system applications)Play Market

Instructions for APK Extractor:

  1. Install an app from the Play Market.
  2. Open it and give access to the storage.
  3. In the list, select the desired application (marked with a tick).
  4. Click Extract APK – the file will be saved to /sdcard/ExtractedApks/.
  5. System applications may require confirmation via USB Debugging.

The advantage of this method is simplicity and speed, and the disadvantage is that some applications (like Google Play Services) may block the extraction of their APKs for security reasons.

How to bypass APK retrieval lock for secure applications?
For applications that block extraction APK Through standard methods (e.g., banking clients or Google services), use a combination of ADB + APK Extractor: 1. Connect your phone to your PC and activate it. ADB. 2. Follow the command: adb shell pm path com.example.app (replace com.example.app with the application package). 3. Copy the path from the answer (e.g, package:/data/app/~~abc123==/base.apk). 4. Extract. APK through ADB: adb pull /data/app/~~abc123==/base.apk C:\Temp\ This method works even for applications with protection from extraction.

Frequent mistakes and their solutions

When searching for applications in Xiaomi Explorer, users often encounter typical problems, and here are the most common errors and ways to fix them:

  • 🚫 "The folder is empty in /data/app: Reason: No viewing rights. Solution: Use ADB or root conductor. ADB: adb shell su -c "ls /data/app"
  • πŸ” "File not found" when searching by title: Reason: Packet name does not match app name.Solution: Find out the exact package via adb shell pm list packages | grep "keyword" (replace keyword with part of the name).
  • πŸ“‚ "No access to the folder": Reason: The folder belongs to another user (e.g. system). Solution: Change the rights through ADB: adb shell chmod 755 /path/to/folder or use root guide.
  • πŸ”„ "APK "Damaged" after extraction: Reason: The file was optimized (.odex,.oat). Solution: Extract APK through APK Extractor or use the command: adb shell pm install -r -t /path/apk integrity-check.

If you’re working with MIUI 14/15, note that some of the system applications are now stored in.apex format (e.g. /apex/com.android.adservices). These files cannot be opened like normal APKs, they are containers with multiple modules.

πŸ’‘

In the new versions MIUI (14+) user-path APK changed /data/app/[package] on /data/app/~~[random]===/[package]. This is done to improve security, but it makes it harder to manually search. ADB extraction applications APK, avoiding mistakes.

Can I find an APK app installed from the Play Market?
Yes, but with reservations. Google Play installs applications in encrypted form (.apk files are stored in /data/app, but they can not be simply copied).To get a working APK: Use APK Extractor (it decodes the file automatically). Or extract through ADB and then processed in APKTool. Note: unpacked APK from Play Market may not install on another device due to the signature.
Where are game data stored (e.g. saved in Genshin Impact)?
Game data is usually found in /Android/obb/[package] β€” additional files (graphics, levels); /Android/data/[package] β€” saves and cache; /data/data/[package] β€” internal settings (requires root). For Genshin Impact, the path will be /Android/data/com.mihoyo.GenshinImpact/files. To transfer the saves to another phone, copy the GenshinImpact folder in full.
How to find hidden system applications (such as Mi Cloud or Mi Video)
Hidden system applications in MIUI are stored in: /system/priv-app β€” privileged; /system/app β€” standard; /vendor/app β€” applications from the iron manufacturer. To access them: Use root conductor. Or retrieve through ADB: adb shell su cp /system/priv-app/MiCloud/MiCloud.apk /sdcard/ For Mi Video, the path will be /system/priv-app/MiVideo.
Why is the /data folder not displayed in Explorer?
The /data folder is hidden by default due to Android security restrictions. To see it, use root explorer (Magisk required). Or connect via ADB: adb shell ls /data In some firmware (e.g. MIUI EU), the folder is visible but read-only. If you need to copy files from /data, use the command: adb /data/app/com.example.package /path/pk
How to restore a remote application if your APK is still there?
If you still have one. APK-File, reinstall it: Transfer the file to the phone's memory (e.g., to the phone's memory) /Download). Open the Conductor, find APK If the installation is blocked, turn on the Installation from unknown sources in Settings. β†’ Annexes β†’ Special access: For system applications (e.g. Camera or Gallery) easy installation APK It will not work, you need to restore it via fastboot or MIUI System App Remover (requires root).