Bluestacks Debloat Guide
Root BlueStacks using BSTweaks or BlueStacks Tweaker, then use an app like System App Remover or SD Maid.
Note: Rooting adds risk and is often unnecessary given ADB method.
Step 1: Connect ADB to Bluestacks Bluestacks runs on a specific port. Open Command Prompt as Administrator and type:
cd C:\platform-tools
adb connect localhost:5555
adb devices
If port 5555 fails, check Bluestacks advanced settings for the ADB port (often 5555 or 5556). bluestacks debloat
Step 2: List the Bloat Packages
Type adb shell pm list packages | grep bluestacks
You will see entries like:
Step 3: Uninstall the Bloat
Use the following commands. Add --user 0 to remove for the main user profile.
adb shell pm uninstall --user 0 com.bluestacks.appcenter
adb shell pm uninstall --user 0 com.bluestacks.tv
adb shell pm uninstall --user 0 com.bluestacks.cloudgame` (if present)
adb shell pm uninstall --user 0 com.bluestacks.guide
adb shell pm uninstall --user 0 com.bluestacks.settings` (Do NOT uninstall this!)
Step 4: Remove Google Redundancies
adb shell pm uninstall --user 0 com.google.android.apps.maps
adb shell pm uninstall --user 0 com.google.android.apps.photos
adb shell pm uninstall --user 0 com.google.android.youtube
adb shell pm uninstall --user 0 com.android.chrome` (Use Bluestacks browser instead)
Step 5: The "Big One" (Optional - Advanced) Some users remove the default Launcher to save RAM, but you must install a lightweight launcher (like Lawnchair) first. Not recommended for beginners.
BlueStacks typically installs 5-10 sponsored games by default (like Raid: Shadow Legends, State of Survival, etc.). These take up space and can run background processes.
Connect via ADB:
Identify and Remove Packages:
Pre-installed Junk Games (Examples):
Execute the Removal:
