Move apps that Settings won't allow using Android Debug Bridge
Advanced methodSome apps can technically be moved to SD card but their developers have set a flag preventing it through the normal Settings interface. ADB can override this flag for your specific device — forcing the move option to become available. This doesn't work for every app (some have deep technical reasons for being locked to internal storage), but it unlocks many apps that the standard method misses. This requires a PC and the ADB tools installed — the same setup covered in previous guides in this series.
adb shell pm list packages | findstr [appname] to find the package name of the app you want to move. For example, to find a game: adb shell pm list packages | findstr game.adb shell pm set-install-location 2 — this sets the default install location to external storage (SD card). Then try moving the app through Settings → Apps as described in Method 1. The "Change" button should now be available for many apps that previously didn't show it.adb shell pm set-install-location 0. Leaving it permanently set to external can cause issues with some apps that specifically need internal storage. Return to Settings and verify the apps are now showing SD card as their storage location.| Content type | Can move to SD? | Best method |
|---|---|---|
| Photos and videos | Always — all phones | Files app → Move, or camera settings |
| Downloaded music (Spotify, YouTube Music offline) | Always — change in app settings | In-app storage settings |
| Downloaded files and documents | Always — all phones | Files app → Move downloads folder |
| Games (many large mobile games) | Most support it | Settings → Apps → Storage → Change |
| Regular apps (utilities, productivity) | Depends on developer setting | Settings → Apps, or ADB method |
| Banking and payment apps | Usually blocked — security | Cannot be moved — by design |
| Google core apps (Play Services, Maps) | Locked to internal storage | Cannot be moved — leave in place |
| System apps and manufacturer apps | Cannot be moved | Disable instead (see bloatware guide) |
For the most impactful results, combine all three non-ADB methods: First, move all photos, videos, and downloads to SD card using the Files app — this typically frees 5 to 15GB immediately. Second, change your camera, music, and download apps to save directly to SD card going forward. Third, move large games and apps through Settings → Apps where the Change button is available. Result: internal storage freed, phone faster, SD card put to full use — without any complicated tools or technical risk.
- SD card inserted and formatted — Class 10 / U1 minimum speed rating
- Camera app storage location changed to SD card for all new photos
- Existing photos and videos moved from internal to SD card via Files app
- Downloads folder moved to SD card — browser set to save to SD card
- Music streaming apps (Spotify, YouTube Music) set to download to SD card
- Large games moved via Settings → Apps → Storage → Change
- Internal storage checked — confirm significant space has been freed
- SD card never removed while Adoptable Storage is active
- SD card contents backed up to PC regularly as data protection
Moving apps and data to an SD card is one of the most effective ways to breathe new life into an Android phone that's running out of storage. The Settings method handles most apps in seconds. Moving your media handles the biggest files instantly. Adoptable Storage is the nuclear option that works even for apps that resist moving. And the ADB method unlocks everything in between. The key is combining these approaches — media first for the quickest wins, then apps, then Adoptable Storage if you need to go further. Your phone's storage problem is not a hardware limitation you have to live with. It's a settings and organisation problem — and now you have every tool needed to solve it completely.
Open your camera app settings and change storage location to SD card — takes 30 seconds. Then open Google Files, tap Clean, and move everything it suggests to your SD card. Those two steps alone typically free 5 to 10GB of internal storage in under five minutes. Do that now, then come back and work through the rest of the methods for even more space.
