How to Debloat EMUI 11 and Remove Bloatware Apps from Huawei P40 Series

Last year, Chinese tech giant Huawei has released its P40 series devices with Android 10 that has EMUI 10.1 skin out of the box. It’s needless to say that the EMUI skin doesn’t come with preloaded Google Play Services anymore in the global market and users have to use Huawei Mobile Services (HMS). Well, it’s also known to all of us that custom skins do come with several pre-installed apps or games which aren’t necessary for every user. These are also known as Bloatware. So, if you’re one of the Huawei P40 series device users and want to uninstall Bloatware then check out this useful guide on How to Debloat EMUI 11 and Remove Bloatware Apps from Huawei P40 Series.

EMUI 11 skin is currently running on the Huawei P40 series devices and a special thanks to XDA Developers for making it possible to easily debloat Huawei’s official skin for its mobile devices. According to multiple reports, Bloatware is a junk or unwanted application or game that has been already installed on the mobile devices by manufacturers which definitely includes some revenue for the device brand and promotion of the installed programs too. However, not everyone likes the unwanted numbers of bloatware apps or games which can’t be uninstalled and consumes a lot of storage space also.

How to Debloat EMUI 11 and Remove Bloatware Apps from Huawei P40 Series

How to Debloat EMUI 11 and Remove Bloatware Apps from Huawei P40 Series

Sometimes these bloatware programs can bring several security issues and even third-party advertisements as well. So, it’s always a better idea to use the adb shell command according to the package with the help of a Windows computer to easily remove or disable bloatware apps/games in a proper way.

A huge thanks to faceliler (Senior Member of XDA Developers) for sharing most of the adb shell commands for all the possible bloatware packages. However, if you think that your Huawei P40 series device has some additional bloatware on EMUI 11 rather than the mentioned list of packages in the spreadsheet then you can visit the source link below and comment about it to get further assistance.

Now, without getting further ado, let’s jump into the guide below with all the necessary requirements.

Requirements:

  • Ensure to Enable USB Debugging on your Huawei P40 series device first.
  • A Windows PC/Laptop and a USB Data Cable (for your device) are required.
  • You’ll have to download Android SDK Platform Tools on your computer.
  • Make sure that you’ve charged your handset more than 50%.

Debloating Steps:

  • First of all, you’ll need to go to device Settings > Tap on About Phone > Tap on Build Number 7 times continuously to enable Developer Options.
  • Now, go back to System & Updates > Select Developer Options > Turn On USB Debugging mode to easily connect and execute adb shell commands on your device.
  • We assume that you’ve already downloaded the Android SDK Platform Tools (zip) on your computer. So, just extract or unzip the file using WinRAR or 7-Zip.
  • Once done, open the extracted Android SDK platform-tools folder.
  • You’ll need to create a new folder in the C:\ drive and in the name of adb.
How to Debloat EMUI 11 and Remove Bloatware Apps from Huawei P40 Series
Image Credit: XDA
  • Next, simply copy everything from the Android SDK platform-tools folder into the newly created C:\adb folder.
  • Now, you can click on the Start Menu > Type cmd > Right-click on Command Prompt from the search result.
  • Select Run as administrator > If prompted by UAC, click on Yes to allow.
  • The command prompt window will open > Now, type the following command and hit Enter to execute:
cd C:\adb
How to Debloat EMUI 11 and Remove Bloatware Apps from Huawei P40 Series
Image Credit: XDA
  • Now, you can head over to this Bloatware Spreadsheet link and copy & paste the required command according to the bloatware app/game package name.
  • Once pasted the command in the command prompt window, don’t forget to hit Enter to execute it.
  • You’re done. Now, you can easily Debloat EMUI 11 and Remove Bloatware Apps from Huawei P40 Series.

For Example: If you don’t want to keep the stock Huawei Music App on your Huawei P40 series device running on the EMUI 11 skin, then after executing the cd C:\adb command, you’ll need to copy & paste the adb shell pm uninstall –user 0 com.huawei.music command and press Enter to run it. This will remove/disable the Huawei Music App completely. (Here adb shell pm uninstall –user 0 command prefix will be the same and only suffix portion will change according to the package name).

However, if you want to bring back the removed bloatware app/game on your device again then you can use the following command according to the package name:

adb shell cmd package install-existing (com.package.name)

That’s it, guys. We hope this guide was helpful to you. For further queries, you can comment below.

Source: XDA Developers

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.