Your Guide to How Do i Delete An App On Chromebook
What You Get:
Free Guide
Free, helpful information about Computers & Operating Systems and related How Do i Delete An App On Chromebook topics.
Helpful Information
Get clear and easy-to-understand details about How Do i Delete An App On Chromebook topics and resources.
Personalized Offers
Answer a few optional questions to receive offers or information related to Computers & Operating Systems. The survey is optional and not required to access your free guide.
How to Delete Apps on a Chromebook (Step‑by‑Step Guide)
Deleting an app on a Chromebook is usually quick, but how you do it depends on what kind of app it is and which version of ChromeOS you’re using. Chromebooks can run web apps, Android apps, Linux apps, and Chrome extensions, and each one is removed in a slightly different way.
This guide walks through each method, explains what’s actually happening when you “delete” an app, and highlights what can change from one Chromebook to another.
What Does “Deleting an App” Mean on a Chromebook?
On a Chromebook, “deleting” an app can mean a few different things:
- Uninstalling an app: Removes the app’s files and usually its local data.
- Removing a shortcut: Deletes only the icon, but the underlying app or website is still available.
- Disabling an extension: Stops it from running but doesn’t remove it.
- Uninstalling an extension: Removes it from your browser (and sync, if enabled).
Because Chromebooks are built around the Chrome browser and cloud services, a lot of your data is already stored online. Deleting an app often frees local storage space and cleans up your app list, but doesn’t always erase everything related to that service (for example, your Google Docs still exist in your Google account even if you remove the Docs app icon).
First Step: Figure Out What Kind of App You’re Deleting
Before you delete, it helps to know what type of app you’re dealing with, because the steps differ:
| App Type | Where You See It | Typical Source | How It’s Removed |
|---|---|---|---|
| Chrome app / Web app (PWA) | Launcher / Shelf / New tab page | Chrome Web Store or “Install app” buttons | From launcher or Chrome settings |
| Android app | Launcher / Shelf | Google Play Store | From launcher or Play Store |
| Linux app | Launcher (often in “Linux apps” folder) | Installed inside the Linux environment | From launcher or Linux terminal |
| Chrome extension | Chrome toolbar menu / chrome://extensions | Chrome Web Store | From extensions menu or settings |
If you’re not sure, a quick check:
- If you installed it from the Play Store, it’s an Android app.
- If you see it listed in the Extensions page, it’s a Chrome extension.
- If it lives under a “Linux apps” folder, it’s a Linux app.
- If it says “Open in Chrome” or looks like a simple website shortcut, it’s likely a web app / Chrome app.
How to Delete Apps from the Chromebook Launcher
The launcher is the circle icon in the bottom-left corner (or lower-left of the screen) on most Chromebooks. For many app types, this is the fastest way to uninstall.
Delete a Chrome, Web, or Android App from the Launcher
Open the launcher
- Click the circle icon in the bottom-left, or
- Press the Search key (or Everything button) on your keyboard.
Find the app
- Click the upward arrow or “^” icon if needed to show all apps.
- Scroll until you see the app icon you want to remove.
Right-click the app icon
- On a touchpad: tap with two fingers.
- With a mouse: right-click.
- On a touchscreen: press and hold the icon until a menu appears.
Look for one of these options:
- “Uninstall”
- “Remove from Chrome”
- “Remove from Chromebook”
- “Uninstall app”
Click the uninstall/remove option, then confirm if a pop‑up appears.
If you only see “Unpin” or “Remove from shelf”, that only removes the icon from the bottom bar, not the app itself. To truly delete it, you’ll need to use either the launcher menu (if it shows an uninstall option) or the Play Store / extensions page, depending on the app type.
How to Delete Android Apps on a Chromebook
On many newer Chromebooks, Android apps behave almost like they do on a phone or tablet.
Method 1: From the Launcher (Most Common)
- Open the launcher and locate the Android app.
- Right-click / long‑press the app icon.
- Click “Uninstall”.
- Confirm that you want to delete the app and its data.
Method 2: From the Google Play Store
Useful if the launcher menu doesn’t show an uninstall option.
- Open the Google Play Store on your Chromebook.
- Click your profile icon (usually top-right).
- Select “Manage apps & device”.
- Go to the “Manage” tab.
- Find the app in the list and click it.
- Click “Uninstall”, then confirm.
What happens when you uninstall an Android app:
- The app and its local files are removed from your Chromebook.
- Any cloud data tied to your Google account (like saved game progress that syncs online) usually stays in your account.
- If backup/sync was enabled, some settings may reappear if you reinstall the app later.
How to Remove Chrome Extensions on a Chromebook
Extensions are small add‑ons that live inside the Chrome browser, not standalone apps in the launcher.
Method 1: From the Chrome Toolbar
- Open Chrome.
- Click the Extensions icon (puzzle piece) near the top-right.
- In the dropdown list, find the extension.
- Click the three dots next to it.
- Choose “Remove from Chrome…”.
- Confirm you want to remove it.
Method 2: From the Extensions Page
- In Chrome’s address bar, type:
chrome://extensions
then press Enter. - Find the extension you want to remove.
- Click “Remove” under that extension.
- Confirm in the pop‑up.
You can also toggle the blue switch to disable an extension without removing it completely. This is useful if you just want to test whether an extension is causing issues.
How to Delete Linux Apps on a Chromebook
If you’ve turned on the Linux (Beta) or Linux development environment, you might have Linux apps alongside your normal ones.
Linux apps typically appear in a “Linux apps” folder in the launcher.
Method 1: From the Launcher (If Supported)
- Open the launcher and go into Linux apps.
- Right-click the Linux app’s icon.
- If there is an Uninstall option, click it and confirm.
Not all Linux apps will show an uninstall option in the launcher, depending on how they were installed.
Method 2: Using the Linux Terminal
If you installed the app with Linux commands (like apt), you’ll usually need to remove it the same way.
Open the Terminal app (inside Linux apps).
Use a command like:
- For Debian/Ubuntu-based Linux on ChromeOS:
sudo apt remove appname - To also remove configuration files:
sudo apt purge appname
- For Debian/Ubuntu-based Linux on ChromeOS:
Replace appname with the real package name.
You can use sudo apt list --installed to see installed packages if needed.