What Is an External Hard Drive? How It Works & Recovery

External Hard Drive

An external hard drive is a regular drive in a USB enclosure with a small bridge chip in between. Most failures happen in the enclosure, not the drive, which is why opening the case to retrieve a healthy drive inside is one of the most common DIY recovery moves. The exception that catches everyone: WD My Passport drives encrypt everything through the bridge chip, so the same trick destroys your data.

Reference content reviewed by recovery engineers. Editorial standards. About the authors.
📚
10+ sources
Lenovo · TechTarget · PCWorld
Tom’s Hardware · recovery labs
💻
HDD + SSD
2.5-inch portable + 3.5-inch desktop
USB / Thunderbolt / eSATA
📅
Last updated
2026 capacity data
📖
10 min
Reading time

An external hard drive is a portable storage device consisting of a standard internal hard disk drive (HDD) or solid-state drive (SSD) housed inside a USB enclosure with a bridge chip that translates the drive’s native SATA or NVMe protocol into USB or Thunderbolt. External hard drives provide additional storage capacity for backup, archive, or transport of data without requiring internal installation. Capacities range from 500 GB to 28 TB depending on form factor and technology.

How an External Hard Drive Works

An external hard drive is conceptually simple: take a regular internal drive, put it in a small enclosure, add a chip that translates the drive’s protocol into something a computer’s USB port understands, and connect the whole thing through a USB cable. That’s it. The “external” part doesn’t refer to a different kind of drive technology; it refers to the packaging that makes a normal drive accessible from outside the computer. Understanding the four-part architecture matters because each part can fail independently, and the recovery path depends entirely on which part failed.1

The four core components inside an external drive

Open any external hard drive and you’ll find some version of these parts:

  • The actual storage drive. A standard 2.5-inch or 3.5-inch HDD, a 2.5-inch SATA SSD, or an M.2 NVMe SSD. The drive itself is a stock internal drive, often the same model you can buy separately for a desktop installation.
  • The bridge chip. A small controller (commonly ASMedia, JMicron, Initio, or vendor-proprietary like WD’s Spyglass) that converts USB protocol messages into SATA or NVMe commands the drive understands, and converts data flowing back the other direction. This is the brain of the enclosure.2
  • The USB connector. Usually USB-A on older drives, USB-C or Micro-USB on newer ones. Provides both data and (on bus-powered drives) electrical power. The USB cable is part of this component, and a damaged cable causes the same symptoms as a damaged connector.
  • The power supply. 2.5-inch portable drives draw power from the USB cable (5V at up to 900 mA on USB 3.0). 3.5-inch desktop drives need a separate AC adapter that provides 12V for the spindle motor and 5V for the logic. A failed AC adapter is the easiest external drive failure to fix.

The bridge chip is the critical translator

The bridge chip does more than just protocol translation. It also handles error reporting (the OS sees SMART data through the bridge), capacity reporting, and on encrypted drives, hardware encryption. The bridge chip is where most “external drive failures” actually originate: the platters and electronics inside the actual drive remain healthy while the bridge has failed. This is why removing the drive from a failed external enclosure and connecting it directly to a SATA port is the most common DIY recovery move. If the bridge has failed but the drive is healthy, you’ll often see the drive mount perfectly when connected directly.3

The WD My Passport encryption trap

Western Digital My Passport drives, and some Seagate consumer drives, do hardware encryption inside the bridge chip itself. The drive on the platters is fully encrypted, and the encryption key lives in the bridge chip’s firmware. Removing the drive from a WD My Passport and plugging it into a SATA port shows an unpartitioned disk. The data is still there but encrypted with a key you no longer have access to. On these drives, the bridge chip and the drive are functionally inseparable. If your external drive is a WD My Passport or similar, do not shuck it during recovery. Send it to a lab that can extract the encryption key.

USB Mass Storage Class and UASP

