How to Enable OEM Unlock on Samsung Devices

May 31, 2025
How to Enable OEM Unlock on Samsung Devices

Our Top 5 Picks – How to Enable OEM Unlock on Samsung Devices

  1. Use Developer Options – The most reliable way to enable OEM Unlock on supported Samsung devices.
  2. Try ADB Commands – Helpful for advanced users when the toggle is missing or the device is stuck.
  3. Change Date & Samsung Account Reset – A simple trick to make the OEM toggle appear after setup.
  4. Flash Combination Firmware via Odin – For pro users dealing with MDM or Knox-locked phones.
  5. Wait 7 Days After Signing In – OEM Unlock often appears automatically after this waiting period.

If you’re trying to root your Samsung phone or install a custom ROM, the first step is enabling OEM Unlock—a hidden setting that lets you unlock your device’s bootloader. On most Samsung devices, this option is found under Developer Options, but it might not always appear, especially on newer Android versions like Android 14 or on budget models like the Galaxy A03s. In this guide, you’ll learn how to enable OEM Unlock using different methods, including standard settings, ADB commands, and alternative workarounds if the toggle is missing. Whether you’re tech-savvy or a curious beginner, we’ve broken it down step-by-step to make the process simple and safe.

Prerequisites Before You Begin

Before you try enabling OEM Unlock on your Samsung device, it’s important to make sure you meet a few basic requirements. Skipping these steps can lead to problems during the unlocking process, especially if your phone isn’t fully prepared.

Compatible Samsung Devices

OEM Unlock is supported on most modern Samsung smartphones, but the process and availability of the option can vary depending on your device model and software version. Popular flagship models like the Galaxy S21, S22, S23, S24, and S25 Ultra generally allow OEM Unlock with fewer restrictions. The Galaxy Note series—including Note 10, Note 20, and Note 20 Ultra—also typically include the option by default once Developer Options are enabled.

However, budget models like the Samsung Galaxy A03s, A13, or A14 may not display the OEM Unlock toggle right away. Some of these phones are also carrier-locked or subject to additional restrictions due to regional firmware or Mobile Device Management (MDM) policies. If you’re using a prepaid phone, or a model provided by certain U.S. carriers, the feature might be hidden or disabled out of the box.

Must-Have Requirements

Before diving into the steps, make sure your phone meets these basic conditions:

  • Your battery should be fully charged or at least above 60% to prevent interruption during the process.
  • Make sure your device is connected to Wi-Fi or mobile data, as Samsung often requires online account verification.
  • You must be signed in with your Samsung account on the device. If you’re not logged in, the OEM Unlock toggle may not appear.
  • Back up all your important data, including photos, contacts, and app settings. While enabling OEM Unlock doesn’t directly erase data, unlocking the bootloader afterward will trigger a factory reset on most Samsung phones.

Once these essentials are in place, you’ll be ready to start the OEM Unlock process with fewer risks and a smoother experience.

Method 1 – How to Enable OEM Unlock Using Developer Options

The most common and straightforward way to enable OEM Unlock on a Samsung device is through the Developer Options menu. This method works on most Samsung models where the toggle is visible and accessible.

Step-by-Step Instructions

Step 1: Open the Settings app on your Samsung device.

Step 2: Scroll down and tap on About phone.

Step 3: Tap on Software information and then find Build number.

Step 4: Tap the Build number seven times quickly. You’ll see a message saying “You are now a developer” once Developer Mode is enabled.

Step 5: Go back to the main Settings screen. Scroll down and now you’ll see a new option called Developer options.

Step 6: Tap on Developer options, then scroll until you find OEM Unlocking.

Step 7: Toggle the switch next to OEM Unlocking to the ON position. You’ll be asked to confirm the change—tap Enable.

Once enabled, you’re now ready to unlock the bootloader or continue with advanced customizations.

Visual Guide

If you’re unsure what to look for, the OEM Unlock toggle usually appears about halfway down the Developer Options list. It will be labeled as “OEM unlocking – Allow the bootloader to be unlocked”, with a switch next to it.

While screenshots can help guide visual learners, the appearance may vary slightly depending on your Samsung model and Android version. If the switch is missing, greyed out, or disabled, move on to the alternative methods covered later in this guide.

Don’t Miss It: How to Unlock Xfinity Mobile Phone

Method 2 – Enable OEM Unlock via ADB on Samsung

