How to permanently disable Game Bird on Xiaomi Poco: 5 proven ways

The Game Bird app (or Game Turbo in newer versions of MIUI) is often a source of annoyance for owners of Xiaomi Poco smartphones.This system utility, designed to optimize gameplay, not only takes up space in memory, but also constantly displays notifications, runs in the background and can even conflict with other applications, especially annoying users who do not play mobile games or prefer alternative solutions for performance management.

To make matters worse, Game Bird is built into the system-level MIUI firmware, and simple removal through the standard interface is not available, but there are legal and illegal ways to disable it, from basic settings to deep manipulation of superuser rights. In this guide, weโ€™ll look at all the current ways, including those that work on the latest MIUI 14/15 for the Poco F5, Poco X5, Poco X6 Pro and other models.

Why Game Bird is interfering with your smartphone

At first glance, Game Bird seems like a useful tool: it blocks notifications while playing, optimizes battery consumption, and even offers additional features like screen recording.

  • ๐Ÿ“ฑ Spontaneous launch โ€“ the application is activated without permission, even if you are not playing.
  • ๐Ÿ”” Intrusive notifications โ€“ persistent pop-ups with the suggestion to โ€œaccelerate the game".
  • ๐Ÿ”‹ Increased battery consumption - background processes are eaten up to 5-7% day-load.
  • ๐Ÿšซ Conflicts with other SEOs, such as GFX Tools or Game Booster.
  • ๐Ÿ“ฆ Impossibility to delete โ€“ no button โ€œDeleteโ€ in the application menu.

Moreover, on some Poco models (like the Poco F3 or Poco X4 Pro), Game Bird is integrated with the Security App, making it harder to deactivate, which means users are looking for ways to not just hide the icon, but completely disable all processes associated with this service.

๐Ÿ“Š How often do you play mobile games on Xiaomi Poco?
Every day.
2-3 times a week
Rarely, only on the road.
I don't play at all.

Method 1: Disconnect via MIUI settings (without root)

The easiest and safest method is to deactivate through standard settings, which does not require superuser rights and is suitable for most Poco models on MIUI 12-15.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, type Game Bird (or Game Turbo).
  3. Slip on the app you found and select Disable (or Remove Updates if the button is active).
  4. Confirm the action in the pop-up window.

If the Disable button is inactive, try an alternative path:

  1. Go to Settings โ†’ Special features โ†’ Applications.
  2. Find Game Bird in the list and disable all permissions (notifications, auto-run, data access).

โ˜‘๏ธ Preparing for Game Bird shutdown

Done: 0 / 4

โš ๏ธ Note: Some firmware may not have access to the screen recording function during play after Game Bird is disabled. If you care about this option, use alternative applications like AZ Screen Recorder.

Method 2: Remove via ADB (without root but with PC)

If the standard shutdown did not help, you can use Android Debug Bridge (ADB) โ€” This is a tool for debugging Android devices, which doesn't require superuser rights, but it requires a computer and a computer. USB-Instructions:

  1. Download and install ADB Tools on PC.
  2. On the phone, activate Developer Mode (go to Settings โ†’ About Phone and tap 7 times on the MIUI version).
  3. Turn on USB debugging in the Developer Menu.
  4. Connect your phone to your PC and type in the command line (Windows) or terminal (macOS/Linux):
adb devices

(Your device should show up. If not, check the drivers.)

adb shell pm uninstall -k --user 0 com.mi.gamecenter.sdk.service
adb shell pm uninstall -k --user 0 com.xiaomi.glgm

These commands will delete Game Bird and Game Turbo for the current user (without deleting system files).

What if the ADB canโ€™t see the device?
1. Make sure that file transfer mode is enabled (MTP) when connected USB. 2. Install Xiaomi drivers from the official website (Support section). 3. Try another one USB-cable (original better). 4. Reboot your phone and PC. 5. In the Developer menu, turn off and turn on Debugging by USB".

โš ๏ธ Note: Some Poco models (e.g. Poco) F5 Pro) these commands may cause system services to fail. Backup via Mi Cloud or TWRP.

Method 3: Use of MIUI Hidden Settings (for experienced)

MIUI firmware has hidden settings that allow you to manage system applications without ADB.

  1. Download the MIUI Hidden Settings app (available on Google Play or 4PDA).
  2. Open the Manage Applications section.
  3. Find Game Bird (com.mi.gamecenter.sdk.service) and Game Turbo (com.xiaomi.glgm).
  4. For each application, select Disable (Disable) or Freeze (Freeze).

The advantage of this method is that you can return the application at any time without resetting your settings, but note that after updating the MIUI, you may need to repeat the procedure.

