How to use SD card as default storage on Android

You can turn an SD card into your Android phone’s internal memory so that it can be used as an extension of standard space rather than as a separate unit. The process is quite simple as long as the option is enabled.

How to turn SD card into internal memory

How to turn an SD card into internal memory

The feature to unify the internal memory space of the mobile phone and that of a microSD card was introduced in Android 6.0 Marshmallow. Therefore, your smartphone must run this version or later.

With everything in hand, let’s turn the SD card into internal memory.

  1. Open the Settings app and tap “Storage”, Storage and USB” or equivalent (varies by manufacturer);
  2. Tap on “SD Card”;
  3. Tap “Options” (the three dots) and then “Settings”, “Settings and Storage” or corresponding;
  4. Tap “Format as internal” and then “Clear and format”, “Format SD card” or the corresponding option.

And ready.

Doing so will turn your SD card into an extension of your Android phone’s internal space, storing both files and apps.

To reuse the SD card as a separate memory, do the following:

  1. Open the Settings app and tap “Storage”, Storage and USB or equivalent (varies by manufacturer);
  2. Tap on “SD Card”;
  3. Tap on “Options” (the three dots) and then “Settings”;
  4. Tap “Format as portable” and then “Format.”

And ready.

The option does not appear, now what?

Many manufacturers hide the SD card formatting option as internal memory, but it is still possible to use it. For this you will need a Windows 10 computer and the ADB and Fastboot package, tools also used to install other ROMs on the Android phone such as LineageOS.

First, you will need to enable USB debugging on your Android phone:

  1. Open the Settings app and tap “About Phone”;
  2. Tap on “Software Info”;
  3. Tap “Build Number” several times (varies by manufacturer) until the phone tells you that you are now a developer;
  4. Return to the main Settings screen and tap “Developer/Developer Options”;
    On some devices, the option is within the “System” menu;
  5. Turn on the USB Debugging switch and confirm.

That done, it’s time to force Android to display the formatting option as internal memory:

  1. Go to developer.android.com and download the package with ADB and Fastboot;
  2. Extract the package to the root folder of your computer;
    To make the process easier, rename the folder “platform-tools” to “adb”;
  3. Connect your Android phone to the computer;
  4. Type “cmd” (without quotes) into the Windows 10 search field and hit “Enter”;
  5. At the Command Prompt, type “cd \adb” (without quotes) and hit “Enter”;
  6. To confirm that the phone has been recognized, type “adb devices” (without quotes) and hit “Enter.”
    The prompt should return a message with the word “device” and a number indicating that it has recognized the device;
  7. Type “adb shell” (without quotes) and hit “Enter”;
  8. Type “sm set-force-adoptable true” (without quotes) and hit “Enter”;
  9. Type “exit” (without quotes) and hit “Enter” to close adb.

Following these steps, you can now disconnect your phone from your computer and perform the procedure, as the option to format the SD card as internal memory will be available permanently.

Leave a Comment