Engineering Notation Converter

Convert numbers to engineering notation with SI prefixes

SI Prefixes

k

kilo

10^3

M

mega

10^6

G

giga

10^9

T

tera

10^12

P

peta

10^15

E

exa

10^18

Z

zetta

10^21

Y

yotta

10^24

m

milli

10^-3

μ

micro

10^-6

n

nano

10^-9

p

pico

10^-12

f

femto

10^-15

a

atto

10^-18

z

zepto

10^-21

y

yocto

10^-24

What is Engineering Notation?

Engineering notation is a form of scientific notation where the exponent of ten is restricted to multiples of three. This constraint ensures that the mantissa (the coefficient) always corresponds to a value between 1 and 1000, which aligns perfectly with the metric system's standard SI prefixes. Engineering notation is widely used in engineering, physics, and technology because it provides a natural bridge between numerical values and physical measurements.

Unlike standard scientific notation, which can use any integer exponent (such as 3.2 × 10⁵ or 3.2 × 10⁻⁷), engineering notation rounds the exponent to the nearest multiple of three. This means that numbers in engineering notation are expressed in terms of kilo (10³), mega (10⁶), giga (10⁹), milli (10⁻³), micro (10⁻⁶), nano (10⁻⁹), and other SI-prefixed units.

The primary advantage of engineering notation is readability. A value like 47,000 Ω is more intuitively understood as 47 kΩ (47 × 10³ Ω) than as 4.7 × 10⁴ Ω. Similarly, a capacitance of 0.000000047 F is immediately recognizable as 47 nF (47 × 10⁻⁹ F) in engineering notation, while the decimal form requires careful counting of zeros.

Engineering notation is essential in electronics, where component values span many orders of magnitude. Resistors, capacitors, inductors, and other components are all specified using SI prefixes that correspond directly to engineering notation exponents. Mastering this notation system makes it easier to read schematics, compare component values, and communicate technical specifications clearly.

How Engineering Notation Works

Engineering notation is derived from a number by finding the exponent that is a multiple of three closest to the number's natural logarithm. The algorithm first determines the standard scientific notation exponent, then rounds it down to the nearest multiple of three.

Engineering Notation Conversion

eng_exp = floor(log₁₀(|x|) / 3) × 3; mantissa = x / 10^eng_exp

Where:

  • x= The original number to convert
  • eng_exp= The engineering exponent (always a multiple of 3)
  • mantissa= The coefficient, between 1 and 1000

SI Prefixes in Engineering Notation

Engineering notation maps directly to the International System of Units (SI) prefixes. Each prefix corresponds to a specific power of ten that is a multiple of three:

  • Yotta (Y): 10²⁴ — used in astronomical measurements and massive data quantities.
  • Zetta (Z): 10²¹ — used in data storage and large-scale computing metrics.
  • Exa (E): 10¹⁸ — used in high-performance computing (exascale computing).
  • Peta (P): 10¹⁵ — used in data storage (petabytes) and processing power.
  • Tera (T): 10¹² — used in hard drive capacities (terabytes) and processor speeds.
  • Giga (G): 10⁹ — used in processor clock speeds (gigahertz) and memory (gigabytes).
  • Mega (M): 10⁶ — used in radio frequencies (megahertz) and power output (megawatts).
  • Kilo (k): 10³ — used in resistance (kilohms), weight (kilograms), and distance (kilometers).
  • Milli (m): 10⁻³ — used in voltage (millivolts), current (milliamperes), and time (milliseconds).
  • Micro (µ): 10⁻⁶ — used in capacitance (microfarads) and time (microseconds).
  • Nano (n): 10⁻⁹ — used in nanosecond timing and nanometer semiconductor processes.
  • Pico (p): 10⁻¹² — used in small capacitance values (picofarads) and time intervals.

How to Use This Calculator

Follow these steps to convert a number to engineering notation:

  1. Enter the number: Type any real number into the input field. You can enter decimal numbers (like 0.000047), large numbers (like 47000000), or scientific notation (like 4.7e-5).
  2. Read the engineering notation: The result displays the number in engineering notation format (e.g., 47e-6), along with the mantissa, exponent, and corresponding SI prefix.
  3. See the SI prefix form: If the exponent corresponds to a standard SI prefix, the calculator shows the value with the prefix symbol (e.g., 47 µ for micro).
  4. Compare with scientific notation: The calculator also shows the standard scientific notation equivalent for comparison.

Real-World Applications

Engineering notation is indispensable in electronics. Resistor values range from milliohms to gigohms, capacitor values from picofarads to farads, and frequencies from hertz to gigahertz. Without engineering notation, engineers would need to constantly count decimal places to compare values — an error-prone process that engineering notation eliminates.

