If you own a Xiaomi, Redmi or POCO smartphone based on MIUI, you probably noticed a strange name on the list of applications โ FreeForm. It is not removed in the standard way, does not have a label on the desktop and often raises questions: what is this program, why is it needed and can it be safely uninstalled? In this article, we will understand what is hidden behind this name, how FreeForm is related to the operation of your device, and give clear instructions for deleting โ if it is really necessary.
Let me warn you right away: FreeForm is not a virus or spyware, as some users think; it is the MIUI system component that runs the application window mode (floating window multitasking), but it is not always obvious, and functions can be duplicated by other services. Next, you will learn how to check whether FreeForm is used on your phone, and what happens if it is turned off.
What is FreeForm on Xiaomi and why is it needed?
FreeForm (sometimes displayed as com.miui.freeform) is a system application that appeared in MIUI 9 and developed in subsequent versions, and its main purpose is to support freeform window mode, which allows you to run applications in floating windows on top of other programs.
For example, with FreeForm you can:
- ๐ฑ Open instant messengers (such as Telegram or WhatsApp) in a small window over a game or video.
- ๐ต Listen to music on YouTube Music while you flip through Instagram feed.
- ๐ Take notes in Google Keep without closing the main app.
However, there is a caveat: on most Xiaomi devices, this feature is disabled by default and requires activation through developer settings or third-party utilities, so many users do not even know it exists, but see FreeForm in the list of applications and begin to worry.
How to check if FreeForm is working on your phone?
Before you think about deleting, make sure that FreeForm is not really being used.
- Open Settings โ About the phone and 7 times click on the MIUI version to activate the Developer Settings.
- Return to the main settings menu and select Additional settings โ Developer settings.
- Find the item Enable free form windows (or Freeform windows in English firmware).
If this switch is turned off (or there is no point at all), then FreeForm on your device is inactive and serves only as a background process, in which case removing it will not affect the operation of the phone.
List of Xiaomi devices with active FreeForm by default
Can FreeForm be removed without consequences?
You can technically remove FreeForm, but there are a few critical points:
| Deleting method | Risks. | Recommendation |
|---|---|---|
| Through Settings โ Applications | Remove button is inactive | Not suitable. |
| With ADB (pm uninstall-k --user 0 com.miui.freeform command) | Floating windows may be missing, but the system will remain stable | It is safe if you do not use window mode. |
| Delete system files via Root | High risk of โbrickingโ the device | Not recommended |
| Disconnection via Titanium Backup or Lucky Patcher | There may be errors in MIUI. | Only for experienced users |
The safest method is to disable the application through ADB. It does not remove the application completely, but only hides it for the current user, which eliminates the risk of system damage.
โ ๏ธ Note: On some firmware (for example, MIUI 14 for Xiaomi 13 Pro) disabling FreeForm can cause split screen failures.Before experimenting, check if you use this feature.
Step-by-step: how to remove FreeForm via ADB
If you decide to get rid of FreeForm, follow this instruction. You will need a computer with Xiaomi drivers installed and the ADB tool.
Install ADB on PC (download from [the official Android site](https://developer.android.com/studio/releases/platform-tools)) | Enable USB debugging in the developer settings | Connect your phone to your PC and confirm trust in your device |Open the command line in the folder with ADB
-->
Next, execute the commands in order:
- Check the device connection: Adb devices The response should show your phoneโs serial number.
- Disable FreeForm for current user: adb shell pm uninstall -k --user 0 com.miui.freeform
- Reboot your phone: adb reboot
After the reboot, FreeForm will disappear from the installed program list. If you need to return it back, use the command:
adb shell cmd package install-existing com.miui.freeform๐ก
Before deleting, back up your data through Settings โ Additional โ Backup and Reset. This will help restore the system if something goes wrong.
What happens if you delete FreeForm: possible problems
In most cases, the removal of FreeForm takes place without consequences, but there are nuances:
- ๐ On some devices (POCO X3 Pro, Redmi Note 10 Pro) may stop working split screen mode (at the same time two apps on the screen).
- ๐ฎ In games with support for floating chats (eg, Genshin Impact or Honor of Kings) will disappear the ability to display dialogue on top of the gameplay.
- ๐ On Xiaomi tablets (for example, Pad 6) may miss support for multitasking in the style of Windows (windows can be drag and drop and resize them).
If you're faced with one of these issues after you're deleted, return FreeForm to the command above, and 90 percent of the time, the functionality will be restored.
โ ๏ธ Note: On devices with Global ROM (for example, Xiaomi 12T Removal of FreeForm sometimes causes Google Assistant to crash, because some voice commands use window mode to display results.
Alternatives to Deletion: How to Disable FreeForm Without Risk
If you donโt want to risk system stability, but FreeForm annoys you (for example, due to background activity), there are safer ways to do this:
- Freeze via Titanium Backup or App Quarantine: These applications allow you to "freeze" system components without removing them. FreeForm will stop working, but it can be easily returned.
These methods are less risky than complete deletion and allow you to return everything back in a few clicks.
๐ก
If you donโt use floating windows or a split screen, disabling FreeForm wonโt affect your phoneโs daily routine, but on tablets and flagships (like the Xiaomi 13 Ultra), itโs best to keep it active for full multitasking.
Frequent Myths About FreeForm: What Really Happens?
There's a lot of rumors going around FreeForm, and we're going to look at the most popular ones.
- ๐ฆ "FreeForm is a virus! No, it's an official component. MIUI. Viruses canโt hide in Xiaomi digitally signed system apps.
- ๐ "It burns the battery very hard. FreeForm only consumes energy when it is actively used (i.e. when the floating window is open.
- ๐ฑ "FreeForm's removal will speed up the phone. "" It's unlikely. FreeForm takes less than 50MB and doesn't load the processor unless it's activated.
- ๐ซ "It can't be removed without rooting. It's not true -- as shown above, it can be done through rooting. ADB superuserless.
If youโre concerned about your phoneโs performance, check Settings โ Battery โ Battery Use first. Chances are that other apps (like Facebook or TikTok) are the culprit, not FreeForm.