Download Article
Download Article
This wikiHow teaches you how to delete apps from your Android device. To remove factory-installed system apps, you need to root your device and then delete them from a desktop computer.
Steps
-
Open your device's Settings app.
- You cannot use this method to uninstall apps that came preloaded on your device. See the next section for details on removing preloaded apps.
-
Scroll down and tap Apps . It's in the "Device" section.Advertisement
-
Scroll down and tap the app you want to deleted.
-
Tap UNINSTALL .
- If there is no UNINSTALL button, the app is a default or system app that can't be deleted without rooting your device. You can tap DISABLE to prevent it from functioning and hide it on your device. To permanently delete it, you'll need to root your device and delete it from a desktop computer.
-
Tap OK to confirm. The app will be removed from your device.
Advertisement
-
Root your Android device. This is by far the most complicated part of the process, since rooting is different for every single model of Android. Even the carrier you use can affect your ability to root the device. On some phones, such as the Nexus line, rooting is very easy. On others, it may be impossible. Rooting is required to uninstall apps that came preloaded on your device.
- See How to Root Android Phones for instructions on rooting several popular devices, as well as tips on finding specific instructions for your device.
-
Install the Android SDK on your computer. Once your device is rooted, you can use the Android Debug Bridge (ADB) tool included in the Android SDK to uninstall the app via command line. You can download the Android SDK for free here . You just need the "SDK Tools only" package, not the entire development environment. Download and run the installer for your operating system.
-
Connect your Android device to your computer via USB. Use your standard USB cable to connect your Android device. Install any drivers that you may be prompted to install.
-
Turn on USB Debugging mode on your device. If you didn't have this turned on already during the root process, you'll need to enable USB debugging now. [1] X Research source
- Open the Settings app and tap "About phone."
- Tap the "Build number" entry seven times to enable the hidden "Developer options" menu.
- Open the new "Developer options" menu at the bottom of the previous screen.
- Enable "USB debugging."
-
Open ADB on your computer. ADB runs through the Command Prompt. The best way to launch it is to find it using Windows Explorer first.
- Go to the folder in which you installed ADB. By default, it is usually C:\Users\ username \AppData\Local\Android\android-sdk\platform-tools .
- Hold ⇧ Shift and right-click in the folder.
- Click Open command window here . This will launch the Command Prompt at the current location.
-
Display a list of applications installed on the device. Once you're in the Command Prompt, you can tell ADB to retrieve the list of apps installed on your device. Type the following into the Command Prompt:
- Type adb shell and press ↵ Enter . This will start a dedicated command prompt for your device.
- Type cd system/app and press ↵ Enter . This will open the apps folder on your device.
- Type ls and press ↵ Enter . This will display a list of all of the apps installed on your device.
-
Find the app that you want to uninstall. The list of apps will likely be fairly large. Scroll through the list and find the app you want to remove. Note the entire file name of the app.
-
Uninstall the system app that you want to remove. Type rm AppName .apk and press ↵ Enter to remove the app. You can repeat this for any other apps you want to remove. [2] X Research source
- Type reboot and press ↵ Enter after you are finished removing apps to reboot your phone and finish the process.
Advertisement
Community Q&A
Search
-
QuestionWhy don't they make it easier to delete the apps that are pre-installed on the phone?Community AnswerTwo reasons: One, the programmers don't want you to delete them. They want you to upgrade to a better device when your current devices gets bogged down. Two, the programmers don't want customers deleting apps that may be part of the functionality of the device, then spend hours with customer service trying to fix it when they can just keep you from deleting them in the first place.
-
QuestionHow do I delete home screen pictures?Community AnswerRight-click it and press delete, or go back to the app and sell it or delete it.
-
QuestionWhat do I do if I have no space left on my Samsung tablet?Community AnswerTry removing some photos or videos from your device, or some games you no longer use.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Tips
- If you delete an app that you paid for, you can re-install the same app at a later date for no extra cost. To re-install an app you paid for, open Play Store on your Android device, tap ☰ and then My Apps . Tap INSTALL next to the app you want to reinstall.Thanks
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement
Warnings
- Be careful when uninstalling applications from the ADB terminal. If you remove applications necessary for your device’s operation, you may render the device inoperable. Always research the apps you are going to delete.Thanks
- When you delete an app, all the information associated with that app on your Android device will also be deleted. Make sure that you back up or export any information you want saved to a different location before deleting the app from your device.Thanks
- Some Android devices may not allow you to delete certain apps, especially if they came preloaded on your device. Additionally, some apps cannot be deleted if your Android device requires them to be able to function normally.Thanks
Advertisement
References
About This Article
Article Summary
X
1. Open Settings.
2. Tap Apps
.
3. Tap an app.
4. Tap UNINSTALL
.
5. Tap OK
.
Did this summary help you?
Thanks to all authors for creating a page that has been read 842,392 times.
Reader Success Stories
- "The site was very helpful, giving lots of step-by-step instructions on many different subjects. Was very helpful learned things I didn't know will keep this site handy for other info I may need at a later time." ..." more
Advertisement