Calculateus

Work & Power Calculator

Calculate mechanical work done by a force and the power delivered over time.

Result

Work Done
2,000 J
Power
400 W

About the Work & Power Calculator

This calculator finds the mechanical work done when a constant force moves an object a given distance, and the power delivered if that motion happens over a set amount of time. It's built for anyone who needs to translate a simple force-and-distance scenario, like pushing a cart or lifting a load, into the two core quantities of classical mechanics: energy transferred and rate of energy transfer.

How It Works

You enter three values: the applied force in newtons, the distance the object moves in meters, and the time taken in seconds. The calculator multiplies force by distance to get work in joules, then divides that work by time to get power in watts. If time is entered as zero, the calculator reports power as zero rather than dividing by zero.

Work = Force x Distance (J); Power = Work / Time (W), with Power set to 0 when Time <= 0.

Formula & Methodology

To work this by hand, first multiply force by distance to get work in joules - this step doesn't involve time at all, so the same 2000 N of force moving something 1 meter always does 2000 J of work whether it takes one second or one hour. Power only enters the picture in the second step, where you divide that work total by however many seconds the motion took. A smaller time in the denominator produces a larger power figure, which is why doing the same task faster always requires more power even though the total work stays fixed.

Examples

Pushing a loaded cart

A warehouse worker pushes a cart with 200 N of force over 10 meters in 5 seconds. Work done is 200 x 10 = 2000 J, and power delivered is 2000 / 5 = 400 W.

Slow versus fast lift

A hoist applies 500 N of force to raise a load 3 meters, taking 10 seconds. Work is 500 x 3 = 1500 J, and power output is 1500 / 10 = 150 W, notably lower than the cart example because the energy is delivered more slowly.

Advantages

  • Separates the two most confused terms in introductory physics, work and power, into distinct outputs from a single set of inputs so their relationship is visible at a glance.
  • Handles the divide-by-zero case automatically, so entering a time of zero doesn't crash the calculation or return a nonsensical result.
  • Works for any consistent SI inputs, from small classroom problems to larger mechanical or industrial force-distance-time scenarios.

Common Mistakes

  • Using a distance that isn't measured in the same direction as the applied force, such as plugging in vertical lift height when the force was applied at an angle.
  • Forgetting that work does not depend on time at all, then assuming a slower task automatically means less total work was done rather than just lower power.
  • Entering distance or time in non-SI units, such as feet or minutes, without converting first, which produces a work or power figure that isn't actually in joules or watts.

Edge Cases to Watch For

  • A time value of zero or negative causes the calculator to report power as 0 W instead of an error or an infinite value, since the code only divides by time when it is greater than zero.
  • Negative force or distance values are accepted without validation, which produces a negative work figure - this can represent work done against the direction of motion, such as braking or deceleration, rather than an input error.
  • The formula assumes the force is constant and applied in the same direction as the motion; a force applied at an angle to the displacement, or one that varies during the motion, would need a different calculation than simple multiplication.

Common Use Cases

  • Physics students checking work and power problems from a textbook or lab assignment.
  • Engineers or hobbyists estimating the power rating a motor or actuator would need to perform a known force-distance task in a target time.
  • Anyone comparing two scenarios with the same force and distance but different durations, to see how much power requirement changes with speed.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

What's the difference between work and power?

Work (force × distance) measures total energy transferred, regardless of how long it took. Power (work ÷ time) measures how quickly that energy is transferred - lifting a box slowly or quickly does the same work, but the quick lift requires more power.

Conclusion

By pairing work and power in one calculation, this tool makes clear that they answer different questions: how much energy was transferred, and how fast it was transferred. Adjusting the time value alone, while keeping force and distance fixed, is a quick way to see that relationship in action.