Bloatware — pre-installed apps from your phone maker or carrier that you can’t uninstall — takes up storage and sometimes runs in the background draining battery. You can’t remove most system apps without root, but you can disable them, which achieves the same result: they stop running and free up the space they were using actively.
Short Answer: Most pre-installed apps on Android can be disabled even if they can’t be uninstalled. Go to Settings → Apps → [App name] → Disable. The app disappears from your launcher, stops running in the background, and its updates are uninstalled — freeing storage. To fully uninstall system apps requires ADB or root.
Method 1: Disable Pre-Installed Apps (No Root)
Disabling is the practical equivalent of removing for most purposes. The app stops running and vanishes from your app drawer.
- Go to Settings → Apps (or Application Manager)
- If you don’t see all apps, tap See all apps or look for a filter to show system apps
- Find the app you want to remove
- Tap Disable (if available) or Uninstall Updates first, then Disable
📸 SCREENSHOT NEEDED: Android App info screen showing a pre-installed app with Disable button highlighted
Re-enable any time:
Disabled apps can be re-enabled at any time via Settings → Apps → show disabled apps → Enable. Nothing is permanently deleted.
Method 2: Uninstall System Apps via ADB (No Root)
ADB (Android Debug Bridge) lets you completely remove system apps without root — they’re uninstalled for your user profile. This is the same as true removal from the user’s perspective.
What you need:
- A PC or Mac with ADB installed (download Android SDK Platform Tools from developer.android.com)
- USB cable
- USB debugging enabled on your phone
Steps:
- Enable Developer Options: Settings → About phone → tap Build number 7 times
- Settings → Developer options → enable USB debugging
- Connect phone to PC via USB and run this ADB command:
adb shell pm uninstall -k --user 0 com.package.name - Replace
com.package.namewith the app’s package name
📸 SCREENSHOT NEEDED: Command prompt/terminal showing ADB uninstall command being run with phone connected via USB
Safe System Apps to Disable
These are generally safe to disable on most Android phones:
- Manufacturer’s default music/video player (if you use Spotify/YouTube)
- Carrier apps (My Carrier, Visual Voicemail if you don’t use it)
- Pre-installed social apps (Facebook, LinkedIn if pre-loaded)
- Duplicate browsers (if you use Chrome, you can disable the manufacturer’s browser)
- Game stores from manufacturers (Galaxy Store game apps, etc.)
System Apps You Should Never Disable
Warning: Never disable: Google Play Services, Google Play Store, Phone app, Messages, Settings, System UI, or any app labeled as a ‘Framework’ or ‘Service’. Disabling these will break your phone. If in doubt, leave it enabled.
Quick checklist:
- ✅ Disable bloatware via Settings → Apps → [App] → Disable
- ✅ Re-enable any disabled app anytime from the same menu
- ✅ Use ADB for full removal without root (more permanent, requires a PC)
- ✅ Never disable Google Play Services, System UI, or Phone app
- ✅ Check XDA forums for your specific phone model for a safe disable list
FAQ
Does disabling a system app free up storage?
Partially. Disabling removes updates that were installed for that app, which can free significant space for apps like Facebook (if pre-loaded) or carrier apps with large updates. The original app still occupies some storage, but it’s inert.
Will disabling system apps affect my warranty?
Disabling apps via Settings does not affect your warranty — it’s an official feature Google and manufacturers provide. Using ADB to remove apps is also generally considered warranty-safe, though it’s technically unsupported by most manufacturers.
My phone doesn’t show a Disable button for some apps — why?
Some deeply integrated system components can’t be disabled through the UI. You can try ADB uninstall instead, or use an app like System App Remover (requires root) for full control.
Android Tips and Tricks ↗Free Up Space on Android
For most users, disabling is all you need — the bloatware stops running, disappears from view, and stops draining battery. ADB removal is worth the extra effort only if you want the cleanest possible experience and are comfortable with a brief command-line setup.
