Why You Should Remove Unused Apps on Chromebook
Chromebooks ship with limited storage, typically between 32 GB and 128 GB. Android apps, Linux packages, and cached web data all eat into that space over time. Removing apps you no longer need clears storage, reduces clutter in the app drawer, and can improve performance by cutting down on background processes.
Chrome OS supports several types of apps, and each one has its own removal method. This guide walks through how to delete apps on Chromebook whether they came from the Play Store, the Chrome Web Store, or the Linux terminal.
Delete Android Apps from the App Drawer
This is the quickest way to remove any Android app installed through Google Play.
- Click the Launcher button (circle icon) in the bottom-left corner of your screen, or press the Search key on your keyboard.
- Swipe up or click the arrow to open the full app drawer.
- Find the app you want to remove.
- Right-click the app icon (or two-finger tap on the trackpad).
- Select “Uninstall” from the context menu.
- Confirm by clicking “Uninstall” in the dialog that appears.
The app and its local data are removed immediately. If you need it again later, you can reinstall it from the Google Play Store at any time.
Delete Apps Through Chromebook Settings
The Settings app gives you a full list of installed apps along with storage usage, which makes it easier to identify which apps are taking up the most space.
- Click the clock in the bottom-right corner to open the Quick Settings panel.
- Click the gear icon to open Settings.
- Select “Apps” in the left sidebar.
- Click “Manage your apps” to see everything installed on your device.
- Click the app you want to remove.
- Click “Uninstall” and confirm.
Sort the list by size to quickly spot the largest apps. Games and media apps tend to be the biggest offenders, often occupying several hundred megabytes each.
Remove Multiple Apps from the Google Play Store
If you want to clear out several Android apps at once, the Play Store’s batch removal feature saves time.
You might also want to read our how to connect 2 monitors to Chromebook guide for the full picture.
- Open the Google Play Store from your app drawer.
- Click your profile picture in the top-right corner.
- Select “Manage apps and device.”
- Tap the “Manage” tab to see all installed apps.
- Check the boxes next to every app you want to remove.
- Tap the trash icon in the top-right corner to uninstall them all at once.
This is the best approach when you are doing a cleanup sweep and want to remove five or ten apps in one sitting.
Remove Chrome Extensions and Web Apps
Chrome extensions and web apps are not managed the same way as Android apps. Extensions live inside the Chrome browser and need to be removed from there.
- Open Google Chrome on your Chromebook.
- Type
chrome://extensionsin the address bar and press Enter. - Find the extension you want to remove.
- Click “Remove” and confirm in the dialog.
For Progressive Web Apps (PWAs) pinned to your shelf or app drawer, right-click the icon and select “Uninstall.” Some web app shortcuts are just bookmarks that take up no storage. Others store data locally, and removing them frees up a small amount of space.
Remove Linux Apps
If you have the Linux development environment enabled, apps installed through the terminal need to be removed with a command rather than a right-click.
- Open the Terminal app from your app drawer.
- Type
sudo apt remove appname(replace “appname” with the actual package name) and press Enter. - Type “Y” when prompted to confirm.
- Run
sudo apt autoremoveto clean up leftover dependency packages that are no longer needed.
Not sure of the package name? Run dpkg --list to see every installed Linux package. Linux apps on Chrome OS share a single container and do not appear in the regular app management settings.
Check Your Storage After Cleanup
After removing apps, check how much space you freed up.
Interested in this area? We go deeper in our minecraft on a Chromebook guide.
- Open Settings and click “Device” in the left sidebar.
- Select “Storage management.”
- Review the breakdown showing apps, browsing data, files, and the Linux container.
If browsing data is using a lot of space, clearing your cache can reclaim several hundred megabytes. Go to Chrome Settings, then Privacy and Security, then Clear Browsing Data, and select “Cached images and files.”
Apps You Cannot Remove
Some apps are part of Chrome OS and cannot be uninstalled. These include the Chrome browser, Files, Camera, the Google Play Store, and Settings. You will not see an “Uninstall” option when you right-click them.
Google Workspace apps like Docs, Sheets, and Slides can be removed from the app drawer, but they still work through the browser. Removing them only saves a tiny amount of space.
On managed Chromebooks (school or workplace devices), some apps are force-installed by an administrator and will reinstall automatically even after you remove them. You cannot override this on a managed device.
Frequently Asked Questions
Will removing apps speed up my Chromebook?
It can. Android apps that run background processes consume RAM and CPU cycles even when you are not using them. Removing these apps frees up resources and can noticeably improve performance. Freeing up storage also helps because Chrome OS slows down when the drive is nearly full.
Can I recover data from a deleted app?
Local data is deleted permanently when you uninstall an Android app. Data saved to cloud services (Google Drive, synced game progress, or online accounts) stays safe and loads back when you reinstall. Before uninstalling an app with important local data, check if it offers a backup or export feature.
How do I stop apps from reinstalling automatically?
If a deleted app keeps reappearing, your Chromebook is likely managed by a school or employer that pushes the app through Google Admin Console. On a personal Chromebook, check the Play Store’s auto-install and auto-update settings to make sure nothing is being reinstalled without your knowledge.