Measure USB Device Speed
How to know which USB flash drive is the fastest?
A quick approach is to use USB Device Tree Viewer by following the guide on a superuser post by Vinayak. With this, you will be able to see the “protocol” that the USB device can operate (make sure you plug the USB into blue USB port as well).
If you have a bit more time to spare, there are methods to get the exact read/write speed based on some benchmark tests. There are a number of benchmark tools recommended by various authors (e.g. PcWorld and MakeUseOf). I will just mentioned a few that I have tried:
- USB flash benchmark seems to be the most popular one (the website seems a bit sketchy but it is fine, I have check VirusTotal for it).
- usbflashspeed.com on wayback machine. In theory, it should be something like https://cpu.userbenchmark.com/ for USB, but it is not maintained anymore.
- Crystal Disk Mark, which has chocolatey package
crystaldiskmark
as well as dark theme!