• 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
  • Root
  • Tutorial
  • Applications
  • Opinion
  • Tools
You are here: Home / Root / Root OnePlus Nord CE 5G Android 11 using Magisk

Root OnePlus Nord CE 5G Android 11 using Magisk

Updated On: August 19, 2024 by Selva Ganesh Leave a Comment

At the beginning of OnePlus manufacturing, They only focus on Flagship variants. But after the Upper mid-range mobiles of other brands are becoming competitors of the OnePlus flagship mobiles, They released a more affordable mid-range OnePlus Nord series. After the success of the OnePlus Nord series, They begin to release the successor series of the Nord series. The OnePlus Nord CE 5G comes with upper mid-range specs and an affordable price range in this list. Since OnePlus Nord CE 5G comes with Android 11 and OS level optimization with hardware, It can handle heavy apps without any issue. But when you are a Developer or regular root apps user, you can root your OnePlus Nord CE 5G Android 11 using the below method. Since we are using the Magisk only method, We can’t install custom ROMs. But we can use most of the root required apps.
OnePlus Nord CE 5G Settings

After the Root, you will not get official updates from Google. You have to flash the Stock firmware again to get the updates and stay with the latest version. So, I advise until you have a proper reason, don’t root your mobile. If you are a Developer or Regular root apps user, you can follow the below guide to achieve root on your mobile.

Samsung Galaxy S25 Edge 512GB Titanium Silver starting from $10/mo from official Samsung online store.
Shop Now

Why should you Root OnePlus Nord CE 5G Android 11?

We thank XDA Developers- topjohnwu and Manugamé (Who successfully tested this method). Without their hard work, We can’t make this method. Coming to root, you should have a proper reason, and you know what you are doing. Yes, with a minimum of 6-12 GB RAM and Qualcomm SM6350 Snapdragon 690 5G processor, You can use this mobile without root for 2-3 Years If you use it in regular usage. Software is better compared with other manufacturers, Custom skin OS. Don’t root because everybody is saying when you root your mobile, it can become fast. No. Rooting is to extract some performance from the device. But, you already have Optimized Powerful specs and software. So, If you are addicted to some root apps, you can root. But, if you want to test, I won’t recommend it.

How to Root OnePlus Nord CE 5G Android 11 (International versions)?

OnePlus Nord CE 5G International Variants comes with a flexible bootloader other than some carrier-locked devices. This means that we can easily root different smartphone variants. The device can also accept installing TWRP recovery or any other custom recovery file/app.

This article explained the easiest method to follow and install Magisk on OnePlus Nord CE 5G. But In the below method, we are going to Root this device by using Magisk. You can install Official TWRP using the official App when it is released. TWRP recovery is a custom recovery file that we must install on your devices because you can root them successfully. However, the tool required for rooting this device is the Magisk App.

You can flash TWRP once it is available. With the help of TWRP Recovery, you can quickly flash the Custom ROMs into your OnePlus Nord CE 5G. 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; we will explain everything succinctly in bullets.

Things to check out for;

  • Make sure your device battery is charged above 50%

  • Back up your current files and data, full data loss process (save them on external storage).

Pre-Requirement StepsOnePlus 6T OEM Unlock and USB Debugging

  • Enable USB Debugging Mode and OEM Unlock on your mobile. To do this, go to settings >>> about >>> Tap on the “Build Number” 7-10 times consistently to enable “Developer Options,” then go to the “Developer Options” and enable USB Debugging Mode, OEM Unlock. There is no complicated process in OnePlus Nord CE 5G.

  • Download the ADB drivers. Install it on your PC.

    Grab your brand new .COM domain for just $1 today with GoDaddy! Start your domain resale business and join the $100M+ annual booming market!
    Claim Your $1 Domain Now!
  • Also, download the regular Partition Fastboot drivers Install them on your PC. Use these drivers to flash the Boot image file.

Unlock OnePlus Nord CE 5G Bootloader using ADB and Fastboot

OnePlus Nord CE 5G Fastboot Mode

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

OnePlus 8 Pro Fastboot Mode Warning Screen

  • Press the Volume Up button to continue when you see the warning message if it is the first time to boot fastboot, Advanced-> Reboot to Fastboot.

  • Now, connect the OnePlus Nord CE 5G 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 mobile, restart the command prompt and Disconnect and Connect your OnePlus Nord CE 5G; if you are detected, type the below commands.
  • fastboot oem unlock
Trending⚡-  How to install Magisk Manager on Samsung Galaxy A23 5G SM-A2360/B/E/M/U/U1 Android 12?

OnePlus Fastboot OEM Unlock

  • Hit enter, you will prompt to select an option in your mobile, Select Unlock Bootloader.

OnePlus 6T OEM Unlock

  • After the process is complete, It will boot into regular operation. Now you have an Unlocked Bootloader.

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

