# Compression Ratio Calculator

Calculate engine compression ratio from bore, stroke, combustion chamber volume, and head gasket specs. Includes gasket volume and deck clearance calculations.

## What this calculates

Compression ratio (CR) is the ratio of the total cylinder volume at bottom dead center to the volume at top dead center. A typical naturally aspirated gasoline engine runs 10:1 to 12:1 CR, while turbocharged engines usually run 8.5:1 to 9.5:1 to prevent knock. Getting the CR right is critical for power output, efficiency, and engine reliability.

## Inputs

- **Bore (Cylinder Diameter)** (mm) — min 10 — Cylinder bore diameter.
- **Stroke** (mm) — min 10 — Piston stroke length (BDC to TDC).
- **Combustion Chamber Volume** (cc) — min 1 — Volume of the combustion chamber in the cylinder head (cc).
- **Head Gasket Thickness** (mm) — min 0 — Compressed thickness of the head gasket.
- **Head Gasket Bore** (mm) — min 10 — Gasket bore diameter (usually slightly larger than cylinder bore).
- **Piston Deck Clearance Volume** (cc) — min -10, max 20 — Positive = below deck (adds volume), negative = above deck (reduces volume). Enter 0 for flush.

## Outputs

- **Compression Ratio** — The calculated compression ratio.
- **Swept Volume** (cc) — Volume displaced by the piston.
- **Total Clearance Volume** (cc) — Total volume at TDC (chamber + gasket + deck clearance).
- **Head Gasket Volume** (cc) — Volume added by the head gasket.

## Details

The compression ratio formula is:

CR = (Swept Volume + Total Clearance Volume) / Total Clearance Volume

Total clearance volume = combustion chamber + head gasket volume + piston deck clearance. The swept volume = (pi/4) * bore2 * stroke.

**How Each Component Affects CR:**
- **Smaller combustion chamber** = higher CR (milling the head removes material and reduces chamber volume)
- **Thinner head gasket** = higher CR (less dead volume between piston and head)
- **Piston above deck (negative clearance)** = higher CR (piston sticks up into the chamber)
- **Longer stroke** = higher CR (more swept volume, same clearance)

**Typical Compression Ratios:**
- **Naturally aspirated gasoline:** 10.0:1 to 13.0:1
- **Turbocharged gasoline:** 8.0:1 to 10.5:1
- **Diesel engines:** 15:1 to 22:1 (ignition by compression)
- **High-performance NA (e.g., S2000):** 11.0:1 to 12.5:1
- **Race engines (high-octane fuel):** 13:1 to 15:1

Raising CR increases thermal efficiency (more power per unit of fuel) but also increases the risk of detonation (knock). Higher-octane fuel resists knock better, which is why high-performance and race engines require premium or race fuel.

## Frequently Asked Questions

**Q: What is compression ratio?**

A: Compression ratio is the ratio of the maximum cylinder volume (piston at BDC) to the minimum volume (piston at TDC). A 10:1 ratio means the air-fuel mixture is compressed to one-tenth of its original volume before ignition. Higher compression generally means more power and efficiency.

**Q: How do I measure combustion chamber volume?**

A: Use a burette to fill the combustion chamber with fluid (usually ATF or isopropyl alcohol) while the valves are sealed and a clear plate covers the chamber opening. The volume of fluid required to fill the chamber is the combustion chamber volume in cc. This is called cc-ing the heads.

**Q: What happens if compression ratio is too high?**

A: Excessive compression causes detonation (knock), where the air-fuel mixture ignites prematurely from heat and pressure. Knock can destroy pistons, rings, and bearings in seconds. The solution is lower CR, higher-octane fuel, retarded ignition timing, or a combination of all three.

**Q: Why do turbo engines use lower compression?**

A: Turbochargers force more air (and therefore more heat) into the cylinder. Higher intake pressure combined with high compression ratio would cause severe knock. Lowering the static compression ratio gives headroom for boost pressure. Modern direct-injection turbo engines can run higher CR (9.5:1 to 10.5:1) because DI cools the charge.

---

Source: https://vastcalc.com/calculators/physics/compression-ratio
Category: Physics
Last updated: 2026-04-08
