How to Unbrick OnePlus 13 via Fastboot Commands
UPDATE : We currently have the OPLUS EDL Tool that will help you unbrick your OnePlus 13 even if it is currently hardbricked, aka, in the EDL Mode. And the best part? It’s all free! Do check out our guide and video on this topic to know how to use this tool .
In this guide, we will show you the steps to unbrick your OnePlus 13 via Fastboot Commands. Stepping into the custom development gives you the platform to welcome abode tons of goodies onto your device. But at the same time, you are risking your device by entering into this uncharted territory. Just a slight deviation from the instructions and there’s a high risk of things going south. To be more specific, a softbrick or bootloop is always on the cards.
When that happens, your device will either enter into a constant boot-up or get stuck in the Fastboot Mode. In either of these cases, you wouldn’t be able to boot your device to the OS and it’s as good as a paperweight. Fortunately, there now exists a handy method using which you can unbrick your OnePlus 13 via Fastboot Commands. And in this guide, we will show you how to do just that. So without further ado, let’s get started.
- How to Unbrick OnePlus 13 via Fastboot Commands STEP 1: Download Android SDK Platform Tools STEP 2: Boot to Fastboot Mode STEP 3: Download OnePlus 13 Fastboot ROM STEP 4: Unbrick OnePlus 13 via Fastboot
- FIX: “FAILED (remote: “Not enough space to resize partition”) If the error is with my_product partition If the error is with my_bigball partition If the error is with my_stock partition
How to Unbrick OnePlus 13 via Fastboot Commands

The below process will wipe off all the data on your device, so take a complete device backup beforehand. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.
STEP 1: Download Android SDK Platform Tools
- To begin with, download and extract the Android SDK Platform Tools onto your PC.
- This is the official ADB Binary given by Google and will act as our working directory.
- Then go to the address bar of this folder, type in CMD, and hit Enter.
- This will launch Command Prompt inside the platform-tools folder.
STEP 2: Boot to Fastboot Mode
Your next course of action should be to boot your device to the Fastboot Mode. But since we cannot access the OS for now, we cannot use the adb reboot bootloader command. Therefore, we will be using the hardware key combination to get this job done. Here’s how:

- Long press the Power key and power off your device [if that is not the case already].
- Then press and hold the Power and Volume Down keys until you feel the vibration.
- Now let go of the keys and your device will subsequently boot to the Fastboot Mode.
STEP 3: Download OnePlus 13 Fastboot ROM
- You may now download the Fastboot ROM corresponding to your region from below INDIA | GLOBAL | EU | NA [Credits: XDA Senior Member koaaN]
STEP 4: Unbrick OnePlus 13 via Fastboot
- To begin with, extract the downloaded ROM on your PC.
- Then launch the Regional_Flasher.bat file. The flashing will now start.
- Wait for your phone to boot into FastbootD.
- When it does, select English on your phone and hit any key to proceed with the flashing script.
- The rest of the IMG files will now be flashed onto your device.
- You will be asked if you want to Wipe Data. It is highly recommended that you select YES.
- Once done, your device will automatically boot to the OS.
That’s it. These were the steps to unbrick your OnePlus 13 via Fastboot Commands. Let’s now have a look at one of the most common problems [and its solution] that you might come across while using this flashing script.
FIX: “FAILED (remote: “Not enough space to resize partition”)
If you are getting the “FAILED (remote: “Not enough space to resize partition”) error message during the flashing process, then first off, let the flashing reach the “root question” and then use the below command according to the partition that threw out this error:
If the error is with my_product partition
- Open a new Command Prompt inside the platform-tools folder:
- Then type the below commands to delete all the temporary/cow my_product partitions: fastboot delete-logical-partition my_product_a fastboot delete-logical-partition my_product_b fastboot delete-logical-partition my_product_a-cow fastboot delete-logical-partition my_product_b-cow
- Then use the below commands to create the new product partitions: fastboot create-logical-partition my_product_a 1 fastboot create-logical-partition my_product_b 1
- Finally, use the below commands to reflash the my_product.img file: fastboot flash my_product my_product.img
- You may now continue using the flashing script.
If the error is with my_bigball partition
- Open a new Command Prompt inside the platform-tools folder:
- Then type the below commands to delete all the temporary/cow my_product partitions: fastboot delete-logical-partition my_bigball_a fastboot delete-logical-partition my_bigball_b fastboot delete-logical-partition my_bigball_a-cow fastboot delete-logical-partition my_bigball_b-cow
- Then use the below commands to create the new product partitions: fastboot create-logical-partition my_bigball_a 1 fastboot create-logical-partition my_bigball_b 1
- Finally, use the below commands to reflash the my_product.img file: fastboot flash my_bigball my_bigball.img
- You may now continue using the flashing script.
If the error is with my_stock partition
- Open a new Command Prompt inside the platform-tools folder:
- Then type the below commands to delete all the temporary/cow my_product partitions: fastboot delete-logical-partition my_stock_a fastboot delete-logical-partition my_stock_b fastboot delete-logical-partition my_stock_a-cow fastboot delete-logical-partition my_stock_b-cow
- Then use the below commands to create the new product partitions: fastboot create-logical-partition my_stock_a 1 fastboot create-logical-partition my_stock_b 1
- Finally, use the below commands to reflash the my_product.img file: fastboot flash my_stock my_stock.img
- You may now continue using the flashing script.
- How to Enable Other Music Players in Live Capsule on OnePlus 13
- How to Update Rooted OnePlus 13
- Download OnePlus 13 Stock Firmware [OxygenOS/ColorOS]
- How to Install Google Apps on OnePlus 13
- Mark 10 months ago Reply The ROM links aren’t working.
- jason 11 months ago Reply Thanks for sharing the steps. My oneplus 13 is US Version. Looks like the link of stock rom and flash script can not be reached. I could get the stock ROM through Oxygen Updater. Can you pls share the flash steps. Appreciate your time
(Cancel Reply)
Δ