Milli to Micro – home
Updated June 27, 20267 min read

Millimeter to Micrometer: Tolerance and Precision in Manufacturing

Converting millimeters to micrometers matters in CNC machining, PCB design, and semiconductor fabrication. One wrong decimal scraps the batch. Here is the exact rule.

A batch of 200 precision-machined engine block bores failed final inspection. The CNC programmer had entered the bore diameter tolerance as 50 mm instead of 50 µm — a 1,000× error in the tolerance band. The machine accepted the value because it was syntactically valid. The tolerance window was now wide enough to drive a truck through. Every part in the batch was out of spec. Total loss: one full production run, re-machining time, and a delayed delivery to an automotive OEM.

The math was not wrong. The unit was wrong. And at machining scales, that distinction is measured in scrapped metal.

To convert millimeters (mm) to micrometers (µm), multiply by 1,000. To convert micrometers (µm) back to millimeters (mm), divide by 1,000. Use the mm to µm converter to verify any tolerance value before it enters a drawing or a machine program.

Skip the Mental Math

When you are working in a CAD file, a CNC program, or a quality control sheet, verify the scale with the calculator below before committing the value.

MillimetersEnter your value in Millimeters
Frommm
MicrometersEnter your value in Micrometers
Toµm
Result
1,000 µm
Scientific Notation
1 × 10³ µm
Real-World Context
1 mm is roughly the thickness of an ID card
Step-by-Step
1. Start with 1 mm. 2. Since 1 milli-unit = 1,000 micro-units, multiply by 1,000. 3. 1 × 1,000 = 1,000 µm.
Formula Used
× 1,000 (milli = 10⁻³, micro = 10⁻⁶)

Quick Conversions

Mega1.000000e-9 Mm
Kilo0.000001 km
Base Unit (meters (m))0.001 meters
Nano1,000,000 nm
Pico1.000000e+9 pm

The Scale of Precision Work

A millimeter (mm) is 1/1,000 of a meter. It is visible to the naked eye — a human hair is roughly 70 µm, just under 0.1 mm. A micrometer (µm), also called a micron, is 1/1,000,000 of a meter — one thousandth of a millimeter. At this scale, you are working in the domain of:

  • Surface finish roughness (Ra values)
  • Machining tolerances for mating parts
  • PCB trace widths and via diameters
  • Semiconductor feature sizes (chip fabrication)
  • Optical lens surface flatness

1 mm = 1,000 µm. There is no approximation. For the full SI prefix chain, see understanding SI prefixes.

Where Each Scale Applies

graph TD
    MM[Millimeter scale<br>1 mm = 1,000 µm] --> A[Mechanical drawings<br>part dimensions]
    MM --> B[PCB board outline<br>connector pitch]
    UM[Micrometer scale<br>1 µm = 0.001 mm] --> C[Machining tolerances<br>ISO fits]
    UM --> D[PCB trace widths<br>via annular rings]
    UM --> E[Surface finish<br>Ra roughness]
    style MM fill:#7c3aed,color:#fff
    style UM fill:#d946ef,color:#fff

Manufacturing Tolerance Reference

ApplicationTypical ToleranceScale
Rough machining±0.5 mmmm
Standard machining±0.1 mm = ±100 µmmm/µm
Precision machining±25 µmµm
Fine grinding±5 µmµm
Lapping / honing±1 µmµm
Semiconductor gate length5–14 nmnm

For length conversions in the opposite direction — µm back to mm — use the micrometer to millimeter converter.

Converting mm to µm: The Rule

1 mm = 1,000 µm

graph LR
    A[1 mm] -->|"× 1,000"| B[1,000 µm]
    B -->|"÷ 1,000"| A
    style A fill:#7c3aed,color:#fff,stroke:#d946ef
    style B fill:#22d3ee,color:#111,stroke:#d946ef

Worked Examples

Dimension (mm)Converted (µm)Context
0.1 mm100 µmStandard PCB trace minimum
0.025 mm25 µmPrecision machining tolerance
0.005 mm5 µmFine grinding limit
0.001 mm1 µmLapping surface finish
0.1524 mm152.4 µm6 mil PCB trace (imperial conversion)

For the reverse direction: see the micrometer to millimeter guide.

In Semiconductor and Microelectronics

Modern CPU and GPU process nodes are described in nanometers (nm), but intermediate design layers — metal interconnect pitch, via sizes, pad dimensions — frequently appear in micrometers in design rule check (DRC) documentation. Converting from a mm-scale schematic layout to a µm-scale DRC rule requires exactly one multiplication by 1,000.

A metal interconnect pitch of 0.028 mm is 28 µm. A via pad diameter of 0.05 mm is 50 µm. These conversions are mundane in isolation — their consequence is catastrophic when automated scripts apply the wrong factor to a DRC rule file.

For related current-scale conversions in electronics, see milliampere vs microampere. For timing precision at the same order of magnitude, see milliseconds vs microseconds.

Frequently Asked Questions

How many micrometers are in a millimeter? Exactly 1,000 µm = 1 mm. This is an SI-defined exact relationship. Use the mm to µm converter for specific values.

What is the difference between a micrometer (µm) and a micrometer (the tool)? Both share the name. In measurement, µm (micron) is the SI unit of length equal to 10⁻⁶ m. The measuring tool called a micrometer (or micrometer screw gauge) reads in units of 0.01 mm = 10 µm. The tool is named for the scale it measures, not the SI prefix directly.

Why do CNC programs sometimes specify tolerances in µm instead of mm? Tolerance values are typically small numbers — ±25 µm is cleaner to read and less error-prone than ±0.025 mm. Whole-number µm values reduce the risk of decimal-point errors in G-code or setup sheets. Many quality systems (ISO GPS, GD&T) express tolerance in µm for this reason.

How precise is 1 µm in practical terms? 1 µm is approximately 1/70th the diameter of a human hair. It is within the range of precision grinding and lapping, just beyond the capability of most standard CNC mills (which hold ±25 µm at best), and well within the range of semiconductor lithography (current process nodes are below 5 nm = 0.005 µm).

What is the conversion from inches to micrometers? 1 inch = 25,400 µm. 1 mil (0.001 inch) = 25.4 µm. This matters in PCB design where imperial and metric specs are often mixed. See milli to micro conversion for the pure metric conversion chain.


Next: Precision at the µm scale in length translates directly to precision at the µV scale in signals — see Millivolts to Microvolts: Signal Chain Design and Sensor Conditioning.

Sources

Ready to run the numbers?

Get your result instantly — private, in your browser.

Open the calculator →