Table of Contents
Have you ever wondered why your brand-new Android phone feels slow right from the start? The answer is often those annoying pre-installed apps—also known as bloatware—that you didn’t ask for and probably won’t use. These apps take up space and can make your device feel sluggish. But here’s the good news: if your Android device is rooted, you can get rid of them.
Before diving in, make sure you’ve got everything ready:
- Rooted Android Device: This guide assumes your device is already rooted. (Check if your device model is supported.)
- Titanium Backup: Download Titanium Backup if you’re using this method.
- System App Remover: Download System App Remover for easy app removal.
- ADB and Fastboot Tools: Download ADB and Fastboot Tools for command-line operations.
- Magisk Manager: Download Magisk Manager for module installations.
- USB Debugging Enabled: Go to Settings > Developer options > USB Debugging, and make sure it’s turned on.
Removing Bloatware Using Titanium Backup
Let’s start with Titanium Backup, a popular app among Android users. This tool makes it easy to freeze or remove unwanted apps without much hassle.
- Download and Install Titanium Backup
First, download Titanium Backup on your rooted device. This app is your go-to for managing and removing apps. - Grant Root Access to Titanium Backup
When you open Titanium Backup, it will ask for root access. You need to allow this for the app to work correctly. - Select the Bloatware to Remove
Go to the “Backup/Restore” tab in the app, where you’ll see a list of all installed apps, including system apps. Pick out the bloatware that’s been slowing down your device. - Uninstall or Freeze the App
You can either uninstall the app completely or “freeze” it. Freezing disables the app without deleting it, making it easy to bring back if you change your mind. If you’re sure you don’t need the app, go ahead and uninstall it.
Removing Bloatware Using System App Remover
System App Remover is another straightforward tool that works great for removing bloatware on rooted devices.
- Install System App Remover
Download System App Remover and install it on your device. This tool is designed to help you safely remove unwanted apps. - Grant Root Access to System App Remover
Just like with Titanium Backup, you’ll need to allow root access for this app to do its job. - Identify Bloatware
When you open the app, you’ll see a list of system apps. Look through the list and choose the apps you don’t need anymore. - Uninstall the App
Click “Uninstall,” and the app will be removed from your device. Make sure you only remove apps that you know you don’t need.
Removing Bloatware Using ADB Commands
If you prefer a more hands-on approach, you can use ADB (Android Debug Bridge) commands to remove bloatware. This method takes a bit more effort but is very effective.
- Set Up ADB on Your PC
Start by downloading ADB and Fastboot Tools to your computer. Extract the files and get everything set up. - Connect Your Device to Your PC
Use a USB cable to connect your Android device to your computer. Make sure USB Debugging is enabled (Settings > Developer options > USB Debugging). Run theadb devices
command to check if your device is connected properly. - Identify the Bloatware
To see all the installed apps, typeadb shell pm list packages
in the command prompt. This will show a list of all the packages, including the bloatware. - Uninstall the Bloatware
Once you’ve identified the app you want to remove, typeadb shell pm uninstall -k --user 0
to uninstall it. Replacewith the actual name of the app.
Removing Bloatware Using Magisk Modules
Magisk isn’t just for rooting your device—it also has modules that can help you remove bloatware with ease.
- Install Magisk Manager
If you haven’t already, download and install Magisk Manager. This app lets you install various modules that can remove bloatware. - Browse Magisk Modules
Open Magisk Manager and go to the “Modules” section. Look through the available modules to find one that removes bloatware. - Install a Debloating Module
Pick a module that suits your needs and install it. The module will automatically remove the unwanted apps from your device. Make sure toread the module’s description so you know exactly what it’s removing. - Reboot Your Device
After installing the module, restart your device to apply the changes. Your device should now be free of the selected bloatware.
In the end, removing bloatware from your rooted Android device isn’t just about freeing up space—it’s about making your device faster and more enjoyable to use. Whether you’re using Titanium Backup, System App Remover, ADB commands or Magisk modules.