Forum Discussion
How to delete apps on android phone in bulk from Windows 11?
It is a simple task to delete apps on Android even for system apps. You can delete system apps on your Android phone, but the level of access depends on your device's settings, manufacturer restrictions, and whether you have root access.
How to delete apps on Android phone with root access
Use apps like Titanium Backup, System App Remover (ROOT), or ADB commands to delete apps from Android phone completely.
Warning: Removing critical system apps can cause instability, boot loops, or loss of functionality.
Using ADB (Without Root, but Reversible)
You can disable or hide system apps without root using ADB (Android Debug Bridge):
adb shell pm uninstall --user 0 <package.name>
This removes the app for your user but keeps it in the system (can be restored via factory reset).
Disable System Apps (No Root Needed)
- Go to Settings > Apps > See all apps (or App Manager).
- Find the system app (tap ⋮ > Show system if hidden).
- Select Disable or Force Stop (some apps may not allow this).
- Disabled apps won’t run or update but remain on the device.