MethodPC requiredRoot is required.ReversibilityRisk of failure
MIUI settingsโŒ No.โŒ No.โœ… Yes.โš ๏ธ Low.
ADBโœ… Yes.โŒ No.โœ… Yes.โš ๏ธ Medium.
MIUI Hidden SettingsโŒ No.โŒ No.โœ… Yes.โš ๏ธ Low.
TWRP + Magiskโœ… Yes.โœ… Yes.โœ… Yes.โ— High-pitched

Method 4: Complete removal via TWRP and Magisk (for advanced)

If you're willing to take drastic measures and have a customized root TWRP (Magisk) reclaimer installed, you can remove Game Bird forever, which is suitable for models like the Poco F4 GT or Poco X3 Pro, where system applications are heavily integrated into MIUI.

Instructions:

  1. Install Root Explorer or FX File Explorer with access to the root folder.
  2. Go to /system/priv-app/ or /system/app/.
  3. Find the folders: GameCenter (or GameCenterSDK) GameTurbo (or GLGM)

.bak

GameCenter.bak

Reboot the phone.

โš ๏ธ Warning: Incorrect deletion of system files can lead to bootloop ( looped boot:

  • ๐Ÿ”„ Create a full backup through TWRP.
  • ๐Ÿ“ฑ Check your modelโ€™s compatibility with Magisk on the forum XDA Developers.
  • ๐Ÿ”ง Make sure you have the latest version of Magisk (26.0) installed.+).

๐Ÿ’ก

If game gestures stop working after Game Bird is removed (e.g., PUBG Mobile), install an alternative launcher like Nova Launcher and set up control via its Nova Gestures plugin.

Method 5: Firewall Block (to restrict network access)

If you donโ€™t need to delete Game Bird completely, but you want to stop its activity on the network (for example, so that it does not send data to Xiaomi), you can block its access to the Internet.

  1. Install a firewall application, such as NetGuard or AFWall+ (requires root).
  2. In the list of applications, find Game Bird and Game Turbo.
  3. Turn off Wi-Fi and mobile data for them.
  4. Save the settings and restart the phone.

This method doesn't delete the application, but it makes it invisible to the system. The downside is that Game Bird will still take up space in memory, but it will stop consuming traffic and sending analytics.

What to do if Game Bird is back after MIUI update

One of the most common problems is that Game Bird comes back after a firmware update, and that's because MIUI restores system applications when it's a major update.

  • ๐Ÿ”„ Repeat the shutdown procedure (through ADB or MIUI Hidden Settings).
  • ๐Ÿšซ Turn off automatic updates MIUI In Settings โ†’ The phone. โ†’ Updating the system.
  • ๐Ÿ“ฅ Install custom firmware (e.g. Pixel Experience or LineageOS) that doesnโ€™t have Xiaomi apps preinstalled.
  • ๐Ÿ”ง Use Magisk modules like Universal. GMS Doze or App Systemizer to block system application recovery.

If you donโ€™t want to give up the official firmware, the most reliable way is to create a task in Tasker that will automatically disable Game Bird after each update.

  1. Install Tasker and AutoInput plugin.
  2. Create a task with ADB Command and type a command from Method 2.
  3. Set the trigger for the event Finishing the system update.

๐Ÿ’ก

After updating MIUI, always check the list of active apps in Settings โ†’ Apps โ†’ Permissions โ†’ AutoRun. Game Bird can reappear there even after removal.

FAQ: Frequent questions about Game Bird on Xiaomi Poco

Can I turn off Game Bird without a computer?
Yes, through Settings โ†’ Applications (Method 1) or MIUI Hidden Settings (Method 3). However, on some models (e.g. Poco C55), these methods may not work, then you will need ADB or root.
Is it safe to remove Game Bird through ADB?
Yes, if you use pm uninstall -k --user 0. It only removes the application for the current user, without affecting system files. The risk is minimal, but backup in case of an error.
Why is it that after Game Bird is removed, screen recording in games does not work?
Game Bird in MIUI is responsible for the gameplay recording function. Once it is removed, use third-party apps like AZ Screen Recorder or Mobizen, which support high-FPS and no lag recording.
Will Game Bird return to factory settings after resetting the phone?
Yes, because it's a system application. To avoid it coming back, you can immediately reset the shutdown procedure through ADB or MIUI Hidden Settings.
Are there any Game Bird alternatives to optimize your games?
If you need gaming chips without intrusive notifications, try it: ๐ŸŽฎ GFX Tools โ€“ to customize graphics in games. โšก Game Booster 4x Faster โ€“ Optimizes productivity. ๐Ÿ“Š Simple Game Optimizer is a lightweight, ad-free version, and these apps don't require root, and they work on all Poco models.