{
  "entity_type": "unit_conversion_page",
  "id": "lbs-to-tonnes",
  "name": "Pounds to Metric tons (tonnes)",
  "title": "Pounds to Metric tons (tonnes) Converter (lb to t)",
  "description": "Convert pounds to metric tons (tonnes): 1 lb = 0.000453592 t. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "mass",
  "quantity_name": "Mass",
  "base_unit": "kg",
  "from_unit": {
    "symbol": "lb",
    "display": "lb",
    "name": "pounds",
    "singular": "pound"
  },
  "to_unit": {
    "symbol": "t",
    "display": "t",
    "name": "metric tons (tonnes)",
    "singular": "tonne"
  },
  "linear": true,
  "factor": 0.00045359237,
  "inverse_factor": 2204.622622,
  "formula": "metric tons (tonnes) = pounds × 0.00045359237",
  "reverse_formula": "pounds = metric tons (tonnes) × 2204.622622",
  "unit_relation": "1 lb = 0.000453592 t",
  "examples": [
    {
      "value": 5,
      "result": 0.00226796,
      "text": "5 lb = 0.00226796 t"
    },
    {
      "value": 12.5,
      "result": 0.0056699,
      "text": "12.5 lb = 0.0056699 t"
    },
    {
      "value": 100,
      "result": 0.0453592,
      "text": "100 lb = 0.0453592 t"
    }
  ],
  "table": [
    {
      "lb": 1,
      "t": 0.000453592
    },
    {
      "lb": 2,
      "t": 0.000907185
    },
    {
      "lb": 3,
      "t": 0.00136078
    },
    {
      "lb": 4,
      "t": 0.00181437
    },
    {
      "lb": 5,
      "t": 0.00226796
    },
    {
      "lb": 6,
      "t": 0.00272155
    },
    {
      "lb": 7,
      "t": 0.00317515
    },
    {
      "lb": 8,
      "t": 0.00362874
    },
    {
      "lb": 9,
      "t": 0.00408233
    },
    {
      "lb": 10,
      "t": 0.00453592
    },
    {
      "lb": 15,
      "t": 0.00680389
    },
    {
      "lb": 20,
      "t": 0.00907185
    },
    {
      "lb": 25,
      "t": 0.0113398
    },
    {
      "lb": 30,
      "t": 0.0136078
    },
    {
      "lb": 40,
      "t": 0.0181437
    },
    {
      "lb": 50,
      "t": 0.0226796
    },
    {
      "lb": 75,
      "t": 0.0340194
    },
    {
      "lb": 100,
      "t": 0.0453592
    },
    {
      "lb": 200,
      "t": 0.0907185
    },
    {
      "lb": 250,
      "t": 0.113398
    },
    {
      "lb": 500,
      "t": 0.226796
    },
    {
      "lb": 1000,
      "t": 0.453592
    }
  ],
  "faq": [
    {
      "q": "How many metric tons (tonnes) are in one pound?",
      "a": "1 lb = 0.000453592 t. 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 pounds to metric tons (tonnes)?",
      "a": "Multiply the value in pounds by 0.00045359237: metric tons (tonnes) = pounds × 0.00045359237. For example, 5 lb = 0.00226796 t."
    },
    {
      "q": "How do I convert metric tons (tonnes) back to pounds?",
      "a": "Multiply by the inverse factor 2204.622622 (pounds = metric tons (tonnes) × 2204.622622), or use the metric tons (tonnes)-to-pounds 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=5&from_unit=lb&to_unit=t",
    "calculator": "https://tttkmbb.com/api/v1/calculate/mass?value=5&from_unit=lb&to_unit=t",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "lb",
      "to_unit": "t"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/lbs-to-tonnes",
    "markdown": "https://tttkmbb.com/conversion/lbs-to-tonnes.md",
    "json": "https://tttkmbb.com/conversion/lbs-to-tonnes.json",
    "reverse": "https://tttkmbb.com/conversion/tonnes-to-lbs",
    "quantity_converter": "https://tttkmbb.com/conversion/mass",
    "units": "https://tttkmbb.com/api/v1/units?quantity=mass"
  },
  "timestamp": "2026-09-24"
}