Mass budget

Spacecraft Mass Budget

Will it fit the launch vehicle? Roll up subsystem dry masses, fold in maturity-based contingency, add propellant, and check the wet mass against the cap.

// SMAD Ch.14 subsystem mass roll-up with maturity-based contingency (mass-growth allowance). per-line contingency, propellant, launch-mass cap, ~20% early-design margin rule. engineering trade study only — not a verification-grade mass-properties report.

AI explainer Run the numbers, then let ENKI break down what they mean — diagrams and all.
How a mass budget works & what it omits

Mass is the hardest currency in spacecraft design. Every kilogram has to be lifted to orbit, and the launch vehicle (or the rideshare port on it) sets a hard cap. A mass budget is the running ledger that tracks where every kilogram goes — subsystem by subsystem — so the team knows, at any point in the design, whether the spacecraft still fits.

This tool follows the standard first-order treatment from SMAD (Space Mission Analysis and Design, Ch. 14) and NASA / AIAA S-120 (Mass Properties Control for Space Systems). Each subsystem — structure, power, ADCS, propulsion, comms, payload, thermal, harness, avionics — carries its own dry-mass estimate plus its own contingency (also called mass-growth allowance, MGA). Contingency is a maturity-based reserve: a flight-proven box that has been built and weighed carries roughly 5%, an off-the-shelf or modestly-modified item carries roughly 10% nominal, and a new-development item whose design has not matured must reserve roughly 20%. The contingency-loaded subsystem mass is m × (1 + contingency / 100).

Summing the contingency-loaded subsystem masses gives the dry mass with contingency. Adding propellant — a sized quantity carrying no growth allowance, because it is not an estimate that can creep — gives the wet mass. The wet mass is what is checked against the launch-vehicle mass cap. The difference is the margin: margin = cap − wet mass. SMAD / AIAA S-120 margin philosophy holds that early in design — before Preliminary Design Review — a spacecraft should carry roughly 20% margin against its allocated mass, burning that reserve down as the design matures and estimates firm up. This tool flags whether the budget clears both the hard cap and that recommended reserve.

What this tool does not capture: mass properties beyond total mass (centre of gravity, moments of inertia, balance), the allocation flow-down from system to subsystem to component, separate dry / burnout / injected mass accounting against multiple launch milestones, or the formal mass-properties control board process. It is a fast trade-study roll-up for sizing and feasibility — not a substitute for a verification-grade mass-properties report.

// load a class, then edit the subsystem line items.

Subsystem dry masses

// per-line contingency: ~5% flight-proven, ~10% nominal, ~20% new development.

Propellant & cap

// propellant carries no contingency; cap is the launch-vehicle allocation.

Mass budget roll-up

// 9 subsystems · contingency 13.6 kg

Within cap — 52.4 kg spare

119.0 kg

Total dry mass

132.6 kg

Dry + contingency

147.6 kg

Wet mass

52.4 kg

Margin vs cap

26.2%

Margin percent

PASS

Cap check

// dry mass with contingency, by subsystem

  • structure26.4 kg · 20%
  • power19.8 kg · 15%
  • adcs12.6 kg · 10%
  • propulsion9.90 kg · 7%
  • comms6.30 kg · 5%
  • payload36.0 kg · 27%
  • thermal5.50 kg · 4%
  • harness7.70 kg · 6%
  • avionics8.40 kg · 6%

// shareable URL encodes every line item. no backend.

// ai-generated breakdown of what these numbers mean — with diagrams.

References

  • // Wertz, J. R., Everett, D. F., Puschell, J. J. (eds.) (2011). Space Mission Engineering: The New SMAD, ch. 14 (Spacecraft Design and Sizing).
  • // AIAA S-120A-2015. Mass Properties Control for Space Systems. American Institute of Aeronautics and Astronautics.
  • // NASA-HDBK-8739.21 / NASA mass-properties control practice — maturity-based mass-growth allowance and design-margin philosophy.
  • // Larson, W. J., Wertz, J. R. (eds.) (1999). Space Mission Analysis and Design, 3rd ed., ch. 10 & 14.