Formula: TiB = TB × 0.9094947018 | GiB = TB × 931.3225746
This 9.05% difference means a "4 TB" drive shows as ~3.64 TB in Windows — a significant capacity discrepancy for enterprise storage planning.
TB to TiB: The Enterprise Storage Dilemma
When you purchase a "4 TB" hard drive for your data center, you expect 4,000 GB of storage. But your operating system shows approximately 3.64 TB. This isn't a defect — it's the difference between decimal terabytes (TB) used by storage manufacturers and binary tebibytes (TiB) used by operating systems. At enterprise scale, this 9.05% discrepancy can mean terabytes of "missing" capacity, impacting storage planning and costs.
📐 TB vs TiB: The Fundamental Difference
Terabyte (TB) - Decimal (SI):
1 TB = 1,000,000,000,000 bytes (10¹² bytes)
Used by: Hard drive manufacturers, cloud providers, storage vendors, marketing materials
Tebibyte (TiB) - Binary (IEC):
1 TiB = 1,099,511,627,776 bytes (2⁴⁰ bytes)
Used by: Operating systems (Windows, Linux), file systems, memory addressing, enterprise software
The relationship: 1 TiB = 1.099511627776 TB • 1 TB = 0.9094947018 TiB
🧮 TB to TiB Conversion Formula
To convert Terabytes to Tebibytes:
TiB = TB × 0.9094947018
To convert Terabytes to Gibibytes:
GiB = TB × 931.3225746
Example: 10 TB × 0.9094947018 = 9.094947018 TiB. This is why a 10 TB drive shows as 9.09 TB in Windows.
📊 Quick Conversion Table: TB to TiB
| Terabytes (TB) decimal | Tebibytes (TiB) binary | Gibibytes (GiB) | Real-World Context |
|---|---|---|---|
| 1 TB | 0.9095 TiB | 931.323 GiB | External HDD |
| 2 TB | 1.819 TiB | 1,862.645 GiB | Consumer external drive |
| 4 TB | 3.638 TiB | 3,725.290 GiB | NAS drive |
| 5 TB | 4.547 TiB | 4,656.613 GiB | Desktop external HDD |
| 6 TB | 5.457 TiB | 5,587.935 GiB | Enterprise SAS drive |
| 8 TB | 7.276 TiB | 7,450.581 GiB | Data center HDD |
| 10 TB | 9.095 TiB | 9,313.226 GiB | Large enterprise drive |
| 12 TB | 10.914 TiB | 11,175.871 GiB | High-capacity storage |
| 14 TB | 12.733 TiB | 13,038.516 GiB | Cloud storage node |
| 16 TB | 14.552 TiB | 14,901.161 GiB | Enterprise archive |
| 18 TB | 16.371 TiB | 16,763.806 GiB | Data center rack |
| 20 TB | 18.190 TiB | 18,626.451 GiB | Backup server |
| 100 TB | 90.949 TiB | 93,132.257 GiB | Storage array |
| 1,000 TB (1 PB) | 909.495 TiB | 931,322.575 GiB | Data center cluster |
🏢 Enterprise Impact: The 9.05% Difference
For enterprise storage, the TB vs TiB discrepancy has significant implications:
- 💰 Cost Impact: A 100 TB storage array only provides 90.95 TiB of usable space — 9.05 TB "lost" to binary conversion. At $10/TB, that's $90 lost per array.
- 📊 Capacity Planning: When designing a 500 TiB storage system, you need to purchase 500 ÷ 0.9094947018 = 549.75 TB of raw storage.
- ☁️ Cloud Pricing: AWS, Azure, and GCP bill in decimal GB/TB. If your usage monitoring tool shows TiB, you need accurate conversion to avoid cost surprises.
- 🔧 RAID Overhead: RAID 5/6 adds additional overhead. Planning with accurate TB→TiB conversion prevents under-provisioning.
💻 Operating System Differences: Windows vs macOS vs Linux
- Windows: Uses binary (TiB) but labels as "TB". A 4 TB drive shows as 3.63 TB.
- macOS: Since OS X 10.6, uses decimal (TB). A 4 TB drive shows as 4 TB.
- Linux: Most distributions use binary (TiB) but label as "TB". The command
df -hshows GiB/TiB with labels. - Cloud Providers: AWS, Azure, GCP all use decimal (TB). 1 TB = 1,000 GB exactly.
🔢 Real-World Enterprise Examples: TB to TiB
- 🏢 Data Center Build: Planning 1 PB (1,000 TB) of storage. Actual usable capacity in TiB: 1,000 × 0.909495 = 909.5 TiB. Purchase 1.1 PB to compensate.
- ☁️ Cloud Migration: Moving 50 TB of data from on-premise to AWS. 50 TB = 45.47 TiB. AWS bills for 50 TB (decimal).
- 📀 Backup Systems: Veeam reports backup size in TiB. Converting to TB helps compare with storage vendor capacities.
- 🧮 Database Servers: PostgreSQL data directory shows size in MiB/GiB. Converting to TB helps with capacity forecasting.
- 📊 SAN Planning: A 200 TB SAN = 181.9 TiB usable (before RAID overhead). Add 20% for RAID and spare capacity.
❓ Frequently Asked Questions (TB to TiB)
Q: How many TiB in 1 TB?
A: 1 TB = 0.9094947018 TiB. So 1 TB is about 9.05% less than 1 TiB.
Q: Why does my 4 TB drive show 3.63 TB in Windows?
A: Windows uses binary (TiB) but labels as TB. 4 TB × 0.9095 = 3.638 TiB ≈ 3.63 TB displayed.
Q: Is TB or TiB bigger?
A: TiB is larger. 1 TiB = 1.099511627776 TB (about 9.95% larger than TB).
Q: How do I convert TB to TiB mentally?
A: Multiply TB by 0.9095 (close approximation). For exact values, use this converter.
Q: Does macOS use TB or TiB?
A: macOS Finder uses decimal TB since OS X 10.6. Disk Utility shows both.
Q: How many GiB in 1 TB?
A: 1 TB = 931.3225746 GiB. This is why 1 TB ≈ 931 GB in Windows.
Q: What's the difference between TB and TiB for cloud storage?
A: All major cloud providers (AWS, Azure, GCP) bill in decimal TB. Your monitoring software may show TiB — use this converter for accurate billing reconciliation.
💡 Pro Tip: Enterprise Capacity Planning Formula
To convert TiB requirements to TB purchases:
Required TB = Required TiB ÷ 0.9094947018
Example: Need 100 TiB of usable storage?
100 ÷ 0.9094947018 = 109.95 TB — buy 110 TB raw.
Add 20-30% extra for RAID, formatting overhead, and future growth. For 100 TiB usable, plan for 130-140 TB raw capacity.
Quick rule: Multiply TiB by 1.1 to get approximate TB (add 10%).
🌐 Global Standards & Localized Usage
The TB vs TiB distinction is a global standard, but terminology varies by region. In English, "terabyte" (TB) is decimal and "tebibyte" (TiB) is binary. In other languages (हिन्दी, Español, Deutsch, Français), the abbreviations remain consistent. This tool supports 10 languages for international enterprise teams.
📈 Beyond Terabytes: Understanding Larger Units
As storage scales to petabytes and exabytes, the TB→TiB relationship scales as well:
- PB to PiB: 1 PB = 0.8881784 PiB (about 11.2% difference)
- EB to EiB: 1 EB = 0.8673617 EiB (about 13.3% difference)
- ZB to ZiB: 1 ZB = 0.8470329 ZiB (about 15.3% difference)
The discrepancy grows with larger units — critical for cloud-scale storage planning.
🔧 Using This Converter in Practice
- Storage Procurement: Convert your TiB requirements to TB to purchase the correct capacity.
- Cloud Cost Estimation: Convert TiB usage from monitoring tools to TB for accurate cloud billing.
- Data Migration: Convert source capacity in TB to target capacity in TiB to ensure enough space.
- Backup Planning: Convert backup data size in TB to storage capacity in TiB for accurate sizing.
- Reporting: Convert between units for consistent capacity reports across teams.