{
  "entity_type": "unit_conversion_page",
  "id": "kpa-to-mbar",
  "name": "Kilopascals to Millibars",
  "title": "Kilopascals to Millibars Converter (kPa to mbar)",
  "description": "Convert kilopascals to millibars: 1 kPa = 10 mbar. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "pressure",
  "quantity_name": "Pressure",
  "base_unit": "Pa",
  "from_unit": {
    "symbol": "kPa",
    "display": "kPa",
    "name": "kilopascals",
    "singular": "kilopascal"
  },
  "to_unit": {
    "symbol": "mbar",
    "display": "mbar",
    "name": "millibars",
    "singular": "millibar"
  },
  "linear": true,
  "factor": 10,
  "inverse_factor": 0.1,
  "formula": "millibars = kilopascals × 10",
  "reverse_formula": "kilopascals = millibars × 0.1",
  "unit_relation": "1 kPa = 10 mbar",
  "examples": [
    {
      "value": 5,
      "result": 50,
      "text": "5 kPa = 50 mbar"
    },
    {
      "value": 12.5,
      "result": 125,
      "text": "12.5 kPa = 125 mbar"
    },
    {
      "value": 100,
      "result": 1000,
      "text": "100 kPa = 1000 mbar"
    }
  ],
  "table": [
    {
      "kPa": 1,
      "mbar": 10
    },
    {
      "kPa": 2,
      "mbar": 20
    },
    {
      "kPa": 3,
      "mbar": 30
    },
    {
      "kPa": 4,
      "mbar": 40
    },
    {
      "kPa": 5,
      "mbar": 50
    },
    {
      "kPa": 6,
      "mbar": 60
    },
    {
      "kPa": 7,
      "mbar": 70
    },
    {
      "kPa": 8,
      "mbar": 80
    },
    {
      "kPa": 9,
      "mbar": 90
    },
    {
      "kPa": 10,
      "mbar": 100
    },
    {
      "kPa": 15,
      "mbar": 150
    },
    {
      "kPa": 20,
      "mbar": 200
    },
    {
      "kPa": 25,
      "mbar": 250
    },
    {
      "kPa": 30,
      "mbar": 300
    },
    {
      "kPa": 40,
      "mbar": 400
    },
    {
      "kPa": 50,
      "mbar": 500
    },
    {
      "kPa": 75,
      "mbar": 750
    },
    {
      "kPa": 100,
      "mbar": 1000
    },
    {
      "kPa": 200,
      "mbar": 2000
    },
    {
      "kPa": 250,
      "mbar": 2500
    },
    {
      "kPa": 500,
      "mbar": 5000
    },
    {
      "kPa": 1000,
      "mbar": 10000
    }
  ],
  "faq": [
    {
      "q": "How many millibars are in one kilopascal?",
      "a": "1 kPa = 10 mbar. 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 kilopascals to millibars?",
      "a": "Multiply the value in kilopascals by 10: millibars = kilopascals × 10. For example, 5 kPa = 50 mbar."
    },
    {
      "q": "How do I convert millibars back to kilopascals?",
      "a": "Multiply by the inverse factor 0.1 (kilopascals = millibars × 0.1), or use the millibars-to-kilopascals 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=kPa&to_unit=mbar",
    "calculator": "https://tttkmbb.com/api/v1/calculate/pressure?value=5&from_unit=kPa&to_unit=mbar",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "kPa",
      "to_unit": "mbar"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kpa-to-mbar",
    "markdown": "https://tttkmbb.com/conversion/kpa-to-mbar.md",
    "json": "https://tttkmbb.com/conversion/kpa-to-mbar.json",
    "reverse": "https://tttkmbb.com/conversion/mbar-to-kpa",
    "quantity_converter": "https://tttkmbb.com/conversion/pressure",
    "units": "https://tttkmbb.com/api/v1/units?quantity=pressure"
  },
  "timestamp": "2026-09-24"
}