droid.rooter
How To Advanced 5 min read

How to Root OnePlus Nord in 2026

OnePlus Nord root guide 2026 — bootloader unlock, TWRP recovery install, Magisk root, post-root setup for original Nord (AC2003 global, AC2001 India).

OnePlus Nord rooting 2026 step-by-step
Table of Contents
  1. Original OnePlus Nord variants
  2. Step-by-step rooting
  3. Step 1: Verify variant codename and back up
  4. Step 2: Enable Developer Options + USB Debugging + OEM Unlocking
  5. Step 3: Unlock bootloader
  6. Step 4: Source variant-matched OxygenOS firmware
  7. Step 5: Extract boot.img
  8. Step 6: Patch with Magisk Manager
  9. Step 7: Flash patched boot.img
  10. Optional Step 8: TWRP boot (one-time, no flash)
  11. Step 9: Configure Play Integrity stack
  12. LineageOS for extended software support
  13. OnePlus Nord-line landscape (context for choosing your guide)
  14. Real customer scenarios
  15. Conclusion

The original OnePlus Nord (codename ‘avicii’, released July 2020) is one of the most-rooted mid-range Android devices ever — strong community support, established procedures, and active LineageOS ROMs that extend its useful life past OnePlus’s official OxygenOS 12 ceiling. This guide covers the full original Nord rooting workflow: AC2003 (global) vs AC2001 (India) variant disambiguation, bootloader unlock + Magisk-patched boot.img, optional TWRP install, post-root setup, and the LineageOS path for extended software support.

Original OnePlus Nord variants

Original OnePlus Nord (2020) variants. AC2003 global and AC2001 India are the same hardware with regional firmware differences. Firmware is NOT interchangeable — flash variant-matched firmware only.
Variant Model number Region Notes
Nord (Europe/global) AC2003 EU/UK/global Most documented variant; mature community
Nord (India) AC2001 India Slightly different OxygenOS variant; firmware not interchangeable with AC2003
Nord (T-Mobile US) (Nord N variants — different device) US T-Mobile US sold Nord N10/N20/N100 — not the same device as original Nord; different chipset; not covered here

Step-by-step rooting

Step 1: Verify variant codename and back up

Settings → About phone → confirm:

  • Model: OnePlus Nord
  • Variant: AC2003 (global) or AC2001 (India)
  • OxygenOS version: typically 10.5 → 11 → 12

Back up everything (photos, WhatsApp, app data, Recorder, Notes).

Step 2: Enable Developer Options + USB Debugging + OEM Unlocking

Settings → About phone → tap Build number 7 times → Developer options enabled. Settings → System → Developer options:

  • Enable USB debugging
  • Enable OEM unlocking

Step 3: Unlock bootloader

bash
adb reboot bootloader

fastboot devices

fastboot oem unlock

# On-device prompt — long-press Volume Up to confirm
# Device factory-resets and reboots unlocked (3-5 minutes)

Step 4: Source variant-matched OxygenOS firmware

Download stock OxygenOS firmware matching your exact variant (AC2003 vs AC2001) from:

  • oxygenos-updates community archive
  • OnePlus official firmware page
  • XDA avicii thread

Critical: wrong-variant firmware will brick or cause network registration failures.

Step 5: Extract boot.img

bash
# Extract from payload.bin
./payload-dumper-go -partitions boot payload.bin

# Result: boot.img

Step 6: Patch with Magisk Manager

  1. Install Magisk Manager APK
  2. Transfer boot.img to /sdcard/Download/
  3. Open Magisk Manager → Install → Patch a File → select boot.img
  4. Patched file saves as magisk_patched_XXXX.img
  5. Pull back to PC

Step 7: Flash patched boot.img

bash
adb reboot bootloader

fastboot flash boot magisk_patched.img

fastboot reboot
# First boot 3-4 minutes

Optional Step 8: TWRP boot (one-time, no flash)

For backup needs without permanent TWRP install:

bash
# Download TWRP for avicii from twrp.me

adb reboot bootloader
fastboot boot twrp.img         # boot, not flash — temporary

# Use TWRP for backup, then reboot to system normally
# Permanent TWRP install not necessary for typical Magisk rooting

Step 9: Configure Play Integrity stack

After first boot:

  1. Magisk → Settings → enable Zygisk + Enforce DenyList
  2. Configure DenyList — banking, payment apps
  3. Install Shamiko module
  4. Install Play Integrity Fix module
  5. For STRONG_INTEGRITY apps: install Tricky Store
  6. Reboot
  7. Verify Play Integrity Test passes BASIC and DEVICE
  8. Test critical apps

