Debloat Memu May 2026

Now restart MEmu and enjoy a lightweight, fast emulator!


Before you start, be cautious about removing apps, as you might inadvertently disable a necessary component. Always research an app before deciding to uninstall it.

Enter this command to see every single package installed:

adb shell pm list packages

This will output a massive list. Look for these common Memu bloat packages: debloat memu

| App Name | Package Name (Safe to Remove) | | :--- | :--- | | MEmu Launcher | com.microvirt.launcher (Removing this bricks your UI unless you have a replacement launcher) | | MEmu Lounge | com.microvirt.lounge | | MEmu App Store | com.microvirt.market | | Game Center | com.microvirt.gamecenter | | Email | com.android.email | | Exchange Services | com.android.exchange | | Browser | com.android.browser | | Calendar | com.android.calendar | | Music | com.android.music | | Weather | com.android.weather | | Google Play Books | com.google.android.apps.books | | Google Play Movies | com.google.android.apps.movies | | Google Drive | com.google.android.apps.docs | | Google Music | com.google.android.music |

Open the MEmu Toolbox (right-side toolbar). Click the Broom icon ("Clean up disk"). This deletes:

Run this once per week.

For each package you want to remove, use the uninstall command. Note you are uninstalling for the current user (which is effectively permanent for this instance).

Example: Remove Memu Lounge:

adb shell pm uninstall --user 0 com.microvirt.lounge

Example: Remove the stock browser:

adb shell pm uninstall --user 0 com.android.browser

⚠️ DO NOT REMOVE THESE:

Repeat for every bloat app you identified. When you finish, restart the emulator. You will immediately see a cleaner app drawer and lower RAM usage.