The difference in one line
The WS2812B has its driver chip built inside the LED itself. The WS2811 is a separate driver chip that sits outside and controls LEDs connected to it.
That one structural difference is where everything else comes from — the voltage, the pixel count, the cable length, even how smooth your effects can look.
An analogy that fits: a WS2812B is like every worker having his own phone. You call one man, he acts. A WS2811 is like one supervisor with a phone controlling three men standing together. You call the supervisor, and all three do the same thing at the same time. You cannot make just one of those three do something different, because they do not have separate phones.
Pixel grouping — the part that surprises people
This is the most important practical difference, and it is the one people discover after the strip is already installed.
On a 12V WS2811 strip, one driver chip typically controls three LEDs together. Those three LEDs are one pixel. They light up as a single unit, in a single colour. So a strip with 300 physical LEDs is only 100 addressable pixels.
On a WS2812B strip, every LED is its own pixel. A strip with 300 LEDs is 300 pixels.
When you set the pixel count in LED Edit, you enter the number of addressable pixels, not the number of LEDs you can see. Enter 300 for a 12V WS2811 strip that actually has 100 pixels, and your effect will only fill the first third of the strip. This is one of the most common setup faults reported by beginners.
The practical consequence is resolution. On a short fixture where the audience stands close — a shop counter, a small sign, a text display — the three-LED grouping is visible, and the effect looks blocky. On a long toran seen from twenty feet, nobody can tell, and the grouping does not matter at all.
Side-by-side comparison
| WS2811 | WS2812B | |
|---|---|---|
| Driver chip location | Separate, outside the LED | Built into the LED package |
| Common supply voltage | 12V (5V versions also exist) | 5V only |
| LEDs per pixel | Usually 3 on 12V strips | 1 |
| Effect detail | Coarser — grouped | Finer — every LED separate |
| Voltage drop over distance | Less severe | More severe |
| Power injection needed | Less often | More often, over shorter runs |
| Typical use | Long torans, facades, outdoor runs | Matrices, text, close-up displays |
| Cost per metre | Generally lower | Generally higher |
Voltage: why 12V runs further
This is the reason most long outdoor runs use 12V WS2811.
Every metre of copper in the strip has a small resistance, and current flowing through it causes a voltage drop. Think of it like water pressure in a long pipe — the far end always gets less than the near end.
A 5V system has very little headroom. Once the voltage at the far end falls by a volt or so, the LEDs stop producing correct colour: white starts to look yellow or pink, and the far end looks dimmer than the near end. Customers notice this immediately on a long toran.
A 12V system starts with more than twice the headroom, and because the same power is delivered at a higher voltage, the current is lower — which means less drop for the same load. That is why a 12V WS2811 run can go considerably further before you have to inject power.
If the last section of your strip looks dim or the white has gone yellow, it is a power problem, not a data problem. Data faults cause flickering, wrong colours across the whole strip, or dead sections — not a gradual fade towards one end. The fix is power injection, covered in our wiring and power injection guide.
How to tell which one you have
Suppliers label strips inconsistently, so it pays to check for yourself. Four quick tests:
Look at the cut marks
Follow the printed cut lines along the strip. If you can cut between every single LED, each LED is its own pixel — that points to WS2812B. If the cut mark only appears after every third LED, you have grouped pixels, which points to a 12V WS2811 strip.
Read the voltage marking
The printed marking on the strip usually states the supply voltage. 12V almost always means WS2811. 5V could be either, so use the cut-mark test alongside it.
Look for a separate chip
On many WS2811 strips you can see a small black rectangular chip on the board next to the LEDs. On a WS2812B strip there is no separate chip — look closely at the LED itself and you can usually see the tiny die inside the package.
Power a short piece and run a single-pixel test
The definitive test. Program a chase that lights one pixel at a time and watch the strip. If one LED moves along, it is individually addressable. If three LEDs light together and move as a block, it is a grouped WS2811.
Feeding 12V into a 5V strip destroys it in seconds and the damage is not repairable. Confirm the voltage marking on the strip before the supply is switched on, every time, including on strips that look identical to ones you have used before.
Which one to buy for your job
Choose WS2811 (12V) when
- The run is long — torans, gate borders, roof lines, facade outlines.
- The audience will be some distance away, so grouped pixels are invisible.
- You want fewer power injection points and simpler wiring on site.
- The budget matters and the fixture is large.
Choose WS2812B (5V) when
- You are building a matrix that has to display text, numbers or a logo.
- The fixture is short and viewed close up.
- You need smooth, fine movement in the effect rather than blocky steps.
- The design calls for detail more than length.
For most event and tent work in India — torans, gates, stage borders, mandap outlines — 12V WS2811 is the practical choice, and that is what the majority of ready-made fixtures use. Save WS2812B for the jobs where the detail genuinely shows.
What to set in the software
Three settings must match your strip, and all three are in the hardware setup screen:
| Setting | What to enter | What goes wrong if it is off |
|---|---|---|
| IC type | WS2811 or WS2812B, matching your strip | Flickering, random pixels, or nothing at all |
| Pixel count | Addressable pixels, not LEDs | Effect fills only part of the strip, or overruns |
| RGB signal order | Try RGB, GRB and BRG | Red shows as green, blue shows as red |
The signal order catches almost everyone once. Many WS2812B strips expect the green value first rather than the red, so a strip set to RGB will show your reds and greens swapped. If your colours are wrong but the movement is correct, this is the setting to change — nothing else needs touching.
Questions we get asked
Can I mix WS2811 and WS2812B on the same output port?
No. One port carries one IC configuration and one supply voltage. Mixing them means one of the two sections will not work correctly. Use separate ports, or separate controllers.
Is WS2812B better than WS2811?
Neither is better in general. WS2812B gives more detail; WS2811 at 12V handles distance better and costs less per metre. The right answer depends on the fixture, not on the chip.
What about WS2815 and SK6812?
WS2815 is a 12V individually-addressable type that also includes a backup data line, so a single failed LED does not black out everything after it. SK6812 is similar to WS2812B and often includes a dedicated white channel. Both are supported in LED Edit — select the matching IC type in hardware setup.
My strip has 300 LEDs. What do I enter as the pixel count?
For WS2812B, enter 300. For a 12V WS2811 strip with three LEDs per pixel, enter 100. If you are not certain, run the single-pixel chase test described above and count what moves.
Why did my strip work at 5 metres and fail at 15?
Almost certainly voltage drop rather than a faulty strip. Longer runs need power injected at intervals along their length instead of only at one end.
Strip specifications vary between manufacturers and batches. If your strip behaves differently from what is described here, tell us through the contact page and we will update the guide.