Pixel tape is sold in three common supply voltages: 5 V, 12 V, and 24 V. The choice is a genuine engineering trade-off, not a quality ladder. In one sentence: lower voltage usually gives you finer per-pixel control and the widest choice of chips, while higher voltage lets the same wattage travel further from each power feed before colours degrade. This guide works through the physics, the honest strengths and weaknesses of each voltage, and a decision table by use case. If you are unsure what makes a "pixel" different from ordinary LED strip, start with Pixel: What are Pixel LEDs? and come back.
The physics: same watts, less current, less drop
Power (watts) is voltage multiplied by current: watts = volts × amps. For a fixed load in watts, doubling the supply voltage halves the current the copper has to carry. Take 5 m of 60 LED/m RGB tape at a worst-case full-white draw of about 18 W per metre, roughly 90 W total:
- At 5 V: 90 W ÷ 5 V = 18 A
- At 12 V: 90 W ÷ 12 V = 7.5 A
- At 24 V: 90 W ÷ 24 V = 3.75 A
Same brightness, same power, very different current. Current is what causes problems: every copper trace inside the strip has resistance, and voltage drop along the trace is current × resistance. The further along the strip you go, the less voltage is left, and the LEDs at the far end dim and shift colour (whites turn pink or red first, because the blue and green dies need more voltage headroom than red).
Higher voltage helps twice over. Halving the current roughly halves the absolute voltage lost in the copper, and each lost volt also matters less because it is a smaller fraction of the supply: losing 0.5 V from a 5 V rail is a 10% hit, enough to push pixels into the pink failure mode, while the same 0.5 V from a 24 V rail is about 2%. The two effects compound, which is why 24 V tape can run several times further per power feed than 5 V tape of the same wattage. For the full treatment, including trace resistance and injection strategies, see Managing voltage drop and "pinking" in high-density pixel and Neon Flex runs.
5 V tape: maximum granularity, shortest runs
5 V is the native voltage of the WS2812B family and its many clones, which makes it the largest pixel chip ecosystem by far. Almost all 5 V pixel tape is true per-pixel: every LED package contains its own driver and is individually addressable, so a 60 LED/m strip really gives you 60 controllable points per metre. Cut points typically fall at every single LED, which makes 5 V tape easy to trim to odd lengths for props and costumes.
The cost is current. A WS2812B-class RGB pixel draws around 50 to 60 mA at full white (a commonly measured figure; exact values vary by manufacturer and bin, so check the datasheet for your batch), roughly 0.3 W per pixel. At 60 LEDs/m full white that is around 3.6 A per metre, and thin PCB traces cannot sustain that for long. In practice 5 V tape needs power injection (extra heavy-gauge feeds from the power supply joined to the strip at intervals) every few metres, sometimes at both ends of a single 5 m reel, before white balance visibly shifts. The exact interval depends on wattage per metre, PCB copper weight, and how much dimming you will accept; treat any single number as a starting point, not a rule. See Pixel Strip: Maximum Length Factors for what actually limits run length.
One safety note in 5 V's favour: at these voltages the hazard is heat from high current in undersized wire and connectors, not electric shock. Size conductors and fuses for the amps, which are substantial.
5 V is the natural choice when the run is short, pixel density matters, or the whole thing runs from a USB power bank: wearables, props, small models, dense matrices.
12 V tape: the practical middle ground
At 12 V the same wattage arrives as 42% of the 5 V current, and the rail tolerates more than twice the absolute drop before pixels misbehave, so injection intervals stretch out usefully, typically into the 5 to 10 m region depending on load. But 12 V tape splits into two distinct families, and the difference matters more than the voltage:
- Grouped-pixel tape (WS2811-style): an external driver IC controls three LEDs wired in series. On 60 LED/m tape that means 20 addressable pixels per metre, each 50 mm long, with cut points every three LEDs. Chase effects step in 5 cm blocks instead of 1.6 cm blocks. On a building at 20 m viewing distance nobody notices; on a costume at arm's length they do.
- True per-pixel 12 V tape: chips such as WS2815 and GS8208 give individual addressability at 12 V, often with a backup data line that lets the signal skip a single failed pixel.
Grouping is a property of the chip, not of 12 V itself, so always confirm it on the datasheet of the specific strip you are buying rather than assuming from the voltage. ENTTEC's own pixel strip range illustrates the split: the 5 V strips and the standard 12 V strips are individually controllable per-pixel, while the long-range 12 V (8PXB) series groups every three LEDs into one pixel (20 pixels per metre at 60 LEDs/m), trading resolution for a longer distance between injection points.
12 V is the sensible default for stage set pieces, signage and mid-sized installations: enough reach to keep power injection manageable, with per-pixel 12 V chips available when you need the resolution.
24 V tape: distance first, granularity second
24 V carries the same wattage at roughly one fifth of the 5 V current and tolerates nearly five times the absolute voltage drop, so on drop physics alone it goes furthest per injection point, commonly 10 m or more per feed depending on wattage. In the wider market it is a common pick for long architectural runs, facade outlines, cove lighting, and much addressable neon flex: anywhere adding an injection cable mid-run means a lift or a scaffold. Voltage is not the only route to distance, though. ENTTEC's own pixel range centres on 5 V and 12 V, and its long-run architectural answer is the constant-current 12 V 8PXB series: regulating current along the strip lets well-designed 12 V constant-current tape reach distances per feed comparable to typical 24 V product. 24 V is also friendlier on the power side: DIN-rail 24 V supplies are ubiquitous in the controls industry, and lower current means smaller conductors and connectors.
The trade-offs are real. The 24 V addressable chip selection is the smallest of the three, and much 24 V tape groups LEDs (6-LED groups are common on some chips, giving a 100 mm pixel at 60 LEDs/m). Per-pixel 24 V parts exist but are less common and often cost more, and some chip families are offered by third parties in 12 V and 24 V variants with different grouping, so the only reliable answer is the datasheet for the specific tape you are quoting. If a vendor claims per-pixel control on 24 V tape, ask for the chip part number and verify it. If your design needs both long reach and fine resolution, compare a grouped 24 V strip against a per-pixel 12 V strip with more frequent injection before committing.
Controllers and power supplies: what the voltage changes
A pixel controller cares about the data protocol and its timing, not the tape's supply voltage. An SPI pixel controller such as an ENTTEC OCTO drives WS2812B (5 V), WS2815 (12 V), or a supported 24 V chip through the same data output; what must match is the chip in the controller's supported-protocol list. Four practical points:
- Power is separate. The controller does not convert voltage for the LEDs. You feed the tape at its own rail from an appropriately sized supply, and the controller's data ground must be common with the tape's ground (0 V). Sizing maths and safety margins are in Pixel: Power Supplies.
- The supply must match the strip voltage exactly. A 5 V strip on a 12 V supply is destroyed immediately, not dimly overdriven. Size the supply for worst-case full white plus headroom.
- Data logic level is its own question. Most pixel chips expect roughly 5 V logic on the data line regardless of the LED supply voltage. Long data runs, not just long power runs, cause problems; that is a cabling topic, not a tape-voltage topic.
- Grouping changes your channel map, not your controller. A 5 m reel of per-pixel 60 LED/m RGB tape is 900 channels; the same reel with 3-LED grouping is 300. Controllers can also group per-pixel tape in software to save universes, covered in Pixel Controller: Pixel Grouping.
If you are mixing tape types on one controller, see Pixel Strip: Controlling Different Types. For mapping content onto the result, ENTTEC's ELM pixel-mapping software has a free-to-download installer with no dongle; the licence sets how many universes you can output, and full licences come bundled with ENTTEC pixel controllers, so you can install it and start laying out the design before your hardware arrives.
Decision table by use case
| Use case | Usual best fit | Why |
|---|---|---|
| Wearables, props, small models | 5 V | Runs are short enough that drop is manageable; per-pixel detail is viewed close up; can run from USB power banks; cut points every LED; widest chip and accessory ecosystem. |
| Stage set pieces, scenic elements | 12 V (per-pixel chip if detail matters) | Runs of a few metres to tens of metres; injection intervals roughly double versus 5 V, so less wiring to conceal in a fast build; per-pixel 12 V chips (WS2815, GS8208) keep resolution when the audience is close. |
| Building facades, architectural lines | 24 V or constant-current long-range 12 V (8PXB-style) | Longest distance per injection point; injection points are expensive to reach; viewing distance hides grouped pixels; 24 V pairs with ubiquitous DIN-rail supplies, while constant-current 12 V reaches comparable distances. |
| Christmas and hobby displays | 5 V or 12 V | Community controller support is strongest for these two; 5 V for dense matrices and small props with power nearby, 12 V for roofline and yard runs where injection wiring gets tedious. |
Rules of thumb to leave with
- Voltage buys distance, not quality. It does not change light output or control fidelity; it changes how far the power travels and, indirectly, which chips (and therefore which grouping) you can buy.
- Do the current maths before buying: watts per metre × metres ÷ volts = amps. If the answer per feed is above roughly 5 to 7 A, plan injection points or move up a voltage.
- Never assume grouping from the voltage. "12 V" tells you about power; only the chip datasheet tells you whether you get 60 pixels per metre or 20. Per-pixel 12 V tape exists; grouped 24 V tape is common.
- Match the power supply voltage to the strip exactly, and size it for worst-case full white with headroom.
Whichever voltage you land on, test a short length with your controller and power supply on the bench before installing anything. An hour of bench testing is cheaper than one scaffold visit.