To merge your SD card with internal storage on Android, go to Settings → Storage → SD card → Format as internal storage. This erases, encrypts, and integrates the card as part of your device's internal storage pool. If your manufacturer has hidden this option, you can force it using ADB commands. The merge adds the card's full capacity to your available internal storage, but the card becomes unreadable on any other device and performance depends on the card's speed.
Understanding the Merge Process
When you "merge" an SD card with internal storage, you are performing what Android calls "adoptable storage." The system:
- Erases the SD card completely — all existing data is permanently deleted
- Creates an ext4 filesystem — replacing the standard FAT32/exFAT format
- Encrypts the partition — using a key tied to your specific device
- Registers the card as internal — Android adds its capacity to the internal storage pool
- Enables app installation — apps can now be stored on the card transparently
After merging, there is no separate "SD card" in your storage settings or file manager. The additional capacity appears as part of "Internal storage" — Android handles file placement between the two physical storage areas automatically.
Method 1: Through Settings (Easy)
Supported Devices
Some manufacturers support adoptable storage through the Settings UI:
- Stock Android (Pixel, Android One): Usually supported
- Motorola: Usually supported
- Nokia: Usually supported
- Sony: Supported on most models
- HTC: Supported
- Samsung: Disabled by manufacturer (requires ADB)
- Huawei/Honor: Disabled by manufacturer (requires ADB)
- Xiaomi/POCO: Disabled by manufacturer (requires ADB)
- OnePlus/Oppo: Disabled by manufacturer (requires ADB)
Steps
- Back up your SD card — copy all files to computer or cloud
- Insert the SD card into your phone
- When the "New SD card detected" notification appears, tap Set up
- Alternatively: Settings → Storage → SD card → Format → Format as internal storage
- Read the warning about data loss → tap Format or Erase & Format
- Wait for the formatting and encryption process (1-5 minutes depending on card size)
- When prompted "Move data now?":
- Move now: Migrates existing photos, files, and eligible apps to the expanded storage
- Move later: Keeps current data on the original internal storage
Method 2: ADB Commands (For Any Device)
If your manufacturer has hidden the adoptable storage option, you can force it using ADB (Android Debug Bridge):
Prerequisites
- Install ADB on your computer:
- Windows: Download Platform Tools
- macOS:
brew install android-platform-tools - Linux:
sudo apt install adb
- Enable Developer Options: Settings → About → tap Build number 7 times
- Enable USB Debugging: Settings → Developer Options → USB debugging
- Connect phone to computer with a data-capable USB cable
- Accept the RSA key prompt on your phone
Full Merge (Entire Card as Internal)
adb shell sm set-force-adoptable true
adb shell sm list-disks
This returns something like disk:179,0 — note your disk ID. Then:
adb shell sm partition disk:179,0 private
The entire SD card is now formatted as internal storage. Your phone will show expanded internal storage capacity.
Partial Merge (Mixed Partition — Recommended)
This creates two partitions — one merged as internal, one remaining portable:
adb shell sm set-force-adoptable true
adb shell sm list-disks
adb shell sm partition disk:179,0 mixed 50
The number (50) is the percentage kept as portable storage. So mixed 50 means:
- 50% of the card → merged as internal storage (encrypted, fast-access for apps)
- 50% of the card → remains portable (readable by computers, cameras, other devices)
Other examples:
mixed 25= 75% internal + 25% portablemixed 75= 25% internal + 75% portable
Why Mixed Partition Is Often Better
| Aspect | Full Merge | Mixed Partition |
|---|---|---|
| App storage expansion | Maximum | Moderate |
| Portable media storage | None | Yes |
| Card readable by PC | No | Partially (portable part) |
| Best for | Very low internal storage (16 GB) | Most users (32-64 GB internal) |
Mixed partitioning gives you the best of both worlds — expanded app storage AND a portable partition for moving files between devices.
After Merging: What Changes
In Settings
- Storage shows one combined capacity (e.g., "Internal storage: 96 GB" instead of "32 GB internal + 64 GB SD card")
- No separate SD card entry appears
- The storage breakdown (apps, images, videos, etc.) covers both physical storages combined
In AnExplorer
- Internal Storage shows the combined capacity
- No separate SD Card entry in the sidebar
- Files can exist on either physical storage — AnExplorer shows them unified
- Storage Analyser reports the total combined space
For Apps
- Apps can be installed without worrying about which storage they go to
- Android decides placement automatically
- Large games with multi-GB assets fit more easily
- However, app launch times may increase if the app lands on the slower SD card
Performance Considerations
The SD card is always significantly slower than internal storage (eMMC/UFS):
| Operation | Internal (UFS 3.x) | Good SD Card (A2) | Budget SD Card |
|---|---|---|---|
| Sequential Read | 1000-2000 MB/s | 80-170 MB/s | 20-40 MB/s |
| Sequential Write | 500-1000 MB/s | 60-90 MB/s | 10-25 MB/s |
| Random Read (IOPS) | 50,000-100,000 | 4,000 | 1,500 |
| Random Write (IOPS) | 40,000-80,000 | 2,000 | 500 |
Random I/O performance matters most for app responsiveness. The gap is enormous — even the best SD cards are 10-25x slower than internal storage for random operations. This translates to:
- Apps stored on the card take 2-5 seconds longer to launch
- System UI may stutter if core services are on the card
- Games with frequent asset loading feel sluggish
- Camera app may lag if saving to the card during burst mode
Minimizing Performance Impact
- Use an A2-rated card: Required for acceptable app performance. A1 is minimum; A2 is recommended.
- After merging, move performance-critical apps back to internal: Settings → Apps → App → Storage → Change → Internal shared storage
- Leave system apps on internal: Do not move system apps or frequently used apps to external
- Accept media storage on card: Photos, videos, and music are fine on slower storage (sequential access)
Moving Data After Merge
After merging, you can migrate existing data:
From Settings
Settings → Storage → Internal storage → Migrate data (or "Move data")
This moves:
- Photos and videos from DCIM/Pictures to the expanded pool
- Downloads folder contents
- Some app data (varies by app)
- Files in standard media directories
Manually with AnExplorer
Since both storages appear as one "Internal Storage," file management is transparent. Just organize your files normally — Android handles physical placement.
Moving Apps
Settings → Apps → App name → Storage → Change → select storage location
Not all apps support moving. System apps and some critical apps are locked to the faster internal storage.
Reverting the Merge
If performance is unacceptable or you need the card for another purpose:
- Back up all data: Copy important files to computer, cloud, or NAS via AnExplorer
- Move apps back to internal: Settings → Apps → check each app and move to internal storage
- Go to Settings → Storage → tap the storage → Format as portable storage (or Eject → Format)
- Confirm the format — card is erased and returned to exFAT
- The card is now readable by any device again
Warning: If you format as portable without moving apps first, those apps and their data are permanently lost.
Troubleshooting
"Unsupported SD card" or card keeps disconnecting after merge
- The SD card may be failing. Run a health check on a computer (H2testw on Windows, F3 on Linux)
- Use a higher quality card — cheap cards have poor controllers that fail under adoptable storage workload
- Remove and reinsert the card firmly — poor physical contact causes intermittent disconnections
- Try a different SD card (borrow one to test)
Phone is extremely slow after merging
- Your SD card is too slow (no A1/A2 rating). Revert the merge and use the card only for portable media storage
- Move resource-intensive apps back to internal: Settings → Apps → sort by storage location
- Consider partial merge (mixed partition) — keep apps on internal, use card for media only
"SD card unexpectedly removed" errors
- Physical connection issue — remove and reinsert the card
- Card is failing — back up immediately and replace
- Case/cover pressing against the card slot — check physical fit
- Card slot issue — try a different SD card to confirm it is the card (not the phone)
Cannot access files after merge
- Files are encrypted — they are only accessible on the device that performed the merge
- If you factory reset, the encryption key is lost and card data is unrecoverable
- This is by design — it prevents someone from reading your data by removing the card
Related Guides
- Format SD Card as Internal (Adoptable Storage) — pros, cons, and when to use
- Move Apps to SD Card — alternative without merging
- SD Card Not Showing — fix detection issues
- Free Space Without Deleting — alternatives to expanding storage