USB Device Info
Identify your connected USB HID devices — keyboards, mice, gamepads, and more. Read Vendor ID (VID) and Product ID (PID) directly from the device using the WebHID API, then look up the manufacturer and product name from our local database.
WebHID Not Supported
Device identification requires Chrome or Edge browser. The test below still works — this card only provides extra device info.
Read Vendor ID and Product ID directly from connected HID devices using the WebHID API — no drivers or software needed.
Look up manufacturer and product names from a built-in database of top USB vendors — no internet query required for identification.
Get vendor name, product name, and device details in real-time as soon as you select a device.
Identify keyboards, mice, gamepads, touchpads, headsets, and any USB HID device connected to your computer.
Device information never leaves your browser. No data is sent to any server. The vendor database is bundled locally.
No installation, no drivers, no signup. Just open this page in Chrome or Edge and start identifying devices.
Works on Windows, macOS, Linux, and ChromeOS — any operating system that runs Chrome or Edge.
Get a clear summary of your device identification results with vendor info, product name, and device type.
Export your device info report as text for tech support, warranty claims, or device documentation.
How It Works
This tool uses the WebHID API to communicate with Human Interface Devices (HID) connected via USB. When you click "Detect device," your browser shows a device picker — you select which device to authorize, and we read its Vendor ID (VID) and Product ID (PID) directly from the hardware.
We then look up these IDs in our local usb-vendors.json database, which contains the top USB vendors and common product names. The entire process runs in your browser — no data is sent to any server.
What is VID and PID?
Every USB device has a unique Vendor ID (VID) assigned by the USB-IF (USB Implementers Forum), and a Product ID (PID) assigned by the vendor. Together, these 16-bit numbers uniquely identify the device. For example, Logitech's VID is 0x046D, and the G502 mouse has PID 0x4055.
The VID tells you which company manufactured the device, while the PID tells you which specific product it is. By looking up both numbers in a vendor database, you can identify any USB device without installing drivers or proprietary software. Below are some common USB vendor IDs:
| VID | Vendor | Example Products |
|---|---|---|
| 0x046D | Logitech | G502 Mouse (0x4055), G Pro X Keyboard |
| 0x1532 | Razer | DeathAdder Mouse, BlackWidow Keyboard |
| 0x1B1C | Corsair | K70 Keyboard, M65 Mouse |
| 0x045E | Microsoft | Xbox Controller, Surface Keyboard |
| 0x054C | Sony | DualSense Controller, WH Headset |
| 0x1038 | SteelSeries | Apex Keyboard, Rival Mouse |
| 0x0F0D | 8BitDo | Pro Controller, SN30 Gamepad |
| 0x20A0 | QMK/Custom | Custom mechanical keyboards |
Understanding Your USB Device Info Results
After you select a device, the tool displays several key pieces of information: the Vendor ID (VID), Product ID (PID), vendor name, and product name. The VID and PID are shown in hexadecimal format (e.g., 0x046D), which is the standard representation for USB identifiers.
If the vendor name shows as "Unknown," it means the VID is not in our local database yet. This can happen with niche or very new manufacturers. The device is still correctly identified by its VID/PID — you can search these numbers online to find the manufacturer manually. Our database covers the most common USB vendors including Logitech, Razer, Corsair, Microsoft, Sony, SteelSeries, and more.
Why Use Our USB Device Info Tool
Traditionally, identifying a USB device requires installing vendor-specific drivers or using operating system tools like Windows Device Manager or macOS System Information. Our tool eliminates that need — it works directly in your browser using the WebHID API, with no software installation or driver downloads.
This is especially useful when you need to identify a device on a computer where you cannot install software (e.g., a shared or restricted workstation), or when you want to quickly check what a USB device is without navigating through system menus. The entire identification process takes seconds and works on any operating system that supports Chrome or Edge.
Common USB Device Problems You Can Identify
Here are some common scenarios where this tool helps you identify and troubleshoot USB device issues:
Unknown device in Device Manager
If Windows shows "Unknown USB Device" in Device Manager, use this tool to read the VID/PID and look up the actual manufacturer and product name — no driver installation needed.
Counterfeit or fake device verification
Counterfeit gaming peripherals often use fake VID/PID combinations. Compare the identified vendor name with the brand printed on the device to detect potential counterfeits.
Identifying a device without drivers
When you find a USB device but cannot install its drivers (e.g., on a restricted work computer), this tool reads the hardware identifiers directly from the device.
Checking device compatibility
Before purchasing accessories or drivers, use this tool to verify the exact product model of your connected device by reading its PID.
Troubleshooting connection issues
If a device is not working properly, confirming its VID/PID can help you search for specific troubleshooting guides or driver downloads from the manufacturer.
Supported Device Types
This tool can identify any USB HID (Human Interface Device) that the browser can access through the WebHID API. Common device categories include:
Keyboards — mechanical, membrane, wireless, gaming, ergonomic
Mice — wired, wireless, gaming, trackball, vertical
Game controllers — Xbox, PlayStation, Switch, 8BitDo, generic
Touchpads and trackpads — laptop built-in or external
Headsets and audio devices with HID controls — volume buttons, mute switches
Joysticks and flight controllers — HOTAS, yokes, rudder pedals
Drawing tablets and pen input devices — Wacom, Huion
Barcode scanners and point-of-sale HID devices
Browser Support
WebHID is supported in Chrome and Edge (desktop). Firefox and Safari do not support WebHID. If your browser does not support it, you can still use all other usbRecognized tools — only this device info card requires WebHID.
Privacy
🔒 Your privacy is our priority. Device identification runs entirely in your browser. We never send your device information to any server. The vendor database is loaded locally and cached in your browser.
USB Device Info FAQ
What is USB Device Info and how does it work? ▼
USB Device Info is a browser-based tool that identifies connected USB HID devices by reading their hardware identifiers. It uses the WebHID API to request access to your device, reads the Vendor ID (VID) and Product ID (PID) directly from the hardware, then looks up these numbers in a local vendor database to display the manufacturer and product name. The entire process runs in your browser — no software installation or driver download is required. You just click "Detect device," select your device from the browser picker, and the tool shows the identification results instantly.
How do I identify my USB device using this tool? ▼
To identify your USB device: (1) Open this page in Chrome or Edge. (2) Click the "Detect device" button. (3) Your browser will show a device picker listing all connected HID devices. (4) Select the device you want to identify. (5) The tool will display the Vendor ID, Product ID, vendor name, and product name. The whole process takes just a few seconds. Make sure your device is connected via USB before clicking the button.
What is a Vendor ID (VID) and Product ID (PID)? ▼
A Vendor ID (VID) is a 16-bit number assigned by the USB-IF to each USB device manufacturer. A Product ID (PID) is a 16-bit number assigned by the manufacturer to each specific product. Together, the VID and PID uniquely identify a USB device. For example, Logitech has VID 0x046D, and their G502 mouse has PID 0x4055. These IDs are embedded in the device hardware and can be read without installing any drivers. They are the standard way operating systems identify USB devices.
Why does this tool require Chrome or Edge? ▼
This tool uses the WebHID API, which is a web standard for communicating with Human Interface Devices. WebHID is currently supported only in Chrome and Edge (desktop versions). Firefox and Safari have not implemented WebHID due to security considerations. If you are using Firefox or Safari, you will see a "WebHID Not Supported" message. All other usbRecognized tools (keyboard tester, mouse tester, etc.) work in any modern browser — only the USB device identification feature requires WebHID.
Why is my USB device not showing up in the device picker? ▼
There are several reasons your device may not appear: (1) The device is not a HID device — WebHID only works with Human Interface Devices, not all USB devices (e.g., USB storage drives are not HID). (2) The device is connected via a USB hub or dock that is not properly recognized. (3) Another application has exclusive access to the device. (4) The device is connected but not powered on. (5) You are using a browser that does not support WebHID. Try reconnecting the device directly to a USB port and refresh the page.
What types of USB devices can I identify with this tool? ▼
This tool can identify any USB HID (Human Interface Device) — this includes keyboards, mice, game controllers (Xbox, PlayStation, Switch), touchpads, joysticks, drawing tablets, headsets with HID controls, barcode scanners, and more. It cannot identify non-HID USB devices such as USB flash drives, external hard drives, webcams (which use UVC, not HID), or USB audio interfaces (which use USB Audio Class). The device must be connected via USB and recognized by the operating system as an HID device.
Is it safe to grant WebHID device permission? ▼
Yes. The WebHID API requires explicit user consent — the browser shows a device picker and you must manually select which device to authorize. The website cannot access any device without your explicit action. Additionally, this tool only reads the VID and PID from the device — it does not send any commands or data to the device. The identification information (vendor name, product name) is looked up from a local database. No device data is transmitted to any server. You can revoke the permission at any time through your browser's site settings.
Can I identify Bluetooth or wireless devices? ▼
The WebHID API can access Bluetooth HID devices that are paired and connected to your computer as HID devices. This includes Bluetooth keyboards, mice, and game controllers. However, the device must appear as an HID device in your operating system's device list. Some Bluetooth devices use proprietary protocols that may not be exposed as standard HID devices. Wireless devices that use a USB dongle (2.4 GHz) are typically identified through the dongle's VID/PID, not the device itself.
Why does my device show "Unknown Vendor"? ▼
If the vendor name shows as "Unknown," it means the Vendor ID (VID) is not in our local usb-vendors.json database. Our database covers the most common USB vendors (Logitech, Razer, Corsair, Microsoft, Sony, SteelSeries, 8BitDo, and more), but it does not include every manufacturer. You can still use the VID and PID values shown to search for the vendor online — simply search "USB VID 0xXXXX" and you will find the manufacturer. We periodically update our vendor database to include more manufacturers.
Can I use this tool on my phone or tablet? ▼
WebHID is not supported on mobile browsers, including Chrome on Android and Safari on iOS. This tool requires a desktop browser (Chrome or Edge on Windows, macOS, Linux, or ChromeOS). If you need to identify a USB device on mobile, you would need to use a USB OTG adapter and a dedicated app. However, all other usbRecognized tools (keyboard tester, mouse tester, webcam test, microphone test, refresh rate test, dead pixel test, gamepad tester) work on mobile browsers.
What happens to my device data after identification? ▼
Nothing — no data is stored or transmitted. When you identify a device, the VID and PID are read from the hardware and displayed in your browser. The vendor name lookup is performed against a local database file that is bundled with the website. No device information is sent to any server, no cookies are set, no data is stored in localStorage. When you close or refresh the page, all device information is gone. This is by design — your device information is private and stays on your computer.
Can this tool detect USB hubs, docks, or adapters? ▼
USB hubs and docks are not HID devices — they are USB hub class devices, so the WebHID API cannot access them directly. This tool only works with Human Interface Devices (keyboards, mice, gamepads, etc.). However, if you connect a keyboard or mouse through a USB hub or dock, the tool will identify the keyboard or mouse itself — the hub or dock acts as a pass-through and does not change the device's VID/PID. Some advanced docks with built-in HID capabilities (e.g., volume control buttons) may appear as separate HID devices.
Quick Summary
USB Device Info is a free online tool that identifies connected USB HID devices by reading their Vendor ID (VID) and Product ID (PID) using the WebHID API. It works in Chrome and Edge without any software installation, looks up manufacturer and product names from a local database, and supports keyboards, mice, game controllers, and other HID devices. No device data is ever sent to a server — all identification happens locally in your browser.