Use when determining how much weight to gain during pregnancy — e.g., "how much should I weigh by 20 weeks", "weight gain guidelines by BMI", "I'm overweight, how much can I gain"
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill calculate-gestational-weight-gain-target --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Calculate Gestational Weight Gain Target?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-calculate-gestational-weight-gain-target)More formats (shields.io, HTML) on the badges page.
---
name: calculate-gestational-weight-gain-target
description: Use when determining how much weight to gain during pregnancy — e.g., "how much should I weigh by 20 weeks", "weight gain guidelines by BMI", "I'm overweight, how much can I gain"
source: IOM/NRC Gestational Weight Gain Guidelines 2009; ACOG Practice Bulletin 2013 (reaffirmed 2021); Siega-Riz et al. AJCN 2010
tags: [pregnancy, weight-gain, bmi, iom-guidelines, health]
verified: true
---
# Calculate Gestational Weight Gain Target
Use pre-pregnancy BMI to determine total and weekly gestational weight gain targets.
## Why This Is Best Practice
**Adopted by:** IOM (2009), ACOG, CDC, WHO — the IOM guidelines are the global clinical standard.
**Impact:** Women who gain within IOM guidelines have 50% lower risk of GDM, preeclampsia, and C-section compared to those who exceed recommendations (Siega-Riz et al., 2010). Excessive GWG is the strongest predictor of postpartum weight retention.
**Why best:** Blanket targets ignore pre-pregnancy body composition. BMI-stratified targets optimize both maternal and fetal outcomes.
## Steps
1. **Calculate pre-pregnancy BMI:** weight (kg) / height (m)².
2. **Assign IOM total weight gain range:**
| Pre-pregnancy BMI | Category | Total GWG |
|---|---|---|
| < 18.5 | Underweight | 28–40 lbs (12.5–18 kg) |
| 18.5–24.9 | Normal weight | 25–35 lbs (11.5–16 kg) |
| 25.0–29.9 | Overweight | 15–25 lbs (7–11.5 kg) |
| ≥ 30.0 | Obese | 11–20 lbs (5–9 kg) |
| Twin pregnancy (normal BMI) | — | 37–54 lbs (17–25 kg) |
3. **Set weekly rate target:**
- First trimester: 0.5–2 lbs (0.2–0.9 kg) total
- Second and third trimester: ~1 lb/week (normal BMI); 0.5–0.7 lb/week (overweight/obese)
4. **Track monthly, not weekly** — weekly fluctuation is normal; trend over 4 weeks is informative.
5. **Flag deviations for provider review:**
- Gaining >3 lbs/week after 20 weeks → possible fluid retention/preeclampsia
- No gain or weight loss after first trimester → rule out IUGR
## Rules
- Never recommend weight loss during pregnancy, even for obese BMI — minimum gain targets are protective.
- Track pre-pregnancy BMI only — in-pregnancy BMI is not used for these calculations.
- Multiple pregnancies (twins/triplets) have separate targets — do not apply singleton guidelines.
## Examples
**Normal BMI (22.0), singleton:** target 25–35 lbs total; ~1 lb/week in 2nd/3rd trimester.
**Overweight BMI (27.5), singleton:** target 15–25 lbs total; ~0.6 lb/week in 2nd/3rd trimester; at 20 weeks should have gained ~7–10 lbs.
## Common Mistakes
- Using current (pregnant) weight to calculate BMI — always use pre-pregnancy weight.
- Applying singleton ranges to twin pregnancies — significantly underestimates safe gain.
- Treating the upper limit as a goal — it's a ceiling, not a target; stay in the middle of the range.
> **Health Disclaimer:** This is not medical advice. Gestational weight gain targets are individualized. Pre-existing conditions (eating disorders, PCOS, GDM) may require modified targets. Always establish targets with your healthcare provider (OB-GYN or certified nurse-midwife).Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!