An old laptop hard drive can be great storage for backups, multimedia, or even a system partition - if you connect it correctly to a desktop PC. However, standard 2.5-inch HDD/SSD with interface SATA Not directly compatible with desktop computer connectors. This is where special ones come to the rescue adapters (adapters) that allow you to integrate the drive into the system without purchasing a new drive.
In this article we will look at what types of adapters exist, how to choose them depending on the task (one-time data copying, constant use, loading the OS), and give step-by-step instructions for connecting, taking into account the nuances of BIOS/UEFI and drivers. We will also consider typical errors that lead to the disk not being detected by the system, and ways to eliminate them.
Types of adapters for connecting a laptop HDD/SSD to a PC
All connection adapters 2.5" drives to a computer are divided into three main categories: external boxes, internal slide And universal adapters. Each type has its own advantages and limitations.
External boxes (USB adapters) — the simplest solution for one-time data copying. They connect via USB 2.0/3.0/Type-C and do not require opening the system unit. However, the data transfer rate will be limited by the bandwidth of the USB port (maximum ~5 Gbps for USB 3.2 Gen 1).
Internal slide installed in compartments 3.5" or 5.25" system unit and allow you to connect 2.5" the disk is like a full-fledged internal storage device. This is ideal for permanent use, for example as a boot drive or storage for games.
Universal adapters (For example, SATA-to-USB Molex-powered) combine external and internal connectivity. They are useful if you need to temporarily connect a drive for diagnostics or cloning and then integrate it into the system.
- 🔌 USB boxes: convenient for backup, but limited by interface speed.
- 🖥️ Sled: Optimal for constant use, require a free slot in the PC.
- ⚡ Adapters with Molex: needed for drives that lack power from USB (for example, HDD capacity more than 2 TB).
- One-time data copy
- Constant use on PC
- Disk diagnostics/recovery
- I don't know, I'm still choosing
How to choose an adapter: key parameters
When choosing an adapter, pay attention to four critical parameters: interface type, power support, file system compatibility and maximum disk capacity. An error in any of these could result in the drive not being recognized.
1. Connection interface. For modern PCs the following are relevant:
- USB 3.0/3.1 Type-A — speed up to 5 Gbit/s, suitable for SSD And HDD up to 2 TB.
- USB Type-C — speed up to 10 Gbit/s (with support USB 3.2 Gen 2), needed for NVMe drives in adapters.
- SATA III — internal connection, speed up to 6 Gbit/s, requires a free port on the motherboard.
2. Nutrition. HDD (unlike SSD) require additional power. If the adapter is connected via USB, check if it supports Y cable (dual USB for increased power) or connector Molex for connection to a PC power supply.
3. File system compatible. Discs with NTFS or exFAT will be recognized on Windows, and on macOS. But ext4 (Linux) will require additional drivers on Windows. Some adapters (eg Sabrent EC-SSHD) support hot swapping without rebooting.
| Parameter | For HDD | For SSD | For NVMe |
|---|---|---|---|
| Max. speed | 6 Gbps (SATA III) | 6 Gbps (SATA III) | up to 32 Gb/s (PCIe 3.0 x4) |
| Adapter type | USB 3.0 + Molex | USB 3.0/Type-C | PCIe → M.2 (with heatsink) |
| Food | Required external | From USB (up to 500 GB) | From PCIe slot |
⚠️ Attention: If you connect HDD with a capacity of more than 2 TB via USB adapter, make sure it supports GPT markup. Some cheap models only work with MBR, which limits the maximum disk capacity to 2 TB.
Step-by-step instructions: connecting a laptop HDD to a PC
Let's consider two scenarios: connecting via external USB adapter (to copy data) and internal installation (for permanent use). In both cases, first of all, disconnect the PC from the network and take antistatic measures (for example, touch the metal case of the system unit).
Method 1: Connect via USB box
- Remove the drive from the laptop by unscrewing the fasteners (usually 4 screws on the bottom cover).
- Install the HDD/SSD into the adapter, aligning the connectors SATA And nutrition (if any).
- Connect the adapter to the PC via USB 3.0 (blue port). For HDD use
Y cable. - Turn on your PC. The disk should be detected automatically (check in
This computerorDisk management).
☑️ Preparing for connection
Method 2: Internal installation in the system unit
For this you will need sled (For example, ICY BOX IB-251SSK) or SATA→USB adapter with Molex:
- Remove the side cover of the system unit.
- Find a free one SATA port on the motherboard and Molex power connector from the power supply.
- Connect the drive to the sled, then install the structure into the bay
3.5"(secure with screws). - Connect SATA cable to the motherboard and Molex to the power supply.
- Turn on the PC and initialize the disk in
Disk Management(Win + X → Disk Management).
⚠️ Attention: If the disk is not detected, check BIOS/UEFI (section Storage Configuration), whether the mode is enabled AHCI for SATA ports. In mode IDE some SSD may not be recognized.
If you connect a drive with Windows installed, and the system already has another OS, temporarily disable the main drive in the BIOS to avoid boot record conflicts.
Typical problems and their solutions
Even if connected correctly, the drive may not appear in the system. Let's consider 5 most common reasons and ways to eliminate them:
- 🔍 The disk is not initialized. Go to
Disk management(diskmgmt.msc), find the disk labeled “Unallocated” and create a volume on it. - 🔌 There is not enough power. HDD may not unwind due to weak USB ports. Use
Y cableor connect the adapter to the back of the PC (the ports there are powered directly from the power supply). - 🖥️ Drive letter conflict. If the disc is visible in
Disk Management, but does not appear in Explorer, assign a different drive letter to it (right button → “Change drive letter”). - 🛠️ Damaged file system. Launch a command prompt as administrator and run:
chkdsk E: /f(replace
E:to your drive letter). - 🔄 Outdated drivers. For USB adapters on chips ASMedia or JMicron You may need to update the drivers (download from the adapter manufacturer’s website).
If the disc makes clicking noises or is not detected even in BIOS, this may indicate physical malfunction. In this case, try connecting it to another PC or using specialized utilities like HDD Regenerator or Victoria.
What to do if the disk is detected but does not open?
If the disk is visible in the system, but when you try to open it gives an error "No access", check the owner's rights: right button → Properties → Security → Advanced → Change owner to your account. Encryption (BitLocker or VeraCrypt) may also be the cause.
Is it possible to boot from a laptop HDD to a PC?
Technically yes, but with reservations. If installed on the disk Windows, it may not start due to a change in hardware (different motherboard, chipset, controllers). In this case it will help:
- Compatibility mode. B BIOS turn on
Legacy Support(if the disk has MBR) orCSM. - Bootloader recovery. Boot from the Windows installation flash drive, select "System Restore" → "Command Prompt" and run:
bootrec /fixmbrbootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd - Transferring drivers. Use the utility Dism++ to integrate drivers for new hardware into an existing system.
For Linux The process is simpler: the kernel usually detects new hardware automatically. However, if used proprietary driver (for example, for NVIDIA), it may need to be reinstalled.
⚠️ Attention: If the disk was part RAID array in a laptop, connecting it to the PC alone is pointless - the data will be inaccessible without the second disk of the array.
Booting from a laptop disk is possible, but requires manually setting up the BIOS and restoring the bootloader. For permanent use, it is better to reinstall the OS on a new PC.
Review of popular adapters: what to buy in 2026
The choice of adapter depends on your budget and tasks. We tested 5 models and compiled a rating based on price/quality ratio:
| Model | Type | Speed | Food | Price (≈) |
|---|---|---|---|---|
| Sabrent EC-SSHD | USB 3.0 → SATA | 5 Gbps | Y cable | 1 200 ₽ |
| ORICO 2599US3 | USB-C → SATA/UASP | 6 Gbps | Molex + USB | 1 800 ₽ |
| ICY BOX IB-251SSK | Slide 2.5"→3.5" | 6 Gbps (SATA III) | From PC PSU | 900 ₽ |
| UGREEN 20639 | USB 3.0 → NVMe/NGFF | 10 Gbps | USB (up to 1 TB) | 2 500 ₽ |
| StarTech SATDOCKU31 | Dock station | 6 Gbps | External power supply | 4 000 ₽ |
For one-time copy fairly inexpensive Sabrent or ORICO. If needed permanent access, it is better to choose a skid ICY BOX or docking station StarTech (it supports hot swapping of disks). For NVMe drives will do UGREEN, but keep in mind that the speed will be limited USB 3.1 Gen 2 (10 Gbps).
FAQ: Frequently asked questions about connecting a laptop HDD to a PC
Is it possible to connect a drive from a laptop to a PC without an adapter?
Technically yes, if your PC has free SATA port and power connector Molex. However, physically fix 2.5" drive in bay 3.5" It will be difficult without a sled - it is not fixed with standard fasteners. Also note that some Ultrabook disks have a non-standard thickness (7 mm instead of 9.5 mm) and may not fit regular sleds.
Why is the disk detected in the BIOS but not visible in Windows?
There are several reasons:
- The disk is not initialized (go to
Disk managementand create the volume). - The drive letter is missing (assign it manually).
- File system ext4 or APFS - Windows does not support them without additional drivers (for example, Ext2Fsd or Paragon APFS).
- The disk was part dynamic volume or RAID — in this case, the data is not available without the original configuration.
How to connect M.2 SSD from laptop to PC?
For M.2 SATA (with connector B+M Key) anyone will do USB adapter for NGFF (For example, UGREEN 20639). For M.2 NVMe (connector M Key) you need an adapter with support PCIe, for example:
- Sabrent EC-SNVE (USB-C, speed up to 10 Gbps).
- ORICO M.2 NVMe Enclosure (with radiator for cooling).
Important: NVMe drives will not work in adapters for SATA M.2 - check compatibility!
Do I need to format the drive after connecting?
Formatting is only required if:
- Do you want completely erase data (for example, before the sale).
- The disk has incompatible file system (For example, HFS+ for macOS).
- On disk bad sectorsand you want to "revive" it (use
full format, not quick formatting).
If the disk is simply not detected, formatting won't help — first check the physical connection and drivers.
Can I use an adapter to connect the HDD to a TV?
Yes, but with restrictions:
- TV must support USB host and file system NTFS/FAT32.
- HDD must have external power supply (via Molex or
Y cable), since the TV's USB port usually does not provide enough power. - Video playback speed depends on codecs: 4K HDR may slow down when connected via USB 2.0.
It is better to use specialized media players (for example, Xiaomi Mi Box) or connect the drive to the router with USB port (For example, ASUS RT-AX88U).