Launch

30% off your first month of Pro30% off month one$9.90 → $6.93

See plans
ZPL em PDF

Guide · Sizes

ZPL label sizes: 4×6 and the rest

ZPL has no inches: the label's size is declared in printer dots, by ^PW and ^LL. So “what values do I use for a 4×6?” has no single answer — it has one per density. This page has the arithmetic, the ready-made table, and the detail that catches nearly everyone: 4×6 inches and 10×15 cm are not the same number of dots.

Checked on September 1, 2026

4×6 in dots, by density

The arithmetic is direct: multiply inches by the density in dots per inch. At 203 dpi, 4 × 203 is 812 dots and 6 × 203 is 1218. Hence ^PW812 and ^LL1218.

The confusing part is that the American 4×6 and the metric 10×15 cm are sold as the same stock, and they are not: 4 inches is 101.6 mm, not 100. At 203 dpi that is 812×1218 against 800×1200 — twelve dots, about 1.5 mm, and enough for a field sitting against the edge to run off.

  • 4×6 in — 812×1218 at 203 dpi · 1200×1800 at 300 dpi · 2400×3600 at 600 dpi
  • 10×15 cm — 800×1200 at 203 dpi · 1200×1800 at 300 dpi · 2400×3600 at 600 dpi
  • 4×2 in — 812×406 at 203 dpi · 1200×600 at 300 dpi
  • 2×1 in — 406×203 at 203 dpi · 600×300 at 300 dpi
  • At 300 and 600 dpi the first two coincide, because the marketed “300 dpi” is a rounding of 304.8.

^PW and ^LL, and what happens without them

^PW sets the width in dots and ^LL the length. Both apply to the whole label and sit just after ^XA, with the other globally-scoped commands. A field positioned beyond those values is drawn outside the label's area — it exists in the file and never reaches the stock.

Plenty of carrier files carry neither, and that is normal: the printer uses the size already configured on it. Here, with no ^PW and ^LL the canvas grows to fit the graphics rather than cropping — which is why a carrier label often opens at something like 816 dots wide, a width its content asked for rather than one the file declared.

When the size does not match

If the label opened at the wrong size but the artwork is in proportion, the problem is density rather than ^PW: the same 812 dots are 4 inches at 203 dpi and 2.7 at 300. Changing the selector fixes it without touching the file.

If the artwork is clipped on one side only, then it is ^PW or ^LL being smaller than the content. And if the printed label came out smaller than the screen showed, the suspect is the print dialog's “fit to page” — the PDF from here is already at true physical size, so printing at 100% scale is what preserves it.

Set the size in inches and convert

Drag the file in, paste the code, or pick it from your device

.txt · .zpl · .prn · .zip · .pdf · .png · .jpg — 30 labels a day

The conversion happens in your browser: your file never leaves your device.How that works
Free, no signupNo uploadNo watermarkBatches of many filesPDF · PNG · ZIP

Questions

Frequently asked questions

How many dots is a 4×6 label in ZPL?

At 203 dpi (8 dpmm) it is 812×1218 dots, so ^PW812 and ^LL1218. At 300 dpi it is 1200×1800, and at 600 dpi 2400×3600. The arithmetic is the size in inches multiplied by the dots per inch.

Are 4×6 inches and 10×15 cm the same label?

They are sold as the same stock, but in dots they are not: 4 inches is 101.6 mm. At 203 dpi that is 812×1218 against 800×1200 — twelve dots, about 1.5 mm. At 300 and 600 dpi both land on the same number, because the marketed 300 dpi is a rounding of 304.8.

What happens if the file has no ^PW and ^LL?

On a printer, it uses the size already configured on it. Here, the canvas grows to fit the graphics rather than cropping what did not fit — which is why a carrier label often opens at a width like 816 dots, set by its content rather than declared in the file.

Can I change the label size without editing the ZPL?

Yes: the converter takes a manual size in inches, centimetres or millimetres, as well as reading ^PW and ^LL when they are there. If the symptom is the label coming out proportionally smaller, though, what is wrong is the density and not the size.

Other guides