How to Root Realme 9 Pro and 9 Pro Plus using Magisk without TWRP
In this guide, we have shared with you the steps to Root Realme 9 Pro and 9 Pro Plus (RMX3472 / RMX3392) using Magisk without TWRP in a very simple way for...
Abd Razaaq
Last updated on December 16, 2025
Abd Razaaq
Author
I'm a Tech Content Writer and Full-Time blogger. Since I love Android and Google's device, I started my career in writing for Android OS and their features. This led me to start "GetDroidTips". I have completed Master of Business Administration at Mangalore University, Karnataka.
In this guide, we have shared with you the steps to Root Realme 9 Pro and 9 Pro Plus (RMX3472 / RMX3392) using Magisk without TWRP in a very simple way for your ease.
To root your Realme 9 Pro and 9 Pro Plus (RMX3472 / RMX3392), we will use the Magisk to patch the stock boot image and flash that to your device’s boot partition. Now, if you ask why Magisk? It’s a system-less root process that doesn’t tamper with the system partitions while enabling root access. Magisk can also hide online security measures to work apps properly like any banking app, SafetyNet, etc.
We at GetDroidTips won’t be responsible for any kind of error or damage that occurs to your phone during or after following this guide or flashing any file. You should know what you’re doing. Take a full backup at first and proceed at your own risk!
1. Download and Extract the OZIP Firmware:
1. How to Patch the Boot Image using Magisk?
Attach your device via USB cable and copy only the boot.img file from the extracted folder to your device storage
Launch Magisk Manager. When a popup appears asking to install Magisk, select INSTALL and choose to install again.
Tap on “Patch Boot Image File”.
Navigate to internal storage and select your phone’s boot image that you transferred earlier.
Wait for a couple of seconds. Magisk will start patching the boot image.
Once the boot image has been patched, copy the “patched_boot.img” from the internal storage and replace it in your PC’s same extracted ROM folder.
Now you can follow the second step to flash the patched boot image file.
2. Steps To Install the Patched Boot Image on Realme 9 Pro and 9 Pro Plus
Follow the proper guide to install Patched Boot Image on Realme 9 Pro and 9 Pro Plus from the below link:
Now, extract the ADB & Fastboot tool, then move the patched boot image file to the same folder.
Press and hold down the Shift key + right-mouse-click to open the command window/PowerShell.
Next, enter the following command to flash the “patched_boot.img” to install Magisk and root your Android device:
fastboot flash boot patched_boot.img
For devices with an A/B partition system, you have to use the following commands:
Now, to verify the systemless root access on your phone, you will see the status screen. Here all options should be green ticked if properly rooted. If yes, that means you’ve successfully bypassed the Google SafetyNet measure.
That’s it, guys. We hope you’ve found this guide useful and successfully rooted your Realme 9 Pro and 9 Pro Plus device. For any queries, feel free to ask in the comments below.
I have seen that you might need to flash the vbmeta.img aswell for realme devices? Does that apply to Realme 9 Pro aswell?