As Android enthusiasts, we've all encountered the frustrating 'low internal storage' warning, especially on budget devices where space is limited and the OS takes up a significant portion—often around 25%. The good news? You can effectively double your storage by converting a compatible SD card into adoptable internal storage. This built-in Android feature (Marshmallow 6.0+) merges external storage with internal, treating it as one unified space. I've guided hundreds of users through this process successfully, and it's reliable when done right.

Before starting, ensure these key conditions are met for optimal performance and stability:
Always back up any data on your SD card first. Insert the card, then format it via Settings > Storage to prepare it.
Go to Settings > Storage (or Storage and USB). Check available space here.


Select SD Card or Portable Storage, tap the three-dot menu (hamburger icon) in the top right, and choose Settings.


In Settings, select Format as internal. This erases all SD card data and integrates it as internal storage. The process takes about 5 minutes.


Once complete, your storage will show combined capacity—no more separate 'portable storage'.


Pro Tip: Treat the SD card as internal now—ejecting it unexpectedly can cause instability or app crashes.
Samsung and Xiaomi devices often have this option natively. For others without it, use the ADB method below safely.
Enable Developer Options (Settings > About Phone > tap Build number 7 times). Then enable USB debugging.
Install ADB tools on your PC, connect your phone via USB, and open a command prompt.
Run: adb shell
List disks: sm disk-list — note the ID (e.g., xxx,x).
Partition as private: sm partition disk:xxx,x private

Storage will now be unified. Head to your phone's Settings to verify.
Also read: Cache or App Data: Which to Clear on Android and When?
This proven method expands your Android storage in minutes—if your device supports it. Next time 'low storage' appears, you've got this. Questions? Test on a spare card first for peace of mind.