How it works
UASP (USB Attached SCSI Protocol, also called UAS) carries standard SCSI commands over USB so a dock or enclosure can queue multiple I/O requests instead of walking them one-by-one. Classic USB Mass Storage Bulk-Only Transport (BOT) sends a single command, waits, then sends the next. UASP keeps several commands in flight, which cuts latency and raises sustained throughput—especially random reads and writes on SSDs—while using less host CPU for the same work.
UASP was defined with USB 3.0 but can run on USB 2.0 hardware when the bridge chip, cable path, host controller, and OS driver all agree. Most 2.5-inch and 3.5-inch USB–SATA docks and enclosures that advertise UASP still fall back to BOT automatically when any link in that chain lacks support. On Windows 8 and later the in-box driver is typically UASPStor.sys; on Linux a UAS device shows as the uas driver in lsusb -t instead of usb-storage; on macOS, System Information lists a loaded IOUSBAttachedSCSI (or related) extension when UAS is active.
When it matters
It matters when you are cloning drives, imaging disks, burning in new HDDs/SSDs, or shuttling large libraries through a USB 3.x SATA dock or enclosure and want the bridge to keep up with the drive. A UASP-capable USB 3.2 Gen 1 (5 Gbps) or Gen 2 (10 Gbps) dock can approach SATA III SSD sequential rates when the host port and cable are not the bottleneck. BOT-only docks often feel fine for occasional file copies on spinning HDDs, then fall behind on SSD random I/O or multi-stream backups.
Shopping traps: USB 3.x branding without a UASP/UAS line in the spec sheet, hubs that break UAS, and Linux hosts that need a usb-storage.quirks=…:u quirk because a particular bridge is unstable on the uas driver. Match bay size (2.5-inch only vs 2.5/3.5-inch), power (bus-powered vs wall brick for 3.5-inch), and link rate (5 vs 10 Gbps) before chasing another megabyte per second on paper.
Related products
A single-bay USB-C SATA dock with explicit UASP, a portable 2.5-inch USB-C enclosure that lists UASP, and a 4-bay 10 Gbps DAS that ships with UASP for multi-drive host-managed storage.
The ORICO USB-C SATA Dock (DD18C3) is a tool-free 2.5/3.5-inch SATA dock with USB 3.2 Gen 1, SMART pass-through, and UASP for quick swaps and burn-in work.
The ORICO 2139C3-G2 2.5" USB-C Enclosure is a tool-free 2.5-inch SATA III case (USB 3.1 Gen 2 / 10 Gbps path) that explicitly lists UASP for laptop SSD/HDD carry.
The TerraMaster D4-320 is a diskless 4-bay USB 3.2 Gen 2 (10 Gbps) DAS with UASP, hot-swap trays, and host-side software RAID when you need more than one bay.
Read next
For the USB generation labels on those ports, read USB 3.2. For the protocol most M.2 sticks use inside the PC, see NVMe. When the spare stick is NVMe rather than SATA, compare The Best M.2 NVMe USB-C Enclosures in 2026. For whole-drive backup shopping, see The Best External Hard Drives for Backup and Extra Storage in 2026. Docks like these also show up in How to Burn-In Test a New Hard Drive.