LED Strip Types
What separates one reel from another, and which one your project wants
What actually differs
An LED strip is described by four things: whether each LED can be told what to do on its own, the voltage it runs at, how many LEDs sit in a metre, and which colours those LEDs can make. Every other difference between strips follows from those four.
Chip names like WS2812B, SK6812 and WS2815 are shorthand for a particular combination of those four, plus how the controller talks to the strip. Once you know which combination you need, the name follows from it rather than the other way round.
Three questions
Answer these and most of the list below rules itself out.
Does each LED need to do its own thing?
If you want a chase, a gradient, a progress bar or anything that moves along the strip, the strip has to be addressable and the controller talks to it over a data line. If the whole strip only ever shows one colour at one brightness, an analog strip and a dimmer is cheaper, simpler and impossible to get wrong.
How long is the run?
Voltage decides how far one feed reaches, because the same wattage at a higher voltage is less current for the copper to carry. Under about two metres, 5V is fine and gives you the widest choice of chip. Past that, a 12V or 24V strip turns a job needing several feeds into one needing one or two.
Does it have to make white?
Red, green and blue mixed together give a white that is tinted, dimmer than the sum of its parts and hard to match between reels. If the strip is doing real lighting rather than effects, pick an RGBW type with its own white die, or a plain white strip and skip the colour entirely.
Every type side by side
Power is at full white across the densities each family is sold in. These are the same figures the PSU calculator sizes a supply from.
| Type | Control | Colours | Voltage | LEDs/m | Power |
|---|---|---|---|---|---|
| WS2812B | Per LED | RGB | 5V | 30 / 60 / 144 | 6.1–29.1 W/m |
| SK6812 | Per LED | RGB | 5V | 30 / 60 / 144 | 4.5–21.5 W/m |
| SK6812 RGBW | Per LED | RGB plus a dedicated white die | 5V | 30 / 60 / 144 | 7.2–34.4 W/m |
| WS2813 | Per LED | RGB | 5V | 30 / 60 | 6.1–12.1 W/m |
| SK9822 / APA102 | Per LED | RGB | 5V | 60 / 144 | 16.7–40.2 W/m |
| WS2812B-mini 2020 | Per LED | RGB | 5V | 60 | 12 W/m |
| WS2815 | Per LED | RGB | 12V | 30 / 60 / 144 | 4.7–22.6 W/m |
| WS2811 | Per LED | RGB | 12V | 30 / 60 | 7.3–14.7 W/m |
| GS8208 | Per LED | RGB | 12V | 30 / 60 | 4.4–8.8 W/m |
| TM1814 | Per LED | RGB plus a dedicated white die | 12V, 24V | 60 | 22.1 W/m |
| WS2814 | Per LED | RGB plus a dedicated white die | 12V, 24V | 60 | 16.2 W/m |
| Addressable FCOB | Per LED | RGB, or RGBW on the WS2814 | 5V, 12V, 24V | 180 / 576 / 630 / 720 / 784 | 8–21 W/m |
| COB white | Whole strip | One fixed colour temperature | 24V, 48V | 320 / 450 / 528 | 8–14 W/m |
| SMD 2835 white | Whole strip | One fixed colour temperature | 12V, 24V | 60 / 120 | 4.8–9.6 W/m |
| SMD 5050 white | Whole strip | One fixed colour temperature | 12V, 24V | 30 / 60 | 7.2–14.4 W/m |
| SMD 5050 analog RGB | Whole strip | RGB, one colour at a time across the whole strip | 12V, 24V | 30 / 60 | 7.2–14.4 W/m |
Addressable or analog
The one decision that cannot be undone with a different controller.
An addressable strip carries a driver at every LED, or every few LEDs, and a controller sends it a stream of data saying what each one should show. Different parts of the strip do different things at the same moment, which is what makes chases, gradients and per-pixel effects possible at all.
An analog strip has no drivers and no data line. A dimmer sets one brightness per colour channel and every LED on the reel follows it together. That is a limitation only if you wanted the effects: for lighting a worktop or a shelf, it is two wires instead of three, no timing to get wrong and no controller compatibility to check.
The choice is made when you buy the strip. A per-pixel effect cannot be added to an analog reel later, and an addressable strip used as plain lighting is a controller you did not need.
Addressable
Per-LED control, a data line, and a controller that speaks the chip's protocol. Feed distances are worked out on the densest version of each family; a sparser reel reaches further.
WS2812B
5V · 6.1–29.1 W/mOne data wire, timing-critical · RGB
Control
Per LED
Densities
30 / 60 / 144 LEDs/m
One feed covers
1.8 m at 5V
The default. Every controller, library and tutorial assumes it, so anything you read about addressable strips applies without translation.
Watch out: The data signal passes through each LED to reach the next, so one dead LED blanks everything after it. At 5V it also needs feeding more often than any other strip here.
5V — Pick your density, in IP30, IP65 or IP67, on black or white PCB
SK6812
5V · 4.5–21.5 W/mOne data wire, WS2812B-compatible timing · RGB
Control
Per LED
Densities
30 / 60 / 144 LEDs/m
One feed covers
1.8 m at 5V
A drop-in alternative when WS2812B is out of stock. It answers to the same timing, so the controller does not know the difference.
Watch out: Same single data path as the WS2812B, so the same one-LED-fails-the-rest behaviour.
5V — Narrow 4mm and 7mm PCB — 60 or 144 LEDs/m, no 30/m variant on this listing
SK6812 RGBW
5V · 7.2–34.4 W/mOne data wire, four channels per LED · RGB plus a dedicated white die
Control
Per LED
Densities
30 / 60 / 144 LEDs/m
One feed covers
1.8 m at 5V
Anywhere the strip has to produce usable white as well as colour. Mixing white from red, green and blue gives a tinted, inefficient white; a real white die does not.
Watch out: Four channels per LED means a third more data, and some controllers need telling the strip is RGBW before the colours land in the right order.
SK6812 RGBW power reference — draw by length and density, feed reach and gauge
5V — Choose the white you want — RGBWW warm, RGBNW neutral, RGBCW cool — then the density
WS2813
5V · 6.1–12.1 W/mTwo data wires, one of them a backup · RGB
Control
Per LED
Densities
30 / 60 LEDs/m
One feed covers
2.1 m at 5V
Runs you cannot easily reach again: behind a wall, under a floor, along a ceiling cove. A single failed LED is bridged instead of blanking the rest.
Watch out: The backup line only survives one break at a time, and the strip costs more per metre than the WS2812B it replaces.
5V — Four chips on one listing — pick DC5V WS2813, then the density
SK9822 / APA102
5V · 16.7–40.2 W/mClock and data, no timing deadline · RGB
Control
Per LED
Densities
60 / 144 LEDs/m
One feed covers
1.8 m at 5V
Fast refresh and anything a camera will see. A separate clock line means the strip updates as fast as the controller can push, and it does not care if an interrupt delays the signal.
Watch out: Two signal wires instead of one, and fewer controllers support it out of the box.
5V — Sold by LED count per reel — 5m 150 is 30/m, 5m 300 is 60/m, 1m 144 is 144/m
WS2812B-mini 2020
5V · 12 W/mOne data wire, timing-critical · RGB
Control
Per LED
Densities
60 LEDs/m
One feed covers
2.5 m at 5V
Narrow channels and tight profiles. The 2020 package is a quarter of the footprint of the standard 5050, so the strip itself is much narrower.
Watch out: Smaller die, less light. Compare it on watts per metre rather than on LED count.
5V — 5mm wide strip — 60, 100 or 160 LEDs/m
WS2815
12V · 4.7–22.6 W/mTwo data wires, one of them a backup · RGB
Control
Per LED
Densities
30 / 60 / 144 LEDs/m
One feed covers
3.5 m at 12V
Long addressable runs. The same LEDs at 12V draw about 32% of the current a 5V strip needs for the same light, so one feed reaches much further.
Watch out: Each LED holds a constant-current driver, so an idle strip still draws a little. Budget for it on installations that are on standby all day.
WS2815 power reference — draw by length and density, feed reach and gauge
12V — Pick your density, in IP30, IP65 or IP67, in 1m or 5m
WS2811
12V · 7.3–14.7 W/mOne data wire, one driver per group of three LEDs · RGB
Control
Per LED
Densities
30 / 60 LEDs/m
One feed covers
4.3 m at 12V
Cheap 12V pixel effects over distance, and the pixel strings sold for outdoor and Christmas use.
Watch out: The driver sits outside the LED and controls three at a time, so the smallest thing you can address is a group of three, not one LED.
WS2811 power reference — draw by length and density, feed reach and gauge
12V — Four chips on one listing — pick DC12V WS2811, then the density
GS8208
12V · 4.4–8.8 W/mOne data wire, one driver per LED · RGB
Control
Per LED
Densities
30 / 60 LEDs/m
One feed covers
5 m at 12V
12V runs that still need per-LED control, where the WS2811's groups of three would show as blocks.
Watch out: Less common than the WS2815, so check your controller's chip list before ordering.
TM1814
12V, 24V · 22.1 W/mOne data wire, four channels per LED · RGB plus a dedicated white die
Control
Per LED
Densities
60 LEDs/m
One feed covers
3.5 m at 12V · 7 m at 24V
RGBW at 12V, which the SK6812 does not offer. The current per channel is set in the data stream rather than by the resistors on the strip.
Watch out: That current setting has to be sent before the strip behaves, and not every controller does it. It also decides what the strip draws, so the W/m on the listing is only true at the current the seller assumed.
TM1814 power reference — draw by length and density, feed reach and gauge
12V — Pick DC12V rather than 24V — 5m at 60 LEDs/m, RGBWW or RGBNW
WS2814
12V, 24V · 16.2 W/mOne data wire, four channels per group of three LEDs · RGB plus a dedicated white die
Control
Per LED
Densities
60 LEDs/m
One feed covers
4.3 m at 12V · 8.5 m at 24V
RGBW on a rail that reaches. It is the one addressable RGBW part sold on both 12V and 24V, and the two draw the same watts, so the rail is a choice about run length rather than about power.
Watch out: One IC drives three LEDs, so the pixel count your controller wants is a third of the LED count on the listing. Entering the LED count is the usual way this strip ends up misconfigured.
WS2814 power reference — draw by length and density, feed reach and gauge
Addressable FCOB
5V, 12V, 24V · 8–21 W/mOne data wire, driver shared across a group of LEDs · RGB, or RGBW on the WS2814
Control
Per LED
Densities
180 / 576 / 630 / 720 / 784 LEDs/m
One feed covers
2.5 m at 5V · 5 m at 12V · 7 m at 24V
Effects with no visible dots. A phosphor layer over a dense line of LEDs turns the strip into a continuous glowing line, which is what you want anywhere the strip itself is in view.
Watch out: Hundreds of LEDs per metre is not hundreds of pixels: they are driven in groups, so the addressable resolution is far lower than the LED count suggests.
5V — 5mm or 10mm wide, 60 to 160 LEDs/m — 160 is the densest 5V this listing offers
12V — Pick 12V RGB 576 LEDs/m — the 24V variants on this listing are a different rail
24V — Pick a 24V variant — RGB at 576 or 720 LEDs/m, RGBW at 784
Analog
One brightness per channel across the whole reel, set by a dimmer rather than a data stream. Feed distances are again for the densest version of each family.
COB white
24V, 48V · 8–14 W/mTwo wires, dimmed by a PWM dimmer · One fixed colour temperature
Control
Whole strip
Densities
320 / 450 / 528 LEDs/m
One feed covers
8.5 m at 24V · 15 m at 48V
Lighting rather than effects: under cabinets, in coves, along shelves. No dots, no controller, no data to get wrong.
Watch out: The whole strip is one colour at one brightness. If you want zones, that is one dimmer channel per zone.
24V — Pick a 24V variant at your density, then the colour temperature
48V — 480 LEDs/m, sold only as a 20m roll — the one 48V COB in the catalogue
SMD 2835 white
12V, 24V · 4.8–9.6 W/mTwo wires, dimmed by a PWM dimmer · One fixed colour temperature
Control
Whole strip
Densities
60 / 120 LEDs/m
One feed covers
5 m at 12V · 10 m at 24V
The cheapest way to get a lot of white light out of a strip. A single-die package that has become the standard for plain white work lighting.
Watch out: Individual dots are visible unless the strip sits behind a diffuser, which is why COB has taken over where the strip can be seen.
12V — 120 or 240 LEDs/m in warm, natural or cool white, cut to length from 0.5m
24V — Pick DC24V rather than 12V, then 60, 120 or 240 LEDs/m
SMD 5050 white
12V, 24V · 7.2–14.4 W/mTwo wires, dimmed by a PWM dimmer · One fixed colour temperature
Control
Whole strip
Densities
30 / 60 LEDs/m
One feed covers
4.3 m at 12V · 8.5 m at 24V
Bright white in the same 5050 package the RGB strips use, so it fits the same channels and diffusers.
Watch out: At 14.4 W/m the 60/m version is one of the hungriest strips here. Size the supply before assuming a 5m reel runs off a small brick.
12V — Pick a white rather than RGB, then 12V, in IP20 or IP65
24V — Pick a white rather than RGB, then 24V, in IP20 or IP65
SMD 5050 analog RGB
12V, 24V · 7.2–14.4 W/mFour wires, one PWM channel per colour · RGB, one colour at a time across the whole strip
Control
Whole strip
Densities
30 / 60 LEDs/m
One feed covers
4.3 m at 12V · 8.5 m at 24V
Colour on a budget, and anywhere a whole wall or ceiling changes colour together. No data timing to get wrong and no controller compatibility to check.
Watch out: Every LED shows the same colour at the same moment. Chases, gradients and per-pixel effects are not possible, whatever the listing photo suggests.
12V — Pick RGB and DC12V — 60 LEDs/m on a 5m reel
24V — Pick RGB and DC24V — 60 LEDs/m on a 5m reel
Dots or a line
Why COB has taken over everywhere the strip itself is visible.
An SMD strip is a row of separately packaged LEDs, so close up it reads as a row of points with dark gaps between them. Behind a deep diffuser, at a distance, that disappears. Under a cabinet lip or along an open shelf, it does not.
COB mounts the dies straight onto the board under one continuous phosphor coating, so the strip lights as a line. It comes at both ends of the range: plain white COB for lighting, and addressable FCOB for dot-free effects. On the addressable version, check what you are actually buying — the LED count per metre runs into the hundreds, but they are driven in groups, so there are far fewer pixels than LEDs.
Where the power goes next
Watts per metre times length gives the draw, and the supply is sized from that plus a margin. The voltage decides how far one feed reaches before the far end starts dimming — the "one feed covers" figures above come from the same spacing rules the calculator marks injection points with.
If you already know which strip you want, the PSU calculator turns it into a supply and a wire gauge. If the voltage is the open question, the voltage guide compares 5V, 12V, 24V and 48V on run length and current. If the run is already long, the power injection guide covers feeding it in more than one place. If a strip is already up and the far end is dim, that is the voltage drop guide — density is half of what causes it, and the densest strips here draw four times what the lightest do. A strip that flickers or flashes random colours instead is the flickering guide, which starts from the symptom rather than the part.
Questions
What is the difference between addressable and analog LED strips?
An addressable strip carries a small driver at every LED or every few LEDs, and a controller sends it a stream of data saying what each one should show, so different parts of the strip can do different things at the same time. An analog strip has no drivers and no data line: a dimmer sets one brightness per colour channel, and every LED on the reel follows it together.
WS2812B or WS2815 - which should I buy?
WS2812B if the run is short and you want the widest software and controller support. WS2815 if the run is long: it is the same idea at 12V instead of 5V, so it draws about 32% of the current for the same light and one feed reaches much further, and it adds a backup data line so a single failed LED does not blank the rest of the strip.
SK6812 or WS2812B - is there a real difference?
Not much of one, and that is the point. The SK6812 answers to WS2812B timing, runs at the same 5V and comes in the same densities, so a controller cannot tell them apart and neither can most installations. It is the strip to buy when the WS2812B you wanted is out of stock, or when you want RGBW, which the WS2812B is not made in. Claims that it drops less voltage are about the reel rather than the chip: both are 5V, and 5V is what sets the reach.
WS2815 or SK6812 RGBW?
They answer different questions. The WS2815 is the long-run chip: 12V, about 32% of the current, and a backup data line that keeps the strip alive past a dead LED. The SK6812 RGBW is the white-light chip: a fourth die that makes white directly instead of mixing it. If the run is long and colour is the point, WS2815. If the strip has to light something and be a colour sometimes, SK6812 RGBW and feed it more often.
What does RGBW give me that RGB does not?
A fourth die that makes white directly. An RGB strip has to mix white from red, green and blue, which comes out tinted, uses all three channels at once and still looks dimmer than a dedicated white LED at the same power. If the strip is lighting a room rather than putting on a show, RGBW is the difference between usable light and a colour effect that happens to be pale.
Why do COB strips have no dots?
COB puts the LED dies directly on the board under a continuous phosphor coating instead of packaging each one separately, so what you see is a lit line rather than a row of points. That matters anywhere the strip itself is visible - under a cabinet, along a shelf, in a cove - where an SMD strip needs a diffuser and a gap to look the same.
Does a higher LED count per metre mean more pixels?
Not on COB and FCOB strips. Hundreds of LEDs per metre are driven in groups by a shared driver, so the number of independently controllable pixels is far lower than the LED count printed on the reel. On standard addressable strips the two do match, except on the WS2811, where one driver controls three LEDs at a time.
Can I mix different LED strip types on one power supply?
Only if they run at the same voltage. A supply makes one voltage, so a 5V strip and a 24V strip need one supply each, whatever the total wattage is. Same-voltage strips of different types share a supply happily - add their wattages together and size for the total.
Which LED strip is best for under-cabinet lighting?
A white COB strip at 24V. There are no dots to see under a cabinet lip, no controller to configure, and 24V keeps the current low enough to feed a long kitchen run from one end. Pick the colour temperature rather than the chip: around 2700K for warm, 4000K for neutral working light.
Picked a strip? Enter its length and get the supply it needs.
Open PSU Calculator