{
  "slug": "fiber-reference",
  "title": "Dietary Fiber Reference Calculator",
  "category": "Macros & Intake",
  "category_slug": "macros-intake",
  "tier": 2,
  "summary": "Restate the commonly cited 14 g per 1,000 kcal fiber guideline at any calorie intake.",
  "description": "This calculator restates the widely used dietary fiber convention from the Institute of Medicine's Dietary Reference Intakes: 14 grams of total fiber per 1,000 kilocalories of energy intake. It takes daily calorie intake as its only input and returns the corresponding reference figure in grams per day, together with the ratio itself and the figures at 250 kcal above and below the entered intake. The output is a published population-level reference, not an individual target or a judgement about any person's diet.",
  "page_url": "https://fitmetriclab.com/en/tools/macros-intake/fiber-reference/",
  "api_url": "https://fitmetriclab.com/api/tools/fiber-reference.json",
  "formula": {
    "id": "fiber_reference",
    "expression": "F_{g} = 14 \\times \\frac{E_{kcal}}{1000}",
    "variables": [
      {
        "symbol": "E",
        "description": "Daily energy intake in kcal"
      }
    ]
  },
  "inputs": [
    {
      "id": "calorie_intake",
      "label": "Daily Calories",
      "type": "number",
      "unit": "kcal",
      "default": 2000,
      "min": 1000,
      "max": 6000,
      "step": 50
    }
  ],
  "worked_example": {
    "inputs": {
      "calorie_intake": 2000
    },
    "expected_output": "28 g/day"
  },
  "result_summary_template": "At a daily intake of {calorie_intake} kcal, the 14 g per 1,000 kcal convention corresponds to a reference figure of {result}.",
  "methodology": "Fiber reference (g/day) = 14 × calorie_intake ÷ 1,000, rounded to the nearest gram for the headline figure. The 14 g per 1,000 kcal ratio is the Adequate Intake convention published in the IOM Dietary Reference Intakes for macronutrients (2002/2005); the tool also restates the calculation at ±250 kcal around the entered intake.",
  "sources": [
    {
      "label": "Institute of Medicine. Dietary Reference Intakes for Energy, Carbohydrate, Fiber, Fat, Fatty Acids, Cholesterol, Protein, and Amino Acids. National Academies Press; 2005.",
      "url": "https://nap.nationalacademies.org/catalog/10490"
    },
    {
      "label": "U.S. Department of Agriculture and U.S. Department of Health and Human Services. Dietary Guidelines for Americans, 2020–2025.",
      "url": "https://www.dietaryguidelines.gov/"
    },
    {
      "label": "National Academies Press — Dietary Reference Intakes collection.",
      "url": "https://nap.nationalacademies.org/"
    }
  ],
  "faqs": [
    {
      "question": "Where does the 14 g per 1,000 kcal figure come from?",
      "answer": "It is the convention adopted in the Institute of Medicine's Dietary Reference Intakes for macronutrients, first published in 2002 and issued in book form in 2005. The committee derived the ratio from prospective cohort data on fiber intake and coronary heart disease rates, and expressed it per 1,000 kcal so a single number could scale across groups with different energy intakes. It is classed as an Adequate Intake rather than a formal requirement."
    },
    {
      "question": "How does this relate to the 25 g and 38 g figures often quoted?",
      "answer": "Those fixed figures are the same ratio evaluated at reference energy intakes. The IOM's Adequate Intake of 38 g/day for men aged 19–50 corresponds to roughly 2,700 kcal at 14 g per 1,000 kcal, and the 25 g/day figure for women corresponds to roughly 1,800 kcal. The 28 g Daily Value on US food labels is the ratio applied at the 2,000 kcal labelling reference. This calculator returns whichever point on the same line matches the calories entered."
    },
    {
      "question": "Does the reference distinguish between types of fiber?",
      "answer": "No. The ratio describes total fiber, and the underlying DRI report treats dietary fiber (intrinsic to plant foods) and functional fiber (isolated or synthetic, added to foods) together as total fiber for this purpose. Soluble and insoluble fractions, fermentability, and viscosity all differ across food sources, and those properties matter for how a given intake behaves, but none of that variation is captured by a single per-calorie ratio."
    },
    {
      "question": "Why state the figure at ±250 kcal?",
      "answer": "Because energy intake moves from day to day, and the linear relationship makes the effect easy to see. Each 250 kcal shifts the reference by exactly 3.5 g — at 2,000 kcal the figure is 28 g, at 1,750 kcal it is 24.5 g, and at 2,250 kcal it is 31.5 g. The companion rows show that ordinary daily variation moves the reference only modestly, so a figure computed from an average intake is a reasonable summary."
    },
    {
      "question": "Is the calculated figure a personal target?",
      "answer": "No. It is a population-level reference restated at the calorie figure entered. Individual circumstances — digestive conditions such as irritable bowel syndrome or inflammatory bowel disease, medication interactions, tolerance to rapid intake changes, and overall dietary pattern — all sit outside the arithmetic. The commonly cited guidance is a starting point for reading food labels and comparing menus; a registered dietitian or physician is the appropriate source for individual dietary decisions."
    }
  ],
  "related_tools": [
    {
      "slug": "water-intake",
      "title": "Water Intake Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/water-intake.json",
      "page_url": "https://fitmetriclab.com/en/tools/macros-intake/water-intake/"
    },
    {
      "slug": "protein-intake",
      "title": "Protein Intake Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/protein-intake.json",
      "page_url": "https://fitmetriclab.com/en/tools/macros-intake/protein-intake/"
    },
    {
      "slug": "macro-split",
      "title": "Macro Split Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/macro-split.json",
      "page_url": "https://fitmetriclab.com/en/tools/macros-intake/macro-split/"
    }
  ],
  "last_updated": "2026-08-08",
  "price": {
    "value": 0,
    "currency": "USD"
  },
  "runs_in_browser": true,
  "disclaimer": "Educational estimate produced from a published formula. Not medical, nutritional, or training advice. Calculations are deterministic — apply the formula to the inputs to reproduce the result."
}