Engineering Notation - SI Prefix Formatter
Use this engineering notation calculator to enter a decimal or E-notation value and read the matching m x 10^n form, SI prefix, and E-notation string.
Engineering Notation
Results
What Is This Number-Formatting Tool?
An engineering notation calculator is a number-formatting tool that converts any decimal value into engineering form, a version of scientific notation in which the exponent of ten is always a multiple of three so the result pairs directly with an SI prefix such as kilo, mega, milli, or micro. Type 65000 and the tool returns 65 x 10^3 (65 k); type 0.000073 and the tool returns 73 x 10^-6 (73 μ). The same format is built into the ENG display mode of most handheld scientific calculators, including Casio and TI-30/36-class units.
- • Format component values: Convert resistor, capacitor, and inductor values from raw ohm/farad/henry decimals into the kilohm, microfarad, and millihenry form on schematics.
- • Read datasheet magnitudes: Check a part number on a datasheet (47 megohms, 2.2 millihenries, 4.7 nanofarads) by entering the decimal and confirming the matching prefix.
- • Prepare lab writeups: Convert raw instrument readings (0.000473 A, 1.6e-19 C, 6.02e23 per mole) into the m x 10^n form used in physics and chemistry reports.
- • Bridge calculators and spreadsheets: Copy the E-notation output (1.6e-19, 6.5e+4) into Excel, Google Sheets, MATLAB, or a Casio ENG mode without retyping the exponent.
How the Calculator Works
The calculator follows a single rule from the NIST Metric (SI) Prefixes table: the exponent of ten in this form must be a multiple of three, and the mantissa must fall in the 1 to 1000 range so it lines up with a metric prefix.
- v: Numeric input. Accepted as a plain decimal (65000, 0.000073) or in E-notation (7.3e-5, 1.6e-19).
- n: Engineering exponent, the largest multiple of three that does not exceed log10(|v|). Reported as the power of ten in the result.
- m: Engineering mantissa, computed as v / 10^n and rounded to the chosen number of significant figures, then re-snapped by 3 in the exponent if rounding pushed |m| past 1000.
- sigFigs: Number of reliable digits kept in the mantissa. Supported range: 1 to 12. Default: 4.
The exponent is selected before the mantissa is rounded so the m x 10^n form always lands on a metric-prefix boundary. After rounding, the calculator checks again: if rounding pushed the mantissa to 1000 or more, the exponent steps up by 3 and the mantissa is re-rounded. This two-step snap prevents drift off the prefix grid, so 999.5 with 3 significant figures rounds to 1000 and re-snaps to 1 x 10^3.
The E-notation string uses JavaScript Number.prototype.toExponential, which writes a normalized single-digit mantissa followed by the e marker and a signed integer exponent. It is the same format a Casio ENG button prints and the same format Excel, Google Sheets, and MATLAB read as a numeric literal.
Worked example: 65,000 volts to 65 kilovolts
Input: 65000 with 4 significant figures in Auto-detect mode.
log10(65000) ≈ 4.81, so floor(4.81) = 4. The largest multiple of three at or below 4 is 3, and 65000 / 10^3 gives a mantissa of 65.
Output: 65 x 10^3 (65 k) in engineering form, prefix kilo, and 6.5e+4 in E-notation. Read it on a schematic as 65 kV; type it into a spreadsheet as 6.5e+4.
According to Wikipedia - Engineering Notation, engineering notation is a version of scientific notation in which the exponent of ten is always selected to be divisible by three to match the common metric prefixes, so 12.5 x 10^-9 meters reads as 12.5 nanometers while its scientific-notation equivalent 1.25 x 10^-8 meters has no such prefix.
According to Omni Calculator - Engineering Notation, 65,000 volts converts to 65 x 10^3 (65 kilovolts) and 0.000073 farads to 73 x 10^-6 (73 microfarads), and the same conversion is built into the ENG display mode of most handheld scientific calculators.
If you only need the exponent without the SI prefix pairing, an exponential notation calculator returns the m x 10^n form without the constraint that the exponent be a multiple of three.
Key Concepts Behind This Format
These four concepts explain why this notation is the right shape for datasheet and lab numbers.
Mantissa in the 1 to 1000 range
The mantissa is the numeric part of the value, and this notation forces it to stay in the closed-open range 1 to 1000. That range lines up with the metric prefix table: 1 is unitless, 1000 is the next k boundary, and every value between them sits in the same prefix slot. A value of 1500 moves to 1.5 x 10^3, not 15 x 10^2, so the prefix is unambiguous.
Exponent always a multiple of three
The exponent snaps to the largest multiple of three that does not exceed the log10 of the input. The step of three matches the SI prefix factor of 1000, so each shift of three is one prefix step (kilo to mega, milli to micro). That is why datasheets and circuit diagrams use this format.
SI prefix pairing
Every engineering exponent in the calculator's range maps to the SI prefix that sits at that multiple-of-three power of ten, plus the unitless 10^0 slot. The current SI table lists 24 prefixes, but only the 21 that sit at multiples of three pair with an engineering exponent: the four non-multiple-of-three prefixes (deca, hecto, deci, centi) fall in the gaps and are not paired with any output. The calculator looks up the matching prefix name and symbol (kilo/k, mega/M, micro/μ, nano/n) so the result reads as a labeled metric quantity, and values outside the multiples-of-3 range are reported with an outside SI prefix range slot.
Scientific vs engineering form
Scientific notation normalizes the mantissa into the 1 to 10 range and lets the exponent be any integer, the right shape for arbitrary physics equations. This format forces the exponent to a multiple of three and uses a 1 to 1000 mantissa so the result pairs with an SI prefix.
If you are writing an equation where the exponent is part of the answer, the scientific notation equation calculator is the better fit because it normalizes the mantissa into the 1 to 10 range and lets the exponent be any integer.
How to Use This Calculator
Follow these steps to turn any decimal or E-notation value into engineering form with the matching SI prefix.
- 1 Enter the value: Type a plain decimal (65000), E-notation (7.3e-5), or x 10^n shorthand (65 x 10^3); the parser reads all three.
- 2 Pick a significant-figure count: Set 1 to 12. 4 is a good default for spreadsheet work; 2 for schematic labels; 6 to 8 for lab writeups.
- 3 Choose the input format: Leave the Input format on Auto-detect unless you need to reject plain decimals (force E-notation) or forbid the e marker (force decimal).
- 4 Read the m x 10^n form: The Engineering form field shows mantissa x 10^n, the format used in textbook equations and most lab reports.
- 5 Copy the SI-prefixed value: The SI-prefixed value is the mantissa plus the matching SI symbol. Use it on a schematic or parts list (47 k, 100 n, 4.7 μ).
- 6 Paste the E-notation string: The E-notation field produces a string that Excel, Google Sheets, MATLAB, and Python read as a numeric literal. Paste it directly without retyping the exponent.
Pick the significant-figure count to match the precision of your measurement, and double-check it with a significant figures calculator when the value moves from a measurement into a derived quantity.
Benefits of Using This Calculator
The result panel returns the same value in three formats at once, so you do not have to choose between a lab-report style and a datasheet style.
- • Three output formats in one step: m x 10^n for textbooks, mantissa + SI prefix for schematics, and E-notation for spreadsheets all come out of a single calculation.
- • Snaps to the SI prefix grid: The mantissa is always in the 1 to 1000 range and the exponent is always a multiple of three, so the result lines up with a real metric prefix.
- • Forces significant-figure control: A configurable 1 to 12 count lets you match the precision of the original measurement instead of carrying floating-point noise.
- • Reads all three input forms interchangeably: Auto-detect mode accepts 7.3e-5, 0.000073, and 73 x 10^-6 in the same field, so you can paste a value from MATLAB or a textbook without rewriting the exponent.
Once the engineering exponent is paired with an SI prefix, you can also hand the same value to a metric converter to move between kV, V, mV, and μV without re-reading the exponent.
Factors That Affect Your Result
These inputs and rounding choices drive what the calculator prints. Adjusting them changes the output more than the value itself.
Significant-figure count
Picking 2 sig figs collapses 1.55, 1.499, and 1.501 into 1.5, while 6 sig figs preserves the difference. Set this to the precision of the original measurement, not the calculator's internal precision.
Re-snap rule when rounding pushes the mantissa
Round 999.5 with 3 significant figures and the raw mantissa becomes 1000, the upper bound of the 1 to 1000 range. The calculator steps the exponent up by 3 and re-rounds, so 999.5 reads as 1 x 10^3 (1 k) rather than 1000 x 10^0.
Negative input values
Negatives keep their sign on the mantissa: -65000 reads as -65 x 10^3, -65 k, and -6.5e+4. The exponent and prefix are computed from the absolute value, so the prefix logic is the same as for positives.
- • The mantissa range is 1 to 1000, not 1 to 999.999..., so 1000 x 10^0 is never printed; the calculator re-snaps it to 1 x 10^3. For the raw 1 to 10 form used in physics equations, use a scientific notation calculator instead.
- • The current SI table lists 24 prefixes, but only the 21 at multiples of three (plus the unitless 10^0 slot) pair with an engineering exponent, so deca (10^1), hecto (10^2), deci (10^-1), and centi (10^-2) are excluded. Ronna, quetta, ronto, and quecto were added to the SI table in 2022, and the calculator does not extend to non-SI factors like the 1024-based binary prefixes (kibi, mebi) used in memory and storage sizing.
According to NIST Metric (SI) Prefixes, the current SI prefix table lists 24 prefixes from quetta (10^30) down to quecto (10^-30), with ronna, quetta, ronto, and quecto added in 2022. Engineering notation pairs with the 21 prefixes in that table that sit at multiples of three, plus the unitless 10^0 slot, which is the reason the exponent is forced to a multiple of three.
When the value is one of two operands and you need a product in m x 10^n form, a multiplying scientific notation calculator keeps the same exponent rule so the prefix on the result still lines up with a real metric unit.
Frequently Asked Questions
Q: What is engineering notation?
A: It is a version of scientific notation in which the exponent of ten is always a multiple of three so the result pairs directly with an SI prefix such as kilo, mega, milli, or micro, and the mantissa is kept in the 1 to 1000 range. The same convention is what the ENG button on a Casio or TI scientific calculator runs in hardware.
Q: How do you convert a number to this form?
A: Take the input value, find the largest power of ten that keeps the absolute value in the 1 to 1000 range, snap that power down to the nearest multiple of three, then round the resulting mantissa to the chosen number of significant figures. The calculator does this in one step and returns three forms at once.
Q: How is it different from scientific notation?
A: Scientific notation normalizes the mantissa into the 1 to 10 range and lets the exponent be any integer, which is the right shape for arbitrary physics equations. The engineering form forces the exponent to a multiple of three so the result pairs with an SI prefix. The two systems are interchangeable.
Q: Which SI prefixes match each exponent?
A: Each engineering exponent in the calculator's range lines up with the SI prefix at that multiple-of-three power of ten, from quetta (10^30) down to quecto (10^-30), plus the unitless 10^0 slot. Common pairs are 10^3 kilo (k), 10^6 mega (M), 10^9 giga (G), 10^-3 milli (m), 10^-6 micro (μ), 10^-9 nano (n), and 10^-12 pico (p). The four non-multiple-of-three SI prefixes (deca, hecto, deci, centi) fall in the gaps and are not paired with any engineering exponent.
Q: How do you format small values with negative exponents?
A: The same rule applies: the exponent snaps to the nearest multiple of three below the magnitude, so 0.000073 becomes 73 x 10^-6 (micro), 0.0000003 becomes 300 x 10^-9 (nano), and 0.0046 becomes 4.6 x 10^-3 (milli). The mantissa stays in the 1 to 1000 range and the prefix is the SI name for that power of three.
Q: When is m x 10^n the right form to use?
A: Use the engineering form whenever the next reader expects a metric-prefixed value: datasheets, circuit diagrams, RF and microwave work, signal-integrity reports, physics lab writeups, and any place a number is followed by a unit. Use general scientific notation when the equation is symbolic and the exponent is part of the answer.