If the OEM Unlock toggle is missing or inaccessible through Developer Options, you may consider using ADB (Android Debug Bridge). This method is more technical and suited for advanced users, especially those dealing with a boot-looped device or trying to unlock a phone where the OEM toggle is disabled by default. However, it’s important to understand that Samsung devices don’t fully support traditional Fastboot like other Android brands, so results may vary.

When and Why Use ADB?

Using ADB to enable OEM Unlock is helpful when:

  • The OEM Unlock toggle is missing from Developer Options.
  • You are locked out of the system UI, such as in a boot loop.
  • You’re comfortable using command-line tools and have basic knowledge of ADB and fastboot.
  • You want to attempt unlocking on older Samsung models with partial Fastboot support.

This is not guaranteed to work on all Samsung phones, especially newer ones using Android 11 and above, as Samsung has locked down most fastboot-based methods in favor of ODIN and proprietary tools.

Step-by-Step ADB Instructions

Step 1: Install ADB tools and Samsung USB drivers on your computer.
You can download ADB from the official Android SDK Platform Tools page and Samsung drivers from Samsung’s official support site.

Step 2: Connect your Samsung phone to your computer using a USB cable.

Step 3: Enable USB Debugging. If you still have access to your phone, go to Settings > Developer options > USB debugging and turn it ON.
If the phone is stuck in recovery or bootloader, this may require a different approach or may not be possible.

Step 4: Open a command prompt or terminal window on your computer. Run: adb devices This should list your device’s serial number, confirming it’s connected.

Step 5: Reboot your phone into bootloader (if possible): adb reboot bootloader

Step 6: Attempt to unlock bootloader: fastboot oem unlock

Step 7: Reboot your device: fastboot reboot Once done, your phone may factory reset during the process (depending on model and success of unlock command).

ADB Limitations for Samsung

While ADB and Fastboot are powerful tools, Samsung does not fully support Fastboot mode the way Pixel or OnePlus devices do. Instead, Samsung phones use Download Mode (Odin Mode), which doesn’t accept fastboot commands natively.

Key limitations include:

  • OEM Unlock via Fastboot is often blocked on newer Samsung devices.
  • You may need patched boot images, a custom recovery, or tools like Magisk or Heimdall.
  • Carrier-locked or Knox-protected phones will likely block this method completely.
  • Without OEM Unlock enabled via Developer Options first, the fastboot oem unlock command usually fails on Samsung devices.

In most cases, ADB is more useful for pushing files or navigating device partitions, but not ideal for OEM unlocking on Samsung unless you’re working with older firmware. For newer phones, the Odin-based flashing method or fixing the missing OEM Unlock toggle is often more effective.

Method 3 – Enable OEM Unlock Without Developer Options

If the OEM Unlock toggle is missing from Developer Options, you’re not alone. This issue often shows up on carrier-locked Samsung phones, devices with Knox or MDM restrictions, or budget models like the Galaxy A03s running newer versions like Android 13 or 14. In these cases, you can try a few tricks to force the toggle to appear—even if Developer Options seems limited or partially disabled.

Who Needs This Method?

Use this approach if:

  • Your phone is carrier-locked or has OEM unlock missing entirely.
  • You’re stuck under MDM (Mobile Device Management) restrictions (common in enterprise or education-issued phones).
  • The phone shows no OEM toggle even after enabling Developer Options.
  • You’ve already enabled Developer Mode, but OEM unlock is grayed out or invisible.

These workarounds don’t guarantee success on every model, but they’ve helped many users make the OEM Unlock option visible again.

Step-by-Step Workarounds to Try

Step 1: Change the System Date Go to Settings > General Management > Date and Time. Disable Automatic date and time, then manually set the date 7–10 days earlier than the current date. This triggers the system to consider it an “aged” device, allowing OEM unlock to appear.

Step 2: Sign Out and Back In to Your Samsung Account Open Settings > Samsung account, then sign out. After signing out, restart your phone, then sign back in again. Wait a few minutes to allow the system to sync. Then go back to Developer Options and check if OEM unlock is available.

Step 3: Factory Reset the Device Perform a full factory reset:

  • Go to Settings > General Management > Reset > Factory Data Reset.
  • After reset, skip Samsung account setup during the first boot (you can log in later).
  • Once on the home screen, immediately enable Developer Options and check for OEM Unlock.

Step 4: Try the SIM Card Trick Insert a different carrier SIM card into the phone. Reboot the device with the new SIM in place. After boot, go to Developer Options and see if the OEM toggle appears. This trick works best when switching between major networks (e.g., from AT&T to T-Mobile or vice versa).

