addressable led strip - wled power injection

WLED Power Injection Guide (2026): When, Where, and How to Inject Power

Why LED Strips Become Dimmer Towards the End

You install a new LED strip. The first metre looks great. But by the end, the colours are dull, whites look pinkish, or the LEDs are a slightly different shade.

This isn't a faulty strip or a bad controller. It's voltage drop.

If you're new to WLED, read our What is WLED? Complete Beginner's Guide before wiring your first controller.

Every LED strip has a thin copper trace running along its length. As current flows through it, voltage drops a little with each LED. After enough LEDs, the voltage at the far end is noticeably lower than at the start. Lower voltage means dimmer light and shifted colours.

Power injection solves this by feeding power directly into the strip at multiple points, bypassing the voltage drop in the strip's own traces.


At What Point Do You Need Power Injection?

These are conservative rules of thumb for full-brightness installations:

Strip voltage Inject power every...
5V (WS2812B etc.) 100 LEDs
12V (WS2815 etc.) 200 LEDs
24V 400 LEDs

Actual distances vary depending on LED density, copper thickness, and brightness, but these recommendations work well for most installations.

For 5V strips, the voltage drop is aggressive because the starting voltage is low. A drop of even 0.5V is a 10% loss. For 12V and 24V strips, the margin is wider, so you can run longer before injection is needed.

RGBW strips generally require more frequent power injection than RGB-only strips because they can draw more current when displaying white. If you normally run your LEDs below about 50% brightness, you may be able to space injection points further apart.

Real-world examples:

  • TV backlight (5V, 100 LEDs) — injection at both ends is enough
  • Under-cabinet (12V, 300 LEDs) — inject at start, middle, and end
  • Outdoor roofline (12V, 600 LEDs) — inject every 200 LEDs

If in doubt, measure the voltage at the far end with a multimeter while the strip is showing white at full brightness. If the far-end voltage drops much below about 4.5V on a 5V strip, you'll usually start seeing brightness or colour shift, making another injection point worthwhile.


How Power Injection Works in WLED

The controller sends the data signal to the strip. The LEDs are powered by the power supply (PSU), which may feed the strip at the start and at additional injection points. The main power comes from the PSU, delivered directly to the strip at multiple points.

The simplest setup:

PSU ──┬── Controller ── Data ──> Strip (start)
      │
      └── Power only ─────────> Strip (middle)
                                Strip (end)

Each power injection point is just a positive and negative wire from the PSU to the strip's +5V/+12V/+24V and GND pads. The data signal comes from the controller only — never inject data.

Always inject both positive (+V) and ground (GND). Injecting only one wire won't solve voltage drop.


What You Need

Wire

Use stranded copper wire. Solid-core is harder to work with and more prone to breaking under vibration. Keep injection wires as short as practical — distance matters almost as much as wire size.

Current Minimum wire gauge Typical use
Up to 3A 0.75mm² (18 AWG) Short injection runs under 1m
3A to 6A 1.0mm² (17 AWG) Most injection runs
6A to 10A 1.5mm² (15 AWG) Long runs from PSU to strip

Fusing

Every power injection wire needs a fuse close to the PSU end. If a wire shorts, the fuse blows instead of the wire melting.

  • Use inline blade fuse holders
  • Rate the fuse for the wire, not the PSU — a 10A fuse on 1.0mm² wire is too high
  • Common sizes: 3A, 5A, 10A

Connectors

For permanent installations, solder directly to the strip pads. For testing or temporary setups, Wago 221 lever connectors work well. Avoid cheap screw terminals — they loosen over time.


Where to Inject

Method 1: Inject at the Far End

For runs just over the threshold (e.g. 120 5V LEDs), a single injection at the end is enough. The signal travels from the controller at the start, power flows from both ends.

[Controller] ──┬── Strip ───────────────────────┐
               │   (signal + power from start)  │
               └────────────────────────────────┘
                                       PSU injection here

Method 2: Inject at Both Ends (Start and Far End)

For medium runs (200-300 5V LEDs, or 400 12V LEDs). Power enters both ends and meets in the middle.

PSU ──┬── Controller ── Strip start
      │
      └────────────────── Strip end