External drives speak the USB Mass Storage Class (USB MSC) protocol, the same protocol implemented by USB flash drives, SD card readers, and most USB storage. The OS doesn’t need a vendor-specific driver because every modern operating system already understands USB MSC. The bridge chip presents the drive as a generic block device, and the OS handles partitioning, file systems, and addressing. The drive’s internal controller (HDD or SSD controller) handles low-level operations.

Modern high-speed external drives use the newer USB Attached SCSI (UAS) protocol instead, which supports queued commands and is significantly faster on USB 3.0 and later. UAS is what makes high-capacity external drives feel responsive on large file transfers; the older Mass Storage Class protocol creates a queue-depth bottleneck that limits sustained performance. Both Windows and macOS support UAS automatically, but the host port and the bridge chip both need to support it.

External HDD vs External SSD

“External hard drive” colloquially covers both spinning HDDs in enclosures and solid-state drives in enclosures, but they’re very different devices with very different price, performance, and reliability profiles. The choice between them is the most important buying decision when getting external storage.

External HDD: cheap and capacious

An external HDD contains a spinning mechanical hard disk drive with platters, read/write heads, and a motor. Speed is limited by the drive’s mechanical rotation (5,400 or 7,200 RPM) and the SATA bus the bridge chip talks to internally. Real-world sustained speeds are 100 to 250 MB/s depending on whether the drive uses SMR (Shingled Magnetic Recording, slower writes) or CMR (Conventional Magnetic Recording, consistent writes). External HDDs are the cheapest external storage per terabyte: roughly $15 to $30 per TB in 2026, with the largest Seagate Expansion Desktop reaching 28 TB.4

External SSD: fast and shock-resistant

An external SSD contains a 2.5-inch SATA SSD or, increasingly, an M.2 NVMe SSD inside a USB enclosure with a faster bridge chip. Speed depends on the bridge: USB 3.2 Gen 1 caps at ~600 MB/s, USB 3.2 Gen 2 at ~1,000 MB/s, USB 3.2 Gen 2×2 at ~2,000 MB/s, USB4 / Thunderbolt 3 at ~3,000-4,000 MB/s. External SSDs cost 3 to 5 times more per terabyte than external HDDs ($60 to $150 per TB in 2026) and cap out at lower capacities, with consumer external SSDs reaching 8 TB at the high end. The advantage is durability and speed: no moving parts, instant reads, and survival of drops that would destroy an external HDD.

When to pick which

Use caseBetter choiceWhy
Backup of large media archivesExternal HDDCheapest cost per TB; speed isn’t critical for backup
Working drive for video editingExternal SSD (Thunderbolt)Sustained throughput matters; SSDs handle 4K/8K editing inline
Travel with photo librariesExternal SSDShock-resistant; no risk of head crash from drops
Mass file storage at homeExternal HDD (3.5-inch)Largest capacities (up to 28 TB) at lowest cost
Boot drive for portable OSExternal SSD (NVMe)Random IOPS performance critical for OS responsiveness
Long-term cold storageExternal HDDBetter data retention without power; SSDs can lose charge over years

The choice is rarely either-or for serious data hoarders. Many people use external SSDs for working storage and external HDDs for backup, leveraging the strengths of each. The 3-2-1 backup rule (three copies, two media types, one off-site) is easier to satisfy when one tier is fast SSD and another is cheap high-capacity HDD.

Common External Hard Drive Failure Modes

