Obtaining root-rights on smartphones Samsung opens access to hidden Android functions, but requires caution: incorrect actions can turn your Galaxy S23 or Galaxy A54 into a โbrickโ. This article contains current methods for modern devices (including models with One UI 6.0), analysis of risks and step-by-step guide taking into account the features of firmware Samsung.
We analyzed forums XDA Developers, user reviews and official warnings from the manufacturer in order to collect only working solutions. Important: the procedure will void the warranty and may block Samsung Pay/Knox. If you are ready for this, read on.
What root access give on Samsung and when they are needed
Root (or โsuperuserโ) allows you to:
- ๐ง Delete built-in applications Samsung (
Bixby,Samsung Freeetc.) without disconnecting through ADB - ๐ฑ Install custom firmware (LineageOS, Pixel Experience) and kernels to improve performance
- ๐ Optimize battery performance using
GreenifyorBattery Charge Limit - ๐ก๏ธ Systematically block ads via
AdAwayorBlokada - ๐ก Overclock the processor/GPU (at your own risk!) for games like Genshin Impact
When you should NOT get root:
- โ ๏ธ If you use
Samsung Knox(working with corporate data,Secure Folder) - ๐ณ With active use
Samsung Pay(stops working) - ๐ If you plan to sell the phone, reset the counter
Knoximpossible
โ ๏ธ Attention: On devices with Exynos 990 (for example, Galaxy S20 Ultra) and newer, some methods may not work correctly due to hardware protectionRMM. Before starting, check the processor model inSettings โ Phone information โ Hardware information.
Preparation of the phone: 5 mandatory steps before rooting
Unpleasant surprise: up to 30% of unsuccessful attempts to get root are associated with improper preparation. Follow the checklist to avoid the โbrickโ:
Data backup (photos, contacts, SMS)
Battery charge โฅ 70%
Installing the original USB cable (not wireless charging!)
Disabling OEM locking in the developer settings
Checking the model and firmware version (for example, SM-S901B/DS, One UI 5.1)
-->
The most critical point - OEM unlocking. Without this, no method will work. How to enable:
- Go to
Settings โ About phone โ Software information - Tap 7 times
Build numberto activateDeveloper mode - Return to the main settings menu, open
Developer options - Find option
OEM Unlockand enable it (if there is no item - see spoiler below)
What to do if there is no "OEM Unlock" item?
On some models (for example, Galaxy S22 with firmware for operators) this item is hidden. Solutions:
1. Connect to Wi-Fi and wait for the automatic update (sometimes it appears after the update).
2. Install a SIM card from another operator and restart the phone.
3. Use the ADB command:
adb shell settings put global oem_unlock_supported 1
After this, the item should appear in the settings.
Critical detail: on devices with Android 12+ and One UI 4.0+, OEM unlocking is reset after a reboot. You will have to enable it again before each attempt to root.
Method 1: Root via Magisk (without PC) - for firmware with patch
This method is suitable for devices with One UI 3.1โ6.0, where the kernel is not locked by hardware (for example, Galaxy A52, Galaxy S21 FE). The main advantage is that a computer is not required.
Algorithm:
- Download the latest version
Magisk.apkwith official GitHub (check the file hash!) - Install APK as a regular application
- Download patched boot.img for your model (look on XDA or in telegram channels like
@SamsungFirmware) - B
MagiskselectInstall โ Select and patch the fileand specify downloadedboot.img - After patching, move the file
magisk_patched.imgto the root of the internal memory - Reboot into
Download Mode(turn off the phone, holdVolume up + Volume down, connect the USB cable) - Flash the patched file through
Odin(see Method 2, steps 4โ6)
โ ๏ธ Attention: If after rebooting the phone is stuck on the logo Samsung, then boot.img is not suitable for your firmware. Do not try to reflash again - use Combination Firmware to restore (instructions in the next section).
adb shell getprop ro.bootloader
Compare the output with the name of the boot.img file (for example, s906bxxu2awg1 should match with boot-s906bxxu2awg1.img).-->
Method 2: Classic root via Odin + TWRP (for experienced)
This method is universal for most models Samsung, but requires a PC with Windows and knowledge of the command line. Suitable for Galaxy S10โS23, Note 10โNote 20, Galaxy Tab S.
You will need:
- ๐ฅ๏ธ A computer with installed drivers Samsung USB Drivers (download from official site)
- ๐ app
Odin3 v3.14.4(only this version works stably with new devices) - ๐ Files:
TWRP-3.7.0_9-0-yourmodel.tar(for example,TWRP-3.7.0_9-0-d2xqfor Galaxy S22+)Magisk-v26.4.zip(not APK!)multidisabler-samsung-3.1.zip(to disable forced encryption)
Step-by-step guide:
- Turn off the phone and hold down
Volume up + Volume down + Powerto enterDownload Mode. Confirm by pressingVolume up. - Connect the phone to the PC
Odina message should appearAdded!!v. log. - In
OdinclickAPand select the fileTWRP. Leave the remaining fields (BL, CP, CSC) empty! - Uncheck the
Auto Rebootand pressStart. Wait for the messagePASS!. - Without disconnecting the cable, press
Volume down + Powerfor 10 seconds to exitDownload Modeimmediately pressVolume up + Power. to enterTWRP. - V
TWRPselectWipe โ Format Data, enteryesand confirm. This will remove the encryption! - Go to
Installand flash firstmultidisabler-samsung-3.1.zipthenMagisk-v26.4.zip. - Reboot. The first launch may take up to 15 minutes.
| Model phone | TWRP supported | Features |
|---|---|---|
| Galaxy S23 Ultra (SM-S918B) | TWRP 3.7.0 (unofficial) | Disablement required VBMETA via Odin |
| Galaxy A53 5G (SM-A536B) | TWRP 3.6.2 (stable) | Works without additional patches |
| Galaxy Note 20 (SM-N986B) | TWRP 3.5.2 | Need to flash multidisabler UP TO Magisk |
| Galaxy S10 Lite (SM-G770F) | TWRP 3.4.0 | Supports data encryption |
If after flashing TWRP the phone does not boot into the system, but you enter recovery, it means that encryption is not disabled. Repeat step 6 with Format Data and flash multidisabler again.
Method 3: Root via patched firmware (for new ones) models)
For devices with Exynos 2200/Snapdragon 8 Gen 2 (for example, Galaxy S23, Galaxy Z Fold 5) classical methods often do not work due to protection RMM and KnoxGuard. The solution is to use patched firmware from the community.
Instructions:
- Download full firmware for your model from the site SamFW or SamMobile (select region
XAAorXXVfor minimal bloat). - Unzip the firmware and find file
AP_[model]...tar.lz4. - Download
LZ4 Tooland unpack theAPfile with the command:lz4 -d AP_S918BXXU1AWG5.tar.lz4 AP_S918BXXU1AWG5.tar - Extract from the archive
boot.img.lz4and unpack it in the same way. - Patch
boot.imgviaMagisk(as in Method 1). - Pack it back into
tararchive with the original structure. - Flash via
Odin(in the fieldAP) together with the originalBL,CPiCSC(notHOME_CSC!).
โ ๏ธ Attention: On devices with Snapdragon (for example, Galaxy S23 Ultra SM-S918U for the USA) this method may not work due to a blocked bootloader. For such models, the only option is exploits like DirtyPipe, but they are temporary and require re-use after a reboot.
How to check the success of rooting and fix it errors
After reboot, check the root status:
- Open
Magisk- if you see a green checkmark and version, root has been received. - Install
Root Checkerfrom Google Play and run the check. - In the terminal, enter:
suIf the permission request appears, everything works.
Typical problems and solutions:
| Error | Cause | Solution |
|---|---|---|
| Phone stuck on logo | Inappropriate boot.img or TWRP |
Flash Combination Firmware via Odin (search by model + "combination") |
Magisk does not open |
Only APK installed without patch | Flash Magisk.zip via TWRP or patch boot.img again |
| No network after root | Damaged modem (file CP) |
Flash original CP via Odin |
Samsung Pay doesn't work |
Triggered Knox |
Uncorrectable. You can try KnoxPatch, but there are no guarantees |
If it stops working after rooting Google Pay or banking applications, install the module MagiskHide Props Config and activate SafetyNet Fix:
- Open
MagiskopenSettings โ Hide Magisk. - Reboot.
- Install the module
Universal SafetyNet Fixfrom the repositoryMagisk. - Check the status
SafetyNetvia the appYASNAC.
How to remove root and return the warranty (partially)
If you need to return your phone to a service or sell it, remove traces of rooting:
- Download full stock firmware for your model (4 files:
AP,BL,CP,CSC). - Flash it via
Odin(all fields must be filled in!). - After flashing the firmware, the phone will automatically reboot and reset.
- Check the status
KnoxviaDownload Mode:ONE MODEM: Knox Warranty Void: 0x0If
0x1the warranty is voided irrevocably.
Important: even after uninstalling root, some applications (for example, Samsung Health) can retain information about modifications. For complete cleaning:
- ๐งน Reset via
Recovery Mode(Volume up + Power โ Wipe data/factory reset). - ๐ Flash
CSC-file (notHOME_CSC!) for full formatting. - ๐ฑ Install the original firmware with the same region (
CSC-code) that was originally.
โ ๏ธ Attention: On devices with One UI 5.0+ after removing root, a mark may remain in eFuse, which service centers check with a scanner. This does not affect the operation of the phone, but serves as evidence of interference.
FAQ: Answers to frequently asked questions
You can Is it possible to get root on Samsung without a computer?
Yes, but only for a limited list of models (mainly Galaxy A2020-2022 series). Use the patched method boot.img via Magisk (Method 1). (Galaxy S/Note/Z Fold) you canโt do without a PC.
Why doesnโt the mobile network work after rooting?
This means that the file is damaged modem (usually due to incorrect firmware CP in Odin).Solution:
- Download the original
CPfile from the stock firmware. - Flash it through
Odin(only in the fieldCP!). - Reboot your phone.
If the problem persists, flash the full stock firmware.
How to bypass RMM Lock on Galaxy S22?
RMM Lock (or KG Lock) blocks unlocking the bootloader after reboot. Workaround:
- Install a SIM card from another operator.
- Connect to Wi-Fi and wait 7 days (sometimes 24 hours is enough).
- Turn on
OEM unlockingand flash immediatelyCombination Firmware. - After that, flash the patched
boot.img.
To speed up the process, you can use RMM Bypassscripts, but they do not work on all firmware.
Will Samsung DeX work after rooting?
Yes, Samsung DeX continues to work after getting root, but:
- Some functions (for example,
DeX for PC) may require disablingMagiskHide. - When connected to a TV or monitor, a warning about the modification may appear Software.
- If you use
Wireless DeX, make sure that the moduleMagiskdoes not block network permissions.
Is it possible to get root on Samsung with Android 14?
Yes, but with caveats:
- For One UI 6.0 (Android 14) there are no stable versions yet
TWRP- use patchedboot.img. - On Galaxy S24 and newer root is only possible through exploits (temporary root), since the bootloader is completely blocked.
- Modules
Magiskmay conflict with new policiesSELinux- check the logsMagiskafter installation.
Follow the updates on XDA Developers โthe community regularly releases patches for new versions.