Why a 4 TB Drive Reports 2 TB After Connecting to an Older Enclosure
🔍 WiseChecker

Why a 4 TB Drive Reports 2 TB After Connecting to an Older Enclosure

You connect a 4 TB internal or external drive to an older USB enclosure and the operating system shows only 2 TB of capacity. This happens because the enclosure’s controller or bridge chip does not support drives larger than 2 TB. The root cause is a firmware or hardware limitation in the enclosure, not a problem with the drive itself. This article explains why older enclosures cap capacity at 2 TB and how to recover the full 4 TB of usable space.

Key Takeaways: Recovering Full Capacity from a 4 TB Drive in an Older Enclosure

  • Enclosure controller chip (e.g., JMicron JMS578, ASMedia ASM1153E): Determines maximum drive capacity; chips older than 2012 typically cap at 2 TB.
  • Windows Disk Management > Rescan Disks and Diskpart clean: Verifies the drive is detected but shows only 2 TB due to enclosure limits.
  • Replace enclosure with a USB 3.0 or USB 3.2 Gen 1 model supporting UASP: Restores full 4 TB capacity without drive modification.

ADVERTISEMENT

Why Older Enclosures Limit Drive Capacity to 2 TB

The capacity limit originates from the enclosure’s bridge controller chip. This chip translates the drive’s native SATA protocol to USB so the computer can communicate with the drive. Older chips, such as the JMicron JM20337, Sunplus SPIF225A, or early ASMedia ASM1051, were designed when 2 TB was the largest consumer drive available. They use 32-bit Logical Block Addressing with a 512-byte sector size, which yields a maximum addressable capacity of exactly 2,199,023,255,040 bytes (2 TB).

When you connect a modern 4 TB drive that uses 4096-byte physical sectors Advanced Format, the controller still sees the logical sector size as 512 bytes. The 32-bit LBA limit remains the bottleneck. The drive itself is fully functional; the enclosure simply cannot pass the additional capacity to the operating system. This is a hardware limitation that no driver or operating system setting can override.

How the Operating System Reports the Limitation

Windows sees the full 4 TB drive through the enclosure’s controller. However, the controller only reports a maximum of 2 TB to Windows. In Disk Management, the drive appears as a 2 TB disk with the remaining 2 TB missing entirely. If you run the diskpart list disk command, Windows shows the size as 2000 GB or 2048 GB, never the actual 4 TB. The drive’s firmware is intact; the enclosure is the limiting factor.

Steps to Confirm the Enclosure Is the Cause

Before replacing the enclosure, verify that the drive itself is not the problem. Use these steps to isolate the issue.

  1. Connect the drive directly to a SATA port on a desktop motherboard or a known-working USB 3.0 enclosure
    If the drive shows its full 4 TB capacity when connected directly via SATA or through a modern enclosure, the original enclosure is confirmed as the bottleneck. Do not use a SATA-to-USB adapter that is also older than 2012.
  2. Open Disk Management in Windows 11
    Press Win + X and select Disk Management. Look for the disk that shows 2 TB or 2048 GB. Right-click the disk label on the left and select Properties. On the Volumes tab, note the reported size. If it says 2000 GB or 2048 GB, the enclosure is limiting capacity.
  3. Run diskpart to check capacity from the command line
    Open Command Prompt as administrator. Type diskpart and press Enter. Then type list disk. Find the disk number for the 4 TB drive. Type select disk X replacing X with the correct number. Type detail disk. Look for the line that says Total Size. If it shows 2048 GB, the enclosure is the problem.
  4. Check the enclosure’s controller chip model
    Remove the drive from the enclosure. Look for a small chip on the enclosure’s circuit board. Common chips that limit to 2 TB include JMicron JM20337, Sunplus SPIF225A, and early ASMedia ASM1051. If you see a chip number ending in 37 or 225, the enclosure is too old for a 4 TB drive.

ADVERTISEMENT

How to Recover the Full 4 TB Capacity

