⚡ Have you ever plugged in your Adata USB flash drive and suddenly seen the error: "You need to format the disk before you can use it"? Don’t panic — your files are not gone forever.
To fix an ADATA USB flash drive showing the "not formatted" error, you should first try to recover data first with free tool like iCare Recovery Free, and then fix the corrupted ADATA USB flash drive by running CHKDSK in Command Prompt as an administrator. If that fails, you can use the diskpart command-line tool to clean the drive, create a new partition, and then format it. Alternatively, you can assign a drive letter in Disk Management or use a specialized ADATA utility tool to format the drive, but this will erase all data on the drive.
This article will show you how to deal with issues like:
The error usually appears due to several reasons:
Formatting will erase your data. That’s why you should first recover files using a trusted free tool like iCare Recovery Free:
Once your Adata usb files are safe after you recovered with free tool iCare Recovery Free, you can format your Adata USB drive properly:
This method attempts to fix the file system errors on the USB drive without losing data.
chkdsk X: /f
(replace X with your USB drive's letter) and press Enter. The /f
parameter will attempt to fix file system errors.If CHKDSK doesn't work, you can use diskpart to completely clean and reformat the drive. Note: This method will erase all data on the USB drive.
diskpart
and press Enter.list disk
and press Enter to see all connected drives.select disk #
(replace # with the number corresponding to your USB drive) and press Enter.clean
and press Enter to wipe the entire drive.create partition primary
and press Enter.format fs=ntfs quick
(or format fs=fat32 quick
) and press Enter to format the drive.exit
and press Enter twice to close the command prompt.If the drive appears in Disk Management, you can use this built-in tool:
Video: https://www.youtube.com/watch?v=jlCluXlzboQ&t=117 (How to use ADATA Utility Tool)
ADATA provides its own utility tool for repairing and formatting flash drives:
Official Adata Utility Tool download url: https://www.adata.com/en/support/downloads/
Q1: Why does my Adata USB flash drive say it needs to be formatted?
➡ It often happens due to file system corruption or improper removal.
Q2: Can I fix the “Adata USB drive wants formatting” error without losing data?
➡ Yes, first try CHKDSK or use iCare Recovery Free before formatting.
Q3: How do I format Adata USB safely?
➡ After recovery, use one of the safe methods: CHKDSK, Diskpart, Disk Management, or the ADATA Utility Tool.