Do all SATA to USB converters need AC power?

USB can provide 5V and 0.5A on a single connection, for a total of 2.5W. Consumer 3.5" hard drives draw around 7 or 8 watts while idle, with a little variation around that number depending on the specific drive. That suggests that a single USB port simply cannot power a SATA hard drive on its own, and all available 3.5" hard drive enclosures bear that out.

Some 2.5" drives, however, can be powered out of a single USB port.


There are two issues at play: power consumption (in Watts) and the input voltages to the drive. As others have mentioned, the total power requirement for any consumer 3.5" desktop drive might be around 13W, which far exceeds what you can get out of a single USB port, which supplies 2.5W (5V * 0.5A).

The second issue is that 3.5" drives require both 12V and 5V DC power, whereas 2.5" drives only require 5V. USB 2.0 only supplies 5V.

You don't necessarily have to use an external AC adapter to supply the 12V for your 3.5" drive, but since USB only supplies 5V you need to get 12V from somewhere else, such as the following:

  1. an AC adapter that outputs 12V DC - this is what all the manufacturers do
  2. a desktop computer's power supply - you could wire your own 12V adapter that goes from the 12V DC IN jack on your SATA to USB connector, to the 12V and ground leads on one of the power supply's MOLEX or SATA power connectors (in a desktop computer). The obvious flaw with this approach is that it wouldn't be very convenient if you want to use the drive on a different computer, and would not work if you wanted to connect the drive to a laptop.
  3. a battery pack - portable and easy to wire up, but probably not a good idea because you could lose data if the battery died
  4. stepping up the voltage from several 5V USB headers - technically possible, but completely impractical on USB 2.0 or older ports (and still not very practical on USB 3.0). As others have noted, any random consumer 3.5" drive might require 13W to initially spin up the hard drive. A drive on my desk right now is labeled 12V, 0.5A (i.e., 6W). Assuming perfect power conversion efficiency, that means stepping up the voltage from at least 3 USB 2.0 headers (5V * 0.5A * 3 = 7.5W) or 2 USB 3.0 headers (5V * 0.9A * 2 = 9W). This particular drive also requires 5V, 0.85A--which could be taken partially from the leftover power supplied by the first few USB headers. Even if the labeled power consumption refers to the peak power requirements during spinup (rather than typical power requirements), we'll definitely need at least 5 USB 2.0 headers or 3 USB 3.0 headers to fully power the drive.

(NOTE: any modding or custom wiring is done at your own risk)


It's not related to either AC or DC power. The drives themselves require DC regulated power. Some external drives use an AC adaptor, some DC. Inside the external usb enclosure are electronics that convert AC power to DC.

While it's true that 3.5" drives require a 12V line and USB supplies only 5V, this is not the main limiting factor. It's possible to boost 5V to 12V using a boost regulator circuit.
e.g. http://www.circuit-projects.com/converter-circuits/usb-5v-to-12v-dc-dc-step-up-converter-by-lt1618.html

No, the problem is that the USB port cannot supply sufficient current to start spinning the larger drives and maintain that. And even with a 100% efficient 12V boost circuit it can't supply sufficient power to start the drive spinning and maintain it. It's obvious that a 2.5" disk being smaller will not require as much power to spin the smaller platters.

USB can only provide 500mA or 2.5W per port. Which is why you see 2.5" drives with 2 USB connectors. That can draw up to 5W. It may be possible to see a 2.5" drive work with 1 connector. That would mean that the USB port is supplying enough current. Not all computers USB ports are in spec and some may give slightly more than the 500mA needed.

Some drives like the new 3TB WD Cavier Green drives claim to have very low power consumption. However, it's near 13W in total to make it spin up. Most of that is needed on the 12V rail with only 2W on the 5V rail. While idle it'll use around 3-4W but when busy near 7W of power. Well beyond what USB can supply even with 2 connectors.

With 4 USB connectors we could in theory supply 10W of power. But, it's still not enough for the drive start up.

Now do you get the picture? it's just simpler to have an external power supply. Although I see that the eSata standard will soon supply drive power too as well as greater speed so I guess all these problems will go away.