# Flywheel Energy Storage Calculator

Calculate the kinetic energy stored in a flywheel. E = ½·I·ω², ω = 2π·n/60. Enter the moment of inertia directly, or compute it from flywheel mass and radius (I = ½·m·r²). Supports J/kJ/Wh.

> Canonical page: https://elysiatools.com/en/tools/flywheel-energy-storage

- **Category:** Math & Numbers

- **Keywords:** flywheel, kinetic energy, moment of inertia, energy storage, angular velocity, rotational energy, mechanical engineering

## Overview

The Flywheel Energy Storage Calculator computes the kinetic energy stored in a rotating flywheel using its moment of inertia and rotational speed. It supports direct input of the moment of inertia or automatically derives it from the flywheel's mass and radius, outputting results in Joules, Kilojoules, or Watt-hours.

## Inputs

- **Moment of Inertia I (kg·m²)** (number): Optional. If omitted, it is computed from flywheel mass and radius using I = ½·m·r².
- **Rotational Speed n (rpm)** (number): e.g. 3000
- **Flywheel Mass m (kg)** (number): Optional. Used with radius to derive I when I is not provided.
- **Flywheel Radius r (m)** (number): Optional. Used with mass to derive I when I is not provided.
- **Energy Unit** (select)
- **Decimal Places** (number)

## When to use

- Designing mechanical energy storage systems that rely on rotating flywheels.
- Calculating the kinetic energy capacity of a flywheel when only its mass, radius, and rotational speed are known.
- Converting rotational speed and moment of inertia into standard energy units like Joules, Kilojoules, or Watt-hours.

## How it works

- Enter the rotational speed in revolutions per minute (rpm).
- Provide the moment of inertia directly, or input the flywheel's mass and radius to let the calculator compute it using the formula I = ½·m·r².
- Select your preferred energy unit (J, kJ, or Wh) and set the desired decimal precision.
- Click calculate to obtain the angular velocity and total stored kinetic energy.

## Use cases

- Determining the energy storage capacity of industrial UPS systems utilizing mechanical flywheels.
- Sizing flywheels for automotive regenerative braking systems by analyzing mass and rotational speed limits.
- Academic physics and mechanical engineering calculations involving rotational dynamics and energy conservation.

## Frequently asked questions

### How does the calculator compute the moment of inertia if I do not provide it?

It calculates the moment of inertia using the formula I = ½·m·r², assuming a solid cylinder or disk shape based on the mass and radius you provide.

### What units of energy does this tool support?

The calculator supports Joules (J), Kilojoules (kJ), and Watt-hours (Wh).

### What formula is used to calculate the stored kinetic energy?

It uses the rotational kinetic energy formula E = ½·I·ω², where I is the moment of inertia and ω is the angular velocity in radians per second.

### How is rotational speed in rpm converted to angular velocity?

Rotational speed (n) in rpm is converted to angular velocity (ω) in rad/s using the formula ω = 2π·n/60.

### Can I adjust the precision of the output?

Yes, you can specify the number of decimal places for the output, ranging from 0 to 8.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Adjusted R-Squared Calculator](https://elysiatools.com/en/tools/adjusted-r-squared-calculator): Calculate adjusted R squared from R squared, sample size, and predictor count
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.

## Samples

- [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
- [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 Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
