Folder "Popular" (or «Popular», «Trending») is an automatically created system directory on many smartphones Samsung, Xiaomi, Huawei and other brands. It appears in the gallery or file manager and contains media files that the system considers “relevant”: screenshots, downloads from instant messengers, frequently viewed images. For some users this is convenient, for others it is annoying garbage that takes up space and duplicates files.
The problem is that this folder cannot be deleted using standard means - it is restored after a reboot or synchronization. In this article we will look at 5 working methodsincluding hidden settings, ADB commands and even modification of system files (for advanced ones). Important: Some methods require root access or may affect the stability of the device. We will indicate the risks in advance.
Why does the “Popular” folder appear again and again
The folder "Popular" is not a virus or a system error. It is created Google services (for example, Google Photos or Google Drive) or smartphone manufacturer (in firmware MIUI, One UI, EMUI). Its tasks:
- 📌 Quick access to frequently used files (the algorithm analyzes your activity).
- 🔄 Synchronization with cloud services (for example, Google Photos automatically adds screenshots there).
- 📱 Advertising content (on some devices, the folder contains promotional materials from the manufacturer).
The system restores the folder after deletion, because:
- It is registered in
/system/mediaor/data/dataas “system”. - Google services or firmware periodically scan the storage and restore the “needed” directories.
- On some devices (Samsung Galaxy, Xiaomi Redmi) the folder is linked to brand cloud storage (Mi Cloud, Samsung Cloud).
⚠️ Attention: If you use Google Photos with the function "Backup", the folder can be created even after a complete reset. More about this in the section about cloud services.
Method 1: Disabling through gallery settings (without root)
The safest method — hide folder in the settings of the standard gallery. This will not physically remove it, but it will no longer appear in the interface. Suitable for most smartphones Android 10+.
Instructions:
- Open the application "Gallery" (or "Photo"if you have Google Photos).
- Tap on three dots (⋮) → "Settings" → "Folders".
- Find the folder "Popular" (or «Popular») and uncheck next to it.
- Confirm the action - the folder will disappear from the list, but the files will remain on the device.
Open gallery
Find the "Folders" section in the settings
Uncheck "Popular"
Reboot the device (optional)
-->
🔹 Method limitations:
- ❌ The folder remains in the file manager (for example, in Files by Google).
- ❌ After updating the firmware, the settings may be reset.
- ✅ Works on Samsung, Xiaomi, Realme without root.
⚠️ Attention: On some devices (Huawei, Honor) this method does not work due to firmware features. EMUIIn this case, proceed to the next method.
Method 2: Deleting through a file manager (with root access)
If you have root access, you can physically delete the folder. This method is suitable for advanced users, as it requires working with system directories.
Step-by-step guide:
- Install a file manager with root support (for example, Root Explorer or Solid Explorer).
- Go to the root directory (
/) and find the folder:/storage/emulated/0/Popular(on most devices),/sdcard/Popular(on older versions of Android),/data/media/0/Popular(if the folder is hidden).
🔹 What to do if the folder appears again?
- 🛠️ Change access rights to the parent directory (for example,
/storage/emulated/0/) through the command:chmod 755 /storage/emulated/0/This will limit the possibility of creating new folders without your knowledge.
- 📛 Rename the folder to something like
Popular_old—the system will not be able to restore it.
What happens if you delete the wrong folder?
Deleting system directories (for example, /system or /data) without root can lead to Android crash or data loss. Always check the path twice! If after deleting the device starts to slow down, reset it through Recovery Mode.
⚠️ Attention: On devices with MIUI 12+ and One UI 4+ the folder can be protected SELinux. In this case, you will need to temporarily switch the system to the Permissive command:
su
setenforce 0
But this increases the risk vulnerabilities!
Method 3: Disabling via ADB (without root)
If you do not have root access, but have a computer, you can use Android Debug Bridge (ADB)This method works on most devices, but requires enabling "USB debugging".
Instructions:
- Download ADB Tools on a PC and unpack it into a folder.
- On your smartphone, enable:
- «Developer options" (tap 7 times on the build number in “About phone”).
- «USB debugging" in the developer menu.
cmd (or Terminal on Mac/Linux):
Note: On some devices, instead ofadb devicesadb shell
pm uninstall -k --user 0 com.android.gallery3d
com.android.gallery3d maybe com.sec.android.gallery3d (Samsung) or com.miui.gallery (Xiaomi).🔹 What it does this command?
- ✅ Removes updates to the standard gallery, resetting it to the factory version (the "Popular" folder may disappear).
- ⚠️ Does not delete user data, but can reset the gallery settings.
📌 Alternative command (if the first did not work):
adb shell pm disable-user --user 0 com.google.android.apps.photos
This will disable Google Photoswhich is often responsible for creating the folder.
If ADB does not see the device, try reinstalling the drivers or using a different USB cable. data-i="182">sometimes the command helps Windows sometimes the team helps adb kill-server → adb start-server.
Method 4: Cleaning through cloud services
If the folder "Popular" is synchronized with Google Photos, Mi Cloud or Samsung Cloud, delete it on the device will not help - it will return with the next cloud update. In this case, you need disable synchronization.
Instructions for different services:
| Service | How to disable | Notes |
|---|---|---|
| Google Photos |
1. Open the application. 2. Tap on your avatar → “Settings” → “Backup and synchronization.” 3. Disable the slider. |
The folder may remain, but new files will not be added. |
| Mi Cloud (Xiaomi) |
1. “Settings” → “Accounts” → Mi Account. 2. “Synchronization” → disable “Gallery”. |
Requires authorization in Mi Account. |
| Samsung Cloud |
1. “Settings” → “Cloud and accounts.” 2. Select Samsung Cloud → “Synchronization” → disable “Gallery”. |
On new devices (One UI 5+), gallery synchronization can be linked to Google Photos. |
⚠️ Attention: Disable synchronization will stop automatic photo backup. If this is critical, use alternative services (for example, Yandex Disk or Dropbox) without automatic file sorting.
Method 5: Modifying system files (for experienced ones)
If none of the methods helped, it remains editing system configs. This is an extreme measure that requires root and knowledge of working with Android. We will consider two options:
- Deleting via
build.prop:- Open the file
/system/build.propin a text editor (for example, BuildProp Editor). - Add the line:
ro.config.nocreate_popular_folder=true - Save the file and reboot the device.
- Open the file
Magisk:
- Install the module Magisk (if not already installed).
- Download the module Disable Popular Folder (available on XDA Developers).
- Install it via Magisk Manager and reboot.
⚠️ Attention: Incorrect editing build.prop may lead to a boot loop (bootloop). Always make a backup copy of the file before making changes!
Modifying system files is the most radical method. Use it only if other methods have not worked, and you are prepared for possible consequences (for example, resetting settings or flashing the firmware).
What to do if nothing helps?
If folder "Popular" persistently returns, try:
- 🔧 Reset gallery settings:
- "Settings" → "Applications" → "Gallery" → "Storage" → "Clear" data."
- ⚠️ This will delete all application settings, but will not affect the files themselves.
- 📱 Use a third-party gallery:
- Install Simple Gallery, QuickPic or Aves —they do not create a folder “Popular.”
- 🔄 Update firmware:
- On some devices (Samsung Galaxy S22+, Xiaomi 13), the folder disappears after updating to the latest version Android.
💡 Last advice: If the folder is only visually annoying, but does not take up much space, it’s easier ignore itModern smartphones. have enough memory so that a few megabytes of “garbage” do not affect performance.
FAQ: Frequently asked questions about the "Popular" folder
❓ Why does the "Popular" folder appear even after full reset?
The folder is restored because its creation is specified in system firmware scripts or in the settings Google Photos. After the reset, the device connects to your Google account and synchronizes data, including “popular” files, before resetting. data-i="261">firmware system scripts
- Disable backup in Google Photos.
- Delete your Google account in the device settings.
- Reset via
Recovery Mode(and not through the settings menu).
❓ Is it possible to move the “Popular” folder to an SD card?
Technically yes, but this will not solve the problem. The folder will still be created on the internal drive, and a copy of it will appear on the SD card. If the goal is to free up space, better:
- Disable synchronization (see Method 4).
- Use
ADBto redirect the path (requires root).
Command for transfer (only for experienced):
adb shell ln -s /storage/EXTERNAL_SD/Popular /storage/emulated/0/Popular
❓ Will the method work with ADB on Android 14?
Starting with Android 13, Google has tightened the restrictions for ADB, so the command pm uninstall may not work. Alternatives:
- Use
adb shell pm disable-user --user 0 com.android.gallery3d. - Try to disable the gallery via App Inspector (requires Shizuku).
⚠️ Details of ADB operation may change in new versions of Android. Check the latest commands on official resources (for example, XDA Developers).
❓ Why do some photos disappear after deleting a folder?
The folder "Popular" often contains symbolic links files from other directories (for example, /DCIM/Screenshots). When it is deleted, these links are broken, but the original ones files remain in place. To return photos:
- Check folders
/DCIM,/Pictures,/Download. - Use the search in the file manager by creation date.
❓ Are there applications for automatically deleting a folder?
Yes, but most of them require root-rights or are unstable. Examples:
- SD Maid ("CorpseFinder" function).
- Files by Google (manual) cleaning).
- Root Cleaner (only for root).
⚠️ Beware of applications that promise to “delete folder without root” - they often contain advertising or malicious code.