{
  "entity_type": "unit_conversion_page",
  "id": "tib-to-tb",
  "name": "Tebibytes to Terabytes",
  "title": "Tebibytes to Terabytes Converter (TiB to TB)",
  "description": "Convert tebibytes to terabytes: 1 TiB = 1.09951 TB. Exact conversion factor, formula, 18-row table and worked examples, with JSON API and MCP access.",
  "quantity": "data-storage",
  "quantity_name": "Data storage",
  "base_unit": "B",
  "from_unit": {
    "symbol": "TiB",
    "display": "TiB",
    "name": "tebibytes",
    "singular": "tebibyte"
  },
  "to_unit": {
    "symbol": "TB",
    "display": "TB",
    "name": "terabytes",
    "singular": "terabyte"
  },
  "linear": true,
  "factor": 1.099511628,
  "inverse_factor": 0.9094947018,
  "formula": "terabytes = tebibytes × 1.099511628",
  "reverse_formula": "tebibytes = terabytes × 0.9094947018",
  "unit_relation": "1 TiB = 1.09951 TB",
  "examples": [
    {
      "value": 1.5,
      "result": 1.64927,
      "text": "1.5 TiB = 1.64927 TB"
    },
    {
      "value": 700,
      "result": 769.658,
      "text": "700 TiB = 769.658 TB"
    },
    {
      "value": 2048,
      "result": 2251.8,
      "text": "2048 TiB = 2251.8 TB"
    }
  ],
  "table": [
    {
      "TiB": 1,
      "TB": 1.09951
    },
    {
      "TiB": 2,
      "TB": 2.19902
    },
    {
      "TiB": 4,
      "TB": 4.39805
    },
    {
      "TiB": 8,
      "TB": 8.79609
    },
    {
      "TiB": 16,
      "TB": 17.5922
    },
    {
      "TiB": 32,
      "TB": 35.1844
    },
    {
      "TiB": 64,
      "TB": 70.3687
    },
    {
      "TiB": 100,
      "TB": 109.951
    },
    {
      "TiB": 128,
      "TB": 140.737
    },
    {
      "TiB": 256,
      "TB": 281.475
    },
    {
      "TiB": 500,
      "TB": 549.756
    },
    {
      "TiB": 512,
      "TB": 562.95
    },
    {
      "TiB": 1000,
      "TB": 1099.51
    },
    {
      "TiB": 1024,
      "TB": 1125.9
    },
    {
      "TiB": 2048,
      "TB": 2251.8
    },
    {
      "TiB": 4096,
      "TB": 4503.6
    },
    {
      "TiB": 8192,
      "TB": 9007.2
    },
    {
      "TiB": 10000,
      "TB": 10995.1
    }
  ],
  "faq": [
    {
      "q": "How many terabytes are in one tebibyte?",
      "a": "1 TiB = 1.09951 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."
    },
    {
      "q": "What is the formula to convert tebibytes to terabytes?",
      "a": "Multiply the value in tebibytes by 1.099511628: terabytes = tebibytes × 1.099511628. For example, 1.5 TiB = 1.64927 TB."
    },
    {
      "q": "How do I convert terabytes back to tebibytes?",
      "a": "Multiply by the inverse factor 0.9094947018 (tebibytes = terabytes × 0.9094947018), or use the terabytes-to-tebibytes page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=1.5&from_unit=TiB&to_unit=TB",
    "calculator": "https://tttkmbb.com/api/v1/calculate/data-storage?value=1.5&from_unit=TiB&to_unit=TB",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 1.5,
      "from_unit": "TiB",
      "to_unit": "TB"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/tib-to-tb",
    "markdown": "https://tttkmbb.com/conversion/tib-to-tb.md",
    "json": "https://tttkmbb.com/conversion/tib-to-tb.json",
    "reverse": "https://tttkmbb.com/conversion/tb-to-tib",
    "quantity_converter": "https://tttkmbb.com/conversion/data-storage",
    "units": "https://tttkmbb.com/api/v1/units?quantity=data-storage"
  },
  "timestamp": "2026-09-24"
}