Back to the guide

How to Calculate LED Wall Resolution and Viewing Distance

Two numbers decide whether an LED wall works: the pixel count you have to feed, and the distance at which the audience stops seeing pixels. Both fall out of the same input — pixel pitch. This page gives the formulas, worked examples, and the sanity checks engineers actually use on site.

1. Pixel pitch, in one line

Pixel pitch is the centre-to-centre distance between adjacent LED pixels, in millimetres. A 2.6 mm panel has a pixel every 2.6 mm in both axes, so pixel density is fixed by the panel and never changes with wall size.

pixels per metre = 1000 ÷ pitch(mm)

At 2.6 mm that is 384.6 px/m; at 3.9 mm, 256.4 px/m. Halving the pitch quadruples the pixel count — and the processing, power, and data you need for the same physical area.

2. Cabinet resolution from physical size

cabinet px wide = cabinet width(mm) ÷ pitch(mm)
cabinet px high = cabinet height(mm) ÷ pitch(mm)

A 500 × 500 mm cabinet at 2.6 mm pitch is 192 × 192 px. A 500 × 1000 mm cabinet at 3.9 mm pitch is 128 × 256 px. These should come out as whole numbers — if they do not, the panel's real pitch or cabinet size is slightly different from the round figure on the datasheet, and you should use the manufacturer's stated pixel matrix instead of your own division.

3. Total wall resolution

wall px wide = cabinet px wide × cabinets across
wall px high = cabinet px high × cabinets down
total pixels = wall px wide × wall px high

Worked example: 192 × 192 px cabinets in a 10-wide by 6-high grid gives 1920 × 1152 px — 2,211,840 pixels, on a wall 5.0 × 3.0 m. That is just over one 1080p canvas, which matters immediately for processor port planning: most 1G ports carry roughly 650,000 pixels at 60 Hz and 8-bit, so this wall needs at least four ports before redundancy.

4. Physical size from a target resolution

Working backwards is just as common — a client wants a true 1920 × 1080 wall and asks how big it will be.

width(m) = target px wide × pitch(mm) ÷ 1000
cabinets across = target px wide ÷ cabinet px wide

1920 px at 2.6 mm is 4.99 m wide and exactly 10 cabinets of 192 px. At 3.9 mm the same 1920 px needs 7.49 m — the pitch, not the resolution, sets the room you need.

5. Viewing distance

Three distances are worth quoting on any drawing:

minimum comfortable distance (m) ≈ pitch(mm)
retina / full-resolution distance (m) ≈ pitch(mm) × 3.4
optimal distance (m) ≈ pitch(mm) × 2 to 3

The minimum figure is the industry rule of thumb: a 2.6 mm wall looks solid from about 2.6 m. The retina figure comes from the eye resolving about one arc-minute of detail, which works out to roughly 3438 × pitch in millimetres — 8.9 m for a 2.6 mm wall. Between those two numbers is where most audiences sit, so the practical target is two to three times the pitch for the closest viewer.

Choose pitch from the closest viewer, not the average one. If the front row is 3 m away, anything coarser than about 3 mm will show structure to that row no matter how good the content is. For broadcast, tighten further: the camera, not the eye, sets the limit, and a wall that is fine to the room can still moiré on a long lens.

6. Quick reference

PitchPx / m500 mm cabinetMin. distanceRetina distance
1.5 mm667333 × 333 px1.5 m5.2 m
1.9 mm526263 × 263 px1.9 m6.5 m
2.6 mm385192 × 192 px2.6 m8.9 m
3.9 mm256128 × 128 px3.9 m13.3 m
5.9 mm16985 × 85 px5.9 m20.1 m

Cabinet matrices assume an exact 500 mm cabinet; always confirm against the manufacturer's stated pixel matrix.

7. What the numbers feed next

Resolution is the first domino. Total pixels set data bandwidth and therefore processor port count; cabinet count sets weight and power; physical size sets rigging and wind load on outdoor builds. Getting resolution right on paper and wrong on port planning is the most common way an LED design fails on site.

Frequently asked

How do you calculate LED wall resolution?
Divide cabinet width and height in millimetres by the pixel pitch to get the cabinet's pixel matrix, then multiply by the cabinet grid. A 500 × 500 mm cabinet at 2.6 mm is 192 × 192 px, so a 10 × 6 grid is 1920 × 1152 px.
What is the minimum viewing distance for an LED wall?
Roughly the pixel pitch in millimetres read as metres — 2.6 mm pitch, 2.6 m minimum. Full retina resolution arrives at about 3.4 times that distance.
Does a bigger wall mean higher resolution?
Only in total pixel count. Pixel density is fixed by pitch, so adding cabinets raises resolution and physical size together without making the image any sharper to a viewer standing at the same distance.