{
  "entity_type": "unit_conversion_page",
  "id": "weeks-to-hours",
  "name": "Weeks to Hours",
  "title": "Weeks to Hours Converter (wk to h)",
  "description": "Convert weeks to hours: 1 wk = 168 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": "week",
    "display": "wk",
    "name": "weeks",
    "singular": "week"
  },
  "to_unit": {
    "symbol": "h",
    "display": "h",
    "name": "hours",
    "singular": "hour"
  },
  "linear": true,
  "factor": 168,
  "inverse_factor": 0.005952380952,
  "formula": "hours = weeks × 168",
  "reverse_formula": "weeks = hours × 0.005952380952",
  "unit_relation": "1 wk = 168 h",
  "examples": [
    {
      "value": 5,
      "result": 840,
      "text": "5 wk = 840 h"
    },
    {
      "value": 12.5,
      "result": 2100,
      "text": "12.5 wk = 2100 h"
    },
    {
      "value": 100,
      "result": 16800,
      "text": "100 wk = 16800 h"
    }
  ],
  "table": [
    {
      "week": 1,
      "h": 168
    },
    {
      "week": 2,
      "h": 336
    },
    {
      "week": 3,
      "h": 504
    },
    {
      "week": 4,
      "h": 672
    },
    {
      "week": 5,
      "h": 840
    },
    {
      "week": 6,
      "h": 1008
    },
    {
      "week": 7,
      "h": 1176
    },
    {
      "week": 8,
      "h": 1344
    },
    {
      "week": 9,
      "h": 1512
    },
    {
      "week": 10,
      "h": 1680
    },
    {
      "week": 15,
      "h": 2520
    },
    {
      "week": 20,
      "h": 3360
    },
    {
      "week": 25,
      "h": 4200
    },
    {
      "week": 30,
      "h": 5040
    },
    {
      "week": 40,
      "h": 6720
    },
    {
      "week": 50,
      "h": 8400
    },
    {
      "week": 75,
      "h": 12600
    },
    {
      "week": 100,
      "h": 16800
    },
    {
      "week": 200,
      "h": 33600
    },
    {
      "week": 250,
      "h": 42000
    },
    {
      "week": 500,
      "h": 84000
    },
    {
      "week": 1000,
      "h": 168000
    }
  ],
  "faq": [
    {
      "q": "How many hours are in one week?",
      "a": "1 wk = 168 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 weeks to hours?",
      "a": "Multiply the value in weeks by 168: hours = weeks × 168. For example, 5 wk = 840 h."
    },
    {
      "q": "How do I convert hours back to weeks?",
      "a": "Multiply by the inverse factor 0.005952380952 (weeks = hours × 0.005952380952), or use the hours-to-weeks 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=week&to_unit=h",
    "calculator": "https://tttkmbb.com/api/v1/calculate/time?value=5&from_unit=week&to_unit=h",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "week",
      "to_unit": "h"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/weeks-to-hours",
    "markdown": "https://tttkmbb.com/conversion/weeks-to-hours.md",
    "json": "https://tttkmbb.com/conversion/weeks-to-hours.json",
    "reverse": "https://tttkmbb.com/conversion/hours-to-weeks",
    "quantity_converter": "https://tttkmbb.com/conversion/time",
    "units": "https://tttkmbb.com/api/v1/units?quantity=time"
  },
  "timestamp": "2026-09-24"
}