If one method doesn’t work, try combining steps (e.g., factory reset + date change + SIM trick). These techniques are often effective on budget Samsung devices or after an Android update that hides OEM unlock by default.

These steps are not harmful to your device, and in many real-world cases, they’ve helped users force the OEM Unlock option to reappear—even when the manufacturer or carrier tries to hide it.

What If OEM Unlock Is Missing? (Android 13/14 Issues)

Many Samsung users have reported that the OEM Unlock option is completely missing, especially after upgrading to Android 13 or Android 14. This issue is more than just frustrating—it can block your ability to unlock the bootloader, root your device, or install custom firmware. Fortunately, there are some known reasons and potential workarounds.

Common Reasons

1. New security patches:
Samsung has quietly adjusted how and when the OEM Unlock toggle appears, especially in the latest One UI updates. On Android 13 and 14, newer security patches can hide this option completely until certain conditions are met.

2. MDM (Mobile Device Management) policies:
Phones issued by schools, workplaces, or resellers may have MDM restrictions in place. These policies block advanced system features like OEM Unlock, even if you factory reset the device.

3. Samsung Knox enforcement:
Knox security is built into most Samsung phones. If the device is Knox-enforced, OEM Unlock may be permanently disabled or blocked at the firmware level. Once Knox is tripped, some functions may never be restored.

Fixes to Try

If your phone qualifies but the toggle still doesn’t appear, try these recovery methods:

Step 1: Wait 7 Days After Signing In
Samsung requires a 7-day waiting period after signing into your Samsung account before the OEM Unlock switch appears.

  • Stay connected to Wi-Fi or mobile data.
  • Avoid powering off or resetting the phone during this time.
  • After 7 days, go back to Developer Options and check again.

Step 2: Downgrade Firmware (If Possible)
If you recently updated to Android 14 and lost the toggle, you might be able to downgrade to Android 13 using Odin and official firmware files.

  • Download the previous firmware from sources like SamMobile or Frija.
  • Flash via Odin in Download Mode.
  • After downgrade, perform a factory reset, then check for OEM Unlock.

Step 3: Flash Combination Firmware (Advanced)
Combination firmware is a special Samsung diagnostic ROM used by technicians. It can sometimes unlock hidden settings like OEM Unlock.

  • You’ll need the exact model number and combination firmware for your device.
  • Flash the firmware using Odin.
  • Once in combination mode, enable OEM Unlock and then flash stock firmware again.
    Note: This method is risky and should be used only by experienced users.

Special Case – OEM Unlock Missing on Android 14

Many users have confirmed that Android 14 introduces tougher restrictions, especially on phones like the Galaxy S23 Ultra, Galaxy A13, and Galaxy A03s. The OEM Unlock toggle either never shows up or disappears after certain updates. This is likely tied to Samsung’s tighter control over bootloader access and newer anti-tamper protections.

Users on forums like XDA Developers and Samsung Community have shared mixed results:

  • Some successfully restored the OEM toggle by waiting 7 days and resetting the phone.
  • Others needed to downgrade firmware or use a patched boot image.
  • A few found no solution at all—especially if Knox or MDM was permanently enabled.

For the most up-to-date discussions, check these resources:

  • XDA forums for your specific model
  • Samsung Community discussions on Android 14 issues
  • Reddit threads under r/Android or r/GalaxyS23

If your goal is to unlock the bootloader, you may need to weigh the risks of downgrading or even using third-party tools. Newer Samsung devices are becoming increasingly locked down, so timing and firmware version are critical.

Can You Unlock Bootloader Without OEM Unlock? (Short Answer)

Technically, no—you can’t unlock the bootloader without enabling OEM Unlock first. On Samsung devices, OEM Unlock is a security gate that allows bootloader modification. Without it, attempts like flashing a patched boot.img via Odin or using engineering firmware usually fail or trigger Knox, permanently blocking some features. OEM Unlock must be turned on to disable bootloader verification, which is essential for installing Magisk, TWRP, or any custom ROM. Skipping this step risks bricking your phone or losing warranty protections.

Don’t Miss It: How to Check if a Phone is Unlocked Without a SIM Card

OEM Unlocking – Should You Leave It ON or OFF?

Once you’ve unlocked the bootloader on your Samsung device, you might wonder whether you should keep the OEM Unlock toggle ON or turn it off. While it’s a valid concern, the answer depends on the stage of your device’s unlocking process and whether you’re planning to relock or modify it further.

