Share via

Create a recovery drive

AJ 0 Reputation points
2025-11-26T02:52:02.31+00:00

I am trying to create a recovery drive to a 64 GB thumbdrive. After I start it, it shows green moving left too right, it pauses and says to insert a USB drive, after I do that, nothing happens, the "next" button is shadowed out. Ive spoken to several computer people and they dont understand why it's not seeing the d drive. I even tried it on another port, still, nothing. Please help, I want to have this in case I need it in the future.

Windows for home | Windows 11 | Recovery and backup
0 comments No comments

4 answers

Sort by: Most helpful
  1. Kimberly Olaño 23,545 Reputation points
    2025-11-26T03:32:34.29+00:00

    Thanks for sharing the details, AJ! Please make sure the USB drive is formatted as FAT32.

    The Recovery Drive tool often rejects exFAT or NTFS.

    Open File Explorer → Right-click USB drive

    Click Format

    Choose:

    • File system: FAT32
    • Allocation unit: Default

    Click Start

    Remove the USB → Re-insert it

    Try creating a recovery drive againSee if this helps. If you need further assistance just let me know.

    Best regards,

    Kimberly

    1 person found this answer helpful.

  2. Kimberly Olaño 23,545 Reputation points
    2025-11-26T05:18:29.88+00:00

    Great! Thanks for letting me know, and for sharing the video link.

    0 comments No comments

  3. Kimberly Olaño 23,545 Reputation points
    2025-11-26T04:18:41.5+00:00

    Force-format the USB to FAT32 which is required for Recovery Drive.

    Format to FAT32 using DISKPART (built into Windows)

    This will definitely work, it just wipes the USB drive completely.

    Open Command Prompt as Administrator

    Press Start → type “cmd” → right-click → Run as administrator

    Enter these commands:

    diskpart

    list disk

    Look for your USB drive number (example: Disk 2)

    select disk X (replace X with your USB number)

    clean

    create partition primary

    format fs=fat32 quick

    assign

    exit


  4. Q&A Assist
    2025-11-26T02:52:14.35+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It sounds like you're experiencing issues with your USB drive not being recognized during the recovery drive creation process. Here are a few steps you can try to troubleshoot the problem:

    1. Check USB Drive Format: Ensure that your USB drive is formatted correctly. It should be formatted as FAT32 or NTFS. You can format the drive by right-clicking on it in File Explorer and selecting "Format...". Make sure to back up any important data on the drive before formatting, as this will erase all data.
    2. Use a Different USB Drive: If possible, try using a different USB drive to see if the issue persists. Sometimes, certain drives may not be compatible or may have issues.
    3. Run as Administrator: Make sure you are running the recovery drive creation tool with administrative privileges. Right-click on the tool and select "Run as administrator".
    4. Check for Windows Updates: Ensure that your Windows 11 system is up to date. Sometimes, updates can fix bugs related to hardware recognition.
    5. Device Manager: Check the Device Manager to see if the USB drive is recognized there. If it appears with a warning icon, you may need to update the drivers or troubleshoot the device.
    6. Try Different Ports: Although you mentioned trying another port, ensure that you are using USB 3.0 ports if available, as they provide better compatibility and speed.

    If none of these steps work, it may be helpful to consult the Microsoft support documentation or forums for further assistance.


    References:

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.