How to Get USB Device Name in Windows 10
In today’s digital world, USB devices have become an integral part of our lives. Whether it’s for transferring files, charging our gadgets, or connecting external peripherals, USB devices play a crucial role. However, at times, we may need to identify a specific USB device for various reasons, such as troubleshooting or managing device permissions. In this article, we will guide you on how to get USB device name in Windows 10.
Using Device Manager
One of the simplest ways to find the USB device name in Windows 10 is by using the Device Manager. Here’s how you can do it:
1. Press the “Windows” key and type “Device Manager” in the search bar. Click on the Device Manager app to open it.
2. In the Device Manager window, expand the “Universal Serial Bus controllers” category.
3. Look for the USB device you want to identify. The device name will be displayed next to it.
Using Command Prompt
If you prefer a more command-line approach, you can use the Command Prompt to get the USB device name in Windows 10. Here’s how to do it:
1. Press the “Windows” key and type “cmd” in the search bar. Right-click on “Command Prompt” and select “Run as administrator.”
2. In the Command Prompt window, type the following command and press Enter:
“`
powershell Get-PnpDevice | Select-Object DeviceName, Status
“`
3. The command will display a list of all connected USB devices along with their names and status.
Using PowerShell
PowerShell is another powerful tool that can help you get the USB device name in Windows 10. Here’s how to do it:
1. Press the “Windows” key and type “PowerShell” in the search bar. Right-click on “Windows PowerShell” and select “Run as administrator.”
2. In the PowerShell window, type the following command and press Enter:
“`
Get-PnpDevice | Select-Object DeviceName, Status
“`
3. The command will display a list of all connected USB devices along with their names and status.
Using Disk Management
If the USB device is a storage device, you can also use the Disk Management tool to find its name. Here’s how:
1. Press the “Windows” key and type “Disk Management” in the search bar. Click on the “Disk Management” app to open it.
2. In the Disk Management window, you will see a list of all storage devices connected to your computer.
3. Find the USB device you want to identify and right-click on it. Select “Properties.”
4. In the Properties window, go to the “Volume” tab. The device name will be displayed next to “Volume label.”
By following these methods, you can easily find the USB device name in Windows 10. Whether you need to troubleshoot a device, manage permissions, or simply identify a specific USB device, these steps will help you achieve your goal.