Potential Energy Calculator · mgh in J, kJ & ft-lbs

Potential Energy Calculator

Calculate gravitational potential energy from mass, height and gravity

Quick preset
Inputs
Potential energy: PE = m × g × h. Where m is mass (kg), g is gravity (m/s²), and h is height above the reference point (m).
Potential Energy Result
Potential energy
— J
— — —
⛰️—
Kilojoules
— kJ
Foot-pounds
— ft-lbs
Calories
— cal
Impact speed if dropped
— m/s
Energy scale — what this compares to
Energy rangeScaleExamples
Reference — common potential energies
ScenarioMassHeightEnergyCategory
Powered by Toolraxy
Embed this calculator
Embed code
Live preview — identical to the main calculator EXACT MATCH
\n'; }function generateEmbedCode() { var toolHtml = buildToolHtml(); if (embedCodeTextarea) embedCodeTextarea.value = toolHtml; if (embedPreview) embedPreview.srcdoc = toolHtml; }window.toggleEmbedPanel = function () { if (!embedPanel) return; var isHidden = (embedPanel.style.display === 'none' || embedPanel.style.display === ''); if (isHidden) { generateEmbedCode(); embedPanel.style.display = 'block'; try { embedPanel.scrollIntoView({ behavior:'smooth', block:'start' }); } catch (e) {} } else { embedPanel.style.display = 'none'; } };window.closeEmbed = function () { if (embedPanel) embedPanel.style.display = 'none'; }; window.refreshEmbed = function () { generateEmbedCode(); };window.copyEmbedCode = function () { if (!embedCodeTextarea) return; generateEmbedCode(); embedCodeTextarea.select(); embedCodeTextarea.setSelectionRange(0, embedCodeTextarea.value.length); if (navigator.clipboard) { navigator.clipboard.writeText(embedCodeTextarea.value).then(function () { alert('Embed code copied!'); }) .catch(function () { try { document.execCommand('copy'); alert('Embed code copied!'); } catch (e) { alert('Press Ctrl+C to copy'); } }); } else { try { document.execCommand('copy'); alert('Embed code copied!'); } catch (e) { alert('Press Ctrl+C to copy'); } } };function bindAll() { [massInput, heightInput, customGravityInput].forEach(function (el) { if (el) { el.addEventListener('input', calculate); el.addEventListener('change', calculate); } }); [massUnitSelect, heightUnitSelect].forEach(function (el) { if (el) el.addEventListener('change', calculate); }); if (gravitySelect) gravitySelect.addEventListener('change', updateCustomGravityUI); if (presetSelect) presetSelect.addEventListener('change', onPresetChange); }function init() { populatePresets(); bindAll(); calculate(); if (embedPanel) embedPanel.style.display = 'none'; }if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', init); } else { init(); } })();

Creator & Maintainer

Image of Faiq Ur Rahman, CEO & Founder Toolraxy

Faiq Ur Rahman

Founder & CEO, Toolraxy

Faiq Ur Rahman is a web designer, digital product developer, and founder of Toolraxy, a growing platform of web-based calculators and utility tools. He specializes in building structured, user-friendly tools focused on health, finance, productivity, and everyday problem-solving.

Share:

Rate this Tool

User Ratings:

0
0 out of 5 stars (based on 0 reviews)
Excellent
Very good
Average
Poor
Terrible

ADVERTISEMENT

ADVERTISEMENT

Potential Energy Calculator: Mass, Height, and Gravity

Lift something up and you give it stored energy. A 2 kg book moved from the floor to a shelf 1.8 m up gains about 35 J. That energy sits there until the book falls or gets pushed off. This potential energy calculator works out that number from three inputs: mass, height, and gravity. The gravity dropdown covers Earth, the Moon, Mars, Jupiter, and a custom value, so you can compare how the same lift stores different energy on different worlds. A 10 kg weight raised 2 m holds 196 J on Earth and 32.4 J on the Moon. Six times less. Same mass, same height, different planet.

 

How to Use This Potential Energy Calculator

  1. Pick a preset from the dropdown, or leave it on Custom / manual input.

  2. Enter the mass. Units include kg, g, lb, oz, and metric tons.

  3. Type the height above your reference point. Units include m, cm, km, ft, and in.

  4. Choose a gravity value from the dropdown. Earth standard is the default at 9.807 m/s².

  5. Select Custom gravity to type your own value in m/s².

  6. Watch the hero number update as you type.

  7. Read the four tiles for kilojoules, foot-pounds, calories, and drop-impact speed.

  8. Compare your result against the scale table and the reference table.

 

How the Potential Energy Formula Works

Gravitational potential energy equals mass times gravity times height. That’s the whole formula for an object near a planet’s surface, and it gives the energy in joules.

Formula: PE = m × g × h

Formula: v = √(2 × g × h)