Method 3: Inject Every X LEDs

For long runs, inject at regular intervals. For a 600-LED 12V strip, inject at 0, 200, 400, and 600. Power each injection from a common bus bar or distribution block.

PSU ──┬──────┬──────┬──────┐
      │      │      │      │
      [0]   [200]  [400]  [600] (LED positions)

All injection points connect to the same PSU (or multiple PSUs if the total draw exceeds one unit's capacity).


Common Mistakes

1. Not injecting enough points

One injection at the start for 300 5V LEDs won't cut it. The first 100 LEDs will be bright, the rest will fade. Inject at intervals, not just once.

2. Multiple PSUs

If you're using multiple PSUs, connect their grounds together so the controller and LEDs share a common reference for the data signal. Never connect the positive outputs of separate PSUs directly together unless they're specifically designed for parallel operation. Split the strip into separate power zones instead. Use a single PSU where possible — it's simpler and more reliable.

3. Using the wrong wire gauge

Thin wire causes voltage drop before the power even reaches the strip. For a 2m run of 1.0mm² wire carrying 6A, you lose about 0.2V — that's 4% of a 5V strip's budget gone before it touches the LED.

4. No fusing

A short circuit in an unfused injection wire can draw enough current to overheat the wire before the PSU protection reacts. The wire melts, not the fuse — because there is none. Add inline fuses on every positive injection wire.

5. Not accounting for the voltage drop in the strip itself

Even with perfect injection wiring, the strip's copper trace drops voltage between each LED. This is physics — you can't eliminate it, only compensate by injecting more frequently. Measure after injection to confirm the far-end voltage is within spec.


How to Test Your Power Injection

After wiring, test with a full white pattern at 100% brightness:

  1. Measure voltage at the first LED pad — should match PSU output
  2. Measure at the far end — should be within 0.3V of the start
  3. If it's more than 0.5V lower, add another injection point or use thicker wire

A difference of 0.2V is fine. 0.5V+ means the far end will be noticeably dimmer.


Does This Apply to Pre-Built Controllers?

Zelco controllers receive power from the PSU and provide the data signal to the LEDs. Power injection is still handled separately by feeding the LED strip directly from the PSU where needed. Power injection is about feeding the LED strip itself, not the controller. The controller's primary job is to generate the data signal, while the PSU supplies the power for the LEDs.

If you're still choosing hardware, see our ESP32 vs ESP8266 for WLED comparison guide.

So regardless of which controller you use, the same injection rules apply:


Quick Reference

Run length (5V) Inject at
<100 LEDs Start only
100-200 LEDs Both ends
200-300 LEDs Start, middle, end
300+ LEDs Every 100 LEDs
Run length (12V) Inject at
<200 LEDs Start only
200-400 LEDs Both ends
400-600 LEDs Start, middle, end
600+ LEDs Every 200 LEDs

Frequently Asked Questions

Do I need power injection on a 5V LED strip?

Usually, yes, once you approach around 100 LEDs at high brightness. Shorter runs often work perfectly from a single power connection. 5V strips are particularly sensitive to voltage drop because even a small voltage loss represents a large percentage of the supply.

Can I inject power without cutting the strip?

Yes. You don't need to cut the strip to add injection points. Solder or connect your injection wires directly to the +V and GND pads at any point along the strip — the existing segments carry the data signal through.

Does power injection improve data signal quality?

No. Power injection only addresses voltage drop for the LEDs themselves. Data signal integrity is a separate concern. If you're seeing flickering or random colours, the issue is likely data line length, interference, or a missing level shifter — not power injection.

Can I use multiple power supplies?

Yes, but with care. Connect the grounds of all PSUs together so the controller and LEDs share a common reference for the data signal. Never connect the positive outputs of separate PSUs together unless they're specifically designed for parallel operation. Instead, split the strip into separate power zones, each fed by its own PSU.

Can I inject power at both ends?

Yes — in fact, this is one of the most common and effective configurations. Injecting at both the start and far end of the strip cuts the voltage drop path in half and is sufficient for many medium-length installations.


Found this helpful? Share it with someone troubleshooting their WLED install.

Related reading:

Back to blog

Leave a comment

Please note, comments need to be approved before they are published.