After Bootloader Unlocking – Keep ON or OFF?

After the bootloader is successfully unlocked, the OEM Unlock option may disappear from Developer Options entirely. This is normal and means the setting is now hardcoded into the system. Even if the toggle remains visible, you don’t need to enable it again unless you decide to relock the bootloader and then unlock it again later. So, it’s safe to leave it OFF after the initial unlock, and it won’t impact your custom ROMs, root access, or recovery setups.

Battery or Security Risks

There’s a common myth that keeping OEM Unlock enabled can drain your battery or weaken your phone’s security. In reality, this toggle simply allows bootloader-level changes—it doesn’t continuously run in the background or affect performance. It doesn’t open your phone to hacks by itself unless you’re actively flashing unsafe files or ROMs. Once the bootloader is unlocked, the toggle serves little purpose and poses no extra risk if left off.

Special Guide – OEM Unlock on Samsung Galaxy A03s

The Samsung Galaxy A03s is a popular budget device, but it’s also one of the most commonly reported models where the OEM Unlock toggle is missing, especially on Android 13 and 14. Users often run into frustration when trying to root or flash custom firmware due to Samsung’s added restrictions on lower-end devices. Fortunately, some known fixes have worked for others in the same situation.

Known Issues and Fixes

Missing OEM Unlock Toggle on Android 13/14
Many Galaxy A03s users have noticed that after updating to Android 13 or 14, the OEM Unlock option disappears entirely, even after enabling Developer Options. This is often linked to Samsung’s firmware lockdown on budget models or due to carrier-imposed restrictions.

Carrier-Locked vs. Factory Unlocked A03s
If your A03s is carrier-locked (especially through providers like Tracfone, Boost, or Metro), the OEM Unlock setting may be permanently disabled in the firmware. In contrast, factory-unlocked models (purchased directly from Samsung or unlocked retailers) are more likely to display the toggle—though even those may require specific steps to reveal it.

Tricks That Worked for Some Users:

  • Changing the System Date:
    Set your device’s date back 7–10 days in Settings by turning off “automatic date & time.” Then restart the device and check Developer Options—some users reported the OEM Unlock option appearing after this delay.
  • Using Combination Firmware:
    This advanced method involves flashing a Samsung diagnostic firmware (combination ROM) using Odin. It can unlock hidden features like OEM Unlock. After enabling it in the combination ROM, you must flash back to stock firmware.
  • Flashing with ODIN (Pro Users Only):
    If you’re experienced with Samsung’s Odin tool, you can try flashing an older stock firmware version where the OEM Unlock toggle was known to be visible. This may require downloading the firmware via tools like Frija or SamFirm and performing a clean flash.

Keep in mind, success may vary based on your build number, CSC region, and bootloader version. If your device has Knox or MDM restrictions, these methods may not work at all. In those cases, unlocking might only be possible using professional services or paid tools, if at all.

Samsung OEM Unlock Tools (Official and Unofficial)

While Samsung doesn’t provide a dedicated tool to directly unlock the bootloader, there are several essential tools—both official and unofficial—that users and developers rely on when enabling OEM Unlock or performing bootloader-related operations. Knowing which tools are safe and effective can save you from bricking your device or wasting time with scams.

Samsung’s Official Tools

Samsung offers a couple of key utilities that are necessary for interacting with your device at a system level, especially when flashing firmware or recovering a bricked phone.

Odin Flash Tool
Odin is Samsung’s proprietary flashing utility, used internally by Samsung technicians and widely adopted by users for flashing stock firmware, custom recoveries, and combination ROMs.

  • Odin doesn’t unlock OEM settings directly, but it’s critical for flashing files after OEM Unlock is enabled.
  • Used in many bootloader unlock workarounds (like flashing a patched boot.img or combination firmware).

Samsung USB Drivers
Without these drivers installed on your PC, tools like Odin or ADB won’t recognize your device.

  • You must install Samsung’s USB drivers before attempting any firmware flash or ADB command.
  • Available on Samsung’s official support website.

Unofficial Tools Used by Devs

Many developers use third-party tools that go beyond what Samsung officially supports. These tools can help bypass FRP (Factory Reset Protection), access hidden settings, or even simulate OEM unlock on certain devices.

SamFw FRP Tool
A popular free utility for removing FRP locks, enabling ADB, and toggling OEM Unlock (in some cases).

  • Frequently updated and trusted by the modding community.
  • Limited success on newer devices but useful for older or budget Samsung phones.