The only reliable fix is to replace the enclosure with a model that supports drives larger than 2 TB. No firmware update, driver change, or partition trick can bypass the hardware limit.

Replace the Enclosure

Purchase a USB 3.0 or USB 3.2 Gen 1 enclosure that explicitly states support for drives up to 10 TB or higher. Look for enclosures using chipsets such as JMicron JMS578, ASMedia ASM1153E, or Realtek RTL9210B. These chipsets use 48-bit LBA with 512-byte sectors, supporting up to 128 TB. They also support UASP USB Attached SCSI Protocol, which improves transfer speeds.

  1. Remove the 4 TB drive from the old enclosure
    Power down the enclosure and disconnect it from the computer. Open the enclosure case and carefully slide out the 2.5-inch or 3.5-inch drive. Do not touch the drive’s circuit board or connector pins.
  2. Install the drive in the new enclosure
    Slide the drive into the new enclosure. Ensure the SATA connector and power connector align correctly. Close the enclosure case and secure any screws.
  3. Connect the new enclosure to your computer
    Plug the USB cable into a USB 3.0 or USB 3.2 port. Windows will detect the drive. Open Disk Management. If the drive already has data, it will appear as a 4 TB disk with the existing partitions. If the drive is raw or uninitialized, right-click the disk label and select Initialize Disk. Choose GPT partition style, then create a new volume.
  4. Verify the full capacity
    In Disk Management, the disk should show 4000 GB or 3.63 TB formatted capacity. Right-click the volume and select Properties. On the General tab, the capacity should be approximately 4,000,000,000,000 bytes.

Common Issues and Misconceptions

Can I Use a Different Partition Style to Access the Full Capacity?

No. The partition style MBR vs. GPT is a software limitation handled by the operating system. The enclosure’s hardware limit prevents the drive from being seen as larger than 2 TB regardless of partition style. Even if you convert the drive to GPT, the enclosure still reports only 2 TB to Windows.

Will a Firmware Update Fix the Enclosure?

Very rarely. Most older enclosures do not have updatable firmware. Even if a firmware update exists, the controller chip itself is physically limited to 32-bit LBA. No firmware can change the chip’s addressing capability. Check the manufacturer’s website for your specific enclosure model. If no update is listed, the enclosure must be replaced.

What If the Drive Shows as 4 TB but Only 2 TB Is Usable?

This can happen if the drive was partitioned as MBR but the remainder is unallocated. In Disk Management, you will see a 2 TB partition and 2 TB of unallocated space. To use the full 4 TB, you must convert the disk to GPT and delete all partitions. This erases all data. Back up any important files before proceeding.

Old Enclosure vs. Modern Enclosure: Capacity and Performance

Item Old Enclosure pre-2012 Modern Enclosure USB 3.0 or later
Maximum drive capacity 2 TB 10 TB or higher
LBA addressing 32-bit LBA with 512-byte sectors 48-bit LBA with 512-byte or 4096-byte sectors
Common controller chips JMicron JM20337, Sunplus SPIF225A, ASMedia ASM1051 JMicron JMS578, ASMedia ASM1153E, Realtek RTL9210B
USB interface USB 2.0 or USB 3.0 USB 3.0, USB 3.2 Gen 1, or USB 3.2 Gen 2
UASP support No Yes
Maximum transfer speed Up to 480 Mbps USB 2.0 or 5 Gbps USB 3.0 Up to 5 Gbps USB 3.0 or 10 Gbps USB 3.2 Gen 2

Modern enclosures not only support larger drives but also provide faster data transfer through UASP. UASP reduces CPU overhead and improves read/write performance by up to 30 percent compared to older USB protocols.

You now know why a 4 TB drive reports 2 TB in an older enclosure and that the enclosure’s controller chip is the root cause. Replace the enclosure with a USB 3.0 or USB 3.2 model that supports drives larger than 2 TB. After moving the drive to the new enclosure, initialize it as GPT in Disk Management to use the full capacity. For maximum performance, connect the enclosure to a USB 3.0 port and enable UASP in the device properties if available.

ADVERTISEMENT