PE is potential energy in joules. m is mass in kilograms. g is gravitational acceleration in m/s². h is height above the reference point in meters. The second formula returns the impact speed if the object were dropped from that height.

The calculator converts every mass unit to kilograms and every height unit to meters before multiplying. Gravity comes from the dropdown: Earth standard (9.80665 m/s²), Earth equator (9.780), Earth poles (9.832), Moon (1.62), Mars (3.71), Venus (8.87), Jupiter (24.79), and a Sun option, plus custom. Pick the one that matches your scenario, or type your own.

If mass or height is negative, the tool shows dashes and a warning. Zero is allowed and returns zero energy. Gravity must be positive; if the custom field holds something invalid, the tool falls back to Earth standard. The impact speed formula assumes no air resistance, so it’s an upper bound for real falls.

 

Worked Example

Load the crane load preset. The mass is 2,000 kg. The height is 30 m. Gravity is Earth standard, 9.80665 m/s².

Step 1: Multiply mass by gravity. 2,000 × 9.80665 = 19,613.3.

Step 2: Multiply by height. 19,613.3 × 30 = 588,399 J.

The calculator reports about 588 kJ. In foot-pounds, that’s roughly 434,000 ft-lbs. In calories, about 140,600 cal. Impact speed if dropped is √(2 × 9.80665 × 30) = 24.26 m/s.

That’s the energy a crane stores when it lifts a two-tonne load to the top of a ten-storey building. If the cable snapped, the load would hit the ground at 24 m/s, or about 87 km/h. That’s why crane safety standards and load charts exist.

What Is the Potential Energy Formula for Other Planets?

The formula stays the same. Only the value of g changes. The Moon’s surface gravity is 1.62 m/s², Mars is 3.71, Venus is 8.87, and Jupiter is 24.79. Plug in whichever value matches the world you’re calculating for, and the rest of the math is identical.

Gravity sourceg (m/s²)PE for 10 kg at 2 m
Earth standard9.80665196.1 J
Moon1.6232.4 J
Mars3.7174.2 J
Venus8.87177.4 J
Jupiter24.79495.8 J

That table shows why gravity matters. The same 10 kg mass raised 2 m stores 15 times more energy on Jupiter than on the Moon. If you’re running a physics problem set on a fictional planet, use the custom gravity field and type in whatever value the problem gives you.

Frequently Asked Questions

What is potential energy?

Potential energy is the energy stored in an object because of its position. For an object lifted above a surface, it equals mass times gravity times height. The unit is the joule.

 

How do you calculate gravitational potential energy?

Multiply mass in kilograms by gravity in m/s² by height in meters. A 5 kg object at 10 m on Earth gives 5 × 9.80665 × 10 = 490.3 J. No squaring, no division by two.

 

Why does gravity change the answer?

Because the formula multiplies by g. On the Moon, g is 1.62 m/s², so the same lift stores about one-sixth the energy as on Earth. On Jupiter, g is 24.79 m/s², so the same lift stores about 2.5 times more.

 

What is the potential energy of a falling object?

At any height h, potential energy is mgh. As the object falls, that energy converts to kinetic energy. At the moment of impact, all of it has become kinetic (assuming no air resistance).

 

How much potential energy does a hydro dam store?

A cubic meter of water at 100 m above a turbine holds 981 kJ. A typical dam releases hundreds of cubic meters per second, which translates to hundreds of megawatts of power.

 

What units does this potential energy calculator support?

Mass supports kg, g, lb, oz, and metric tons. Height supports m, cm, km, ft, and in. Gravity supports eight preset values plus a custom option. Output is in joules, kilojoules, foot-pounds, and calories.

 

Can I use this calculator for other planets?

Yes. The gravity dropdown includes the Moon, Mars, Venus, Jupiter, and a Sun option, plus a custom field for anything else. Pick the world, enter mass and height, and the calculator handles the rest.

 

What is the difference between potential and kinetic energy?

Potential energy is stored energy based on position. Kinetic energy is energy of motion. A ball at the top of a ramp has potential energy; when it rolls, that energy becomes kinetic. The two convert back and forth.

 

How do I calculate potential energy in foot-pounds?

Compute the energy in joules first, then divide by 1.3558. A 500 J result equals about 369 ft-lbs. The calculator does this automatically.

 

Why is my potential energy calculation different from a textbook?

Textbooks often round gravity to 9.8 m/s² or even 10 m/s². This calculator uses 9.80665. The difference is small, usually under 1%, but it shows up in the last digit.

 

Does the reference point for height matter?

Yes. Height is measured from wherever you define zero. The floor, sea level, or a tabletop all work. The absolute PE changes if you change the reference, but the difference in PE between two heights does not.

 

What is the impact speed if I drop the object?

Impact speed is √(2gh). It depends only on gravity and height, not on mass. A 1 kg and a 100 kg object dropped from the same height hit the ground at the same speed (ignoring air resistance).

ADVERTISEMENT

ADVERTISEMENT