Preparing Patched Boot Image file for OnePlus Nord CE 5G

  • Download OnePlus Nord CE 5G Firmware and save it on your PC (Full OTA, Not incremental update). Your Current OS version and Downloaded Version should be the Same.
  • You can use Phone Info to know your firmware version.
  • Download 7Zip-ZS Install on your PC. Extract the files in downloaded firmware using 7Zip-ZS. You will get a few data. We can find the payload.bin file in the extracted files.

OnePlus Extracted Firmware Files

  • You have to download and install Python’s latest version. Also, Download Payload Dumper.zip and extract the files to your PC. 
  • After the extraction of Payload Dumper, You will get two folders- payload_input and payload_output. Place the payload.bin file in payload_input, which we extracted from OnePlus Nord CE 5G firmware.

payload dumper application run files

  • Now run the Payload Dumper application. It will extract the boot.img file in payload_output.

OnePlus Boot Image File Extract

  • Download Magisk Manager (Download Latest version) or Magisk canary and Install it on your mobile. Open Installed Magisk and Select Install in Magisk; it will ask For zip file and Patch Boot Image File. Select the Boot Image file.

Magisk Boot Image File

  • Navigate to your copied Boot Image File and patch the file in .img format.

Magisk Firmware Patch Process

  • Wait for the process to complete; in the end, you will get a magisk patched .img file. The .img file will be in the same folder where you have the boot. img.
  • Copy magisk_patched.img file to your PC. Rename the file to boot.img again.

Flash Patched Boot Image using ADB and Fastboot in OnePlus Nord CE 5G

OnePlus Nord CE 5G Fastboot Mode

  • Switch off your device. Then, enter into Fastboot mode. To do this, press and hold down the Volume Down + Power buttons simultaneously for some time.
  • Press the Volume Up button to continue when you see the warning message.

  • Now, connect the OnePlus Nord CE 5G 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 mobile, restart the command prompt and Disconnect and Connect your OnePlus Nord CE 5G. If you are detected, type the below command and hit Enter.

fastboot flash boot img

  • fastboot flash boot boot.img
  • After the process is complete, Press the Volume Down+ Power button to exit Fastboot mode. When the screen goes off, Immediately Press Volume Up + Power buttons to boot into Recovery mode.
  • After entering into Stock recovery mode, Go to Wipe Data/Factory Reset and Select Yes to wipe data. It will erase your saved data on your device. Don’t Boot into OS; read below Boot stages before booting.

Boot into Rooted OS

  • Press and Hold Volume Up + Power buttons, release all the keys once the Bootloader warning appears. You have to set up your device like a new device. You can select the root status using the Root Checker.
  • Stock Recovery Boot – Press and Hold Volume Up + Power buttons, release keys while you hold the Volume Up key.
  • You will see Magisk Manager in your App drawer. If you can’t find the app, you can install Magisk Manager on your mobile.

What More?

In my opinion, you don’t need to root for your OnePlus Nord CE 5G Android 10. If you thought you could Improve Performance By root; With the Qualcomm SM7225 Snapdragon 750G 5G Octa-Core processor and 6 GB RAM. 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. If you accidentally urged and boot frequently, Don’t panic; after setup everything, switch off your device and boot into Rooted OS using above mentioned keys. Don’t Install any apps other than trusted sites on rooted devices. Third-party site apps can contain some background codes. So, Check twice before installing those apps.

Source, (2), (3)

174884903535965
Selva Ganesh

Selva Ganesh is the Chief Editor of this Blog. He is a Computer Science Engineer, An experienced Android Developer, Professional Blogger with 8+ years in the field. He completed courses about Google News Initiative. He runs Android Infotech which offers Problem Solving Articles around the globe.

Share This Post:

Related Posts

  • Root OnePlus Nord N10 5G Android 10 using Magisk (BE86/89)
  • OnePlus Nord N10 5G and N100 may get only one Major Android OS upgrade
  • Root OnePlus 6 Android 10 using TWRP and Install Magisk

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

Reader Interactions

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

Upgrade to Galaxy S25 & Get $850 OFF with Trade-In – Limited Time Offer!

$12/mo

Samsung Galaxy S25 at $12/mo for 24 Months in the Official Samsung Online Store.

More Less
Expires on: 31-07-2025

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
  • Joseph Thompson on Download 2 flash apk- Front and Back Flash Light Control App For Android
  • Isaac Campbell on Download 2 flash apk- Front and Back Flash Light Control App For Android
  • Owen Scott on Download 2 flash apk- Front and Back Flash Light Control App For Android

Today Trending News ⚡

Google Pixel VIP

What Is Pixel VIP and How to Use It: Full Guide to Google’s Newest Social-Centric Feature

In the ever-evolving world of smartphones, Google Pixel devices have … [Read More...] about What Is Pixel VIP and How to Use It: Full Guide to Google’s Newest Social-Centric Feature

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