How to Delete an App on a Chromebook (Every Method Explained)

Deleting apps on a Chromebook sounds straightforward — and often it is — but Chromebooks can run several different types of apps, and each type gets removed differently. Understanding which kind of app you're dealing with changes everything about how you uninstall it.

Why Deleting Apps on a Chromebook Isn't Always One-Step

ChromeOS supports multiple app environments running side by side:

  • Chrome Web Apps and PWAs (Progressive Web Apps)
  • Android apps from the Google Play Store
  • Linux apps installed through the Linux development environment

Each lives in a different layer of the operating system. That's why right-clicking one app might show a different menu than right-clicking another — they're not the same type of software, even if they look similar sitting in your shelf or launcher.

Method 1: Deleting a Chrome Web App or PWA 🗂️

Most apps that came pre-installed or that you added through the Chrome browser are Chrome Web Apps or PWAs. These are lightweight, browser-based apps.

To remove one:

  1. Click the Launcher (the circle icon, bottom-left)
  2. Find the app in your app grid
  3. Right-click (or tap with two fingers on the touchpad) the app icon
  4. Select "Uninstall" or "Remove from Chrome"
  5. Confirm when prompted

Some PWAs will show "Remove from Chrome" rather than "Uninstall" — that's normal. The app is being disconnected from your browser profile and removed from the launcher.

Note: If you only see "Remove from shelf" as an option, that just unpins the icon. The app itself is still installed. Look for the full uninstall option instead.

Method 2: Uninstalling an Android App

If you've installed apps through the Google Play Store, those are Android apps running inside ChromeOS. They're fuller applications and uninstall similarly to how you'd remove apps on an Android phone.

To uninstall an Android app:

  1. Open the Launcher
  2. Right-click the app icon
  3. Select "Uninstall"
  4. Tap "OK" to confirm

Alternatively, you can do it through the Settings app:

  1. Go to Settings → Apps → Manage your apps
  2. Find the app in the list
  3. Click it, then select "Uninstall"

The Settings route is especially useful for apps that don't appear prominently in your launcher or for batch-reviewing what's installed.

Method 3: Removing a Linux App

If you've enabled Linux development environment on your Chromebook (sometimes called Crostini), you may have installed Linux apps using terminal commands. These don't uninstall through the launcher the usual way.

To remove a Linux app installed via terminal:

Open the Linux terminal and use the appropriate command for how it was installed:

  • If installed with apt:
    sudo apt remove app-name 
  • To also remove leftover config files:
    sudo apt purge app-name 
  • To clean up unused dependencies afterward:
    sudo apt autoremove 

Some Linux apps do appear in the ChromeOS launcher. Right-clicking those may show an "Uninstall" option that runs the removal process automatically — but this depends on how the app was packaged.

Quick Comparison: App Types and How to Remove Them

App TypeWhere It Comes FromHow to Remove
Chrome Web App / PWAChrome browser / Web StoreRight-click → Uninstall / Remove from Chrome
Android AppGoogle Play StoreRight-click launcher icon → Uninstall, or Settings → Apps
Linux AppTerminal (apt, dpkg, etc.)Terminal command or right-click if visible in launcher

Common Situations That Cause Confusion

"I right-clicked but there's no Uninstall option." This usually means the app is a system app or a pinned shortcut, not a user-installed app. Some apps built into ChromeOS can't be fully removed — only disabled or hidden.

"The app is gone from my launcher but still using storage." This can happen with Android apps that leave behind cached data. After uninstalling, go to Settings → Storage to check what's still occupying space.

"I uninstalled a Play Store app but it came back." If the app is tied to your Google Workspace or school/work account, it may be re-pushed by a device administrator. This is common on managed Chromebooks — school or enterprise devices where an IT policy controls which apps are installed. 🏫

Factors That Affect Your Experience

The process above applies broadly, but a few variables change what you'll actually see:

  • ChromeOS version: Older versions may have slightly different menu labels or Settings layouts. Google updates the interface periodically.
  • Managed vs. personal device: Managed Chromebooks (school, work) often restrict what can be uninstalled. Apps pushed by an administrator may not show an Uninstall option at all.
  • Whether Linux is enabled: If the Linux environment isn't turned on, you won't have Linux apps to worry about — but you also can't enable that removal method.
  • Device storage type and capacity: On lower-storage Chromebooks, Android app data can fill up faster, making app management more pressing.

What Happens to Your Data When You Uninstall?

For Android apps, uninstalling typically removes the app but may leave behind some cached or associated data in Google Drive or your Google account — especially for apps like games with cloud saves.

For Chrome Web Apps and PWAs, since most data lives in the cloud or browser storage, uninstalling is generally clean. Browser cache related to the app can be cleared separately through Chrome settings if needed.

For Linux apps, data stored in the Linux container (your home directory inside Linux) persists even after the app is removed. You'd need to manually delete those files or remove the entire Linux environment to fully clear that space.

What's straightforward for one user — someone on a personal Chromebook running only Android apps — can get more layered for someone managing a mix of app types, working within a managed environment, or running Linux alongside standard ChromeOS. The right approach depends on what's actually installed and how that Chromebook is set up.