What This Hohmann Transfer Calculator Does
This tool computes the classic two-impulse Hohmann transfer between circular orbits around a selected central body. Use preset constants for the Sun, Earth, Moon, Mars, Venus, or Jupiter, or enter a custom gravitational parameter and mean radius. Enter either altitudes above the mean radius or raw orbital radii (r₁ → r₂). The calculator returns Δv₁, Δv₂, total Δv, transfer time, transfer ellipse geometry, an orbit diagram, and optional rocket-equation propellant mass. Everything runs 100% client-side for privacy and speed.
Under the hood, for radii r₁ and r₂ and gravitational parameter μ, the transfer ellipse has semi-major axis
a = (r₁ + r₂)/2. Burn 1 sets the periapsis/apoapsis speed to enter the ellipse:
vt,1 = √( μ(2/r₁ − 1/a) ). Burn 2 circularizes at r₂ with
vt,2 = √( μ(2/r₂ − 1/a) ). The circular speeds are
vc,1 = √( μ/r₁ ) and vc,2 = √( μ/r₂ ).
We report Δv₁ = |vt,1 − vc,1| and
Δv₂ = |vc,2 − vt,2|. The transfer time is
T = π√( a³/μ ).
Plane Changes (Optional)
Need an inclination tweak? Add a plane-change angle and choose whether to combine it with the departure burn,
arrival burn, periapsis burn, apoapsis burn, or the automatic high-altitude node. The combined impulse is calculated
with the vector equation Δv = √(va² + vb² − 2vavbcos Δi).
Plane changes are usually cheaper where orbital speed is lower, which is why the automatic setting prefers the
high-altitude node.
When to Use a Hohmann Transfer
A Hohmann transfer is the most energy-efficient two-burn strategy between circular, coplanar orbits. It’s perfect for quick sizing of maneuvers like LEO → GEO, LEO → higher LEO, lunar orbit changes, Mars satellite altitude adjustments, and heliocentric first-pass estimates such as Earth to Mars. Because the transfer is tangent to both orbits, only two burns are required: one to enter the ellipse and one to circularize, which keeps Δv low and estimates easy to compare.
Limits and Notes
Real spacecraft experience finite burn durations, gravity and drag losses during thrusting, and perturbations (e.g., J2, third-body effects). These operational details, plus phasing, lighting, and ground-station coverage, are not modeled here. For very large radius ratios (roughly when r₂/r₁ ≳ 12), a bi-elliptic transfer can beat a Hohmann in total Δv. This calculator focuses on the classic Hohmann because it captures the essential energetics with closed-form equations and gives a reliable baseline for early mission design, education, and trade studies.
Educational use only — not for mission-critical planning. Always validate with high-fidelity trajectory tools.
