How to Identify Fake USB Flash Drives with ChipGenius
Counterfeit USB drives have flooded online marketplaces. Unscrupulous sellers take dirt-cheap 4GB or 8GB flash memory chips, flash custom hacked firmware onto the controller IC, and modify the partition table so Windows Explorer displays "1TB", "2TB", or "512GB".
When you copy files to such drives, the first few gigabytes write normally. But once the physical memory boundary is exceeded, the controller silently overwrites existing data or corrupts files, causing catastrophic data loss. In this guide, you will learn how to use ChipGenius to expose the true physical silicon inside any USB drive in under 10 seconds.
Why Windows Explorer Cannot Be Trusted for Fake Drive Detection
When you plug a USB drive into your PC, Windows asks the storage controller: "What is your capacity?" The operating system reads the Master Boot Record (MBR) and the controller's reported Logical Block Addressing (LBA) count. Because the controller firmware itself has been reprogrammed to lie, Windows displays the fake size without verification.
ChipGenius bypasses the Windows file system completely. It sends direct SCSI inquiry and IOCTL commands directly to the hardware controller chip and queries the raw NAND die for its unique Flash ID code.
Step-by-Step Fake Drive Detection Workflow
- Download ChipGenius: Get the verified, portable executable from the official download page (no installation required).
- Extract & Run: Extract the ZIP file and run
ChipGenius.exe. It does not install background drivers or modify your registry. - Connect the Drive: Plug your suspicious USB flash drive into a USB 2.0 or USB 3.0 port.
- Select Device: In the upper pane of ChipGenius, click on the USB drive name.
- Inspect the Telemetry Pane: Examine the bottom pane for the following critical fields:
- Controller Part-Number: E.g.,
Chipsbank CBM2099E,FirstChip FC1178BC,Alcor AU6989, orPhison PS2251. - Flash ID Code: A hexadecimal string (e.g.,
EC 1A 98 DE 88 C5). - Total Capacity: The genuine physical capacity reported directly by the NAND die.
- Controller Part-Number: E.g.,
Interpreting Your ChipGenius Results
| Reported Feature | Genuine High-Capacity Drive | Fake / Counterfeit Drive |
|---|---|---|
| Controller Vendor | Phison, SMI, SanDisk, Samsung, Kingston | Obscure micro-controllers (e.g., Chipsbank, FirstChip, Appotech) |
| Flash ID Match | Legitimate NAND manufacturer (Micron, Kioxia, SanDisk) matches size | Flash ID corresponds to 8GB or 16GB scrap die while Explorer claims 2TB |
| Max Current | Appropriate for USB specification (e.g., 200mA - 500mA) | Often defaulted to 100mA or invalid values |
What to Do If You Discovered a Fake Drive
If ChipGenius confirms your drive is counterfeit:
- Immediately stop saving important data: Any files placed beyond the real physical boundary are unrecoverable.
- File for a marketplace refund: Take a screenshot of your ChipGenius output window. It provides incontrovertible hardware proof for eBay, Amazon, AliExpress, or PayPal dispute claims.
- Restore to True Capacity: If you want to keep the drive as a functioning 8GB/16GB drive, you can use the controller's Mass Production Tool (MPTool) to reflash the firmware with the correct boundary. Read our Firmware Repair Guide for full instructions.