# Mechanical Efficiency Calculator

Calculate the efficiency of a mechanical transmission (gearbox, belt, chain, etc.). η = P_out / P_in, returning the efficiency percentage and the power loss P_loss = P_in − P_out.

> Canonical page: https://elysiatools.com/en/tools/mechanical-efficiency-calculator

- **Category:** Math & Numbers

- **Keywords:** mechanical efficiency, transmission efficiency, power loss, gearbox efficiency, eta, P_out / P_in, energy loss, mechanical engineering

## Overview

The Mechanical Efficiency Calculator helps you quickly determine the efficiency (η) and power loss (P_loss) of mechanical transmissions like gearboxes, belts, and chains. By entering the input power (P_in) and output power (P_out), you can instantly calculate the efficiency percentage and the exact energy lost during transmission.

## Inputs

- **Input Power P_in (W)** (number): e.g. 1000
- **Output Power P_out (W)** (number): e.g. 850
- **Decimal Places** (number)

## When to use

- When evaluating the performance of a newly designed gearbox, belt drive, or chain drive system.
- When troubleshooting power transmission systems to identify excessive energy loss.
- When verifying manufacturer specifications for mechanical components under load.

## How it works

- Enter the input power (P_in) supplied to the transmission system.
- Enter the output power (P_out) delivered by the transmission system.
- Specify the desired number of decimal places for the calculation results.
- Click calculate to compute the efficiency ratio (η = P_out / P_in), the efficiency percentage, and the power loss (P_loss = P_in − P_out).

## Use cases

- Gearbox testing to measure energy loss due to gear meshing and bearing friction.
- Belt and chain drive optimization to compare different tension levels and alignment setups.
- Electric motor and drivetrain integration analysis to determine overall system efficiency.

## Frequently asked questions

### What units should I use for input and output power?

You can use Watts (W), Kilowatts (kW), or Horsepower (HP), as long as both input and output power values use the same unit.

### Can output power be greater than input power?

No, in real mechanical systems, output power is always less than input power due to friction and other losses, resulting in an efficiency of less than 100%.

### How is power loss calculated?

Power loss is calculated by subtracting the output power from the input power (P_loss = P_in − P_out).

### What does a mechanical efficiency of 100% mean?

An efficiency of 100% represents an ideal, frictionless system with zero power loss, which is theoretically impossible in physical machinery.

### How do I adjust the precision of the calculated efficiency?

You can set the 'Decimal Places' option to your preferred value (between 0 and 8) to control the rounding of the final output.

## Related tools

- [Active Earth Pressure (Rankine)](https://elysiatools.com/en/tools/active-earth-pressure): Calculate the Rankine active earth pressure on a smooth vertical wall backfilled with cohesionless soil. K_a = tan²(45°−φ/2). Optional uniform surcharge q. Returns the base pressure p₀, the total force P, and the resultant height.
- [RLC Admittance Calculator (Y = G + jB)](https://elysiatools.com/en/tools/admittance-calculator): Compute complex admittance Y = 1/Z = G + jB for series or parallel RLC circuits: G = R/|Z|², B = −X/|Z|². Returns conductance, susceptance, magnitude and phase angle. Supports any subset of R/L/C.
- [Antilog Calculator](https://elysiatools.com/en/tools/antilog-calculator): Calculate antilogarithms for any valid base and optionally verify the result by applying the logarithm again
- [Arithmetic Sequence Calculator](https://elysiatools.com/en/tools/arithmetic-sequence-calculator): Calculate the nth term, first terms, and finite sum of an arithmetic sequence
- [Bayes Theorem Calculator](https://elysiatools.com/en/tools/bayes-theorem-calculator): Calculate posterior probability P(A given B) using prior, likelihood, and false-positive rate
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