External hard drives have more failure modes than internal drives because they have more components: the drive, the bridge chip, the USB connector, the cable, and (for desktop models) the AC adapter. Each can fail independently, and the recovery path depends entirely on which one failed. Most external drive “failures” are actually enclosure failures, with the drive inside still healthy.5

  • Bridge chip failure. The most common external drive failure. The drive spins up, you may see an LED, but the computer doesn’t recognize it. Removing the drive from the enclosure and connecting via SATA or a generic USB-to-SATA adapter usually works perfectly. Exception: WD My Passport and some Seagate drives encrypt through the bridge, so this trick destroys access.
  • USB connector or cable damage. Bent or broken micro-USB / USB-C port on the enclosure, or a frayed cable. The drive might intermittently mount and unmount, or not show up at all. Try a different known-good cable first; if that doesn’t work, the connector inside the enclosure is damaged. Either resolder the connector (delicate work) or shuck the drive.
  • AC adapter failure (3.5-inch desktop drives). The simplest external drive failure to fix. The drive doesn’t power on, no spin-up, no LED. Replace the AC adapter with a matching specification (voltage, amperage, polarity), and the drive comes back to life. Most major brands sell replacement adapters for $15 to $30.
  • Internal HDD mechanical failure. Clicking, beeping, grinding, or the drive spinning down repeatedly. This is real drive failure inside the enclosure: head crash, motor seizure, or platter damage. Software can’t help. Lab recovery costs $500 to $2,500 depending on severity. Stop using the drive immediately.
  • Internal SSD wear-out or controller failure. The SSD inside an external SSD enclosure fails the same way an internal SSD does: NAND wear, FTL corruption, or controller silicon failure. Symptoms include wrong capacity reported, drive disappearing intermittently, or files becoming unreadable. Lab recovery requires shucking the SSD and treating it like an internal SSD recovery.
  • Power surge or short circuit. Voltage spikes through the USB port or AC outlet damage the bridge chip, the drive’s controller PCB, or both. The drive becomes unrecognized; recovery depends on what survived. Bridge chip damage is workable; if the drive’s PCB is destroyed, lab repair is needed.
  • Loose internal SATA connector. The cable connecting the drive to the bridge board can come loose from drops or shipping vibration. Drive shows up intermittently or not at all. Open the enclosure and reseat the SATA connection.
  • File system corruption. Healthy drive, damaged file system. The OS prompts to format the drive or shows it as RAW. Almost always recoverable with software like R-Studio, Disk Drill, or EaseUS Data Recovery Wizard. Critical: do not click “Format” when the OS prompts you.
💡
Diagnostic order: cable, port, adapter, then enclosure

Before assuming the drive is dead, work through these in order. Try a different known-good USB cable. Try a different USB port on a different machine. For desktop drives, swap the AC adapter or test it with a multimeter. If all of those work and the drive still doesn’t mount, then the bridge chip or the drive itself is failing. Each step takes seconds and rules out the cheapest, easiest causes first.

Warning signs your external hard drive is failing

External hard drives often give clear warnings before total failure. Watch for these symptoms in combination:

  • Clicking, ticking, or beeping sounds from inside the enclosure during operation. Mechanical drive failure; stop using the drive immediately and consider lab recovery.
  • Drive spins up and spins down repeatedly when first plugged in. Usually power delivery issues (try a different cable or adapter) or a failing motor.
  • Drive disconnects randomly during transfers. Usually a cable or USB connector issue, sometimes a marginal bridge chip or insufficient bus power on a USB hub.
  • SMART warnings showing reallocated sectors, pending sectors, or rising read error rates. Use CrystalDiskInfo on Windows or smartctl on Mac/Linux. If you see these, copy data off immediately.
  • Slow file transfers that used to be fast. Bad sector accumulation on HDDs, NAND wear or thermal throttling on SSDs.
  • Drive shows up but folders are empty or files won’t open. File system corruption; recoverable with software but stop writing to the drive immediately.
  • “You need to format the disk before you can use it” prompts. File system corruption again. Click Cancel, image the drive with ddrescue, then run recovery software against the image.
  • Drive runs unusually hot after only a few minutes of use. Failing controller, failing motor, or thermal throttling. SSDs in cheap enclosures often run hot enough to throttle and shorten lifespan.
💡
The right response to any warning sign

