FreeForm on Xiaomi: why you need, how to remove and what will happen if you turn off

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.

๐Ÿ“Š You are using window mode on Xiaomi?
Yeah, regularly.
I tried it, but it didn't come in handy.
I don't know what it is.
No, I don't need it.

How to check if FreeForm is working on your phone?

Before you think about deleting, make sure that FreeForm is not really being used.

  1. Open Settings โ†’ About the phone and 7 times click on the MIUI version to activate the Developer Settings.
  2. Return to the main settings menu and select Additional settings โ†’ Developer settings.
  3. 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
On some models (such as the Xiaomi Pad 5, POCO F4 GT, or Redmi K50 Ultra), window mode can be turned on out of the box to support multitasking on large screens. Check this in the developer settings.

Can FreeForm be removed without consequences?

You can technically remove FreeForm, but there are a few critical points:

Deleting methodRisks.Recommendation
Through Settings โ†’ ApplicationsRemove button is inactiveNot suitable.
With ADB (pm uninstall-k --user 0 com.miui.freeform command)Floating windows may be missing, but the system will remain stableIt is safe if you do not use window mode.
Delete system files via RootHigh risk of โ€œbrickingโ€ the deviceNot recommended
Disconnection via Titanium Backup or Lucky PatcherThere 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:

  1. Check the device connection: Adb devices The response should show your phoneโ€™s serial number.
  2. Disable FreeForm for current user: adb shell pm uninstall -k --user 0 com.miui.freeform
  3. 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:

  1. 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.

โ“ FreeForm is coming after the update MIUI. It's okay?
Yes, FreeForm can appear on the app list after a major update (e.g., from MIUI 13 to MIUI 14), which is because newer firmware versions extend multitasking support. If you don't use floating windows, you can turn it off.
โ“ Can FreeForm be removed from the POCO F3 GT?
Yes, but keep in mind that on devices with a Dimensity 1200 processor (like the POCO F3 GT), FreeForm is sometimes used to optimize performance in games (for example, to display Discord chat on top of a game).
โ“ After FreeForm was deleted, a separate screen was lost?
Return the app with a command: adb shell cmd package install-existing com.miui.freeform Then restart the phone. If the function is not restored, check the developer settings - perhaps there is turned off the item Enable free windows.
โ“ FreeForm takes up 200 MB of memory?
No, FreeForm usually weighs no more than 50MB. If you see a larger size, itโ€™s probably a cache or data from another application. Try clearing the cache through Settings โ†’ Applications โ†’ FreeForm โ†’ Clear the cache.
โ“ Will Google Assistant work after FreeForm is removed?
On most devices, yes, but some models with Global ROM (such as the Xiaomi 11T Pro) may have trouble displaying assistant cards in floating windows, in which case return the app or use Google Assistant in full screen mode.