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:

  1. Connect the phone to the PC original cable (cheap cables often do not support data transfer).
  2. Swipe down the notification panel on the phone and click on the notification "USB chargingยป.
  3. Select the mode "File transferยป (File Transfer) or "Image transferยป (PTP).
  4. 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).
๐Ÿ“Š Which connection method do you use more often?
Via USB
Via Wi-Fi
Via the cloud
File manager on the phone

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:

  1. Open application menu (swipe up from the bottom of the screen).
  2. Find the "My files"(folder with a blue mark).
  3. 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:

  1. Install application from Google Play.
  2. Open the side menu and select "Remote Managerยป.
  3. Click "Start server" and write down the address (for example, ftp://192.168.1.100:2221).
  4. 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 ADB and drivers Samsung.
  • ๐Ÿ”ง Enabled "For developers" mode on phone.
  • ๐Ÿ“‹ Permissions for USB debugging.

Connection instructions:

  1. Activate developer mode: go to Settings โ†’ About phone โ†’ Software information and click on "Build numberยป.
  2. Go back to Settings โ†’ Settings developer and turn on "USB debuggingยป.
  3. Connect your phone to the PC and confirm permission for debugging.
  4. On the computer, open command line (Win + R โ†’ enter cmd) 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: Commands ADB with rights root (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:

  1. Open Settings โ†’ Accounts and archiving โ†’ Samsung Cloud.
  2. Login to your account Samsung (if not logged in).
  3. Select โ€œData backup" and mark the desired categories (photos, contacts, etc.).
  4. 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.whatsapp is available only WhatsApp).
  • The file system is encrypted (starting from Android 7.0).
  • There are no rights root for 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 without root impossible.

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:

  1. Install the application and open it.
  2. In the side menu, select "Settingsยป โ†’ ยซShow hidden filesยป.
  3. To access /data or /system required root (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:

  1. Open the application and go to the folder with the files.
  2. Select the desired files (long click โ†’ check the boxes).
  3. Click โ€œCopy" or "Moveยป.
  4. Select SD card as 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 root for deep scanning).
  • For photos, check the folder .trash in 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 (command adb 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).