The internal memory of smartphones Samsung based Android often becomes a โblack boxโ for users: the files are there, but how to see or copy them - unclear. It is especially difficult for a beginner to understand when the system asks for access rights, hides system folders, or does not display the phone at all in Windows Explorer. In this article we will look at all current ways to open internal memory from basic (via cable and My Files) to advanced (via ADB and third-party file managers).
It is important to understand: access to internal memory is limited not only technically, but also at the security level Android. For example, starting with version Android 11, Google tightened the rules for working with /data and /storagesections, and Samsung added its own nuances to the shell One UI. Therefore, the methods that worked on Galaxy S8may not work on Galaxy S23 โwe will also mention this.
1. Connecting via USB: why the computer does not see the phone
The most obvious way is to connect Samsung to the PC via a cable. But problems await users here: the phone is not detected, the โDevice not recognizedโ notification appears, or the internal memory folders are simply not displayed. The reasons usually lie in three things:
- ๐ Wrong connection mode. By default Android uses the โChargingโ mode, which does not transfer data.
- ๐ฅ๏ธ Lack of drivers. Windows does not always automatically install drivers for Samsung (especially on older versions of the OS).
- ๐ Blocking from the phone. Starting from Android 12, the system may request access confirmation each time you connect.
To fix this, follow the steps:
- Connect the phone to the PC original cable (cheap cables often do not support data transfer).
- Swipe down the notification panel on the phone and click on the notification "USB chargingยป.
- Select the mode "File transferยป (File Transfer) or "Image transferยป (PTP).
- If the computer still does not see the phone, install official Samsung drivers and restart the PC.
โ ๏ธ Attention: On Windows 11 sometimes it helps to disable the "Quick launch" feature in the power options. Also check if an antivirus is blocking access (for example Kaspersky or Avast).
2. Access through a standard file manager My Files
If you donโt need a computer, but just want to view or organize files directly on your phone, use the built-in application My Files (also called โMy filesโ) It is preinstalled on all smartphones Samsung with shell One UI and allows you to:
- ๐ View files by category (images, videos, documents, audio).
- ๐ Search for files by name or extension.
- ๐๏ธ Delete, copy or move files between folders.
- ๐ See used/free space on internal memory and SD card.
To open My Files:
- Open application menu (swipe up from the bottom of the screen).
- Find the "My files"(folder with a blue mark).
- At the top of the screen, select the "Device" tab to access the internal memory.
Please note: My Files does not show hidden system folders (for example, /data or /systemTo see them, you will need root access or special applications like FX File Explorer.
If downloaded files are not displayed in My Files check the folder Download (Downloads) or use a filter by file type (button with three dots โ "Sorting")
3. Viewing the internal memory via Wi-Fi (without a cable)
If you donโt have a cable at hand or the USB port does not work, you can connect to the internal memory of your phone via local Wi-Fi networkThere are several ways to do this:
Method 1: Built-in function Samsung ยซFast transferยป (Quick Share)
The function is available on devices with One UI 5.0 and newer (for example, Galaxy S22, S23, A54It allows you to transfer files between devices Samsung no cable, but does not provide full access to the file system.
Method 2: Applications for remote access
For full work with files via Wi-Fi, use third-party applications:
- ๐ Solid Explorer (paid, but with trial period).
- ๐ฑ FX File Explorer (free, but requires setting up an FTP server).
- ๐ฅ๏ธ ES Explorer (outdated, but still works on older versions Android).
Example of setup via Solid Explorer:
- Install application from Google Play.
- Open the side menu and select "Remote Managerยป.
- Click "Start server" and write down the address (for example,
ftp://192.168.1.100:2221). - On your computer, open Windows Explorer โ enter the address in the address bar โ enter your login/password (often empty by default).
โ ๏ธ Attention: When transferring files via Wi-Fi, the speed will be lower than via USB 3.0. Also make sure that your phone and computer. connected to same network (not via VPN or mobile data).
4. Use ADB to access hidden folders
If you need to access system partitions (for example /data/data to backup applications), standard methods will not work - you will need Android Debug Bridge (ADBThis method is suitable for advanced users and requires:
- ๐ป Computer with installed
ADBand drivers Samsung. - ๐ง Enabled "For developers" mode on phone.
- ๐ Permissions for USB debugging.
Connection instructions:
- Activate developer mode: go to
Settings โ About phone โ Software informationand click on "Build numberยป. - Go back to
Settings โ Settings developerand turn on "USB debuggingยป. - Connect your phone to the PC and confirm permission for debugging.
- On the computer, open command line (
Win + Rโ entercmd) and run:
adb devices
(your device should be displayed)
adb shell
ls /storage/emulated/0
(will show the contents of the internal memory)
To copy files from your phone to your PC:
adb pull /storage/emulated/0/DCIM/ C:\Photos\
โ ๏ธ Attention: CommandsADBwith rightsroot(for example,adb root) on modern ones Samsung do not work without unlocking the bootloader, which leads to data reset and loss of warranty.
What to do if adb devices does not see the phone?
1. Check if USB debugging is enabled in the developer settings.
2. Try another USB cable (preferably the original one).
3. Install drivers Samsung USB Driver for Mobile Phones from the official website.
4. Restart your phone and computer.
5. If you use Windows, try running the command line as an administrator.
5. Cloud services: Samsung Cloud and alternatives
If you do not need direct access to the file system, but simply need save or transfer files, use cloud services. Samsung offers its own solution - Samsung Cloud, but with 2021 it has undergone changes:
| Service | Free space | Features | Suitable for |
|---|---|---|---|
| Samsung Cloud | 15 GB | Automatic backup of contacts, photos, notes. Does not support manual file upload. | Data backup |
| Google Drive | 15 GB | Integration with Google Photos, ability to upload any files. Speed depends on the Internet. | File storage and sharing |
| Yandex Disk | 10 GB | Automatic photo/video upload, yes offline access. On Samsung may require manual configuration. | Multimedia backup |
| Dropbox | 2 GB | Minimalistic interface, high synchronization speed. Paid for volume >2 GB. | Document sharing |
To upload files to Samsung Cloud:
- Open
Settings โ Accounts and archiving โ Samsung Cloud. - Login to your account Samsung (if not logged in).
- Select โData backup" and mark the desired categories (photos, contacts, etc.).
- Click "Backupยป.
To manually upload files to Google Drive or Yandex Disk use the appropriate applications from Google Play.
Cloud services are convenient for backup, but do not replace direct access to the file system. They are not suitable for working with system files (/data, /system).
6. Access problems: rights, encryption and errors
Even if you connected your phone correctly, errors may occur. Considered cases and solutions:
๐ Error "Access denied" when opening a folder
Reasons:
- The folder belongs to another application (for example,
/Android/data/com.whatsappis available only WhatsApp). - The file system is encrypted (starting from Android 7.0).
- There are no rights
rootfor system folders.
Solution: use built-in file manager the application that owns the folder (for example, for WhatsApp its own backup menu).
๐ต The phone is connected, but the folders are not displayed in Windows
Possible reasons:
- The phone is in โCharging Onlyโ modeCharging onlyยป.
- Drivers MTP (Media Transfer Protocol) are not installed or conflict.
- The phoneโs USB port is damaged (try another cable or port on a PC).
Solution: update the drivers via Samsung Smart Switch or manually download Samsung USB Driver.
๐ Folders are displayed, but empty
This often happens with folders DCIM or Downloadif:
- The files are hidden (turn on the display of hidden files in the Windows Explorer settings).
- The files are protected DRM (for example, screenshots from bank accounts applications).
- The folder is encrypted (starting from Android 9.0).
โ ๏ธ Attention: On devices with Android 11+ and One UI 3.1+ access to folders of other applications (/Android/data/) is limited even for file managers. This is a security measure, and you can bypass it withoutrootimpossible.
7. Alternative file managers with extended rights
Standard My Files from Samsung reduced in functionality. To work with internal memory at an advanced level, use third-party applications:
| Application | Advantages | Disadvantages | Required root? |
|---|---|---|---|
| Solid Explorer | Two-panel interface, support for FTP/SFTP, cloud storage. | Paid version (free - 14 days). | No |
| FX File Explorer | Built-in FTP server, work with ZIP/RAR, access to root. |
Difficult for beginners. | Optional |
| Root Explorer | Full access to system folders, editing files with rights root. |
Required root, paid. |
Yes |
| MiXplorer | Free, no fuss, support for themes and plugins. | No official support (distributed through XDA). | No |
Example setup FX File Explorer for access to hidden folders:
- Install the application and open it.
- In the side menu, select "Settingsยป โ ยซShow hidden filesยป.
- To access
/dataor/systemrequiredroot(click "Root access" in the settings).
If root is missing, some folders will be read-only.
Install original Samsung drivers|Enable USB debugging (if you need ADB)|Check the connection mode (MTP/PTP)|Update your phone software to the latest version|Make a backup copy of important data-->
FAQ: Frequently asked questions about access to internal memory Samsung
Is it possible to open the internal memory Samsung without a computer?
Yes, use the built-in file manager My Files or third-party applications like Solid ExplorerThey allow you to view, copy and delete files directly on the phone. access to system folders (/data, /system) will be required root.
Why doesnโt Windows see Samsung when connected via USB?
There are several reasons:
- The "Transfer files" (check the notification on your phone).
- Missing drivers MTP (install Samsung USB Driver).
- The USB port or cable is damaged (try another).
- Blocking by antivirus (disable protection on connection time).
How to copy files from internal memory to SD card?
Use My Files:
- Open the application and go to the folder with the files.
- Select the desired files (long click โ check the boxes).
- Click โCopy" or "Moveยป.
- Select
SD cardas the destination.
If the "SD card" button is grayed out, check if the card is formatted as portable storage (not as internal memory).
Is it possible to recover deleted files from internal memory?
Yes, but with reservations:
- If the files were recently deleted, try applications like DiskDigger or Recuva (required
rootfor deep scanning). - For photos, check the folder
.trashin My Files (deleted files 15โ30 are stored there days). - If the memory was encrypted, recovery is almost impossible.
โ ๏ธ Do not write new files to the phone after deletion - this reduces the chances of recovery.
How to unlock access to folder /Android/data/?
Starting from Android 11, access to this folder is limited for security reasons. You can bypass the restriction only:
- Using
ADB(commandadb pull /sdcard/Android/data/), but not all files will be copied. - Obtaining
rootrights (risk of loss of warranty). - Using backup via Titanium Backup (also required
root).
For most users it is easier to copy the necessary files through the app itself (for example, WhatsApp has a function for exporting chats).