Do you want to get rid of annoying pre-installed apps on your smartphone? We’ll tell you how it works without requiring root access.
Apps and games that are already preinstalled on your Android smartphone (also known as bloatware) are not only annoying but also consume a lot of storage space. It is usually not easy to remove them. Often such apps can only be deactivated and thus hide, but are still available in the system. Here’s an explanation of how to effectively turn off these bloatware and put it off forever without rooting for your phone.
Attention: The method described in the article not only removes unwanted software but also important system components! So be careful with the uninstall process and research, if certain software for your Android system is necessary.
How to remove preinstalled apps without root
Follow our step-by-step guide or watch the quick start guide.
Step 1:
First, download the software Minimal ADB and Fastboot to your PC. Be sure to take the latest version,otherwise problems may arise.
2nd step:
After downloading the .zip file, open the file location. This is typically found in the ‘Downloads’ folder. Next, right-click on the file and select ‘Extract all…’ from the list to extract its contents.
3rd step:
Then, install the Minimal ADB Fastboot Software by double-clicking on the .exe file found in the folder that you extracted.
4th step:
Now pick up your smartphone . You must now enable the developer settings. To do this, open the smartphone settings, scroll down to “About phone” and open the “Software Information”.
5th step:
There, tap on “Build number” several times until the message “Developer mode has been activated” appears.
6th step:
Now look in the settings for “developer options” and open them. There you scroll down to “USB debugging” and activate the switch. Then connect your smartphone to your PC with a USB cable and allow access to phone data.
Also Read: How to Create a Mobile Hotspot with an Android Phone
7th step:
Now, go back to your PC. Press the Windows key and type ‘Minimal ADB Fastboot’; you will see the app. Click on it to open.
8th step:
After opening you will now see a variety of commands that you should not worry about. Enter the “adb devices” command to verify that your smartphone is connected to AMD. In that case, you should see a message on your mobile phone that you confirm with “OK”. If you enter the “adb devices” command again, you should see the device number with the status “device”. This means that the mobile phone is connected and ready for use.
9th step:
Now enter the command “adb shell” to enter the interactive shell.
10th step:
If you enter the command “pm list packages”, you will see all installed packages. These include not only Android-visible apps but also system components that must not be deleted under any circumstances! Hang -3 to the command, so “pm list packages -3” will only see third-party apps. Do not accidentally delete essential system apps, such as the calendar, that work with and are needed for other apps.
11th step:
To uninstall an app, enter the command “pm uninstall -k –user 0” followed by the name of the application. For example, pm uninstall -k –user 0 com. weheartit to uninstall the app “WeHeartIt”.
12th step:
After successfully removing the app you should see the message “Success”.
quick start Guide
- Download the latest version of Minimal ADB and Fastboot software to your computer.
- After downloading, open the file location, usually “Downloads”, and unpack the file. To do this, right-click on it and select ” Extract All … “.
- For file storage, select the C: drive to make it easy for you later. Then click on “Extract”.
- Now take your smartphone and open the settings. Scroll down to “Phone Info” and then select “Software Information”.
- Tap on “Build number” several times until the message “Developer mode has been activated” appears.
- Then look in the settings for “developer options” and open them. There you scroll to “USB debugging” and activate it. Then connect your phone to your computer with a USB cable and allow access to phone data.
- Now go back to your PC and open the Windows Command Prompt by pressing [Windows] + [R] and entering ” cmd “.
- Now enter the file path of the previously downloaded file. If you have saved them as described in C :, your input should look like this: cd C: \ Minimal AMD and Fastboot.
- Then enter the “adb” command to start the Android Debug Bridge.
- You see several commands that you can ignore. Verify that your smartphone with AMD connected is by the command “amd devices enter”. You should then see a message on your smartphone that you confirm with “Ok”. If you enter “amd devices” again, the device number with the status ” device ” should appear. Your device is connected and ready to use.
- To enter the interactive shell, enter “amd shell”.
- The pm list packages command displays all installed packages. Enter the pm list packages -3 command to see only third-party apps . So you are on the safe side and do not unintentionally uninstall important system apps, such as the calendar needed for other apps.
- Now uninstall an app with the command ” pm uninstall -k –user 0 ” followed by the name of the app, eg pm uninstall -k –user 0 com.weheartit .
- If the app has been successfully uninstalled, you will receive the message ” Success “.