Stop using the drive for new writes. Copy data off in priority order to a different physical drive. Do not run chkdsk or fsck on a failing external drive. Do not let the OS format it. If the drive is intermittent or making mechanical noises, image it with ddrescue while you still can, then work from the image. If the drive is clicking or beeping, do not power-cycle it repeatedly; each spin-up cycle on a failing drive risks destroying more data than the previous attempt.

External Hard Drive Form Factors and Connections

External hard drives come in two main physical form factors based on the size of the drive inside, plus a third category for SSD-based externals. The form factor determines power requirements, capacity, and portability.

Form FactorDrive insidePower sourceCapacity (2026)Best for
2.5-inch portable HDD2.5-inch SATA HDDBus-powered (USB cable)500 GB – 6 TBTravel, laptop backup
3.5-inch desktop HDD3.5-inch SATA HDDAC adapter (12V)4 TB – 28 TBMass storage, desktop backup
2.5-inch portable SSD2.5-inch SATA SSDBus-powered250 GB – 8 TBMobile working storage
NVMe portable SSDM.2 NVMe SSDBus-powered500 GB – 8 TBVideo editing, fast portable

The 2.5-inch portable form factor dominates consumer external drives because it’s bus-powered (no separate adapter) and small enough for laptop bags. Top capacity in 2026 is around 6 TB for portable HDDs (Seagate Backup Plus Portable). 2.5-inch portable SSDs reach 8 TB but at much higher prices.6

3.5-inch desktop drives are physically larger and need an AC adapter, but offer the highest capacities (up to 28 TB on the Seagate Expansion Desktop using HAMR technology released in 2026). They’re the best choice for mass backup and home media servers where portability isn’t a requirement. Cost per terabyte is the lowest of any consumer storage.

Connection types and speed implications

The cable and port matter more than people realize. Same drive, different connection, very different speeds:

  • USB 2.0. 480 Mbps (~60 MB/s real-world). Mostly legacy on cheap older external drives. Severely bottlenecks any modern drive.
  • USB 3.0 / USB 3.2 Gen 1. 5 Gbps (~600 MB/s). The dominant connection for external HDDs, sufficient because mechanical HDD speeds rarely exceed 250 MB/s anyway.
  • USB 3.2 Gen 2. 10 Gbps (~1,000 MB/s). Common on modern portable SSDs.
  • USB 3.2 Gen 2×2. 20 Gbps (~2,000 MB/s). Requires USB-C; less common but used on high-end external SSDs.
  • USB4 / Thunderbolt 3 / Thunderbolt 4. 40 Gbps (~3,000-4,000 MB/s). Required for external NVMe SSDs to approach internal NVMe speeds. Apple Macs and high-end PCs only.
  • eSATA. 6 Gbps. Largely obsolete; used on some older desktop external HDDs for slightly better performance than USB 2.0.

The drive only runs as fast as the slowest link in the chain: drive, bridge chip, cable, host port. A 4,000 MB/s NVMe drive in a USB 3.0 enclosure runs at 600 MB/s. A 250 MB/s HDD in a Thunderbolt 4 enclosure still runs at 250 MB/s. Match the connection to the drive type, and don’t pay for a Thunderbolt enclosure if you’re putting an HDD inside it.

External Hard Drive Strengths and Trade-offs

External hard drives occupy a useful middle ground: more capacity than USB flash drives or SD cards, more portability than internal drives, more reliability than cloud storage on slow connections. Their main weakness is the enclosure: more components mean more failure points, and the bridge chip is the single most common point of failure.

External hard drive vs other portable storage

PropertyExternal HDDExternal SSDUSB Flash DriveNASCloud Storage
Capacity ceiling28 TB8 TB consumer2 TBUnlimited (multi-bay)Effectively unlimited
Speed (typical)100–250 MB/s500–4,000 MB/s50–1,000 MB/s100–1,000 MB/s (LAN)Limited by internet
Cost per TB (2026)$15–$30$60–$150$50–$200$25–$50 (drive cost only)$60–$120 / year
PortabilityGood (2.5″) / Poor (3.5″)ExcellentExcellentStationaryAnywhere with internet
ReliabilityMediumHighLowHigh (with RAID)High (depends on provider)
Recovery cost (failure)$500–$2,500 lab / free DIY (shuck)$500–$2,000 lab$300–$1,800 labRAID rebuild + lab if multiple drivesProvider-side undelete
Best forBulk backup, archivesWorking storage, travelTransit / occasionalHome server, media librarySync, share, off-site backup

