How to Delete an App on a Chromebook (All Methods Explained)

Deleting an app on a Chromebook is usually straightforward — but the exact steps depend on what type of app you're removing. Chromebooks can run several different kinds of apps, and each one gets uninstalled a slightly different way. Knowing which type you're dealing with saves a lot of confusion.

Why Chromebook App Removal Isn't One-Size-Fits-All

Modern Chromebooks support multiple app environments: Chrome Web Apps, Progressive Web Apps (PWAs), Android apps (via Google Play), and in some cases Linux apps. Each lives in a different part of ChromeOS and follows its own uninstall process. A method that works for a Play Store game won't necessarily apply to a pinned web app — and vice versa.

How to Uninstall Android Apps (Google Play Store Apps)

Most apps installed through the Google Play Store — games, productivity tools, streaming apps — uninstall the same way you'd expect on an Android phone.

Method 1: From the Launcher

  1. Click the Launcher (circle icon, bottom-left)
  2. Find the app — either in the pinned row or by searching
  3. Right-click (or tap with two fingers on the touchpad) the app icon
  4. Select Uninstall
  5. Confirm when prompted

Method 2: From the Shelf

If the app is pinned to your shelf (the taskbar at the bottom):

  1. Right-click the app icon on the shelf
  2. Select Uninstall or Remove from Chrome

Method 3: Through ChromeOS Settings

  1. Open SettingsAppsManage your apps
  2. Click the app you want to remove
  3. Select Uninstall

This method is especially useful if an app isn't easily visible in the Launcher or if you want to review what's installed before removing anything.

How to Remove Chrome Web Apps and PWAs 🖥️

Chrome Web Apps and Progressive Web Apps behave differently from Android apps. They're essentially browser-based shortcuts or lightweight installs tied to your Google account.

To remove a PWA or Chrome Web App:

  1. Open the Launcher and find the app
  2. Right-click the icon
  3. Select Uninstall or Remove from Chrome

Some older Chrome apps may direct you to the Chrome Web Store or to chrome://apps in the browser address bar, where you can right-click and remove them from there.

Note: Removing a web app or PWA typically doesn't delete your account data for that service — it just removes the shortcut and local install wrapper.

How to Uninstall Linux Apps (If Linux Is Enabled)

Some Chromebooks support Linux (Beta), also known as the Crostini environment. If you've installed apps through the Linux terminal, removal works differently.

To uninstall a Linux app with a visible icon:

  1. Right-click the app in the Launcher
  2. Select Uninstall

To uninstall via the Linux terminal:

Open the Terminal app and run:

sudo apt remove [app-name] 

Replace [app-name] with the actual package name. If you also want to remove leftover configuration files, use:

sudo apt purge [app-name] 

Linux app management is more manual than Android or web app removal, and it assumes at least basic familiarity with command-line tools.

What Happens to Your Data When You Uninstall?

This depends on the app type:

App TypeLocal Data Removed?Cloud/Account Data Removed?
Android (Play Store)Yes, by defaultNo — stays in your account
Chrome Web App / PWAYes (local install)No — browser data may persist
Linux AppDepends on removal methodNot applicable

If storage space is the main reason you're uninstalling, Android apps tend to take up the most local space. Linux apps can also accumulate significant disk usage depending on what's installed inside the container.

Factors That Affect Your Experience

A few variables determine how smoothly this process goes:

  • ChromeOS version: Newer versions of ChromeOS have a more unified App Management screen under Settings, which makes it easier to manage all app types in one place. Older builds may require jumping between the Launcher and browser.
  • Whether Google Play is enabled: Not all Chromebooks or all user accounts have Google Play turned on. School or enterprise-managed Chromebooks may restrict which apps can be installed or removed.
  • Managed vs. personal accounts: If your Chromebook is managed by a school or employer, some apps may be locked in place and can't be removed without admin permissions.
  • Touchscreen vs. non-touchscreen: On touchscreen Chromebooks, you can long-press an app icon in the Launcher to get the same right-click context menu options.

When an App Won't Uninstall 🔒

If the Uninstall option is grayed out or missing entirely, the most likely cause is a managed device policy. This is common on Chromebooks issued by schools or workplaces, where IT administrators control which apps are available. In that case, the app can only be removed by someone with administrative access to the device management console.

Another possibility: the app is a system-level component tied to ChromeOS itself, which can't be uninstalled like a regular app — only disabled in some cases.


The right approach ultimately comes down to what type of app you're dealing with, how your Chromebook is configured, and whether the device is managed by someone else. Once you identify which category your app falls into, the removal process itself is usually just a few clicks away.