Z3X or Chimera Tool
These are paid professional tools used by technicians to unlock, repair, or flash Samsung phones.

  • Capable of bypassing restrictions, repairing IMEIs, and unlocking bootloaders in some cases.
  • Expensive and not intended for casual users.
  • Requires an active license and proprietary hardware dongle.

Risks of Using Unauthorized Tools
While unofficial tools can be powerful, they come with real dangers:

  • Voiding warranty and tripping Knox, making certain features (like Samsung Pay or Secure Folder) permanently unavailable.
  • Malware risk if downloaded from shady sources.
  • Device bricking if used improperly or with the wrong firmware version.
  • Some tools may be region-locked or fail on newer Android versions due to tightened security by Samsung.

If you’re not highly experienced, it’s safer to stick with official tools like Odin and workarounds that follow Samsung’s unlocking flow. For advanced users, these unofficial tools can open up more control—but always proceed with caution.

Troubleshooting Common Problems (Short Answers)

“OEM Unlock Grayed Out”
This usually means MDM (Mobile Device Management) is restricting access. Try performing a factory reset, then sign out and back into your Samsung account before checking again.

“OEM Unlock Not Showing”
If the toggle is completely missing, wait 168 hours (7 days) after signing into your Samsung account. If that doesn’t help, try downgrading your firmware via Odin to a version where the option is known to appear.

“Can’t Enable Developer Options”
This may be caused by a corrupted firmware install or a Samsung account not fully synced. Make sure your device is up to date, reboot the phone, and try tapping the Build number again under Software Information.

FAQs – OEM Unlocking on Samsung Devices

Q1: Why is OEM Unlock not showing up on my Samsung phone?
This usually happens due to recent software updates, carrier restrictions, or MDM (Mobile Device Management) policies. If you’ve just set up the phone, wait at least 7 days while staying signed into your Samsung account—this often triggers the toggle to appear.

Q2: Can I unlock the bootloader without enabling OEM Unlock?
No, on Samsung devices, OEM Unlock must be enabled first. It acts as a security gate to allow bootloader-level changes. Without it, all unlocking attempts will fail or be blocked by Knox.

Q3: Will enabling OEM Unlock erase my data?
Enabling OEM Unlock itself does not erase your data, but unlocking the bootloader afterward will factory reset the device. Always back up your important files before proceeding.

Q4: How long does it take for OEM Unlock to appear?
Typically, it appears after 168 hours (7 days) of continuous Samsung account login. Make sure the phone stays powered on, connected to the internet, and is not reset during that time.

Q5: Does enabling OEM Unlock void the warranty?
Not always. Just enabling OEM Unlock won’t void your warranty—but unlocking the bootloader or modifying system files might, especially if it trips Knox, which cannot be reversed.

Q6: Can I re-lock the bootloader later?
Yes, you can re-lock the bootloader by flashing official Samsung firmware. However, this does not reset Knox, and some features like Secure Folder may remain disabled if Knox was tripped.

Don’t Miss It: How to Unlock a MetroPCS Phone for Free

Final Thoughts – Should You Enable OEM Unlock?

Enabling OEM Unlock is a powerful step—but one that should be taken with care. If you’re planning to root your device, install a custom ROM, or use tools like Magisk or TWRP, then enabling this option is absolutely necessary. However, it also comes with trade-offs. Once you unlock the bootloader, you may void your warranty, trip Knox, and lose access to features like Samsung Pay or Secure Folder permanently.

Only proceed if you truly need advanced system-level access and understand the risks involved. And most importantly, always back up your data before attempting any unlocking or flashing process—bootloader unlocking will wipe your device completely. For casual users, sticking with stock firmware and keeping OEM Unlock disabled is usually the safest choice.

If you’re determined to proceed, ensure you follow trusted guides and understand each step of the process. For visual learners, the following video provides a step-by-step tutorial:

TL;DR – How to Enable OEM Unlock on Samsung Devices

Enabling OEM Unlock is the first step to unlocking your Samsung phone’s bootloader for rooting, flashing custom ROMs, or installing recovery tools like TWRP. Most users can turn it on via Developer Options, but if it’s missing, try waiting 7 days, changing the system date, or signing in/out of your Samsung account. Advanced users can attempt workarounds using ADB commands or Odin flashing tools, but success varies by model and Android version. Without OEM Unlock, bootloader unlocking isn’t possible, and forcing it may trip Knox or brick the device—so proceed with caution and always back up your data.