How to Get USB Device Name in Windows 10: A Complete Guide
If you’re a Windows 10 user, you might find yourself in a situation where you need to know how to get the USB device name. Whether you’re troubleshooting, managing devices, or simply curious, finding the name of a USB device connected to your PC is easy and straightforward. In this guide, we will walk you through various methods on how to get USB device name in Windows 10 and help you understand the process step-by-step.
Why You Might Need to Get USB Device Name in Windows 10?
Method 1: Using Device Manager to Get USB Device Name
The Device Manager in Windows 10 is a powerful tool that lets you view all hardware connected to your computer, including USB devices. To get the USB device name in Windows 10 using Device Manager, follow these steps:
- Open Device Manager: Press Windows + X and select Device Manager.
- Locate the USB Devices: In the Device Manager window, expand the Universal Serial Bus controllers section.
- Find the Device: Right-click on the USB device you want to identify and select Properties.
- View Device Name: In the Properties window, go to the Details tab, and from the drop-down menu, select Device Description or Hardware Ids. This will show you the USB device name.
Using Device Manager is one of the easiest and most straightforward ways to get the USB device name in Windows 10.
Method 2: Using Command Prompt to Get USB Device Name
Another efficient way to get USB device name in Windows 10 is by using the Command Prompt. This method is particularly useful for users who prefer using the command-line interface.
- Open Command Prompt: Press Windows + R, type cmd, and press Enter.
Type the Command: In the Command Prompt window, type the following command:
wmic path Win32_USBHub get DeviceID
- This command will list the device IDs for all connected USB devices.
- View the USB Name: Look through the output to find the specific device you’re interested in. The name of the device will be displayed next to its corresponding device ID.
This method is quick and allows you to get USB device name in Windows 10 without navigating through a graphical interface.
Method 3: Using PowerShell to Get USB Device Name
For those who prefer PowerShell, you can use it to get detailed information about USB devices. To do this:
- Open PowerShell: Press Windows + X, then select Windows PowerShell (Admin).
Enter the Command: Type the following command and hit Enter:
Get-WmiObject -Query “Select * from Win32_USBHub”
- Check the Output: This will give you a list of all connected USB devices along with their device names and other details.
PowerShell is a powerful tool, and this command will display a more detailed output, allowing you to get USB device name in Windows 10 easily.
Method 4: Using Disk Management to Get USB Device Name
If your USB device is a storage device, such as a USB flash drive or external hard drive, you can use Disk Management to find its name.
- Open Disk Management: Press Windows + X and select Disk Management.
- Locate the USB Device: In the Disk Management window, look for your USB device under the Volume section.
- View Device Name: Right-click on the device and select Properties to view the device name and additional information.
This method is most useful for storage devices, as it provides a clear display of their names and associated partitions.
Method 5: Using Windows Registry to Get USB Device Name
If you’re comfortable working with the Windows Registry, you can access detailed device information, including the USB device name. Here’s how:
- Open Registry Editor: Press Windows + R, type regedit, and press Enter.
Navigate to the USB Section: Go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
- Find Your USB Device: Browse through the subfolders to find the USB device you want. You can see the device name by checking the DeviceDesc key.
This method allows you to get detailed information about connected USB devices, though it’s best suited for advanced users who are comfortable working in the Registry Editor.
MSI Katana A15 Ai, AMD Ryzen 7 8845Hs
About this item
- AI Enabled Processor: Ryzen 7 8845H Up To 5.1GHz
- Operating System: Pre-loaded Windows 11 Home with lifetime validity |Preinstalled Software: MSI Center | In the box: Laptop, Power Adapter
- Display: 40cm FHD (1920×1080), 144Hz 45%NTSC IPS-Level
- NVIDIA GeForce RTX 4050 | 802.11 ax Wi-Fi 6E + Bluetooth v5.3
- Memory & Storage: 8GBx2 DDR5 Dual Channel RAM | Storage: 512GB NVMe PCIe Gen4x4 SSD
- Powered by latest Intel Core Ultra processor with the latest integrated NPU which is the best choice to accelerate AI programs for long-sustained, power moderate, intensive applications.
FAQ
To find the USB device name in Device Manager, expand the “Universal Serial Bus controllers” section, right-click the USB device, and select “Properties” to view the name under the “Details” tab.
Yes, by typing the wmic path Win32_USBHub get DeviceID command in Command Prompt, you can get a list of device IDs, which includes the name of each connected USB device.
Yes, running the command Get-WmiObject -Query “Select * from Win32_USBHub” in PowerShell will provide a detailed list of USB devices connected to your system.
Yes, open Disk Management, locate your USB device, and right-click to view the device name and additional details.
Modifying the Registry can be risky if you’re not familiar with it. Only advanced users should attempt this, and always back up the Registry before making any changes.