Car Detailing Dilution Calculator

Calculate Accurate Car Cleaning Chemical Ratios for APC, Foam Cannons, Wheel Cleaners, Interior Sprays, and More

How the Dilution Calculator Works

This tool computes how much concentrated chemical and how much water to combine to fill a container at a chosen dilution ratio, for car detailing chemicals (APC, wheel cleaner, foam cannon soap, etc.).

The ratio convention

Detailing product labels almost always use a parts ratio written as 1 : N:

  • 1 part chemical (concentrate)
  • N parts water (diluent)

Example: 1 : 10 APC means 1 part product + 10 parts water → 11 total parts of finished mixture.

This is a volume ratio (v/v), not a mass ratio. Both sides are measured in the same unit (ml, oz, etc.), so the unit cancels out and the ratio itself is dimensionless.

Reference:

The formula

Given a target total finished volume V_total and a ratio 1 : N:

parts_total   = 1 + N
chemical      = V_total / parts_total
water         = V_total - chemical
              = V_total * N / (1 + N)

Worked example — fill a 1000 ml spray bottle with APC at 1:10:

parts_total = 1 + 10        = 11
chemical    = 1000 / 11     ≈ 90.9 ml
water       = 1000 - 90.9   ≈ 909.1 ml

So pour ~91 ml of APC concentrate into the bottle and top up with ~909 ml of water.

Units & conversion

Internally everything is normalized to milliliters before the math runs, then converted back to the user-selected display unit. Switching units only changes the displayed numbers — it does not change the underlying mixture.

Conversion factors used (US customary):

Unitml per unit
ml1
L1000
oz29.5735 (US fluid ounce)
gal3785.41 (US gallon)

Reference:

Presets (ratio per dirt level)

Each cleaning category exposes three pre-baked ratios for light, moderate, and heavy soiling. These match common label recommendations from major detailing brands (Meguiar’s, Chemical Guys, P&S, Koch-Chemie, etc.). Examples:

CategoryLightModerateHeavy
All-Purpose Cleaner1:201:101:4
Wheel Cleaner1:51:31:1
Foam Cannon Soap1:201:121:8
Degreaser1:101:51:2

Picking a preset + dirt level auto-fills the ratio. Editing the ratio manually overrides it.

Vehicle type → suggested volume

Vehicle size only affects the default container size (so you mix a sensible batch), never the ratio:

VehicleDefault volume
Motorcycle500 ml
Sedan1000 ml
SUV1500 ml
Truck2000 ml

Strength indicator

Derived directly from N in 1 : N:

N (water parts)StrengthMeaning
≥ 15SafeMild dilution, low risk
5 – 14ModerateNormal working strength
< 5AggressiveStrong — test first, watch surfaces

This is a UI hint, not a chemistry-accurate hazard rating. Always follow the manufacturer’s SDS / label.

Reference:

What this tool does not do

  • It does not account for product density (assumes v/v ratio, which is what detailing labels use).
  • It does not account for temperature, pH, or chemical compatibility between products.
  • It does not replace the manufacturer’s instructions or SDS.