External hard drive advantages and drawbacks

Strengths

  • Lowest cost per terabyte of any portable storage, especially 3.5-inch HDDs
  • Plug-and-play on every modern operating system, no drivers needed
  • The drive inside is recoverable independently of the enclosure on most models
  • Highest consumer capacities available outside of NAS arrays
  • Wide range of options from $30 budget portables to professional Thunderbolt SSDs

Trade-offs

  • More failure points than internal drives: bridge, cable, port, adapter, drive
  • Bridge chip failures common, often misdiagnosed as drive failures
  • WD/Seagate hardware encryption ties data to the original bridge chip
  • Mechanical HDDs vulnerable to drops; portable HDDs especially risky
  • Single drive means single point of failure; not suitable as only backup

The mental model matters most for recovery. Most users think of an external hard drive as a single inseparable thing: one device, one possible failure, one recovery answer. The reality is that an external drive is four components in a small box, and any one of them can fail while the others remain healthy. The bridge chip dies, but the drive inside is fine. The USB port breaks off, but the bridge and drive are fine. The AC adapter fails, but everything inside the enclosure is fine. The drive itself crashes mechanically, but the bridge and enclosure are fine. The recovery path is completely different for each scenario. The most common DIY recovery move on a failed external drive is shucking the enclosure and connecting the bare drive directly to a SATA port; this single technique resolves a large fraction of “external drive failures” with no specialized tools beyond a screwdriver and a SATA cable.3

The exception that catches almost everyone is hardware encryption. Western Digital My Passport drives implement AES-256 encryption inside the bridge chip itself: the data on the platters is encrypted ciphertext, and the encryption key lives in the bridge’s firmware. Pull the drive out of a WD My Passport enclosure and connect it directly to a SATA port, and you’ll see an unpartitioned disk with random-looking bytes. The data is technically there, but with the key gone you cannot read it. Some Seagate Backup Plus drives use similar encryption. The implication: before shucking any external drive, identify the make and model. If it’s a WD My Passport, a Seagate Backup Plus with hardware encryption, or any other encrypted bridge model, the bridge chip and the drive are functionally inseparable. Recovery requires a lab that can extract the encryption key from the bridge or, on some models, repair the original bridge board enough to authenticate.

The single rule that determines success on an external hard drive: diagnose by elimination, starting with the cheapest fixes. Try a different USB cable. Try a different port on a different computer. Swap the AC adapter on a desktop drive. If those don’t work and the drive is unencrypted, shuck the enclosure and test the bare drive directly. If the drive mounts when connected directly, copy data off immediately and treat the enclosure as dead. If the drive doesn’t mount even when connected directly, or if it makes mechanical noises, stop power-cycling it and consult a recovery lab. External drives are among the more recoverable consumer storage devices because most failures happen in the cheap parts, not the expensive ones, but only if you don’t make the wrong move first.

External Hard Drive FAQ

What is the difference between an external hard drive and a portable hard drive? +

Nothing technical, just usage convention. The terms are used interchangeably. “Portable hard drive” often implies a smaller 2.5-inch bus-powered drive that draws power from the USB cable, while “external hard drive” can describe either a 2.5-inch portable drive or a larger 3.5-inch desktop drive that needs its own AC power adapter. Both contain the same kind of storage mechanism inside a USB enclosure with a bridge chip.

Can I take the drive out of my external hard drive enclosure? +

