devxlogo

How To Uninstall Apps on Android: Remove, Disable & Force Delete Any App (2026)

By the DevX mobile testing team. We tested every app removal method in this guide on Samsung Galaxy S25, Google Pixel 9, OnePlus 13, and Motorola Edge running Android 15. We verified uninstalling from home screen, app drawer, Settings, Google Play Store batch removal, disabling pre-installed apps, and removing system bloatware via ADB. All steps confirmed working March 2026.

Android gives you several ways to uninstall apps — quick-delete from the home screen, bulk removal through the Play Store, and even ways to remove pre-installed apps that don’t show an uninstall option. Here’s how to remove any app from your Android phone, including the stubborn ones.

Uninstall From the Home Screen or App Drawer

The fastest way to remove an app:

  1. Find the app icon on your home screen or in the app drawer.
  2. Long-press the icon until a menu appears.
  3. Tap Uninstall (or drag the icon to Uninstall at the top of the screen on some phones).
  4. Tap OK to confirm.

Important: On Samsung and some other phones, you’ll see both “Remove” and “Uninstall.” Remove only removes the icon from the home screen (the app is still installed). Uninstall deletes the app completely. Make sure you tap Uninstall.

Uninstall From Settings

This method lets you see all installed apps and sort them by size — useful for finding space-wasting apps.

  1. Open Settings → Apps (or Apps & notifications).
  2. Tap See all apps if needed.
  3. Find and tap the app you want to remove.
  4. Tap Uninstall.
  5. Confirm by tapping OK.

In Settings, you can sort apps by size to find the biggest ones. On Samsung: Settings → Apps, then tap the filter icon and sort by Size.

See also  Why Won't My Phone Turn On? Fix an Android Phone That Won't Power Up (2026)

Uninstall Multiple Apps at Once (Play Store)

The Google Play Store lets you uninstall multiple apps in one go:

  1. Open the Play Store.
  2. Tap your profile icon in the top-right corner.
  3. Tap Manage apps & device.
  4. Tap the Manage tab.
  5. Filter by Installed.
  6. Check the boxes next to all apps you want to remove.
  7. Tap the trash icon (delete).
  8. Confirm the removal.

This is the best method when you want to clean up many unused apps at once.

Disable Pre-Installed Apps (Bloatware)

Many Android phones come with pre-installed apps from the manufacturer or carrier that can’t be uninstalled. These include Samsung apps, Google apps, carrier apps, and pre-loaded social media apps. You can disable them instead:

  1. Go to Settings → Apps.
  2. Find the pre-installed app.
  3. Tap Disable (this appears instead of Uninstall for system apps).
  4. Tap Disable app to confirm.

Disabling an app stops it from running, removes it from the app drawer, prevents updates, and frees up some storage. The app stays installed in the system partition but is completely inactive.

Common Apps You Can Disable

Carrier apps (My Verizon, T-Mobile, AT&T), Samsung Bixby, Samsung Internet, Samsung Free, Facebook (pre-installed on some carriers), pre-loaded games, and manufacturer-specific apps you don’t use.

Force Remove System Apps via ADB (Advanced)

If disabling isn’t enough and you want to completely remove a system app, you can use ADB (Android Debug Bridge) from a computer. This removes the app for your user profile without actually modifying the system partition.

  1. Enable USB debugging on your phone (Settings → Developer options → USB debugging).
  2. Connect your phone to a computer via USB.
  3. Open a terminal/command prompt on the computer.
  4. Type: adb devices (confirm your phone appears in the list).
  5. To find the app’s package name: adb shell pm list packages | grep appname
  6. To remove it: adb shell pm uninstall -k --user 0 com.example.appname

Warning: Be careful with ADB uninstall. Removing critical system apps (dialer, settings, system UI) can cause your phone to malfunction. Only remove apps you’re sure are safe to delete. A factory reset will restore all removed system apps if needed.

See also  How To Do Split Screen on Android: Use Two Apps at Once on Any Phone (2026)

What About App Data?

When you uninstall an app, Android deletes the app and its local data (cache, saved files, login info, preferences). However, any data the app stored in the cloud (your account, synced content) remains on the app’s servers. If you reinstall the app later, your cloud data is usually available when you log back in.

To delete an app’s data without uninstalling: Settings → Apps → [app name] → Storage → Clear data. This resets the app to a fresh state while keeping it installed.

Free Up Space Without Uninstalling

If you don’t want to uninstall an app but need storage space:

Clear cache: Settings → Apps → [app name] → Storage → Clear cache. Removes temporary files without deleting your data.

Offload unused apps (Pixel): Some Pixel phones offer to automatically remove apps you haven’t used in a while and re-download them when needed.

Use lite versions: Many popular apps have “Lite” versions (Facebook Lite, Twitter/X Lite, Spotify Lite) that use significantly less storage and data.

More Android How-To Guides From DevX

Frequently Asked Questions

Why can’t I uninstall some apps?

Pre-installed system apps (bloatware) are stored in a protected system partition and can’t be uninstalled through normal means. You can disable them in Settings → Apps, which stops them from running and hides them from the app drawer. For complete removal, ADB via a computer is required.

See also  How To Unblock a Number on Android: Find and Unblock Contacts, Calls & Texts (2026)

Will uninstalling an app cancel my subscription?

No. Uninstalling an app does not cancel subscriptions. You’ll continue to be charged. To cancel: open the Play Store → profile icon → Payments & subscriptions → Subscriptions → find the app → Cancel subscription.

Can I reinstall an app after uninstalling it?

Yes. Open the Play Store, search for the app, and install it again. Your cloud-based data (social media accounts, email, streaming preferences) will be restored when you log in. Local data that wasn’t backed up is gone.

How do I uninstall Android system updates?

For some system apps, you can roll back updates: Settings → Apps → [app name] → three-dot menu → Uninstall updates. This reverts the app to the factory version. This option is only available for certain pre-installed Google and system apps.

Does disabling an app free up storage?

Partially. Disabling removes updates and clears cache/data, freeing up some space. But the original pre-installed version remains in the system partition. You’ll typically free up a few hundred MB per disabled app — more for apps with large updates.

How can I see which apps I’ve uninstalled?

Open the Play Store → profile icon → Manage apps & device → Manage tab → filter by “Not installed.” This shows every app you’ve ever installed from the Play Store, including ones you’ve uninstalled.

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.