Home › Unit Conversion › Megabytes to Terabytes
Megabytes to Terabytes (MB to TB)
Convert megabytes to terabytes: 1 MB = 0.000001 TB. Exact conversion factor, formula, 18-row table and worked examples, with JSON API and MCP access.
Formula
1 MB = 0.000001 TB
terabytes = megabytes × 0.000001 — reverse: megabytes = terabytes × 1000000
The factor is derived from the SI definitions of both units (base unit: B) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 1.5 MB = 0.0000015 TB
- 700 MB = 0.0007 TB
- 2048 MB = 0.002048 TB
Megabytes to terabytes conversion table
| Megabytes (MB) | Terabytes (TB) |
|---|---|
| 1 | 0.000001 |
| 2 | 0.000002 |
| 4 | 0.000004 |
| 8 | 0.000008 |
| 16 | 0.000016 |
| 32 | 0.000032 |
| 64 | 0.000064 |
| 100 | 0.0001 |
| 128 | 0.000128 |
| 256 | 0.000256 |
| 500 | 0.0005 |
| 512 | 0.000512 |
| 1000 | 0.001 |
| 1024 | 0.001024 |
| 2048 | 0.002048 |
| 4096 | 0.004096 |
| 8192 | 0.008192 |
| 10000 | 0.01 |
FAQ
How many terabytes are in one megabyte?
1 MB = 0.000001 TB. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.
What is the formula to convert megabytes to terabytes?
Multiply the value in megabytes by 0.000001: terabytes = megabytes × 0.000001. For example, 1.5 MB = 0.0000015 TB.
How do I convert terabytes back to megabytes?
Multiply by the inverse factor 1000000 (megabytes = terabytes × 1000000), or use the terabytes-to-megabytes page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=1.5&from_unit=MB&to_unit=TB - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":1.5,"from_unit":"MB","to_unit":"TB"} - Markdown: https://tttkmbb.com/conversion/mb-to-tb.md · JSON: https://tttkmbb.com/conversion/mb-to-tb.json (add
?value=for a result) · Units: /api/v1/units?quantity=data-storage - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.