You buy a brand new Android phone and the excitement is real — until you scroll through the app drawer and find it stuffed with apps you never asked for. Games you'll never play, shopping apps from the carrier, a second browser when you already have Chrome, a music streaming trial from a service you don't use, and a handful of other apps that feel more like uninvited guests than useful tools.
This is bloatware — pre-installed software that manufacturers, carriers, and Google bundle onto Android phones. Some of it is genuinely useful. Most of it just sits there taking up storage space, occasionally running in the background, and cluttering your app drawer.
The challenge is that Android doesn't make it easy to remove all of these apps. Some can be uninstalled completely. Others can only be disabled. And some system apps are so deeply embedded that removing them requires more advanced methods.
This guide walks through every method — from the simplest one-tap uninstall to the more advanced ADB approach — so you can clean up your Android phone regardless of which apps are in your way.
Understanding the Types of Pre-Installed Apps
Before diving into removal methods, it helps to understand what you're dealing with. Not all pre-installed apps are created equal.
Third-Party Bloatware (Fully Uninstallable)
These are apps installed by carriers or manufacturers that aren't part of the Android system itself — trial apps, carrier-branded apps, shopping platforms, games, and sponsored software. These can usually be completely uninstalled through normal methods.
Examples: Amazon Shopping, Facebook (on some phones), carrier apps, trial antivirus software, branded app stores.
Manufacturer Apps (Sometimes Uninstallable, Sometimes Disable-Only)
Apps built by the phone manufacturer — Samsung's own apps on Galaxy devices, Xiaomi's suite of apps on MIUI phones, etc. Some can be fully removed, others can only be disabled.
Examples: Samsung Pay, Bixby, MIUI apps, Realme apps.
Core Google Apps (Usually Disable-Only)
Google apps that come bundled with Android, some of which are tied to core functionality. These often can't be fully uninstalled from non-Pixel Android phones — only disabled.
Examples: Google Maps, YouTube, Gmail, Google Drive, Google Assistant.
True System Apps (Cannot Be Removed Without Root)
The apps that are part of Android's core functionality. Removing these without root access can break your phone. These should be left alone.
Examples: Android System, Phone app, Settings, Contacts.
Method 1: Uninstall Pre-Installed Apps the Normal Way
Some pre-installed apps are installed like any regular app and can be removed just as easily.
From the App Drawer:
- Open your app drawer (swipe up from the home screen).
- Long-press the app you want to remove.
- If a "Uninstall" option appears (usually as a trash bin icon or a drag-to-uninstall zone at the top of the screen), tap or drag it there.
- Confirm the uninstall.
If you see "App info" instead of "Uninstall," the app can't be directly uninstalled this way — but you can disable it (see Method 2).
From Settings:
- Go to Settings → Apps (or "Application Manager" / "Installed apps" depending on your phone).
- Find the app in the list.
- Tap it.
- If an "Uninstall" button appears at the top, tap it.
- Confirm the removal.
This method works for any truly uninstallable app regardless of whether it was pre-installed or downloaded later.
Method 2: Disable Pre-Installed Apps You Can't Uninstall
If the app only shows a "Disable" button instead of "Uninstall," it means Android considers it a core system or manufacturer app and won't let you remove it completely. Disabling is the next best thing — it removes the app from your app drawer, stops it from running, and prevents it from receiving updates.
How to disable an app:
- Go to Settings → Apps.
- Tap the app you want to disable.
- Tap "Disable."
- Confirm when prompted — Android may warn you that the app is used by other apps or that disabling it may cause issues.
- The app disappears from your app drawer and is no longer active.
To re-enable a disabled app:
- Go to Settings → Apps.
- Tap the filter/dropdown at the top (may say "All apps" or have a filter icon).
- Select "Disabled apps" to see only disabled ones.
- Tap the app → tap "Enable."
What disabling does:
- Removes the app from the home screen and app drawer ✅
- Stops the app from running in the background ✅
- Stops notifications from the app ✅
- Prevents the app from receiving future updates ✅
- Completely removes the app from storage ❌ (it's still on the device, just dormant)
For most people, disabling unwanted apps is just as good as deleting them — the app is effectively gone from your daily experience.
Method 3: Disable Apps on Specific Android Brands
The path to disabling apps varies slightly between phone brands.
On Samsung (One UI):
- Go to Settings → Apps.
- Tap the app → tap "Disable."
- Alternatively: long-press the app in the drawer → tap "Disable."
Samsung also lets you hide apps (see our guide on hiding apps) without disabling them — a softer approach if you want to keep an app active but out of sight.
On Xiaomi / MIUI:
- Go to Settings → Apps → Manage apps.
- Find the app and tap it.
- Scroll to find "Uninstall" or "Disable."
- On MIUI, some apps show an "Uninstall updates" button first — tap that, then the Disable button may appear.
On OnePlus / OxygenOS:
- Go to Settings → Apps.
- Tap the app → tap "Disable."
On Oppo / Realme / ColorOS:
- Go to Settings → App Management.
- Find and tap the app.
- Tap "Disable app."
Method 4: Uninstall Updates First (for Apps Like Google Maps)
Some Google apps come pre-installed in a stripped-down base version with updates installed on top. You can't remove the base, but you can uninstall all the updates — reverting it to the original, much smaller version that was shipped with Android.
How to uninstall updates:
- Go to Settings → Apps.
- Tap the app (for example, Google Maps or YouTube).
- Tap the three-dot menu in the top-right corner.
- Select "Uninstall updates."
- Confirm.
The app reverts to its original factory version, which is much smaller. You can then disable it from the same screen if you want it fully out of your way.
This is particularly useful for apps like YouTube, Google Maps, and Gmail — where the base app is tiny but years of updates have made it quite large.
Method 5: Use ADB to Remove Pre-Installed Apps (No Root Required — Advanced)
ADB (Android Debug Bridge) is a command-line tool that lets you communicate with your Android phone from a PC. It allows you to uninstall apps — including pre-installed ones — that can't be removed through normal Settings methods.
This is the most powerful non-root method available, but it requires comfort with basic command-line use.
What you need:
- A Windows, Mac, or Linux PC
- A USB cable
- ADB installed (download Android Platform Tools from developer.android.com/tools/releases/platform-tools)
- USB Debugging enabled on your phone
Step-by-step:
Step 1 — Enable Developer Options:
- Go to Settings → About Phone.
- Tap "Build Number" seven times rapidly.
- Enter your PIN if prompted.
- "Developer mode has been enabled" appears.
Step 2 — Enable USB Debugging:
- Go to Settings → Developer Options (now visible at the bottom of Settings or under System).
- Toggle "USB Debugging" on.
Step 3 — Connect your phone:
- Connect your phone to the PC with a USB cable.
- On your phone, tap "Allow" when a popup asks to authorize the computer.
- Select "File Transfer" mode if prompted.
Step 4 — Open ADB:
- On Windows: open Command Prompt in the folder where you extracted Platform Tools (Shift + Right-click the folder → "Open PowerShell window here").
- On Mac/Linux: open Terminal.
- Type:
adb devices - Your phone's serial number should appear. If it says "unauthorized," check your phone for a confirmation popup.
Step 5 — Find the package name of the app:
- Type:
adb shell pm list packages - This lists all installed packages. Search through for the app's package name.
- Alternatively, search "[App name] package name" online — most common bloatware package names are well-documented.
Common examples:
- Samsung Bixby:
com.samsung.android.bixby.agent - Facebook (Samsung):
com.facebook.katana - Carrier bloatware varies by provider
Method 6: Use Third-Party Tools (Windows App — No Root)
Several Windows applications connect to your phone via USB and provide a visual interface for removing bloatware — without needing to type ADB commands manually.
Universal Android Debloater (UAD) — Free, Open-Source:
UAD is a popular open-source tool that connects to your Android phone via ADB and gives you a categorized list of apps you can safely remove. It color-codes apps by safety level: recommended to remove, caution, expert only, and unsafe.
- Download UAD from its GitHub repository (search "Universal Android Debloater GUI GitHub").
- Enable USB Debugging on your phone.
- Connect your phone to your PC and run UAD.
- The app lists all installed packages. Use the search bar to find specific apps.
- Select apps to remove and click "Remove packages."
UAD is particularly powerful because its community-maintained database includes recommendations specifically for Samsung, Xiaomi, OnePlus, Oppo, and other popular Android brands.
Which Apps Are Safe to Remove or Disable?
Here's a general guide by category:
Usually safe to fully uninstall:
- Pre-installed games and trial apps
- Carrier-branded apps (carrier TV, carrier cloud storage, carrier stores)
- Facebook, Amazon Shopping, or other third-party apps bundled at purchase
- Duplicate apps (a third-party gallery when you prefer Google Photos)
Usually safe to disable:
- Google apps you don't use (Google Play Movies, Google Podcasts, Google Pay if you use another payment method)
- Samsung apps you don't use (Bixby, Samsung Free, Samsung Pay if unused)
- Manufacturer's own browser (if you use Chrome or Firefox instead)
- Pre-installed news or weather apps
Disable with caution — may affect other features:
- Google Play Services (required for most apps — don't disable)
- Google Play Store (obviously keep this)
- Device Health Services
- Phone app / Contacts / Messaging
Never disable or remove:
- Android System
- Settings
- Phone / Dialer
- Anything labeled as a "framework" or "service"
When in doubt, search the specific package name online before removing — the Android community has well-documented lists of safe-to-remove apps for every major phone brand.
How to Check How Much Space You Freed Up
After removing or disabling apps:
- Go to Settings → Storage.
- Tap "Apps" to see the current storage used by installed apps.
- Compare to before — you should see measurable space reclaimed, especially after removing large carrier apps or games.
On Samsung, Device Care → Storage gives a visual overview of what's using space on your phone.
Conclusion
Pre-installed bloatware is one of Android's most persistent frustrations — but you have more control over it than most people realize. For straightforward third-party bloatware, a simple long-press uninstall takes care of it in seconds. For apps that resist uninstalling, disabling through Settings removes them from your daily experience just as effectively. And for users who want the deepest clean possible without rooting their phone, ADB and Universal Android Debloater give you the power to remove even stubborn manufacturer and carrier apps.
Start with the simple method: go through Settings → Apps and disable or uninstall everything you don't use. Even just disabling 5–10 pre-installed apps you never open can noticeably clean up your app drawer, free up background processes, and give your phone more breathing room.
Frequently Asked Questions (FAQ)
Q1: Will removing pre-installed apps void my warranty?
Disabling apps through Settings or using ADB's user-level uninstall (--user 0) does not void your warranty. These are reversible operations that don't modify system files. Rooting your phone, however, typically does void the warranty on most devices.
Q2: Can I get back an app I accidentally removed?
Yes, in most cases. If you disabled it: go to Settings → Apps → filter for Disabled apps → find it and re-enable. If you removed it via ADB with --user 0: use adb shell cmd package install-existing [package name] to restore it. If you fully uninstalled a third-party bloatware app: reinstall it from the Play Store if needed.
Q3: Will disabling Google apps break my phone?
Disabling most Google apps (Maps, YouTube, Gmail) is safe — these are optional services. However, never disable Google Play Services or Google Play Store — these are required for almost every other app to function. Also keep Android System, Google Services Framework, and Download Manager intact.
Q4: Does disabling apps free up storage space?
Disabling an app stops it from running and receiving updates, but the core app files remain on the device. The space savings from disabling are minimal compared to a full uninstall. However, you do free up the RAM and storage that accumulated updates were using. For meaningful storage savings, fully uninstall apps rather than just disabling them.
Q5: Why do some apps only show "Disable" instead of "Uninstall"?
Apps that show only "Disable" are classified by Android or the manufacturer as system-level apps — they're installed in a protected partition of the phone. Android prevents their complete removal without root access to protect system stability. Disabling them is the only built-in option.
Q6: Is it safe to use ADB to remove apps?
Using ADB with the --user 0 flag is generally safe because it only removes the app from your user profile — the system file remains intact. Mistakes are recoverable. However, removing the wrong app can cause issues, so always look up the package name before removing and stick to apps you clearly recognize.
Q7: What is the best bloatware removal tool for Android?
For most users, the built-in Settings method (disable through Settings → Apps) is sufficient. For a deeper clean without root, Universal Android Debloater (UAD) is the best free option — it has community-sourced safety ratings for apps on every major Android brand. Avoid paid "phone cleaner" apps from the Play Store — most are ineffective and some are scams.
Q8: Can I remove Google Play Store from my Android phone?
Technically you can disable it via ADB, but it's strongly inadvisable. Without the Play Store, you cannot download, update, or manage apps normally. Virtually every app on your phone depends on the Play Store infrastructure. Leave the Play Store and Play Services enabled.
