How To Delete Apps On Android

I’m running out of storage on my Android phone and I can’t seem to properly delete some apps. A few of them don’t show an uninstall option, and others keep reappearing after I think I’ve removed them. Can someone walk me through the right way to completely delete apps on Android and free up space?

You are hitting three different Android problems at once. Here is how to deal with each.

  1. Normal apps you installed
    These should uninstall cleanly.
    Steps
  2. Open Settings.
  3. Apps or Apps & notifications.
  4. See all apps.
  5. Tap the app.
  6. Tap Uninstall.

If the Uninstall button is greyed out, you are likely looking at a system app or a preinstalled app.

  1. Preinstalled or system apps with no Uninstall
    These come from the phone maker or your carrier. You usually cannot remove them without root. You can only disable them.

Steps

  1. Settings.
  2. Apps.
  3. Tap the app.
  4. Tap Disable.
  5. Confirm and also clear data and cache.

This stops updates, removes it from the launcher, and frees some space, but not all.
On some phones you need to tap the three dots on top and show system apps to see them.

  1. Apps that keep reappearing
    Common causes
    • A third party app store like Samsung Galaxy Store, Amazon Appstore, or some shady installer.
    • A “phone cleaner”, “optimizer”, or “security” app reinstalling stuff.
    • Your Google account auto restore.

Steps

  1. Remove any weird cleaner / booster / security apps first. These often have install permissions.

  2. Open Play Store. Tap your profile. Settings. Network preferences. Auto update apps. Set to “Over Wi‑Fi only” or “Don’t auto update” if you want more control.

  3. Play Store. Profile. Manage apps and device. Manage. Remove apps from there too so Play stops pushing them.

  4. Check for other app stores
    • Samsung phones: open Galaxy Store, settings, disable auto update.
    • Xiaomi, Oppo, etc: their own store often has auto install toggles in settings. Turn those off.

  5. Apps without uninstall in the launcher
    Sometimes uninstall from the home screen is blocked. You need Settings instead, or Play Store.
    • From Play Store: search the app, tap Uninstall.
    • From Settings as above.

  6. Clear “ghost” leftovers
    If you uninstalled something but space did not go up much, clear:
    • Settings. Storage. Tap “Cached data” or similar and clear.
    • In Files or My Files, check Downloads, DCIM, Movies, WhatsApp, Telegram folders. Delete old media or move to SD card or cloud.

  7. Extra strong method using adb (optional, more advanced)
    If you want to remove some preinstalled bloat, you can use a PC with adb.
    Short version

  8. On the phone: Settings. About phone. Tap Build number 7 times to unlock Developer options.

  9. Developer options. Enable USB debugging.

  10. On a PC: install adb platform tools from Google.

  11. Connect phone by USB. On PC run
    adb devices
    adb shell pm list packages
    adb shell pm uninstall --user 0 com.package.name

This only removes it for your user, does not touch system partition, so it is safer than full root, but still not for everyone. Search your exact phone model and “debloat list” before doing this so you do not remove something needed.

  1. Check Google backup auto restore
    Settings. Google. Backup. Turn off automatic restore if you notice apps coming back right after a reset or a new login.

If you post your phone model and Android version, plus one example app that keeps coming back, people here can give more exact steps.

Couple extra angles to try that build on what @sterrenkijker already posted, without rehashing the same step lists:

  1. Check for “device admin” apps
    Some apps make themselves harder to remove by becoming device administrators. If an app won’t uninstall at all (button does nothing or you only see “Force stop”), check this:
  • Settings → Security (or Security & privacy) → Device admin apps / Device admin.
  • If the problem app is listed and enabled, turn it off there.
  • Go back to Apps and try uninstall again.
    Parental control, “antivirus,” and sketchy lock screen apps love doing this.
  1. See if it’s part of a “dual app” / “clone app” feature
    On some phones (Xiaomi, Samsung, Oppo, etc.) there’s a “Dual apps” or “App cloner” feature that keeps recreating the app:
  • If an app keeps showing up again, look under Settings for “Dual apps,” “App twin,” “Parallel apps,” etc.
  • If the app is turned on there, disable it. That cloned copy can look like it “respawned” after uninstall.
  1. Profiles and work apps
    If the icon has a little briefcase or badge, it might be in a work profile:
  • Those can’t always be removed from the normal Apps screen.
  • Go to Settings → Accounts or “Work profile” / “Managed profile” and see if there is a work profile installed.
  • Apps installed through that profile are controlled by your company / school, and you often can’t fully remove them unless you remove the whole work profile.
  1. Launcher vs actual app
    Sometimes what you are seeing is not the app, but a leftover shortcut from a custom launcher:
  • If the app “comes back” but opens Play Store instead of actually launching, it’s just a dead shortcut.
  • Long press the icon on the home screen and choose Remove (not Uninstall).
  • Then check Settings → Apps to confirm it’s actually gone.
  1. Widgets and services that look like apps
    A few “apps” that reappear are really system services with widgets, like “Weather,” “Themes,” “News,” etc. Even if you use adb or disable them, the OEM skin can put an icon or widget back after updates. In those cases:
  • Long press widget/icons and remove from home screen.
  • In Settings → Home screen, turn off built‑in “content feeds” (e.g., Samsung Free, Google Discover, whatever your brand uses).
  1. Storage problem might not be the apps
    Since you’re mainly tring to free space:
  • Big storage hogs are usually WhatsApp/Telegram media, camera pics, downloads, and offline maps, not just apps.
  • Open your Files/My Files app → sort by size → go folder by folder.
  • Also check inside individual apps: WhatsApp → Settings → Storage and data → Manage storage, etc. Cleaning there often frees more space than uninstalling 5 random apps.
  1. Factory reset + restore trap
    If apps keep reappearing specifically after a reset or after signing into Google, it can be because of backup restore even if you think you turned it off later. In that case, on the setup screen after a reset:
  • When it offers to restore from a backup, pick “Don’t restore.”
  • Then install only what you actually want from Play Store.
    It’s annoying, but it’s the only way to break out of a “bad” old backup that keeps pushing the same junk.

