How to Delete Apps on a Chromebook: A Complete Guide
Chromebooks are designed to be lean, fast machines — but over time, apps accumulate. Whether you're clearing space, removing something you no longer use, or troubleshooting a misbehaving program, knowing how to delete apps on a Chromebook is a fundamental skill. The process isn't always the same, though, because Chromebooks can run several different types of apps — and each type is removed differently.
Why Deleting Apps on a Chromebook Is Different From Other Devices
Unlike Windows or macOS, ChromeOS supports multiple app ecosystems running side by side:
- Chrome Web Apps and extensions (run through the Chrome browser)
- Android apps (from the Google Play Store, available on most modern Chromebooks)
- Linux apps (via the Linux development environment, available on supported devices)
- Progressive Web Apps (PWAs) (websites installed to behave like apps)
Because these are fundamentally different types of software, ChromeOS handles their removal in different ways. Trying to uninstall a Linux app through the launcher, for example, won't work the way you'd expect.
How to Delete Android Apps on a Chromebook 📱
Android apps are the most common type installed on modern Chromebooks. There are two quick ways to remove them:
Method 1: From the Launcher
- Click the Launcher (circle icon, bottom-left)
- Find the app — you can search or scroll
- Right-click the app icon
- Select Uninstall
- Confirm when prompted
Method 2: From the App Shelf or Desktop
- Right-click any app pinned to the shelf or visible on the desktop
- Select Uninstall (not "Remove from shelf" — that only unpins it)
- Confirm the removal
If you only see "Remove from shelf," the app itself is still installed. You'll need to find it in the full launcher to fully uninstall it.
How to Remove Chrome Apps and Extensions
Chrome extensions and legacy Chrome apps live in the browser, not the operating system. Removing them is handled through Chrome's settings.
To remove a Chrome extension:
- Open Google Chrome
- Click the three-dot menu (top-right)
- Go to Extensions > Manage Extensions
- Find the extension you want to remove
- Click Remove
Alternatively, right-click the extension icon in the Chrome toolbar and select Remove from Chrome.
Note on Chrome Web Apps: Many items that look like standalone apps are actually Chrome-packaged apps or shortcuts. These appear in the launcher but are tied to the browser. Right-clicking and selecting Uninstall or Remove from Chrome will do the job.
How to Uninstall Linux Apps on a Chromebook 🐧
If you've enabled the Linux development environment (also called Crostini) on your Chromebook and installed Linux applications, the removal process is command-line based.
To uninstall a Linux app:
- Open the Linux terminal from the launcher
- Type the following command and press Enter:
sudo apt remove [app-name] Replace [app-name] with the actual package name (e.g., sudo apt remove gimp).
If you want to remove the app and its configuration files, use:
sudo apt purge [app-name] To clean up leftover dependencies afterward:
sudo apt autoremove This method requires basic comfort with the command line. If you're unfamiliar with Linux package names, you can usually find the correct name by searching "[app name] apt package name."
How to Remove Progressive Web Apps (PWAs)
PWAs are websites installed as app-like shortcuts. They show up in the launcher and can look identical to native apps.
To remove a PWA:
- Right-click the PWA icon in the launcher or shelf
- Select Uninstall
ChromeOS treats PWA removal the same as other app types from the interface, so this is usually straightforward.
Key Differences at a Glance
| App Type | Where It Lives | How to Remove |
|---|---|---|
| Android App | Google Play Store | Right-click > Uninstall in Launcher |
| Chrome Extension | Chrome Browser | Chrome Menu > Extensions > Remove |
| Linux App | Linux Environment | Terminal: sudo apt remove |
| PWA | Browser/OS hybrid | Right-click > Uninstall in Launcher |
What Happens to Your Data When You Uninstall?
This varies by app type:
- Android apps may leave behind cached data or account data stored in Google's servers. Local app data is generally deleted, but cloud-synced data (like game progress tied to a Google account) typically remains accessible if you reinstall.
- Chrome extensions are removed cleanly, though some extensions sync settings via your Google account and will reappear on reinstall.
- Linux apps leave configuration files behind unless you use
apt purge. The Linux container itself also stores files in its own directory — these aren't deleted by removing individual apps. - PWAs uninstall without leaving significant local data.
Factors That Affect Your Specific Experience
Not all Chromebooks behave identically, and a few variables shape what you'll encounter:
- ChromeOS version: Older versions may have different menu layouts or lack Play Store/Linux support entirely
- Device age and model: Not all Chromebooks support Android or Linux apps — support depends on the hardware and when the model was manufactured
- Google account and sync settings: Some apps and extensions reinstall automatically if sync is enabled
- User profile type: Managed Chromebooks (common in schools and workplaces) may restrict app installation and removal — your administrator controls what you can and cannot remove
If you're on a managed device and the uninstall option is greyed out or missing entirely, that's not a bug — it's a policy set by whoever manages your device.
The type of apps you're running, the version of ChromeOS on your device, and whether your Chromebook is personally owned or managed all determine which of these methods applies to your situation — and whether the process will be a simple right-click or something that requires a bit more digging.