LineageOS for extended software support

Original Nord’s official OnePlus support ended at OxygenOS 12 (Android 12). LineageOS 22 (Android 15-based) is actively maintained for avicii — the most-popular path for original Nord users wanting continued software support past 2024.

Workflow:

  1. Bootloader unlocked (above)
  2. Install TWRP (permanent flash, not just boot)
  3. Wipe via TWRP
  4. Flash LineageOS zip + GApps zip + Magisk zip
  5. Reboot

See our custom ROMs 2026 guide for ROM selection.

OnePlus Nord-line landscape (context for choosing your guide)

For reference — the Nord line has expanded significantly since the original 2020 launch. If you have a different Nord:

  • Nord 2 (2021, MediaTek Dimensity 1200) — covered in Nord 2/CE/3 guide
  • Nord CE (2021, Snapdragon 750G) — covered in Nord 2/CE/3 guide
  • Nord CE 2 (2022, MediaTek Dimensity 900) — covered in Nord 2/CE/3 guide
  • Nord 3 (2023, MediaTek Dimensity 9000) — covered in Nord 2/CE/3 guide
  • Nord CE 3 (2023, Snapdragon 695) — covered in Nord 2/CE/3 guide
  • Nord 4 (2024, Snapdragon 7+ Gen 3) — newer; covered in Nord 2/CE/3 guide

Real customer scenarios

  • UK customer + Nord AC2003 + Tasker power-user — standard procedure on OxygenOS 12; resolved in ~45 minutes
  • India customer + Nord AC2001 + first-time rooter — explained AC2001 vs AC2003 firmware difference; resolved with India-variant firmware
  • EU customer + Nord avicii + LineageOS upgrade — OxygenOS 12 → LineageOS 22 (Android 15); ~75 minutes total; happy long-term
  • Bangladesh customer + Nord avicii + bKash — older device + older OxygenOS = simpler integrity story; bKash works post-PIF
  • Pakistan customer + Nord AC2001 + custom kernel for thermal — community kernel install; resolved in ~60 minutes

Conclusion

Original OnePlus Nord rooting is mature, well-documented, and remains relevant in 2026 primarily for users wanting LineageOS-based software life extension past OxygenOS 12 EOL. The procedure is straightforward standard OnePlus rooting (fastboot + Magisk-patched boot.img); the only Nord-specific care is AC2003 vs AC2001 variant matching. For users with newer Nord-line devices, see our Nord 2/CE/3 guide. For users considering hardware upgrade rather than software life extension, used Pixel 7a or refurbished Nord 3 / Nord CE 3 are reasonable budget options. See our Android rooting service, or message us on WhatsApp (wa.me/8801748788939) or Telegram (t.me/DroidRooter) for case-specific consultation.

Frequently Asked Questions

Which OnePlus Nord original variants does this guide cover?

This guide covers the **original** OnePlus Nord (released July 2020) — codename ‘avicii', model variants AC2003 (Europe/global) and AC2001 (India). The original Nord uses Snapdragon 765G, 8/12GB RAM variants, OxygenOS 10.5 → 11 → 12 update path. For other Nord-line devices: see our [OnePlus Nord 2/CE/3 guide](/blog/oneplus-nord-2-ce-3-root-guide-2026) for Nord 2, Nord CE, Nord CE 2, Nord 3, Nord CE 3, Nord 4. The original Nord and the Nord 2 use different chipsets (Snapdragon vs MediaTek) and meaningfully different rooting workflows — applying this guide to Nord 2 will not work. Verify your specific Nord model + codename in Settings → About phone before following any guide. AC2003 and AC2001 use the same general procedure but require variant-matched firmware — flashing AC2003 firmware on an AC2001 device will brick or cause network issues.

What's special about Nord rooting versus mainline OnePlus?

Procedurally similar to mainline OnePlus rooting — fastboot oem unlock + Magisk-patched boot.img on OxygenOS firmware. Key differences: (1) Nord-specific community sometimes lags 1-2 weeks behind mainline OnePlus for OxygenOS major updates; (2) AC2003 (global) and AC2001 (India) variants split community resources — verify which variant your community guide is for; (3) original Nord is now older hardware (2020 release) and OxygenOS major updates have ended (last update OxygenOS 12 / Android 12); (4) for users wanting longer software support on original Nord, LineageOS provides Android 14/15-based ROMs that extend useful life. The combination ‘original Nord + LineageOS' is one of the most popular custom-ROM use cases on the Nord line specifically because OnePlus's official support has ended.

