Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamI have an ADATA UV150/256GB. It shows up in my computer (trought Partdrive command or windows disk manager) as no media 0 bytes. How to recover itd data?
If your ADATA UV150 256 GB USB flash drive appears as “No Media” and “0 bytes” in Windows Disk Management, DiskPart, or another partition tool, then the data is not accessible by normal recovery software.
This symptom usually means:
So the practical answer is:
A normal USB flash drive has several layers:
| Layer | Function |
|---|---|
| USB connector | Physical connection to the computer |
| USB flash controller | Translates USB storage commands into NAND flash operations |
| NAND flash memory | Stores the actual data |
| Firmware/translation layer | Maps logical sectors to physical NAND pages and blocks |
| Partition/filesystem | FAT32, exFAT, NTFS, etc. |
When a drive has a simple filesystem problem, Windows may show:
In those cases, software recovery may work.
Your case is different. If the drive shows:
No Media
0 bytes
0 MB
No usable space
then Windows is not receiving any valid logical sectors from the device. The USB controller is probably still alive, but it cannot present the NAND memory as a usable disk.
That usually points to one of these failures:
NAND flash failure
Controller failure
Firmware/translator corruption
Broken solder joint or PCB fault
Power rail failure
In all of these cases, the problem is below the filesystem level. That is why normal file recovery programs cannot help.
Software recovery tools require access to readable sectors. For example, they need to scan logical block addresses such as:
LBA 0
LBA 1
LBA 2
...
But with a true “No Media, 0 bytes” fault, the operating system sees no valid LBA range at all.
So recovery software has nothing to scan.
This is different from a damaged partition table. If the USB stick still reported its real capacity, for example around 238 GiB usable capacity for a 256 GB drive, then tools like R-Studio, UFS Explorer, DMDE, GetDataBack, or TestDisk might have a chance.
But if the drive reports 0 bytes, the failure is usually at controller/NAND level, not partition level.
Unplug it and do not keep trying random repair commands. Repeated power cycling can make a marginal NAND or controller failure worse.
Avoid:
format
chkdsk
diskpart clean
diskpart create partition
initialize disk
repair USB drive
ADATA recovery/repair utility
SMI MPTool / Phison MPALL / AlcorMP / other mass-production tools
Especially avoid mass-production tools. They are designed to reinitialize the flash drive for reuse, not to preserve user data. They may erase the NAND, rebuild bad-block tables, overwrite firmware parameters, or destroy the original translation layout.
If you need the files, do not use them.
Try only non-destructive checks:
lsusb
dmesg
lsblk
sudo fdisk -l
On Windows, check:
diskpart
list disk
list volume
If every system shows 0 bytes / No Media, then the diagnosis is almost certainly hardware/controller/NAND failure.
You may use a read-only diagnostic tool such as:
These tools may show:
Useful signs:
| Diagnostic result | Meaning |
|---|---|
| Controller detected, NAND not detected | Controller is alive but cannot communicate with flash |
Flash ID reads as 000000, FFFF, or blank |
NAND communication failure |
| Generic name instead of ADATA | Controller may be in fallback/ROM mode |
| Correct NAND ID visible | There may still be a controller/firmware issue, but recovery may be more feasible |
ADATA UV150 drives may use different controllers depending on production batch. Some may use Silicon Motion, Phison, Alcor, or other controllers. Do not assume one exact controller unless your diagnostic tool confirms it.
Important: identification is safe; reprogramming is not.
If the controller is still partially functional, a professional lab may attempt to access the drive through vendor-specific commands or recovery modes.
This requires specialized tools and knowledge of the specific controller family.
If the controller cannot access the NAND, the lab may remove the NAND flash chip from the USB drive and read it directly.
The process is approximately:
This is not the same as reading a normal disk image. Raw NAND data is not stored in simple sequential file order. It contains:
That is why chip-off recovery needs professional flash recovery equipment and experience.
If the files are important, do not open or heat the device yourself. Send it to a proper flash recovery lab.
If the data is not worth professional cost, and you have electronics repair experience, you can inspect the PCB.
Possible checks:
Look for:
A cracked USB connector can sometimes cause unstable detection. However, if the device consistently identifies as a USB storage controller but reports No Media, the connector is not the only suspect.
With a multimeter, check whether the NAND receives power.
Typical rails may include:
If the controller receives power but NAND power is missing, the drive may enumerate as a USB device but report no media.
Possible failed parts:
Some people try reflowing the NAND or controller. This can occasionally restore a cracked solder joint temporarily, but it is risky.
Risks include:
If the data matters, do not reflow it.
Avoid these if you need the data:
| Action | Why it is dangerous |
|---|---|
| Format the drive | Destroys filesystem structures if the drive becomes accessible |
| Initialize in Disk Management | Writes new partition metadata |
diskpart clean |
Removes partition information |
| CHKDSK | Can modify filesystem structures destructively |
| USB mass-production tool | Can erase/reinitialize NAND and destroy translation data |
| Firmware flashing | May overwrite controller parameters needed for recovery |
| Random YouTube “0 bytes fix” methods | Usually intended to make the drive reusable, not recover data |
| Freezing/heating the USB stick | Unreliable and can worsen physical damage |
Use this decision tree:
Is the data important?
|
+-- Yes
| |
| +-- Stop using the drive.
| +-- Do not format, repair, flash, or reinitialize.
| +-- Contact a professional flash recovery lab.
| +-- Tell them: ADATA UV150 256GB, shows No Media / 0 bytes.
|
+-- No
|
+-- Try another PC/USB port/Linux.
+-- Use ChipGenius only to identify controller.
+-- If still 0 bytes, data is effectively not recoverable by DIY software.
+-- You may try controller MPTool only if you accept total data loss.
When contacting a lab, give them clear information:
Device: ADATA UV150 256GB USB flash drive
Symptom: Detected by Windows but shows No Media, 0 bytes
Tools checked: Disk Management / DiskPart / partition tool
Important: Data recovery required; do not repair or reformat
Question: Can you perform controller-level or chip-off NAND recovery?
Ask whether they have experience with:
Also ask if they offer a free or low-cost diagnosis before full recovery.
Modern USB flash drives have become harder to recover than older ones because:
For a 256 GB USB flash drive, professional recovery is possible in many cases, but success depends heavily on the physical condition of the NAND and whether the controller’s translation parameters can be reconstructed.
| Situation | Recovery chance |
|---|---|
| Bad USB connector only | Good, if repaired carefully |
| Failed power rail to NAND | Good to moderate, if repaired without damaging NAND |
| Controller firmware corruption | Moderate, lab tools may help |
| Controller dead but NAND healthy | Moderate to good with chip-off |
| NAND severely degraded | Poor to moderate |
| NAND internally shorted or physically damaged | Poor |
| MPTool already used / low-level reinitialized | Much worse |
| Drive formatted after becoming accessible | Worse, but sometimes partial recovery possible |
Your ADATA UV150 showing “No Media, 0 bytes” is almost certainly not a normal partition or filesystem problem. It usually means the USB controller cannot access the NAND flash memory. Because the operating system sees no readable sectors, normal data recovery software cannot recover the files.
If the data is important:
If the data is not important, you may experiment with controller identification and repair tools, but assume that such tools will destroy the existing data.
User question
Where can I find ADATA repair tools?
Artificial Intelligence Response
Direct answer to the question
You can find official ADATA tools on the ADATA Support website, under your product’s support/download section. ADATA’s current support page lets you select your device and find downloads, FAQs, and warranty information. (adata.com)
What you need depends on the device type:
usbdiypath currently returns 404 Not Found. ([]())Detailed problem analysis
1. If you have an ADATA SSD
Look for ADATA SSD Toolbox.
It is the official ADATA utility for SSDs. According to ADATA’s own SSD Toolbox guide, it is intended for ADATA SSD products and provides drive information, SMART status, diagnostics, firmware-update access, TRIM/optimization, and security erase functions. ADATA also warns to back up data before firmware updates or erasing the SSD. (adata.com)
Use it for:
Important: SSD Toolbox is not for normal USB flash drives. It usually will not repair an ADATA UV128, UV150, C008, S102, etc. USB stick.
2. If you have an ADATA USB flash drive
This is more complicated.
ADATA USB flash drives often use controllers from companies such as:
There is usually no one universal ADATA USB repair tool. Old ADATA USB “online recovery” tools reportedly generated a controller-specific formatter/reflash tool after entering the drive serial number. An AnandTech forum thread from 2019 describes an ADATA online flash-drive recovery/format program that provided an SMI High-Level Format Tool for an ADATA UV128 drive, but this appears to have been a legacy solution rather than a normal current download. (forums.anandtech.com)
As of my check, the old ADATA USB DIY recovery path is not available and returns 404 Not Found. ([]())
So for USB flash drives, your realistic options are:
Current information and trends
Currently, ADATA’s public support flow is centered around:
ADATA also promotes DriveSavers as a professional data recovery partner. ADATA’s data recovery page states that ADATA customers can use DriveSavers for professional recovery services, with free evaluation and a “no data, no charge” policy. (adata.com)
This is important because many “repair” tools for flash drives are actually mass-production tools. They may reinitialize the NAND and controller firmware, but they are not data-recovery tools.
Practical guidelines
If you want official ADATA software
If you want warranty repair or replacement
Use:
If you want to repair a USB flash drive yourself
Only do this if the data is not important.
Examples of search terms:
ADATA UV150 SMI MPToolADATA UV128 Phison repair toolADATA USB no media controller toolSMI High Level Format Tool ADATABe careful: third-party MPTools are often distributed on enthusiast/repair sites and may contain unsafe files. Run them only on a disposable Windows system if you understand the risk.
Possible disclaimers or additional notes
Brief summary
User question
Where can I find ADATA repair tools for my ADATA UV150/256GB. Flash Drive?
Artificial Intelligence Response
Direct answer to the question
For an ADATA UV150 256GB USB flash drive, start with ADATA’s official Support / Warranty / Data Recovery pages, but do not expect a current public “one-click ADATA repair tool” to be listed there. ADATA’s current support page mainly directs users to product downloads, FAQs, and warranty information, while the UV150 support/product page exists for that model. (adata.com)
If you want to make the flash drive usable again and you do not need the files, the practical tools are usually controller-specific mass-production tools, not model-specific ADATA tools. For UV150 drives, you first need to identify the internal USB controller, then look for the matching tool on sites such as:
“SMI MPTool SM3267”, “SMI MPTool SM3281”, “Dyna Mass Storage Production Tool SM3281”, etc.
Detailed problem analysis
ADATA does not necessarily use one fixed controller in every UV150 batch. The outside label says ADATA UV150 256GB, but the internal controller may be from Silicon Motion / SMI, Phison, Alcor, Chipsbank, or another vendor depending on production batch. Therefore, searching only for “ADATA UV150 repair tool” is often ineffective.
The old ADATA USB Flash Drive Online Recovery utility did exist. It was described as a tool that could restore drive function by rebuilding firmware and formatting the drive, and it was intended for cases such as drives that could not be formatted or could be detected but not read. (hexus.net) However, that old ADATA online-recovery path is not reliably available from ADATA’s current public support pages, so the realistic repair route is usually to identify the controller and use the matching factory tool.
The important distinction is:
Practical way to find the correct tool
1. Identify the controller first
Use a diagnostic utility such as:
Look for these fields:
For many ADATA USB drives, the VID is often 125F, but the VID/PID alone is not enough. You need the controller number.
Example controller names you might see:
2. If it is Silicon Motion / SMI
Many UV150-family drives reported in repair databases use SMI / Silicon Motion controllers. FlashBoot’s iFlash database, for example, lists an ADATA UV150 entry with VID 125F, PID DC1A, and an SMI SM3281AB controller, though that specific database entry is for a 32GB model, not necessarily your 256GB unit. (flashboot.ru)
For SMI-based drives, look for:
USBDev has SMI packages covering controllers such as SM3267AB, SM3267AE, SM3281AB, SM3281BA, SM3281BB, and related chips. (usbdev.ru) FlashBoot also hosts SMI MPTool versions; one example lists support for controllers including SM3267AB and notes the common settings password 320. (flashboot.ru)
For newer SMI controllers, especially SM3271 / SM3281-family devices, Dyna Mass Storage Production Tool may be relevant. FlashBoot lists Dyna versions supporting controller families including SM3267AC, SM3267AE, SM3268, SM3269, and SM3271. (flashboot.ru) USBDev also references Dyna tools for SM3281AB / SM3281BB in discussion of SMI repair tools. (usbdev.ru)
3. If it is not SMI
Use the controller name from ChipGenius / FDIE and search the same archives by controller family:
Phison MPALL PS2251AlcorMP AU698xCBM2099 / CBM2199 MPToolSMI MPTool,Dyna Mass Storage Production ToolFirstChip MPToolImportant warning
Most “repair” or “MPTool” utilities perform a low-level reinitialization of the USB flash controller and NAND. That normally means:
So, if there is any important data on the UV150, do not run these tools first. Contact ADATA or a data recovery lab.
Practical guidelines
Brief summary
You probably will not find a current official ADATA UV150 repair utility on ADATA’s public support pages. Use ADATA support or data recovery if the files matter. If your goal is only to make the flash drive usable again, identify the internal controller with ChipGenius or Flash Drive Information Extractor, then look for the matching SMI MPTool, Dyna Mass Storage Production Tool, Phison MPALL, AlcorMP, or equivalent tool on USBDev.ru or FlashBoot.ru.