How to Delete Apps on a Chromebook

The app library on ChromeOS has grown comprehensively over the past decade. Besides web apps, you can also use Android apps, Chrome extensions, and Linux apps on your Chromebook. However, most Chromebooks come with limited storage, which could run out blazingly fast if you download a lot of apps. So, to gain that storage back, you will need to delete the apps that you no longer use on your Chromebook.

Most Chromebooks support and run Web and Android apps, so you may have tons of apps to get rid of. In which case, there are multiple methods to delete apps from Chromebook.

Method 1: Delete Chromebook Apps From ChromeOS Launcher

All the installed apps on ChromeOS appear in the launcher, as it’s the only way to access Android and Web apps. Here’s how to uninstall Android apps from ChromeOS using the launcher.

  1. Click on the ChromeOS Launcher icon at the bottom left, or press the Launcher key on your Chromebook keyboard to open the launcher.
  2. Now, right-click on the Android app you want to uninstall and click on Uninstall.
Chromebook launcher with uninstall option
  1. When asked to confirm uninstall, click on Uninstall again. Make sure to check the checkbox to remove any data associated with the app on your Chromebook.
Clicking the Uninstall option in the Chromebook launcher

Method 2: Delete Apps on Chromebook From ChromeOS Settings

Another easy way to delete apps from ChromeOS is directly from ChromeOS settings. If you want to delete multiple apps, it’s the best way, since all the apps are available on one page.

  1. Open ChromeOS’ Settings app and head over to the Apps > Manage Apps.
  2. From the list of apps, select the app you want to uninstall.
ChromeOS manage apps settings with imaging edge highlighted
  1. Then click on Uninstall to delete the app from your Chromebook.
uninstalling apps from ChromeOS settings

Method 3: Delete Android Apps on Chromebook from Android Settings

Since ChromeOS runs Android inside a container, you can uninstall Android apps from the Android Settings app that you can access from ChromeOS settings. Here’s how to do it:

  1. Head over to ChromeOS’ Settings app and go to the Apps section.
Manage preferences in Chromebook settings
  1. Click on Manage Google Play Preferences and go to Android Settings.
Android settings option in ChromeOS manage google play preferences settings
  1. Then in Android Settings, go to Apps and search for the apps you want to uninstall.
  2. Select the app and click on Uninstall.
uninstalling an app from android settings on ChromeOS

Method 4: Uninstall Android Apps from Google Play Store

The Google Play Store allows you to both install and uninstall Android apps. One of the best things about using this method is the ability to uninstall apps in bulk, so you don’t need to keep pressing the Uninstall button over and over again.

  1. Launch the Google Play Store and head over to Manage apps & device by clicking your profile.
manage apps and device google play store on ChromeOS
  1. Head over to the Manage tab and start checking the boxes beside the apps you want to delete.
Manage tab in google play store on ChromeOS
  1. Finally, click on the Bin icon at the top right to uninstall all the selected applications in a jiffy.
Select apps and press the bin icon to uninstall android apps in bulk

Method 5: Remove Android Apps on Chromebook Using Linux Terminal

The Linux terminal on Chromebooks can be connected to the Android emulator/sandbox for Android development. This means you can easily uninstall Android apps using the same and the Android Debugging Bridge. Here’s how:

  1. Considering you have Linux enabled on ChromeOS, head over to System Preferences in ChromeOS Settings.
Linux development environment in chromeos settings
  1. Click on Linux Development Environment and go to Develop Android apps.
Develop Android app settings in ChromeOS
  1. Enable the toggle and launch the Linux Terminal.
  2. In the Linux Terminal, execute the command adb devices.
adb devices command in Linux terminal on Chromebook
  1. Grant the USB debugging permission to the Android emulator by clicking on Allow.
allow usb debugging in Android Settings
  1. Once done, type the command – adb shell 'pm list packages' | sed 's/.*://g'.
  2. All the installation Android app package names will appear. Copy the name of the app you want to uninstall.
  3. Then use the command – pm uninstall <package-name> to uninstall the app.
pm uninstall command to uninstall spotify from ChromeOS

Method 6: Uninstall Extensions on Chromebook

Besides Web and Android apps, Chrome extensions also act like apps and consume memory and CPU resources on a Chromebook. If you wish to remove extensions from your Chromebook and free up crucial resources, here are the steps you need to follow.

  1. Open Chrome, click on the Extensions icon, and select Manage extensions.
Uninstall Extensions From Your Chromebook
  1. Click on Remove to delete the extension.
Uninstall Extensions From Your Chromebook

Method 7: Delete Linux Apps on a Chromebook

If you want to delete Linux apps to free up space on your Chromebook, you can do so both through the GUI and the Terminal. Uninstalling applications that were installed from their respective DEB packages (for Debian, since ChromeOS runs Debian Linux) is as easy as uninstalling Android or web applications. However, if you went the Flatpak way, you will need to use the Terminal to uninstall the application.

Uninstall Linux Apps From Launcher

Again, it’s worth noting that this only works with apps installed using DEB packages or the Apt utility via the Terminal.

  1. Open the launcher and click on the Linux apps folder.
Chromebook Linux apps folder
  1. Right-click the app you want to uninstall and click on Uninstall.
Uninstalling Linux apps on ChromeOS
  1. You will be alerted by a progress bar in the notifications, showing you the uninstallation progress.
Uninstall progress on ChromeOS for Linux apps
  1. Once uninstalled, the app should no longer be visible in the Linux apps folder.

Uninstall Linux Apps Using the Terminal

You can use the Apt utility to uninstall the apps. Also, if you installed apps via Flatpak, they can only be removed using the Terminal.

  1. Fire up the Linux Terminal and start typing the following command.
sudo apt purge <app_name>
  1. Also, if you use Apt extensively, there might be unused packages and dependencies taking up unnecessary space. To remove them, you can use the command.
sudo apt autoremove
  1. To uninstall Flatpak apps, use the following command.
flatpak remove <app name>
  1. Linux will ask you to select the app you want to remove if there are conflicting packages with similar names. Just enter the package number and type “Y” and hit enter to uninstall.

So these are the ways you can remove all kinds of Chromebook apps, regardless of web apps, Android apps, extensions, or even Linux apps. You should periodically delete apps to preventing slowing down your Chromebook. If you’re freeing up storage for new apps, you might want to check out our freshly curated list of some of the best apps on ChromeOS.

Comments 1
Leave a Reply

Loading comments...