{
  "entity_type": "unit_conversion_page",
  "id": "minutes-to-hours",
  "name": "Minutes to Hours",
  "title": "Minutes to Hours Converter (min to h)",
  "description": "Convert minutes to hours: 1 min = 0.0166667 h. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "time",
  "quantity_name": "Time",
  "base_unit": "s",
  "from_unit": {
    "symbol": "min",
    "display": "min",
    "name": "minutes",
    "singular": "minute"
  },
  "to_unit": {
    "symbol": "h",
    "display": "h",
    "name": "hours",
    "singular": "hour"
  },
  "linear": true,
  "factor": 0.01666666667,
  "inverse_factor": 60,
  "formula": "hours = minutes × 0.01666666667",
  "reverse_formula": "minutes = hours × 60",
  "unit_relation": "1 min = 0.0166667 h",
  "examples": [
    {
      "value": 5,
      "result": 0.0833333,
      "text": "5 min = 0.0833333 h"
    },
    {
      "value": 12.5,
      "result": 0.208333,
      "text": "12.5 min = 0.208333 h"
    },
    {
      "value": 100,
      "result": 1.66667,
      "text": "100 min = 1.66667 h"
    }
  ],
  "table": [
    {
      "min": 1,
      "h": 0.0166667
    },
    {
      "min": 2,
      "h": 0.0333333
    },
    {
      "min": 3,
      "h": 0.05
    },
    {
      "min": 4,
      "h": 0.0666667
    },
    {
      "min": 5,
      "h": 0.0833333
    },
    {
      "min": 6,
      "h": 0.1
    },
    {
      "min": 7,
      "h": 0.116667
    },
    {
      "min": 8,
      "h": 0.133333
    },
    {
      "min": 9,
      "h": 0.15
    },
    {
      "min": 10,
      "h": 0.166667
    },
    {
      "min": 15,
      "h": 0.25
    },
    {
      "min": 20,
      "h": 0.333333
    },
    {
      "min": 25,
      "h": 0.416667
    },
    {
      "min": 30,
      "h": 0.5
    },
    {
      "min": 40,
      "h": 0.666667
    },
    {
      "min": 50,
      "h": 0.833333
    },
    {
      "min": 75,
      "h": 1.25
    },
    {
      "min": 100,
      "h": 1.66667
    },
    {
      "min": 200,
      "h": 3.33333
    },
    {
      "min": 250,
      "h": 4.16667
    },
    {
      "min": 500,
      "h": 8.33333
    },
    {
      "min": 1000,
      "h": 16.6667
    }
  ],
  "faq": [
    {
      "q": "How many hours are in one minute?",
      "a": "1 min = 0.0166667 h. 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 minutes to hours?",
      "a": "Multiply the value in minutes by 0.01666666667: hours = minutes × 0.01666666667. For example, 5 min = 0.0833333 h."
    },
    {
      "q": "How do I convert hours back to minutes?",
      "a": "Multiply by the inverse factor 60 (minutes = hours × 60), or use the hours-to-minutes 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=min&to_unit=h",
    "calculator": "https://tttkmbb.com/api/v1/calculate/time?value=5&from_unit=min&to_unit=h",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "min",
      "to_unit": "h"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/minutes-to-hours",
    "markdown": "https://tttkmbb.com/conversion/minutes-to-hours.md",
    "json": "https://tttkmbb.com/conversion/minutes-to-hours.json",
    "reverse": "https://tttkmbb.com/conversion/hours-to-minutes",
    "quantity_converter": "https://tttkmbb.com/conversion/time",
    "units": "https://tttkmbb.com/api/v1/units?quantity=time"
  },
  "timestamp": "2026-09-24"
}