Share via

Detecting USB Drive

Bruce Marshall 0 Reputation points
2025-12-29T06:38:15.96+00:00

How do I get my computer to recognise the USB mass storage device after I have plugged it in?

Windows for home | Windows 11 | Devices and drivers
0 comments No comments

4 answers

Sort by: Most helpful
  1. AI answer

    2025-12-29T06:38:23.5666667+00:00

    To get your computer to recognize a USB mass storage device after plugging it in, follow these steps:

    1. Check Connection: Ensure that the USB device is properly connected to the USB port. Sometimes, unplugging and re-plugging the device can help.
    2. Wait for Recognition: After plugging in the USB device, give your computer a moment to recognize it. This may take a few seconds.
    3. Check Device Manager: If the device is still not recognized, open Device Manager (you can search for it in the Start menu). Look for your USB device under "Disk drives" or "Universal Serial Bus controllers". If it appears with a yellow exclamation mark, there may be a driver issue.
    4. Update Drivers: Right-click on the device in Device Manager and select "Update driver" to search for updated drivers.
    5. Use WMI: You can also use Windows Management Instrumentation (WMI) to check connected USB devices. For example, you can run a PowerShell command to list USB devices:
         Get-WmiObject -Class Win32_USBHub
      
    6. Check for Hardware Issues: If the device is still not recognized, it may be a hardware issue with the USB device itself or the USB port. Try connecting the device to a different computer or using a different USB port.

    If your USB mass storage device is still not recognized after these steps, consider troubleshooting further using tools like Event Tracing for Windows (ETW) and Network Monitor, as detailed in troubleshooting guides.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    5 people found this answer helpful.
  2. Kapil Arya 37,831 Reputation points Volunteer Moderator
    2025-12-29T10:49:52.2666667+00:00

    Open File Explorer, you should be able to locate your USB device under This PC.

    If it is not visible there, try plugging it in to different USB port and check.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. DaveM121 892.6K Reputation points Independent Advisor
    2025-12-29T07:11:05.9933333+00:00

    1

    Connect that USB to your PC.

    Right click your Start Button and open Disk Management.

    Expand the bottom pane so all drives are visible in that pane.

    Please provide a screenshot of that window.

    2

    In the meantime, connect that USB drive up to another PC, is the drive working correctly on that PC?

    Was this answer helpful?

    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.