The latest member of the Moto G series family is the brand new Moto G82. It is currently available in limited areas but will reach other markets in a few weeks. If you already have a new Moto G82 and are looking for a root guide, this is the guide for you. Here you will find out how to root Moto G82 and how to open Moto G82 bootloader.
As always, let’s first consider the immediate details of the Motorola G82. The phone comes with a 6.6-inch FHD + AMOLED display that supports 120Hz refresh rate. Moto G82 works on Android 12 OS. The phone is powered by Snapdragon 695 processor with 6 GB RAM and 128 GB storage.
The camera setup on the phone is also impressive. The rear camera setup includes a 50MP main camera + 8MP Ultra Wide camera + 2MP macro camera. And on the front, there’s a 16MP selfie camera. With all these features the performance of the phone is very good but still, there are some features that are accessible after root. Along with the root, we will also explain here how to open the boot loader of Moto G82.
Unlock Bootloader Moto G82
Motorola Mobiles also come with a boot loader locked . But in many areas, users are allowed to unlock their phone’s bootloader. Unfortunately, some carriers allow unlocking so make sure you have the correct model in which you can unlock the bootloader. Or you can follow the guide to see if it works. Unlocking the bootloader allows you to root your phone or install custom ROMs. Let’s jump into the Moto G82 bootloader unlocking process now.
- First take a full backup of your Moto G82 as this process of unlocking bootloader will reset your phone.
- Now install ADB & Fastboot drivers and Motorola USB Driver on your PC. You can also use platform tools if you don’t want to use ADB & Fastboot drivers.
- On your phone, open Settings and go to About Phone. Tap 7-8 times on Build Number. It should show ‘You are now a developer’ or you are already a developer.
- After that go to Settings > System > Developer Options. In Developer options, enable OEM Unlocking and also enable USB Debugging.

- Now turn off your phone. Then press & hold Volume Down + Power button together to boot Moto G82 into Fastboot Mode.
- Once the fastboot screen appears you can let go of both buttons. Then connect your phone to your PC using a USB cable.
- Open Command/cmd window from C:\adb or from Platform Tools if you are using it .
- Now enter the below command to get a code.
fastboot oem get_unlock_data
- The output will display a 5-line code. Copy the code and adjust it in one line, use notepad for convenience. Remember not to copy bootloader text in case of windows and Info text in case of Mac.
- Next, go to the Motorola unlock page and click next and log in with your Motorola account that logged in to your phone.
- Copy the one-line code that you just adjusted in Notepad and paste it into the Motorola unlock page.
- The output will display a 5-line code. Copy the code and adjust it in one line, use notepad for convenience. Remember not to copy bootloader text in case of windows and Info text in case of Mac.
- Next, go to the Motorola unlock page and click next and log in with your Motorola account that logged in to your phone.
- Copy the one-line code that you just adjusted in Notepad and paste it into the Motorola unlock page.
- Click on the ‘Can my device be unlocked’ button and then click ‘Request Unlock Key’ (make sure to select I Agree).
- Now you will receive a code in your mail (Motorola account ID). Copy the code and paste in place of ‘code’ without inverted commas in the below command and press Enter.
fastboot oem unlock 'code'
- The above command will unlock bootloader of Moto G82. It will erase all the data on your phone. After unlocking the bootloader, reboot, and set up your device.
After unlocking the bootloader you can confirm it in the developer options or in bootloader mode. Now you can proceed with the rooting steps.
Prerequisites
- Make sure to Unlock Bootloader of Motorola Moto G82
- Take a full backup of data to restore if anything goes wrong
- Charge your phone to at least 50%
- Download Magisk APK
- Download the Moto G82 Firmware for your phone (the same version which is installed on your phone)
Steps to Root Moto G82 with Magisk
- First copy the Moto G82 firmware on your PC and extract the boot.img file from firmware. You can use 7Zip or WinRAR.
- Now install the Magisk app on your Motorola phone.
- Open the app and click on the Install button next to Magisk.
- Now choose ‘Select and Patch a File’ from the option.
- Browse and select the boot.img file. It will start patching the boot image.
- After patching, the output file will appear in the download folder with the name magisk_patched.img or something related to it.
- Now copy the patched boot image file to your computer in folder C:\adb or platform tools (whichever method you are using). Also, rename the patched file to boot.img.
- Now reboot your Moto G82 to Fastboot mode and connect it to your PC (Follow the process from unlock bootloader section).
- Open CMD from C:\adb folder or platform-tools folder where you saved the boot image file . You can open it by entering CMD in the file location.
- Check if the device is connected or not by entering the below command that should return some device id.
fastboot devices
- Now enter the next command to flash patched Magisk and root Motorola Moto G82.
fastboot flash boot boot.img
- After flashing the patched boot image. Reboot your device to the system.
- Install Magisk if it’s not already installed. Check if the Magisk version is the latest. If there is an update, then update to the latest version.
- Complete the in-app instructions, and the device will automatically reboot into the system.
Once you’ve rooted your Moto G82, you can cross check using any third party root checker app or the Magisk app itself. If it shows updates or uninstall (something other than uninstall) next to Magsick in the Magsick app, then your phone is probably rooted. Now you can enjoy all the apps and features that require root privileges. You can also install Xposed Modules. We have a guide on how to install Xposed Framework that you can check out.
If you’ve got got any questions on the path guide, allow us to know withinside the remarks section.