how to unlock a ESB-USB

Matty Robinson 0 Reputation points
2026-01-26T23:05:20.46+00:00

had to add another ssd drive on another computer which has caused me to need to reinstall windows, when doing my usb stick crashed and now when i try to reattempt it has locked itself as a ESD-USB i have no way and have tried all other means to unlock this. please help

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-01-26T23:05:31.53+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To unlock an ESD-USB (Electronic Software Download USB), you typically need to format the drive, as it may have become corrupted or locked due to the crash during the installation process. Here are the steps you can follow:

    1. Backup Data: If there is any recoverable data on the USB drive, try to back it up before proceeding, as formatting will erase all data.
    2. Format the USB Drive:
      • Insert the USB drive into your computer.
      • Open File Explorer and locate the USB drive.
      • Right-click on the drive and select Format.
      • Choose the file system (usually FAT32 or NTFS) and click Start to format the drive.
    3. Use Disk Management (if formatting through File Explorer doesn't work):
      • Right-click on the Start button and select Disk Management.
      • Find your USB drive in the list, right-click on it, and select Format.
      • Follow the prompts to format the drive.
    4. Use Command Prompt (if the above methods fail):
      • Open Command Prompt as an administrator.
      • Type diskpart and press Enter.
      • Type list disk to see all connected drives.
      • Identify your USB drive (be careful to select the correct one).
      • Type select disk X (replace X with the number of your USB drive).
      • Type clean to remove all partitions.
      • Type create partition primary and then format fs=ntfs quick (or replace ntfs with fat32 if preferred).
      • Finally, type assign to assign a drive letter.
    5. Check for Errors: If the USB drive still does not work, consider checking for hardware issues or using recovery software to attempt to recover data.

    If these steps do not resolve the issue, the USB drive may be permanently damaged and might need to be replaced.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.