If you share:

  • phone brand/model
  • Android version (roughly, like “Android 11” is enough)
  • one example app that won’t go away

people here can probably point to the exact culprit (OEM store, admin app, work profile, etc.) instead of you guessing in circles.

Two extra angles that often get missed when deleting apps on Android, especially when storage is tight and icons keep “coming back”:


1. System apps, “uninstall updates,” and what you can actually remove

If an app only shows:

  • Disable
  • or Uninstall updates
    and not a full Uninstall button, it is probably a preinstalled system app from the manufacturer or carrier.

You can’t fully delete those without using adb or root, but you can still reclaim a good chunk of storage:

  1. Open Settings → Apps.
  2. Tap the problem app.
  3. Tap Storage.
    • Hit Clear cache and then Clear data.
    • Go back and choose Uninstall updates if available.
  4. Finally, tap Disable so it stops updating and vanishes from the launcher.

This is where I slightly disagree with approaches that focus only on turning things off like device admins. That helps with uninstalling, but if you are trying to free space, rolling a huge preinstalled app back to its factory version and clearing its data often gives you more space than deleting 3 or 4 innocent smaller apps.

You may see the icon disappear and then reappear after an update. That means the OEM or Play Store auto updated the system app again. To stop that:

  • Open Play Store → your profile → Manage apps & device → Manage, find the app and turn off Enable auto update.
  • If your phone brand has its own app store, check there too and kill auto updates for that specific app.

2. Backup & sync services that silently reinstall apps

If apps keep coming back a day or two after you uninstall them, and they are regular Play Store apps, look at automatic restore / sync services beyond the initial device restore that @sterrenkijker already mentioned:

a. Google Play “Install apps remotely”

If you install from a computer or another Android device with the same Google account, those apps can show up “out of nowhere.” Open Play Store on your phone:

  • Tap your profile → Settings → General → Account and device preferences.
  • Make sure there is no weird device-linked install setting turned on.

Also check your other devices and see if they are queued to install that app on all linked phones.

b. Manufacturer / OEM cloud backup

Some brands (Huawei, Xiaomi, Samsung, etc.) have their own cloud backup that:

  • Stores a list of installed apps
  • Periodically “fixes” your app list to match the backup

If you delete an app, but the OEM backup is set to automatically “restore app list,” your phone will quietly reinstall it next sync.

Look under:

  • Settings → Accounts & backup
  • Or Cloud & accounts / Cloud & service

Turn off any “Auto restore apps” or “Sync installed apps” options, then uninstall the unwanted apps again. This is different from the full device restore step after a factory reset that @sterrenkijker talked about, but it causes the same headache.


3. Check your default launcher’s auto features

Sometimes the “reappearing app” is not actually installed again; your launcher is just rebuilding shortcuts or “smart folders.”

Check your launcher settings (often long press on home screen → Home settings):

  • Turn off settings like Smart folders, Auto add icons to Home screen, or similar.
  • If you use a third party launcher, check inside it for backup/restore profiles that might be re-adding old icons.

If tapping the icon opens the Play Store page instead of the app, then the app is actually gone and you just need to remove the dead shortcut.


4. Consider using a good file manager instead of “app cleaners”

Most “phone cleaner” apps pretend to help free storage but often:

  • Recreate notifications and background services
  • Sometimes install their own bloat
  • Interfere with proper uninstalls

For a “How To Delete Apps On Android” situation where you mainly want space, a solid file manager is more useful than another maintenance app that fights with Android. Look for something that:

Pros:

  • Lets you sort folders by size
  • Shows hidden folders like .thumbnails and large cache folders
  • Can bulk delete downloads and duplicate media
  • Does not keep a permanent notification or run a constant background “boost” service

Cons:

  • Takes a few minutes to learn the folder structure
  • Needs you to decide what to delete manually instead of pressing one “clean” button
  • Does not bypass system limits (you still cannot hard delete protected system apps without adb/root)

Paired with the built in app settings, a capable file manager usually helps more than “1 tap cleaner” style tools.


5. When adb / “debloating” is actually worth it

If you are comfortable with a PC and a USB cable and the apps that will not go away are:

  • Carrier junk (music stores, account managers, random games)
  • OEM promotions
  • System add ons that are not essential

Then using adb to uninstall them for the current user can be a real solution. Just be careful:

Pros:

  • You can remove apps that only show “Disable” in settings
  • Reduces background processes and sometimes improves battery
  • Frees storage that settings alone will not release

Cons:

  • You can easily remove something that breaks system features if you are not careful
  • Updates or major OS upgrades may reinstall some of them
  • It needs a computer, drivers, and a bit of command line comfort

This is more “power user” territory, so if you decide to go that route, search specifically for “debloat” guides for your exact phone model and Android version.


@sterrenkijker already covered device admin, dual apps, work profiles, and the restore trap nicely. Where I would slightly push beyond that is:

  • Focus harder on system apps that only allow “disable/uninstall updates,” since those are often the real storage hogs.
  • Treat OEM backup / cloud sync and auto update as prime suspects for apps that look like they reinstall themselves.

If you share your phone brand, Android version, and one or two stubborn app names, it becomes much easier to say whether it is a system package, a managed profile app, or just a cloud restore trying to be “helpful.”