Resolution-aware conversion

Pixels to MM Converter

Convert a pixel measurement back into millimeters at any resolution. Set the DPI and the tool returns the exact metric size, so you don't have to guess how big a file will print.

Resolution
0

How do you convert pixels to mm?

To convert pixels to mm, divide the pixels by your DPI to reach inches, then multiply by 25.4. The formula is mm = pixels / DPI x 25.4. A 413 pixel width at 300 DPI is about 35 mm.

Here's why that works. There's no fixed millimeter value for a raw pixel, because a pixel is just a dot in a grid. It only gains a physical size once you know how tightly those dots are packed, and that's what DPI tells you. DPI means dots per inch, so 300 DPI packs 300 pixels into every inch. One inch equals exactly 25.4 mm, which is a fixed legal definition, so that constant never changes. Once you've divided by DPI to get inches, the multiply step is pure unit math.

Run a quick example. Take 1000 pixels at 96 DPI. First, 1000 / 96 gives roughly 10.42 inches. Then 10.42 x 25.4 lands at about 264.6 mm. Switch that same 1000 pixels to 300 DPI and you'll get just 84.7 mm, because you've packed the pixels three times denser. The pixel count didn't move, but the printed length shrank. That's the single most common surprise people hit when they don't lock the DPI first.

Pixels to mm conversion chart

This chart shows common pixel widths converted to millimeters across five DPI settings. Scan down your DPI column to read the printed size without doing the math by hand, and notice how each result drops as the DPI climbs.

Pixels 72 DPI96 DPI150 DPI300 DPI600 DPI
100 px 35 mm26 mm17 mm8.47 mm4.23 mm
413 px 146 mm109 mm70 mm35 mm17 mm
1,000 px 353 mm265 mm169 mm85 mm42 mm
2,000 px 706 mm529 mm339 mm169 mm85 mm
3,500 px 1,235 mm926 mm593 mm296 mm148 mm

A few rows are worth memorizing. At 300 DPI, 100 px is about 8.5 mm, which is roughly the width of a small icon. The 413 px row is a passport photo width, landing near 35 mm at 300 DPI, the size most ID specs ask for. And 3500 px gives you about 296 mm at 300 DPI, which is just shy of an A4 page's 297 mm height, so it's a handy sanity check for full-page artwork.

How do you use the pixels to mm converter?

The tool above does the whole calculation for you in three steps, and it updates the moment you change a value, so you don't need to refresh anything.

  1. Enter the pixel value you want to convert.
  2. Set the DPI your image uses, which is usually 300 for print or 96 for screen.
  3. Read the result in millimeters and copy it straight into your design file.

If you're not sure what DPI to type, don't guess at random. Open the file's export or image-size settings, where the resolution is listed, and use that number. A photo saved at 72 DPI will convert very differently from the same photo flagged at 300 DPI, even though the pixels are identical. When the DPI is missing, 96 is the safest default for screen sources and 300 is the safest for print, because they're the values most software assumes by default.

When would you convert pixels to mm?

You'll reach for this conversion any time a screen measurement has to become a physical one. Designers do it constantly when prepping print files, and it's the bridge between the pixel grid you edit in and the ruler a printer actually uses.

The most frequent case is print prep. A logo that's 600 px wide means nothing to a print shop until you've told them it's 50.8 mm at 300 DPI. Photo printing is another. A passport or visa photo is specified in millimeters, often 35 by 45 mm, so you'll convert your pixel crop to confirm it fits before you pay for prints. Signage and banners work the same way at lower DPI, where 150 DPI is common because nobody inspects a billboard from arm's length. Even UI handoff sometimes needs it, since a developer building for physical devices may want millimeter sizing for touch targets. In each case the DPI is the dial that controls the answer, so you'll set it once per file and trust the result.

One habit saves a lot of reprints. Before you send anything out, run your final pixel dimensions through the tool at the exact DPI your printer expects, then compare the millimeter result against the spec sheet. If a 35 mm passport crop comes back as 30 mm, you've caught the mismatch on screen instead of on paper. That single check is faster than the conversion itself, and it's the reason this page exists. You can move the other way too, and the MM to Pixels tool handles a known millimeter size when you need the pixel count instead.

Frequently asked questions

How do you convert pixels to mm?

Divide the pixels by your DPI to get inches, then multiply by 25.4. The formula is mm = pixels / DPI x 25.4. A 413 pixel width at 300 DPI is about 35 mm, so you'll always need the DPI first.

How many mm is 100 pixels?

At 96 DPI, 100 pixels is about 26.5 mm. At 300 DPI it's about 8.5 mm. The result depends on the DPI you pick, because there's no fixed mm value for a raw pixel count.

Why do pixels convert to different mm?

A higher DPI fits more pixels into each millimeter, so the same pixel count covers a shorter physical length. That's why you'll see 100 px land anywhere from 8.5 mm to 26.5 mm depending on the DPI.

What DPI should I use for pixels to mm?

Use 300 DPI for print, 150 DPI for large posters viewed from a distance, and 96 DPI for screen work. If you don't know the value, check the file's export settings or its image properties first.

Is the pixels to mm result exact?

Yes, the math is exact once you've set the right DPI. The number 25.4 is the fixed count of millimeters in one inch, so there's no rounding built into the formula beyond what you choose to display.

Last updated: June 14, 2026