How to get usb device name in windows 10​?

USB (Universal Serial Bus) devices are commonly used in Windows 10 for a variety of purposes, ranging from data transfer and external storage devices to peripherals such as printers, mice, and keyboards. The operating system automatically assigns a name to each device connected to the system. Sometimes, however, you may need to identify a USB device’s name manually for troubleshooting, management, or configuration purposes.

Method 1: Using Device Manager

Device Manager is one of the most straightforward and reliable ways to view the name of a USB device in Windows 10. Here’s how to do it:

Open Device Manager:

Press Windows + X and select Device Manager from the list.

Alternatively, you can type “Device Manager” in the search bar next to the Start menu and select it from the results.

Locate USB Devices:

In the Device Manager window, scroll down to the section labeled Universal Serial Bus controllers. Click the arrow next to it to expand the list of connected USB devices.

Identify the USB Device:

The devices listed here include various USB controllers, hubs, and individual devices. The name of your USB device will appear here, often listed with its model or manufacturer’s name.

View Device Properties:

Right-click on the USB device name and select Properties.

In the General tab, under the Device Status, you’ll see details about the device, including its name, model, and status.

Advanced Information (Optional):

For additional details such as the USB device’s vendor ID, product ID, and other technical data, go to the Details tab in the Properties window. From the drop-down menu, select Device Instance Path or Hardware Ids to view more granular information.

Method 2: Using Disk Management

If your USB device is a storage device like a flash drive, external hard drive, or USB SSD, you can also view the device name using Disk Management. Here’s how:

Open Disk Management:

Press Windows + X and select Disk Management from the menu.

Alternatively, you can type “disk management” in the search bar and select Create and format hard disk partitions.

Locate the USB Device:

In the Disk Management window, you’ll see a graphical representation of all connected drives and storage devices. Look for the drive that corresponds to your USB device.

View the Device Name:

Right-click on the device and select Properties.

Under the General tab, you’ll see the device name and other information, such as the capacity, file system, and whether it’s healthy.

Assign or Change Drive Letters (Optional):

If you need to assign or change the drive letter for your USB device, right-click on it in the Disk Management window and select Change Drive Letter and Paths.

Method 3: Using Command Prompt

The Command Prompt is a powerful tool for interacting with the operating system, and it can be used to find the name of a USB device. Here’s how to retrieve the device name through the Command Prompt:

Open Command Prompt:

Press Windows + R to open the Run dialog.

Type cmd and press Enter or click OK to open Command Prompt.

List USB Devices:

Type the following command and press Enter:

wmic diskdrive list brief

This command lists all connected drives, including USB devices, along with basic information like the device name, media type, and size.

Detailed Information (Optional):

If you want more detailed information about a specific device, you can use the following command:

csharp

wmic diskdrive where “MediaType=’Removable'” get Model, DeviceID, MediaType, Size

This command filters the list to only show removable devices, such as USB flash drives or external drives, and provides additional details about each device.

Find the Device in the List:

Look for the USB device in the list of drives. The Model field will display the name of the device.

Method 4: Using PowerShell

PowerShell offers advanced capabilities for managing hardware devices, including USB devices. Here’s how you can use it to get the USB device name:

Open PowerShell:

Press Windows + X and select Windows PowerShell from the menu.

Alternatively, type “PowerShell” in the search bar and select Windows PowerShell.

Run the Command:

To list all connected USB devices, run the following command in PowerShell:

mathematica

Get-WmiObject -Query “Select * from Win32_DiskDrive where MediaType=’Removable'” | Select-Object Model, DeviceID, MediaType

This command filters the devices to only show removable drives, and it will output their model and device ID.

View the Device Name:

The Model field will display the name of the USB device.

Method 5: Using USBDeview (Third-Party Tool)

If you need a more detailed and user-friendly way to manage and view your USB devices, you can use a third-party tool called USBDeview. It provides a list of all USB devices that have been connected to your system, both currently and in the past.

Download USBDeview:

You can download USBDeview from the following link:

USBDeview Download.

Install and Run the Program:

After downloading, extract and run the program (it does not require installation). It will automatically display a list of all USB devices connected to your computer.

View Device Information:

The program will show you the device name, vendor ID, product ID, serial number, and other information about each USB device. It’s an excellent tool for quickly identifying connected devices.

Method 6: Using Task Manager (For USB Devices in Use)

If you’re trying to find the name of a USB device that’s actively being used by an application (for example, a USB flash drive with a file open), you can use Task Manager to help identify the device.

Open Task Manager:

Press Ctrl + Shift + Esc to open Task Manager, or right-click the taskbar and select Task Manager.

Check the Processes Tab:

Go to the Processes tab to see if there are any processes related to your USB device, such as file explorer windows or specific applications that are using files stored on the device.

Right-click the Process:

Right-click on a process that you suspect is related to your USB device, and choose Open file location to identify the connected USB device in question.

Identifying the name of a USB device in Windows 10 is a relatively straightforward process, whether you prefer using the built-in tools like Device Manager, Command Prompt, and PowerShell, or third-party tools such as USBDeview. Knowing the USB device name is helpful for tasks such as troubleshooting device issues, managing storage, and verifying device compatibility. If you’re working with a USB storage device, Disk Management provides additional options like assigning drive letters or formatting the drive. No matter what method you choose, you’ll have a clearer view of your USB devices and can manage them more effectively.

About us and this blog

Panda Assistant is built on the latest data recovery algorithms, ensuring that no file is too damaged, too lost, or too corrupted to be recovered.

Request a free quote

We believe that data recovery shouldn’t be a daunting task. That’s why we’ve designed Panda Assistant to be as easy to use as it is powerful. With a few clicks, you can initiate a scan, preview recoverable files, and restore your data all within a matter of minutes.

Subscribe to our newsletter!

More from our blog

See all posts