With proper 120 ohm DMX cable and a termination resistor on the last fixture, DMX512 runs of 300 m (roughly 1000 ft) are routinely reliable. The RS-485 (EIA-485) physical layer that DMX runs on is specified to 1200 m (about 4000 ft) at DMX's 250 kbit/s data rate, but that figure assumes ideal conditions: correct cable, clean termination, and a quiet electrical environment. Real installations fail far short of either number, and almost never because the signal "runs out of distance". They fail because of wrong cable impedance, missing termination, or too many devices on one line.
| Limit | Figure | Notes |
|---|---|---|
| Practical planning limit, 120 ohm cable + terminator | 300 m (1000 ft) | Routinely reliable in the field |
| RS-485 physical-layer limit at 250 kbit/s | 1200 m (4000 ft) | Ideal conditions; treat as a ceiling, not a plan |
| Devices per DMX line | 32 unit loads | An RS-485 receiver load limit, unrelated to the 512 addresses |
| Microphone cable | No usable rating | Wrong impedance; often works short, fails unpredictably as runs grow |
| Beyond ~300 m, or between buildings | Use a splitter, or Art-Net/sACN over Ethernet | 100 m per copper segment, reset at every switch; fibre for kilometres |
Why DMX goes hundreds of metres in the first place
A DMX line carries digital data at 250,000 bits per second down a twisted pair, using differential signalling: the two wires carry mirror-image copies of the signal, and the receiver reads the difference between them. Interference tends to hit both wires equally, so it cancels out. That is why DMX, built on the RS-485 electrical standard, covers hundreds of metres while something like HDMI struggles past 15. New to the protocol? Start with What is DMX512?.
What actually degrades a DMX signal
At 250 kbit/s each bit lasts 4 microseconds. Three things erode those bit edges over distance:
- Reflections from impedance mismatch. The standard calls for cable with a characteristic impedance of 120 ohms. When a pulse travelling down the line hits a change in impedance (wrong cable type, an unterminated end), part of it reflects back like an echo and collides with the bits behind it. Short runs tolerate this because the reflections settle within a bit time; long runs do not.
- Cable capacitance. Every metre of cable adds capacitance between the conductors, which rounds off the sharp transitions the receiver needs to sample bits cleanly. Purpose-made data cable is low capacitance; audio cable is typically much higher, which is one reason it fails sooner.
- Electromagnetic interference. DMX is differential, so noise induced equally on both data lines is rejected. But long runs routed alongside dimmer feeds, motor drives, or LED power supplies pick up enough asymmetric noise to corrupt frames. Use the cable's shield, and keep data physically separated from mains power runs where you can.
A marginal line rarely dies cleanly. You see occasional flicker, fixtures twitching, or lights freezing in place. What a fixture does in the moment frames stop arriving (hold, blackout, hold timings) is its own topic, covered in DMX Basics: Signal Loss.
Cable choice: 120 ohm data cable, not mic cable
Use shielded twisted-pair data cable rated at 110 to 120 ohms characteristic impedance (cable sold as DMX, RS-485, or EIA-485 cable). Microphone cable looks identical and fits the same XLR connectors, but its characteristic impedance is well below 120 ohms and its capacitance is higher. It frequently works on a short bar-gig run, then produces exactly the reflection and edge-rounding problems described above as the run and fixture count grow: fine at rehearsal, flickering during the show. If a long run misbehaves, cable type is the first thing to check. The full story is in can you use a mic cable for DMX?.
Termination: the cheapest 300 m you will ever buy
Terminate the last device in the chain with a 120 ohm resistor across the two data pins (pins 2 and 3 of the XLR), usually as a terminator plug in the last fixture's DMX OUT socket; some fixtures have a termination switch built in instead. Termination absorbs the signal at the end of the line instead of letting it reflect, and it is the difference between a 300 m run that just works and a 50 m run that flickers. Exactly one terminator, at the far end only. The wiring, the reasoning, and the edge cases are covered in DMX termination.
Device count is a separate limit
Distance is not the only budget. RS-485 allows 32 unit loads per line segment, so plan for a maximum of 32 fixtures daisy-chained per DMX output, even if the total cable length is short. Many modern fixtures present a fraction of a unit load, but unless you have verified every receiver on the line, 32 physical devices is the number you can rely on. Avoid Y-splits in the cable: DMX must be one continuous chain, in and out of each fixture.
Extending past the limits: splitters and repeaters
Every output of a DMX splitter (also called a booster or repeater) is a freshly re-driven RS-485 line, so it resets both budgets: each leg gets its own 300 m of practical range and its own 32 unit loads. An opto-isolated splitter such as the ENTTEC D-Split or the RDM-capable DIN RDS4 also breaks the galvanic path between legs, so a fault or ground problem on one branch cannot take down the others. For why isolation matters on large or outdoor systems, see optical isolation and DMX splitting for large-scale and outdoor installations.
For genuinely long hauls, stop running DMX and run Ethernet
Past a few hundred metres, the honest engineering answer is not better DMX cable. It is Art-Net or sACN over Ethernet (eDMX): carry the data as network packets across the venue, then convert back to DMX close to the fixtures with a node such as the ODE MK3. Each copper Ethernet segment is limited to 100 m, but every switch resets that limit, and fibre links between switches cover kilometres. The node at the far end outputs a locally driven, full-strength DMX line, so the fixtures see a short, clean run regardless of how far the data travelled. This is how large venues, buildings, and outdoor sites are actually cabled: short local DMX runs, long distances on the network.
Quick checklist for a reliable long run
- Plan runs up to 300 m on 110-120 ohm shielded twisted pair, never microphone cable.
- One 120 ohm terminator at the far end of each line.
- No more than 32 fixtures per line, no Y-splits; use a splitter to add more.
- If a long run flickers, check cable type and termination before blaming distance.
- Beyond 300 m, or between buildings, switch to Art-Net or sACN and convert to DMX at the far end.