Disable autostart and background services in Windows/macOS
Remove or disable unwanted apps inside BlueStacks
Clear app caches and data
Reduce background activity inside Android
Tweak Google Play and Play Services
Disable unneeded Windows services that BlueStacks installs (advanced)
Remove unused virtual devices or snapshots
Reinstall with custom options (if debloating existing install is messy)
If you don't like command lines, the community has created a God-mode tool called BSTweaker (Bluestacks Tweaker). bluestacks debloat
Why use BSTweaker? It removes apps entirely from the disk, freeing up more storage than the ADB method. The downside? You cannot get them back without reinstalling Bluestacks.
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).
Step 2: List the Bloat Packages
Type adb shell pm list packages | grep bluestacks
You will see entries like: Disable autostart and background services in Windows/macOS
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.
→ You removed com.google.android.gms or com.google.android.gsf. Restore them: Remove or disable unwanted apps inside BlueStacks
adb shell cmd package install-existing com.google.android.gms
Open Settings > Apps > All apps and uninstall:
Downside: Many system bloat apps have the Uninstall button greyed out.