Is the original OnePlus Nord still worth rooting in 2026?

Depends on use case. (1) If you already own original Nord and want to keep using it — yes, rooting + LineageOS extends useful life by 2-3+ years versus the manufacturer-abandoned OxygenOS 12 ceiling. (2) If you're considering buying a used original Nord specifically for rooting — better options exist for similar money: used Pixel 7a (better camera, longer software support, easier rooting), used POCO F5 (faster chipset, currently-supported HyperOS), or even refurbished Nord 3 / Nord CE 3. (3) The original Nord has Snapdragon 765G — solid mid-range performance for 2020 but increasingly dated by 2026-2026 standards; some newer apps may be sluggish. (4) Battery on used original Nord units is often degraded after 4-5 years; budget battery replacement (~$30-50) when planning the rooting work. Honest framing: original Nord is rootable and well-documented; whether the rooting investment is worth it depends on whether the hardware itself meets your 2026-2026 needs.

Will banking apps work after rooting Nord?

Most do, with proper setup. Configure Magisk DenyList + Shamiko + Play Integrity Fix → reboot → verify Play Integrity Test BASIC and DEVICE pass. With this stack, most banking apps continue working on rooted Nord. India-region UPI apps (PhonePe, Google Pay India, Paytm) variable per app + Magisk version. STRONG_INTEGRITY-requiring apps (HSBC UK, several BD/IN/PK banks) may still fail — install Tricky Store module. Original Nord-specific note: because the Nord is older hardware on older OxygenOS / Android 12 ceiling, the Play Integrity DEVICE verdict tends to be less restrictive than on newer Pixel/Samsung — older devices on older OS versions sometimes pass DEVICE more cleanly than newer hardware on Android 14+. Pre-flight test your specific banking apps before relying on rooted Nord for daily payments.

Should I install TWRP on Nord?

TWRP is optional in 2026; many users skip it. Reasons to install TWRP: (1) full Nandroid backups before risky modifications; (2) flashing custom ROMs (some require TWRP for clean install); (3) emergency recovery via TWRP terminal if something goes wrong; (4) flashing certain Magisk modules that require recovery-side install. Reasons to skip TWRP: (1) standard Magisk-only rooting works without TWRP; (2) TWRP for original Nord is community-maintained (avicii TWRP); maintenance has slowed as device aged; (3) one-time fastboot-boot TWRP (without flashing) is sufficient for most backup needs without permanent TWRP install. Recommendation: skip permanent TWRP install for typical Magisk rooting; use fastboot boot twrp.img for one-time backup needs only. If you plan to install LineageOS or other custom ROMs, install TWRP at that time.

Will my OnePlus warranty be voided?

Original Nord launched July 2020; manufacturer warranty long expired for most original buyers (typical 1-year coverage in most markets; 2-year EU statutory). Practical 2026 reality: warranty is essentially a non-issue for original Nord — units are out of standard warranty regardless of unlock status. EU consumer law covers manufacturing defects within 2 years of purchase regardless of unlock; for any 2020-launch original Nord still within EU 2-year coverage as of 2026+, statutory rights apply. For all other regions and for out-of-EU-statutory-period EU units: budget for paid repair if hardware fails. The right framing: warranty considerations matter much less for original Nord rooting in 2026 than they would for a current flagship — the device is mature and most warranty has already expired by normal age.

What's my best path: keep stock OxygenOS 12, root with LineageOS, or upgrade hardware?

Decision factors: (1) Keep stock OxygenOS 12 unrooted — works fine for basic use; no security updates after manufacturer abandonment; some newer apps may sluggish; cheapest path. (2) Root with Magisk on OxygenOS 12 — adds power-user features (AdAway, Tasker, custom kernels); does not extend OS version. Good for users wanting customization on existing hardware. (3) LineageOS 22 (Android 15) — most popular original-Nord 2026 path; extends useful life 2-3+ years; cleaner UI; security updates from LineageOS team. Some app compatibility quirks (camera quality lower than stock; some hardware-specific features may not work). (4) Upgrade hardware — used Pixel 7a (~$250-300 in 2026-2026), used POCO F5 (~$200-280), refurbished Nord 3 / Nord CE 3 ($150-220) all offer meaningful upgrades over original Nord at modest cost. Honest recommendation: for users keeping original Nord 2+ more years, LineageOS is the most-recommended path. For users with budget flexibility, hardware upgrade beats software life-extension.