• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Android Infotech

Android Infotech

Android Tips, News, Guide, Tutorials

  • AI
  • Firmware
  • Knowledge
  • News
  • Deals
  • Root
  • Tutorial
  • Applications
  • Opinion
  • Tools
  • Search
  • Account
You are here: Home / Root / Root Motorola Moto G9 Plus Android 10 using TWRP and Install Magisk

Root Motorola Moto G9 Plus Android 10 using TWRP and Install Magisk

Updated On: June 10, 2025 by Selva Ganesh Leave a Comment

When you have Stock Android on your mobile, You are almost free from bloatware apps. Even if your manufacturer put some apps, You can get rid of them in the settings unless it is related to System apps. But when you need to use root required apps, You need root access in your mobile. Due to Root apps features and controls, People begin to root their mobile even if it is new. Moto G9 Plus comes with the Android 10 version, and it is a decent upper mid-range mobile. But When you are a regular root apps user or developer, you can root your Moto G9 Plus Android 10 using the below method. In this method, we are using TWRP custom recovery. So, You can install custom ROMs if you need them.
Moto G9 Plus Brightness Control

After root, you will lose official updates. You have to update your mobile manually. So, Before proceeding with the process, you should know why you need to do it. If you are a regular user, you can try some alternatives for your purpose that don’t require rooting your mobile. When you are a regular root apps user and developer, you can follow the below guide to achieve root on your mobile.

Should you need to Root your Motorola Moto G9 Plus Android 10 version?

It would be best if you had a strong reason for rooting. Moto already released the Android 10 version and is already optimized. You have More than Enough 4/6 GB RAM to use daily apps without lag for years. Yes, I Know you may prefer custom ROMs. But, Trust me, Moto near Stock Android is far better than other Custom Skin OS. You can use this device without lag for years until Motorola mess with some Bloatware. But beyond, this not go reasons you are addicted to some root apps, or you are a frequent user of some Custom OS, you can proceed further. But if you want to root because everybody is doing, I advise you, don’t root If you didn’t have any experience. For regular users, It can become a Nightmare.

How to Root Motorola Moto G9 Plus Android 10 (Odessa, XT2087, International Variants)

First of all, thanks to the developer for the Root method- SebastianĀ and topjohnwu – this genius is one who discovered and maintaining Magisk. Moto G9 Plus International variants come with a flexible bootloader. It means that the smartphone can be easily rooted. The device can also accept installing TWRP recovery or any other custom recovery file/app.

In the below method, we are going to Root this device by using TWRP and Magisk. The process uses Unofficial TWRP. You can install Official TWRP using the official app when it is released. TWRP recovery is a custom recovery file that must be installed on your devices because you can root them successfully. In this article, we explained the easiest method to follow and install Magisk on Moto G9 Plus. However, the tool required for rooting this device is the Magisk App.

You can flash official TWRP once it is available. With the help of TWRP Recovery, you can quickly flash the Custom ROMs into your Moto G9 Plus. Before sharing the tutorial, you may want to know that you can easily install any root apps with the Magisk present on your device. Does it seem complicated? Relax, everything will be explained briefly in bullets.

Things to check out for;

  • Check your device model number.

  • You should back up your current files and data- Full Data Loss Process (save them on external storage).
  • Install Latest Magisk Manager.
  • Make sure your device battery is above 50%

  • You cannot use Google Pay, Secured folder, and some official apps from Motorola.
  • You can’t update your firmware; to get new firmware, you must follow the below steps with the latest firmware.
  • Read the full tutorial before the process.

1.Unlock Bootloader Moto G9 Plus using ADB and Fastboot

  • Download and install the Moto USB driver to your computer system.

  • Also, download the ADB drivers. Install it on your PC.

Moto G9 Plus Fastboot Mode

  • Switch off your device. Then, enter into Fastboot mode. To do this- Press and hold down the Volume Down + Power buttons at the same time for some time.

Moto G7 Plus Fastboot Mode Warning Screen

  • Press the Volume Up button to continue when you see the warning message.

  • Now, connect the Moto G9 Plus mobile to the computer via USB cable.

  • Launch the fastboot on your computer. Open a Command prompt on your PC and type the below command.

  • fastboot devices
  • It should display the connected devices. If you didn’t get the device, restart the command prompt and Disconnect and Connect your Moto G9 Plus. If you are detected, type the below commands.
  • fastboot oem get_unlock_data

Moto Get Unlock Data

  • Hit enter, you will get some unlock data. Copy those codes and remove < Bootloader> Prefix from those lines and copy them into one line.
  • Go to Official Moto Unlock Page. Log in with your Moto account and in the Box, Paste those codes and Check the unlock Bootloader Status. If you get, Yes you can unlock, You can request unlock Key from Moto.
  • After the process completes, you will get 20 Digit to unlock the key in your email. Now type the following command to unlock Bootloader on your device.

  • fastboot oem unlock UNIQUE CODE

Moto unlock bootloader command

  • You should type this code two times and Hit enter to unlock your device successfully. After the successful unlock, your device will automatically reboot to the standard OS.

  • Check again to enable ā€œDeveloper Options,ā€ then go to the ā€œDeveloper Optionsā€ and enable USB Debugging Mode, OEM Unlock and Enable the ā€œAdvanced Reboot.ā€ Sometimes they disabled themselves after the boot.

