Unwanted pre-installed apps or bloatware on your Xiaomi phone can take up a considerable amount of storage space, which can be frustrating for users who prefer a clean and organized device. Fortunately, you can easily disable or remove these apps from MIUI devices.

Merely disabling an app will prevent it from running, but it will still take up space on your device. By removing the apps, you can free up valuable storage space and improve the overall performance of your device. In this article, we’ll take a closer look at how to disable apps on MIUI devices and the benefits of doing so.
How to Disable Apps on MIUI Devices
There are several methods to disable apps on MIUI devices. Here are some of them:
Disabling Apps with Hidden Settings for MIUI
The Hidden Settings for MIUI app provides a centralized location to access all the settings that are not readily visible to users. You can use it to disable applications you don’t need. However, please note that not all applications can be disabled or uninstalled using this app.
Do your research before disabling or uninstalling any applications, as some of them may be crucial to the overall system. Removing them may cause some functions of the phone not to work properly.
Here’s how to disable unwanted apps:
- Download the Hidden Settings for MIUI app on Google Play Store. Install it on your phone.
- Open the app and pick “Manage Applications.”
- Choose the app you wish to disable or delete from your device by scrolling over and tapping on it.
- Select the “Uninstall” or “Disable” option.
- Hit the “Disable app” when a pop-up appears.
Removing Bloatware with ADB and Fastboot
Removing unwanted apps using ADB (Android Debug Bridge) and Fastboot is a common method that can be performed on almost any Android device. However, the process can be a bit complicated for some and requires following instructions carefully or having prior knowledge about ADB and Fastboot.
If you want to remove undesired apps using ADB and Fastboot, follow the steps below:
- Install ADB and Fastboot on your computer if you haven’t already.
- Enable USB debugging on your Android device. To do this, go to “Settings,” select “About the Phone,” and tap on the “Build Number” seven times to enable “Developer Options.” Then go to “Developer Options” and enable “USB Debugging.”
- Download and install App Inspector to learn the package names of the apps.
- Connect your Android device to your computer using a USB cable.
- Open a command prompt on your computer and enter “
adb devices
” to see if your device is detected. If your device is detected, you should see a device ID listed in the output. - To remove an app, enter the following command: “
adb shell pm uninstall -k --user com.package.name
”
Replace “com.package.name
” with the package name of the app you want to remove. Find the name using the App Inspector. If you want to remove Facebook, for instance, this is how the command would look like:pm uninstall -k --user com.facebook.katana
- To disable an app instead of removing it, enter the following command: “
adb shell pm disable-user --user <com.package.name>
”
Again, use the package name of the app you want to disable to replace “com.package.name
” in the command.
This method allows you to disable or remove undesired apps from your MIUI phone without root. But remember to be cautious in removing apps. Avoid uninstalling security apps, as it may cause boot loop issues.
Getting Rid of Bloatware with Universal Android Debloater
Universal Android Debloater is a free software tool that uses ADB to detect your MIUI device, retrieve a list of all installed apps, and enable you to easily uninstall them from a single location. This tool is an open-source application and is one of the most straightforward methods to eliminate undesired pre-installed apps or bloatware from your device.
To get rid of bloatware using Universal Android Debloater, follow the list of instructions below:
- Download the Universal Android Debloater tool from a trusted source. Extract the downloaded ZIP file and run it on your computer.
- Install the ADB and Fastboot on your PC.
- Enable USB debugging on your Android device by navigating to “Settings,” picking “About the Phone,” and tapping the “Build Number” seven times to unlock “Developer Options.” Go to “Developer Options” and enable “USB Debugging.”
- Use a USB cable to connect your Android device to your computer.
- Refresh the tool and wait for it to detect your device. The tool will show a list of all the apps installed on your phone.
- Check the box next to the apps that you want to remove and uncheck the ones that you want to keep.
- Start removing them by tapping on the uninstall button. Again, make sure you uninstall apps that won’t affect your phone’s function or performance.
Note: Be careful when using this tool, as removing certain system apps may cause issues or instability on your device. Always make a backup of your data before debloating your phone.
Do Your Research and Choose Cautiously
Disabling or removing undesired apps on your MIUI device can be a helpful way to declutter the phone and improve its performance. However, it’s crucial to exercise caution before taking any action. Disabling essential system apps can lead to unexpected consequences and even cause harm to your device.
Therefore, you should research the app’s function and impact before disabling it. Proceed with care and consider seeking expert advice if in doubt. By taking these precautions, you can effectively disable unnecessary apps without compromising the functionality of your MIUI device.
Which methods do you prefer to disable apps on your phone? Do you know any other way that can effectively remove bloatware? Let us know in the comment section below.
Disclaimer: Some pages on this site may include an affiliate link. This does not effect our editorial in any way.