Adoptable storage (also called "internal format" or "flex storage") lets you format a microSD card so Android treats it as an extension of your phone's built-in storage. The card is encrypted, merged with internal storage, and becomes invisible as a separate drive — apps, photos, and downloads can live on it transparently. However, this comes with serious trade-offs that you must understand before committing.
Should You Use Adoptable Storage?
Format as internal storage only if: your device has very limited built-in storage (16-32 GB), you have a fast SD card (UHS-I minimum, A1/A2 rated preferred), and you understand the card becomes permanently tied to that specific device. For most modern phones with 64 GB+ internal storage, portable format is the better choice because it allows easy file transfer between devices.
What Adoptable Storage Actually Does
When you format an SD card as internal storage, Android performs several operations:
- Erases the card completely — all existing data is permanently deleted
- Encrypts the card with a device-specific key tied to your phone's hardware
- Formats it as ext4 — a Linux filesystem (not FAT32 or exFAT like portable cards)
- Merges the storage pool — the card's capacity is added to your internal storage total
- Hides the card — it no longer appears as a separate "SD card" in file managers or Settings
After this, Android decides automatically where to store new apps, photos, and data. You cannot manually choose "save to SD card" anymore because the card IS internal storage from the system's perspective.
Step-by-Step: Format as Internal Storage
Prerequisites
- A microSD card you are willing to erase completely (back up everything first)
- An A1 or A2 rated card for acceptable performance (standard Class 10 will be very slow)
- A device that supports adoptable storage (check manufacturer — Samsung disables it by default)
Process
- Insert the SD card into your phone
- When the "New SD card detected" notification appears, tap Set up (or go to Settings → Storage)
- Select Format as internal storage (or "Use as internal storage")
- Read the warning about data loss and tap Format or Erase & Format
- Wait 1-5 minutes for the formatting and encryption process to complete
- When prompted "Move content to SD card?", choose:
- Move now — transfers photos, files, and eligible apps immediately
- Move later — keep current data on internal storage; new data may go to either location
If the Option Doesn't Appear
Some manufacturers remove the adoptable storage option from the Settings UI. You can force it via ADB:
adb shell sm set-force-adoptable true
adb shell sm partition disk:179,0 private
Replace disk:179,0 with your actual disk identifier (find it with adb shell sm list-disks). This works on many Samsung, Huawei, and Xiaomi devices, though behavior varies by firmware version.
Pros of Adoptable Storage
More usable space: The SD card's capacity is added directly to your available internal storage. A 256 GB card transforms a cramped 32 GB phone into a spacious device.
App storage: Apps can be installed to the SD card automatically. Some apps that refuse to "move to SD card" in portable mode work fine on adoptable storage because they believe they are on internal storage.
Transparent operation: You do not need to manually manage what goes where. Android handles placement of new files, app installations, and updates across both storage areas.
Photos and media: Camera apps save directly to the merged pool. No need to configure separate save locations.
Cons of Adoptable Storage — Read Carefully
Performance penalty: SD cards are dramatically slower than internal storage (eMMC/UFS). Even a fast A2 card delivers around 30-40 MB/s sequential and poor random I/O — compared to 500-1500 MB/s from UFS 3.x internal storage. Apps on the card launch noticeably slower. The system may stutter during heavy I/O.
Card removal breaks everything: If the card is removed (accidentally ejected, card failure, or slot damage), all apps and data stored on it become inaccessible immediately. The phone may boot-loop, crash repeatedly, or show "app not installed" errors until the card is reinserted.
Card failure means total data loss: SD cards have limited write endurance. Using one as primary storage accelerates wear. If the card dies, the data is encrypted and unrecoverable — there is no way to read it on another device or recover it with data recovery tools.
Cannot use card in other devices: The encryption is tied to your phone. You cannot insert the card into a computer, camera, or another phone to read files. It appears as corrupted/unformatted in any other device.
Cannot easily migrate to a new phone: When upgrading phones, you cannot just move the SD card over. You must back up everything, format the card as portable (losing all data), and start fresh on the new phone.
Factory reset removes the encryption key: If you factory reset your phone, the SD card data becomes permanently inaccessible even if the card is still inserted.
Performance Recommendations
If you decide to use adoptable storage, the SD card speed matters enormously:
| Card Rating | Sequential Speed | Random I/O | Suitable? |
|---|---|---|---|
| Class 10 / UHS-I (no A rating) | 10-30 MB/s | Very poor | ❌ Unusable for apps |
| A1 rated | 10+ MB/s sequential, 1500 IOPS random | Moderate | ⚠️ Acceptable for light use |
| A2 rated | 30+ MB/s sequential, 4000 IOPS random | Good | ✅ Best option for adoptable |
The "A" (Application Performance) rating specifically measures random read/write performance — the metric that matters most for app launching and system responsiveness. Never use a card without an A rating for adoptable storage.
Managing Adoptable Storage with AnExplorer
Once your SD card is formatted as internal storage, AnExplorer treats the merged storage as a single unified space. You will not see a separate "SD Card" entry in the sidebar. Instead:
- Storage Analyser shows total capacity (internal + card combined)
- File paths remain the same (
/storage/emulated/0/for all user data) - You can still use AnExplorer to identify which physical storage each file resides on by checking file properties
To monitor card health and usage:
- Open AnExplorer → Storage Analyser
- Review the combined storage breakdown
- Use Sort by Size to identify large files and manage space effectively
Reverting to Portable Storage
If you want to use the SD card normally again:
- Back up everything — copy important files to your computer, cloud storage, or a NAS via AnExplorer's cloud connections or SMB client
- Go to Settings → Storage → Internal Storage → tap the SD card partition
- Select Format as portable (or "Format as external")
- Confirm the format — this erases and re-encrypts the card as standard exFAT
- The card is now readable by any device again
After reverting, apps that were stored on the card will need to be reinstalled. Photos and files that were only on the card are lost unless you backed them up first.
When to Use Adoptable vs Portable Storage
| Scenario | Recommendation |
|---|---|
| Phone has 16-32 GB internal | Adoptable (with A2 card) |
| Phone has 64 GB+ internal | Portable |
| You frequently swap cards between devices | Portable |
| You want a backup you can read on PC | Portable |
| You install many large apps/games | Adoptable (with A2 card) |
| You mainly store photos and music | Portable |
| Device runs Android 6-9 | Adoptable works best here |
| Device runs Android 12+ | Portable (better native management) |
Troubleshooting
Phone is slow after formatting as internal
Your SD card is too slow for app storage. Check if it has an A1 or A2 rating. If not, revert to portable and use it only for media files. Move apps back to internal storage first: Settings → Apps → App → Storage → Change → Internal.
"SD card removed unexpectedly" errors
The card may have a poor connection in the slot, or it is beginning to fail. Remove and reinsert it firmly. If errors persist, back up immediately and replace the card — this is often an early sign of card failure.
Cannot format as internal — option missing
Your device manufacturer has disabled adoptable storage. Try the ADB method described above, or accept portable mode and manually move media files to the card using AnExplorer.
Related Guides
- Merge SD Card with Internal Storage — detailed merging process and troubleshooting
- Move Apps to SD Card — alternative approach using portable storage
- SD Card Not Showing — fix detection issues
- Internal vs External Storage — understand storage types