Yes, in most cases. The practice is called ‘shucking’ and is common when the bridge board fails but the drive inside is still healthy. Open the enclosure, remove the SATA-connected internal drive, and connect it directly to a computer’s SATA port or to a generic USB-to-SATA adapter. Critical exception: WD My Passport and some Seagate drives use hardware encryption tied to the original bridge chip. Removing the drive from the original enclosure on these models can leave the data encrypted with no key, making it unreadable.

Why does my external hard drive keep disconnecting? +

Usually one of three causes. First, a damaged or marginal USB cable – try a different known-good cable before anything else. Second, insufficient power, especially on 2.5-inch bus-powered drives connected through a USB hub or a low-power port. Third, a failing bridge chip on the enclosure. If the drive disconnects only with one cable or one port, it’s a connection issue. If it disconnects on every machine and every cable, the bridge chip or the drive itself is failing and you should copy data off immediately.

What is the difference between an external HDD and an external SSD? +

An external HDD contains a spinning mechanical hard disk drive with platters, read/write heads, and a motor. An external SSD contains a solid-state drive with NAND flash memory and no moving parts. External SSDs are 5 to 25 times faster, much more shock-resistant, smaller, and quieter, but cost 3 to 5 times more per terabyte. Capacities differ too: external HDDs reach 28 TB in 2026 while external SSDs cap at around 8 TB at consumer prices. For backup of large media archives, an external HDD is still the cheapest option per terabyte.

Are external hard drives reliable for backups? +

More reliable than USB flash drives or SD cards, less reliable than enterprise NAS arrays. Consumer external HDDs typically last 3 to 5 years of regular use. The enclosure components (USB connector, bridge chip, power adapter) tend to fail before the drive inside does. The 3-2-1 backup rule applies: keep three copies of important data on two different media types with one off-site. A single external hard drive is one of those copies, never the only copy.

Can data be recovered from a dead external hard drive? +

Usually yes, especially when the failure is in the enclosure rather than the drive itself. Bridge chip failure, USB connector damage, and power adapter failure are all easily worked around: remove the drive from the enclosure and read it directly via SATA. Drive-internal failures (clicking sounds, motor seizure, head crash, firmware corruption) require a recovery lab and cost $500 to $2,500 depending on severity. WD and Seagate drives with hardware encryption add complexity because the encryption keys live in the bridge chip; only specialized labs can extract those keys.

Related glossary entries

  • HDD (Hard Disk Drive): the storage technology inside most external hard drives, with all the same failure modes plus the enclosure layer.
  • SSD (Solid-State Drive): the alternative storage technology used in external SSDs, faster but more expensive per terabyte.
  • M.2 Drive: the form factor used inside high-speed external NVMe SSD enclosures.
  • USB Flash Drive: the smaller, less reliable cousin used for transit storage.
  • Firmware Corruption: a failure mode that can affect both the bridge chip and the drive inside.
  • Bad Sectors: the gradual HDD failure mode that triggers SMART warnings on external drives.
  • Best data recovery software: software roundup for external drives with healthy drives and corrupted file systems.

About the Authors

👥 Researched & Reviewed By
Rachel Dawson
Rachel Dawson
Technical Approver · Data Recovery Engineer

Rachel brings over twelve years of cleanroom data recovery experience, including hands-on work on WD My Passport bridge encryption keys and SMR drive recovery via PC-3000. She validates terminology and ensures published reference content reflects actual lab outcomes, not marketing claims.

12+ years data recovery engineering PC-3000 certified WD encryption specialist
Editorial Independence & Affiliate Disclosure

Data Recovery Fix earns revenue through affiliate links on some product recommendations. This does not influence our reference content. Glossary entries are written and reviewed independently based on documented research, vendor documentation, independent testing, and recovery-engineer review. If anything on this page looks inaccurate, outdated, or worth revisiting, please reach out at contact@datarecoveryfix.com and we’ll review it promptly.

We will be happy to hear your thoughts

Leave a reply

Data Recovery Fix: Reviews, Comparisons and Tutorials
Logo