---
title: "PPM to EC Converter: Fix the Scale Mismatch Before Your Numbers Mean Anything"
canonical: "https://theyieldgrid.com/ppm-to-ec-converter/"
model_id: "tyg-705"
model_version: "1.0.0"
last_reviewed: "2026-08-20T10:03:21"
reviewed_by: "Umer Hayiat"
---

# PPM to EC Converter: Fix the Scale Mismatch Before Your Numbers Mean Anything

> Canonical calculator: [https://theyieldgrid.com/ppm-to-ec-converter/](https://theyieldgrid.com/ppm-to-ec-converter/)

## What this calculator does

Home - Free Gardening Calculators & Tools - PPM to EC Converter: Fix the Scale Mismatch Before Your Numbers Mean Anything Electrical conductivity and parts per million measure the same thing — the dissolved solids in your nutrient solution — but the number your meter displays depends entirely on which internal conversion factor it uses. A Bluelab Truncheon reading of 1260 PPM and a Hanna HI98318 reading of 900 PPM can both describe the same solution at EC 1.8 mS/cm. That gap is not a calibration problem. It is a scale problem, and confusing the two is the single most common reason hydroponic growers misjudge their feed strength.

## Inputs

| Input | ID | Type | Unit | Range or choices | Required |
|---|---|---|---|---|---|
| Input Value | `ppmec-value` | number | PPM | 0 to | No |
| Input Unit | `ppmec-unit` | select | meter | EC (mS/cm) = `ec`; PPM 500 — Hanna = `ppm500`; PPM 700 — Bluelab / Truncheon = `ppm700` | No |

## Outputs

| Output ID | Default state |
|---|---|
| `ppmec-value-err` |  |
| `ppmec-results` | Converted Value EC Strength Gauge (0 – 4.5 mS/cm) 0 EC (Pure water) 1.5 EC (Ideal) 3.0 EC (Burn risk) 4.5+ EC (Danger) Nutrient Check EC — mS/cm PPM 500 — Hanna PPM 700 — Bluelab Quick Reference — Common EC Values EC (mS/cm) PPM 500 (Hanna) PPM 700 (Bluelab) Use Case 0.4 200 280 Seedlings / clones 0.8 400 560 Early veg 1.4 700 980 Full veg 1.8 900 1260 Transition / early flower 2.2 1100 1540 Peak flower 3.0 1500 2100 ⚠ Nutrient burn threshold 4.0 2000 2800 🔴 Danger — most plants Assumptions & Li |
| `ppmec-out-primary` |  |
| `ppmec-warnings` | Nutrient Check |
| `ppmec-out-ec` | — |
| `ppmec-out-ppm500` | — |
| `ppmec-out-ppm700` | — |

## Formula and method

This 3D visualization demonstrates how the calculator normalizes different manufacturer scales into a single, accurate EC reading. Show the calculation steps The conversion uses two fixed scale factors assigned by meter manufacturers: PPM 500 scale (Hanna, Eutech): PPM = EC x 500. To reverse: EC = PPM / 500. PPM 700 scale (Bluelab, Truncheon): PPM = EC x 700. To reverse: EC = PPM / 700. When you enter a value, the tool first converts everything to EC: If input is EC: EC = entered value. If input is PPM 500: EC = entered value / 500. If input is PPM 700: EC = entered value / 700. Once EC is known, the other two outputs are derived: PPM 500 = EC x 500 (rounded to nearest whole number) PPM 700 = EC x 700 (rounded to nearest whole number) EC is displayed to two decimal places (e.g., 2.20 mS/cm) Rounding rule: PPM outputs use Math.round() — values of .5 and above round up, below .5 round down. EC uses .toFixed(2) for two decimal precision. Assumptions and Limits The 500 and 700 scale factors are approximations. Different nutrient formulations have different ionic compositions, so actual ionic PPM can vary from the converted number by a measurable margin. This tool does not account for solution temperature. EC readings change by roughly 2 percent per degree Celsius. Most meters auto-compensate to 25 degrees C (77 degrees F), but uncompensated readings in cold or hot reservoirs will differ. Maximum valid EC input is 10 mS/cm. Values above this are outside the practical range of any hydroponic system and the tool will display a validation error. A baseline water EC above 0.0 is not subtracted automatically. Growers using well water, municipal water, or partially recirculated solution should subtract baseline EC from the final reading to estimate nutrient-only EC. The nutrient burn threshold of EC 3.0 mS/cm is a general industry reference point. Hardier crops such as tomatoes and peppers may tolerate up to EC 4.0 mS/cm. Delicate crops such as lettuce and herbs may show stress above EC 2.0 mS/cm. PPM 500 and PPM 700 are not the only conversion scales in existence. Some older European meters use a 640 factor. If your meter documentation specifies a different factor, divide your PPM reading by that factor to obtain EC, then use this tool’s EC input field.

## Verified worked examples

### Example 1: EC Reading to Both PPM Scales

Input: EC 1.8 mS/cm Input unit: EC Result: PPM 500 = 1.8 x 500 = 900 PPM (Hanna) ; PPM 700 = 1.8 x 700 = 1260 PPM (Bluelab) The same nutrient solution produces two completely different numbers depending on which meter you hold. A grower using a Hanna pen who tells a colleague “run at 900 PPM” and that colleague owns a Bluelab Truncheon will run their crop at EC 1.29 — 28% below the intended strength — unless the scale is specified.

### Example 2: Hanna PPM Reading to EC

Input: 1100 PPM Input unit: PPM 500 (Hanna) Result: EC = 1100 / 500 = 2.2 mS/cm EC 2.2 mS/cm sits in the upper end of the safe zone for most fruiting crops in full flower. The nutrient check indicator will show yellow — a prompt to monitor closely but not yet cause for immediate dilution unless plants are showing stress signals.

### Example 3: Bluelab Truncheon Reading at the Burn Threshold

Input: 2100 PPM Input unit: PPM 700 (Bluelab) Result: EC = 2100 / 700 = 3.0 mS/cm EC 3.0 mS/cm is exactly the nutrient burn threshold. The tool flags this as danger. Sensitive crops such as lettuce, basil, or strawberries in this solution will typically show marginal leaf scorch within two to three feed cycles. Dilute to bring EC below 2.5 mS/cm before the next irrigation.

## Assumptions

This 3D visualization demonstrates how the calculator normalizes different manufacturer scales into a single, accurate EC reading. Show the calculation steps The conversion uses two fixed scale factors assigned by meter manufacturers: PPM 500 scale (Hanna, Eutech): PPM = EC x 500. To reverse: EC = PPM / 500. PPM 700 scale (Bluelab, Truncheon): PPM = EC x 700. To reverse: EC = PPM / 700. When you enter a value, the tool first converts everything to EC: If input is EC: EC = entered value. If input is PPM 500: EC = entered value / 500. If input is PPM 700: EC = entered value / 700. Once EC is known, the other two outputs are derived: PPM 500 = EC x 500 (rounded to nearest whole number) PPM 700 = EC x 700 (rounded to nearest whole number) EC is displayed to two decimal places (e.g., 2.20 mS/cm) Rounding rule: PPM outputs use Math.round() — values of .5 and above round up, below .5 round down. EC uses .toFixed(2) for two decimal precision. Assumptions and Limits The 500 and 700 scale factors are approximations. Different nutrient formulations have different ionic compositions, so actual ionic PPM can vary from the converted number by a measurable margin. This tool does not account for solution temperature. EC readings change by roughly 2 percent per degree Celsius. Most meters auto-compensate to 25 degrees C (77 degrees F), but uncompensated readings in cold or hot reservoirs will differ. Maximum valid EC input is 10 mS/cm. Values above this are outside the practical range of any hydroponic system and the tool will display a validation error. A baseline water EC above 0.0 is not subtracted automatically. Growers using well water, municipal water, or partially recirculated solution should subtract baseline EC from the final reading to estimate nutrient-only EC. The nutrient burn threshold of EC 3.0 mS/cm is a general industry reference point. Hardier crops such as tomatoes and peppers may tolerate up to EC 4.0 mS/cm. Delicate crops such as lettuce and herbs may show stress above EC 2.0 mS/cm. PPM 500 and PPM 700 are not the only conversion scales in existence. Some older European meters use a 640 factor. If your meter documentation specifies a different factor, divide your PPM reading by that factor to obtain EC, then use this tool’s EC input field. The 500 and 700 scale factors are approximations. Different nutrient formulations have different ionic compositions, so actual ionic PPM can vary from the converted number by a measurable margin. This tool does not account for solution temperature. EC readings change by roughly 2 percent per degree Celsius. Most meters auto-compensate to 25 degrees C (77 degrees F), but uncompensated readings in cold or hot reservoirs will differ. Maximum valid EC input is 10 mS/cm. Values above this are outside the practical range of any hydroponic system and the tool will display a validation error. A baseline water EC above 0.0 is not subtracted automatically. Growers using well water, municipal water, or partially recirculated solution should subtract baseline EC from the final reading to estimate nutrient-only EC. The nutrient burn threshold of EC 3.0 mS/cm is a general industry reference point. Hardier crops such as tomatoes and peppers may tolerate up to EC 4.0 mS/cm. Delicate crops such as lettuce and herbs may show stress above EC 2.0 mS/cm. PPM 500 and PPM 700 are not the only conversion scales in existence. Some older European meters use a 640 factor. If your meter documentation specifies a different factor, divide your PPM reading by that factor to obtain EC, then use this tool’s EC input field. Critical Warnings EC above 3.0 mS/cm triggers nutrient burn. The tool flags this explicitly. Symptoms in most crops: upward leaf curl, brown crispy tips, and wilting despite adequate moisture. Root damage can occur before visible foliar symptoms appear. Scale mismatch is invisible without conversion. A grower running a Bluelab meter on a Hanna-scale schedule will underfeed their crop at every stage. A grower doing the reverse will systematically overfeed. Neither mistake generates an obvious error signal — the meter just shows a number. Always identify the scale before trusting the number. Using a cal-mag dosage calculator on a misidentified PPM reading, for instance, will produce incorrect supplement volumes. Source water EC is additive. If your tap or well water reads EC 0.4, and you mix nutrients to a target of EC 1.8, the combined solution will read EC 2.2 or higher — not 1.8. Measure source water first and account for it. Recirculating systems accumulate EC over time. In deep water culture and NFT channels, evaporation concentrates dissolved solids while water leaves. EC will creep upward between reservoir top-ups. Top up with plain water, not nutrient solution, when reservoir level drops without a corresponding rise in EC. For precise dosing across a full system, a hydroponic nutrient dosing calculator is the appropriate next tool. Minimum Standards EC 0.4 to 0.8 mS/cm: minimum acceptable range for seedlings and newly rooted clones. EC 1.2 to 2.4 mS/cm: the broadly accepted working range for most vegetative and flowering hydroponic crops. EC 3.0 mS/cm: the universally cited upper safety limit for sensitive and moderately tolerant species. Do not exceed without species-specific confirmation. EC measurement frequency: check at minimum every 48 hours in active recirculating systems; every 24 hours during high-temperature periods when evaporation is accelerated. Competitor Trap: Many PPM-to-EC reference pages list a single conversion table and never specify which PPM scale it uses. A reader with a Bluelab meter following a “1000 PPM = EC 2.0” table (which assumes the 500 scale) would actually be running EC 1.43 — 28.5 percent below the intended concentration. No warning, no red flag, just a chronically underfed crop that looks like a micronutrient problem. The scale must always be declared alongside any PPM number. EC 0.4 to 0.8 mS/cm: minimum acceptable range for seedlings and newly rooted clones. EC 1.2 to 2.4 mS/cm: the broadly accepted working range for most vegetative and flowering hydroponic crops. EC 3.0 mS/cm: the universally cited upper safety limit for sensitive and moderately tolerant species. Do not exceed without species-specific confirmation. EC measurement frequency: check at minimum every 48 hours in active recirculating systems; every 24 hours during high-temperature periods when evaporation is accelerated. Competitor Trap: Many PPM-to-EC reference pages list a single conversion table and never specify which PPM scale it uses. A reader with a Bluelab meter following a “1000 PPM = EC 2.0” table (which assumes the 500 scale) would actually be running EC 1.43 — 28.5 percent below the intended concentration. No warning, no red flag, just a chronically underfed crop that looks like a micronutrient problem. The scale must always be declared alongside any PPM number.

## Limitations and safety

The 500 and 700 scale factors are approximations. Different nutrient formulations have different ionic compositions, so actual ionic PPM can vary from the converted number by a measurable margin. This tool does not account for solution temperature. EC readings change by roughly 2 percent per degree Celsius. Most meters auto-compensate to 25 degrees C (77 degrees F), but uncompensated readings in cold or hot reservoirs will differ. Maximum valid EC input is 10 mS/cm. Values above this are outside the practical range of any hydroponic system and the tool will display a validation error. A baseline water EC above 0.0 is not subtracted automatically. Growers using well water, municipal water, or partially recirculated solution should subtract baseline EC from the final reading to estimate nutrient-only EC. The nutrient burn threshold of EC 3.0 mS/cm is a general industry reference point. Hardier crops such as tomatoes and peppers may tolerate up to EC 4.0 mS/cm. Delicate crops such as lettuce and herbs may show stress above EC 2.0 mS/cm. PPM 500 and PPM 700 are not the only conversion scales in existence. Some older European meters use a 640 factor. If your meter documentation specifies a different factor, divide your PPM reading by that factor to obtain EC, then use this tool’s EC input field. Critical Warnings EC above 3.0 mS/cm triggers nutrient burn. The tool flags this explicitly. Symptoms in most crops: upward leaf curl, brown crispy tips, and wilting despite adequate moisture. Root damage can occur before visible foliar symptoms appear. Scale mismatch is invisible without conversion. A grower running a Bluelab meter on a Hanna-scale schedule will underfeed their crop at every stage. A grower doing the reverse will systematically overfeed. Neither mistake generates an obvious error signal — the meter just shows a number. Always identify the scale before trusting the number. Using a cal-mag dosage calculator on a misidentified PPM reading, for instance, will produce incorrect supplement volumes. Source water EC is additive. If your tap or well water reads EC 0.4, and you mix nutrients to a target of EC 1.8, the combined solution will read EC 2.2 or higher — not 1.8. Measure source water first and account for it. Recirculating systems accumulate EC over time. In deep water culture and NFT channels, evaporation concentrates dissolved solids while water leaves. EC will creep upward between reservoir top-ups. Top up with plain water, not nutrient solution, when reservoir level drops without a corresponding rise in EC. For precise dosing across a full system, a hydroponic nutrient dosing calculator is the appropriate next tool. Minimum Standards EC 0.4 to 0.8 mS/cm: minimum acceptable range for seedlings and newly rooted clones. EC 1.2 to 2.4 mS/cm: the broadly accepted working range for most vegetative and flowering hydroponic crops. EC 3.0 mS/cm: the universally cited upper safety limit for sensitive and moderately tolerant species. Do not exceed without species-specific confirmation. EC measurement frequency: check at minimum every 48 hours in active recirculating systems; every 24 hours during high-temperature periods when evaporation is accelerated. Competitor Trap: Many PPM-to-EC reference pages list a single conversion table and never specify which PPM scale it uses. A reader with a Bluelab meter following a “1000 PPM = EC 2.0” table (which assumes the 500 scale) would actually be running EC 1.43 — 28.5 percent below the intended concentration. No warning, no red flag, just a chronically underfed crop that looks like a micronutrient problem. The scale must always be declared alongside any PPM number.

## Related calculators

- [Calculators & Tools](https://theyieldgrid.com/category/garden-calculators/)
- [hydroponic EC calculator](https://theyieldgrid.com/hydroponic-ec-calculator/)
- [VPD calculator](https://theyieldgrid.com/vpd-calculator/)
- [cal-mag dosage calculator](https://theyieldgrid.com/cal-mag-dosage-calculator/)
- [hydroponic nutrient dosing calculator](https://theyieldgrid.com/hydroponic-nutrient-dosing-calculator/)
- [pH adjustment calculator](https://theyieldgrid.com/hydroponic-ph-down-calculator/)
- [water temperature calculator](https://theyieldgrid.com/water-temperature-calculator/)
- [crop steering calculator](https://theyieldgrid.com/crop-steering-calculator/)
- [hydroponic water chiller calculator](https://theyieldgrid.com/hydroponic-water-chiller-calculator/)
- [Prev Previous](https://theyieldgrid.com/plant-spacing-calculator/)
- [Next Next](https://theyieldgrid.com/seed-packet-calculator/)

## Provenance

- Model ID: `tyg-705`
- Model version: `1.0.0`
- Reviewed by: Umer Hayiat
- Page modified: 2026-08-20T10:03:21
- Runtime SHA-256: `8da286e2d05a039f195a001f3df26fb35753841f251d6f26844ee18fc6f820d9`

This Markdown document is a machine-readable mirror. The canonical interactive calculator is the HTML page linked above.
