WrenchMath

CC to HP Calculator

Estimated HP range: 5.3 to 9.6 hp

There is no exact cc-to-hp conversion. Output depends on tune, aspiration, cam and porting, and the RPM where power is made. This estimates the typical range for the engine class you pick.

Enter engine displacement in cc and pick the engine class that best describes your application. The calculator returns the typical HP range for that class. The chart below is computed at build time by the same tested Go functions the calculator calls.

Why cc does not fix hp

Displacement (cc) measures the volume swept by the piston on one stroke. Horsepower is work per unit time: torque multiplied by RPM, divided by a unit constant. The two are related but not fixed: the same 450 cc cylinder can produce 50 hp in a stock motocross engine or well over 70 hp in a tuned race unit, depending on porting, cam timing, compression, aspiration, and where the engine is run on its power curve.

Published production-engine specs across each class cluster into recognizable cc-per-hp bands. These bands are the basis for this estimator. The bands are wide because they span diverse engine designs; treat the result as a sanity-check range, not a precision measurement.

How the range is computed

Each engine class has a [low, high] cc-per-hp band compiled from published production-engine specs. The HP range is: HP_low = cc / (high cc-per-hp); HP_high = cc / (low cc-per-hp). Dividing cc by more cc-per-hp gives fewer hp; dividing by fewer gives more hp.

Bands by class (cc per hp): race 5-9, performance 9-14, stock 14-22, utility 22-40. These are illustrative ranges from published production-engine specs. An engine that falls outside the band for its class is not unusual; the bands represent typical production output, not physical limits.

Worked example: 212 cc utility-class engine. HP_low = 212 / 40 = 5.3 hp. HP_high = 212 / 22 = 9.6 hp. The widely sold 212 cc utility single (Honda GX200 class) is commonly published at 5.5-6.5 hp in stock form, which falls inside this range. A lightly modified version producing 8 hp is also inside the band.

Second example: 450 cc race-class engine. HP_low = 450 / 9 = 50 hp. HP_high = 450 / 5 = 90 hp. Published motocross 450s typically fall in the 50-65 hp range at the crank; high-output variants and built engines can exceed that.

HP range by displacement and class

All values computed at build time by the same tested Go functions the calculator calls. Ranges reflect typical published production-engine specs for each class; individual engines will vary.

Estimated HP range by engine displacement and class. Utility: agricultural, generator, stock kart. Stock: production motorcycle or ATV. Performance: sport bike or modified MX. Race: purpose-built competition engine.
Displacement (cc)Utility HP rangeStock HP rangePerformance HP rangeRace HP range
501.2-2.32.3-3.63.6-5.65.6-10.0
1253.1-5.75.7-8.98.9-13.913.9-25.0
2125.3-9.69.6-15.115.1-23.623.6-42.4
2506.2-11.411.4-17.917.9-27.827.8-50.0
45011.2-20.520.5-32.132.1-50.050.0-90.0
70017.5-31.831.8-50.050.0-77.877.8-140.0

FAQ

Why is there no single cc to hp number?

Horsepower is not fixed by displacement. The same cc produces different power depending on combustion efficiency, cam timing, porting, compression ratio, aspiration, and the RPM band targeted. Two engines with identical displacement can differ by 2x in peak power. Displacement tells you how much air and fuel the engine can ingest per cycle; how much of that charge it converts to work is determined by the rest of the design.

How many hp is a 212cc engine?

A stock utility-class 212 cc engine (Honda GX200 class, Predator 212) typically produces 5.5-6.5 hp as published by the manufacturer. The calculator's utility band gives 5.3-9.6 hp for 212 cc, which brackets that range and also accounts for lightly modified variants. A race-prepped 212 cc open-class engine can push well past the stock figure; use the performance or race band if the engine is built.

Does more cc always mean more power?

Within the same engine class and design family, more displacement generally means more torque and power because a larger charge of air and fuel is burned each cycle. Across different classes, the rule breaks down: a 212 cc race-spec engine can outpower a 450 cc utility engine. Displacement sets the ceiling for a given design; the tune determines how much of that ceiling is reached.

What class should I pick for my engine?

Use utility for agricultural, generator, and go-kart engines that run at fixed low-speed loads (Honda GX series, Predator 212/301 stock). Use stock for production motorcycles, ATVs, and scooters in unmodified form. Use performance for production sport bikes and modified four-stroke motocross engines. Use race for purpose-built competition engines with porting, hot cams, and high-compression pistons.

Sources

CC-per-hp bands are illustrative ranges compiled from published production-engine specifications across each class. They are not derived from a single study; they represent observed clustering in manufacturer-published peak-power figures for each application category.

Formula: HP_low = cc / (high cc-per-hp); HP_high = cc / (low cc-per-hp). Implemented in formulas.HPRangeLow and formulas.HPRangeHigh.