In telecommunications, signal frequencies are universally expressed using engineering notation and SI prefixes. A Wi-Fi router operates at 2.4 GHz (2.4 × 10⁹ Hz) or 5 GHz, while AM radio stations broadcast at frequencies around 1 MHz (10⁶ Hz). The engineering notation makes it immediately clear that Wi-Fi frequencies are approximately 1000 times higher than AM radio frequencies.

Data storage specifications rely heavily on engineering notation prefixes. Hard drives are measured in terabytes (10¹² bytes), RAM in gigabytes (10⁹ bytes), and cache memory in megabytes (10⁶ bytes) or kilobytes (10³ bytes). Engineering notation provides a consistent framework for comparing these vastly different scales.

In scientific research, engineering notation is used to express measurements that span many orders of magnitude. The mass of a proton (1.67 × 10⁻²⁷ kg) and the mass of the Sun (2 × 10³⁰ kg) can both be expressed clearly using appropriate SI prefixes: 1.67 femtokilograms and 2 exakilograms, respectively.

Worked Examples

Converting a Small Decimal

Problem:

Convert 0.000047 to engineering notation.

Solution Steps:

  1. 1Find the standard scientific notation: 4.7 × 10⁻⁵
  2. 2Round the exponent to the nearest multiple of 3 below -5: -6
  3. 3Calculate the mantissa: 0.000047 / 10⁻⁶ = 47
  4. 4Write in engineering notation: 47 × 10⁻⁶ or 47e-6

Result:

0.000047 = 47 × 10⁻⁶ = 47 µ (micro)

Converting a Large Number

Problem:

Convert 47000000 to engineering notation.

Solution Steps:

  1. 1Find the standard scientific notation: 4.7 × 10⁷
  2. 2Round the exponent to the nearest multiple of 3 below 7: 6
  3. 3Calculate the mantissa: 47000000 / 10⁶ = 47
  4. 4Write in engineering notation: 47 × 10⁶ or 47e6

Result:

47,000,000 = 47 × 10⁶ = 47 M (mega)

Converting a Resistance Value

Problem:

Express 47000 Ohms in engineering notation with the appropriate SI prefix.

Solution Steps:

  1. 1Find the standard scientific notation: 4.7 × 10⁴
  2. 2Round the exponent to the nearest multiple of 3 below 4: 3
  3. 3Calculate the mantissa: 47000 / 10³ = 47
  4. 4Write in engineering notation: 47 × 10³ Ω = 47 kΩ

Result:

47,000 Ω = 47 kΩ (47 kilohms)

Tips & Best Practices

  • Engineering notation exponents are always multiples of 3: ..., -6, -3, 0, 3, 6, 9, ...
  • The mantissa in engineering notation is always between 1 and 1000.
  • Use SI prefix symbols to replace the exponent: k = 10³, M = 10⁶, G = 10⁹, etc.
  • Engineering notation makes component values in electronics immediately readable.
  • For very small numbers, check if nano (10⁻⁹) or pico (10⁻¹²) gives a cleaner mantissa.
  • Practice converting common values: 1000 Ω = 1 kΩ, 0.001 F = 1 mF, 1,000,000 Hz = 1 MHz.

Frequently Asked Questions

Scientific notation allows any integer exponent (like 3.2 × 10⁵ or 3.2 × 10⁻⁷), while engineering notation restricts exponents to multiples of three (like 320 × 10³ or 320 × 10⁻⁶). The constraint to multiples of three in engineering notation ensures that the mantissa always corresponds to a standard SI prefix, making the notation directly useful for physical measurements.
The International System of Units (SI) defines prefixes at every power of 1000 (10³): kilo, mega, giga, etc. By restricting engineering notation exponents to multiples of three, the mantissa naturally aligns with these prefixes. This makes it easy to convert between numerical values and their equivalent with SI prefix symbols.
Yes, engineering notation works for both positive and negative numbers. The sign of the number is preserved independently of the exponent. For example, -47000 would be expressed as -47 × 10³ or -47 k in engineering notation. The algorithm processes the absolute value for the exponent, then reapplies the sign.
To convert from engineering notation to a standard number, multiply the mantissa by 10 raised to the exponent. For example, 47 × 10³ = 47 × 1000 = 47,000. If using the SI prefix form, replace the prefix with its power of ten: 47 kΩ = 47 × 10³ Ω = 47,000 Ω.
If the natural logarithm of the absolute value divided by 3 is already an integer, the engineering notation uses that exponent directly. For example, 1000 = 1 × 10³, where the exponent 3 is already a multiple of three. The mantissa is 1, and the SI prefix is kilo (k).

Sources & References

Last updated: 2026-06-06

💡

Help us improve!

How would you rate the Engineering Notation Converter?

<>

Editorial Note

MyCalcBuddy Editorial Team

This page is maintained as an educational calculator reference.

Source

Formula Source: NIST Guide to SI Units

by National Institute of Standards

UpdatedLast reviewed: May 2026
CheckedFormula checks are based on standard references and internal QA review.