2. Necessary Download files

  • Download the Moto G9 Plus Odessa TWRP A10.zip and extract the .img file, rename the twrp file to recovery.img, copy the file to your PC ADB folder. Copy recovery.img file toĀ mobile external storage.
  • Download Disable_Dm-Verity_ForceEncrypt.zipĀ and Magisk.zip files (Don’t download .apk file), copy it on your external SD card or Pendrive With OTG Cable. You can refer to the uses of OTG.

3. Flash TWRP using ADB and Fastboot

  • Switch off your device. Then, enter into Fastboot mode. To do this, press and hold down the Volume Down+ Power buttons after Android Logo Appears. Still press the Power button and press the Volume Up Button.
  • Now, connect the Moto G9 Plus to the computer via USB cable.

  • Launch the fastboot on your computer. Open a Command prompt on your PC and type the below command.

  • After Entering into Bootloader on your mobile, type the below command.
  • fastboot devices
  • It should display the connected devices. If you didn’t get the mobile, restart the command prompt and Disconnect and Connect your Moto G9 Plus; if you are detected, type the below commands and hit enter.
  • fastboot flash recovery_a twrp.img
    fastboot flash recovery_b twrp.img

fastboot flash recovery command

  • The above commands will flash TWRP recovery in your mobile; Type the below command to boot into recovery.
  • fastboot boot recovery.img

fastboot boot recovery

  • After the process complete, It will boot into the temporary TWRP. Don’t Boot into standard OS until we flash magisk.

3.1. Install Magisk, DM-Verity, and TWRP Image file in your Moto G9 Plus using TWRP

Install Zip files in TWRP

  • Now you are in TWRP Recovery Mode.
  • Select Wipe->Advance Wipe->Select Cache Data. You can also take complete backup using TWRP. It will help you when something goes wrong.
  • Navigate to Home of TWRP select Install.
  • Select Disable_Dm-Verity_ForceEncrypt.zip.
  • Return to Home of TWRP select Advanced.
  • Select ā€œInstall Recovery Ramdiskā€, select recovery.img. This installation is optional; We do this flash to avoid the temporary twrp loss.
  • Return to Home of TWRPĀ selectĀ Install.
  • Select Magisk.Zip.
  • After the Installation goes to Advanced and select ā€œfix recovery boot loop.ā€ Reboot Your Mobile.
  • You should Install them One by One. Don’t add more zips feature in TWRP. After the Installation, Reboot Your Mobile.
  • You can also install Magisk Manager in your Mobile Applications. Install Root checker to check your Root status.
  • If you didn’t find Magisk in App Drawer, you should Install the Magisk app again.

What More?

In my opinion, you don’t need to root for your Moto G9 Plus Android 10 version. If you thought you could Improve Performance By Root; With the Qualcomm SDM730 Snapdragon 730G Octa-Core processor and 4/6 GB RAM, your device can perform well. If you don’t know how much RAM you need, You will never use this much RAM. It would help if you did not Boot into Normal OS Booting by pressing the power button after firmware flash. It will boot you to a Non-Rooted environment. So, you should pay attention to the first recovery boot step.

If you root your device because of the battery drain issues, you can optimize your battery without root. Beyond this, if your purpose is to Disable Bloatware apps, you can do that without using this method. This method uses the Magisk patch way. Thus you can’t install Custom ROMs. When you have any suggestions or doubts, comment below.

Source, (2)

174884903535965
Selva Ganesh

Selva Ganesh is the Chief Editor of this blog. A Computer Science Engineer by qualification, he is an experienced Android Developer and a professional blogger with over 10 years of industry expertise. He has completed multiple courses under the Google News Initiative, further strengthening his skills in digital journalism and content accuracy. Selva also runs Android Infotech, a widely recognized platform known for providing in-depth, solution-oriented articles that help users around the globe resolve their Android-related issues.

Share This Post:

Related Posts

  • Root Motorola Moto G9/Play Android 10 using TWRP and Install Magisk
  • Root Motorola Moto One Power Android 10 using TWRP and Magisk
  • Root Motorola Moto Edge+ Android 10 using TWRP and Install Magisk

Filed Under: Root Tagged With: Magisk, Motorola, TWRP

Reader Interactions

You must be logged in to comment.
Login with Google

Leave a Reply Cancel 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.

Primary Sidebar

Join With Us

Advertisement

Recent Comments

  • Lily Reed on Download 2 flash apk- Front and Back Flash Light Control App For Android
  • Robert Taylor on Download 2 flash apk- Front and Back Flash Light Control App For Android
  • Vikram on Why AI-Powered Ads Are Becoming Annoying?
  • Varun on Why AI-Powered Ads Are Becoming Annoying?
  • Gopal on Why AI-Powered Ads Are Becoming Annoying?

Today Trending News ⚔

AI News Daily — USA (Monday, August 18, 2025)

AI News Daily — USA (Monday, August 18, 2025)

AI News Daily — USA (Monday, August 18, 2025)- Artificial Intelligence … [Read More...] about AI News Daily — USA (Monday, August 18, 2025)

Footer

Copyright Ā© 2010-2025. AndroidInfotech.com, All Rights Reserved. Iris Media MSME. Android Infotech is a Registered Enterprise under UDYAM-TN-21-0012548. Android is a trademark of Google Inc. All contents on this blog are copyright protected and should not be reproduced without permission.

  • Subscribe
  • Sitemap
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Our Image License
  • Hosted on Google Cloud
  • Ad Partner Ezoic
  • Corporate Office
  • Careers