Skip to main content
← All Guides
Redstone · Mechanic · Java & Bedrock

How to Use a Redstone Torch

A redstone torch is power that is always onuntil you power the block it sits on, when it flips off. That flip is the basic NOT gate, the building block of nearly every redstone circuit.

lever (input)
torch on block
lamp (output)
INPUTOFFON
OUTPUTONOFF
A redstone torch is on by default and flips off when the block it sits on gets powered. So the output is always the opposite of the input: that is a NOT gate.

Three ways to use it

1
Power source

On its own a torch is always on. It powers redstone dust right next to it at full strength and weakly powers the block directly above it.

2
Inverter (NOT gate)

Stick it on a block and power that block: the torch switches off. Input on means output off, which is the single most-used logic gate in redstone.

3
Signal upward

Stack torch, block, torch, block up a wall to make a torch tower that carries a signal straight up, something plain dust cannot do.

Watch for burnout

If a torch is forced to switch on and off too quickly, like in a fast torch clock, it burns out: it puffs smoke and goes dark until the input stops. To build fast clocks, use repeaters or observers instead and keep torches for steady inversion.

Quick answers

What does a redstone torch do?

By default it is on and acts as a power source: it powers adjacent redstone dust at strength 15 and weakly powers the block above it. Attach it to a block and it also works as an inverter.

How do you make a NOT gate?

Place a redstone torch on a block, then feed power into that block. When the block is powered the torch turns off, so the torch output is always the opposite of the input. That is a NOT gate.

How do you send a redstone signal straight up?

Build a torch tower: a torch, a block above it, a torch on that block's side, another block, and so on. Each torch re-powers the next, carrying the signal up a wall that plain dust would lose.

Why did my redstone torch burn out?

Switching it on and off too fast, like a tight torch clock, makes it burn out. It puts off smoke and goes dark until the input stops, which protects against runaway loops.

How do you make a redstone torch?

One redstone dust on top of one stick in the crafting grid makes a single redstone torch.

Does a redstone torch power its own block?

It powers the block above it weakly and the dust beside it strongly, but it does not strongly power the block it is mounted on, which is what lets the inverter trick work cleanly.
Database →
Redstone torch & parts
Look up the redstone torch and every redstone component.
Guide →
Use a repeater
For delays and fast clocks where a torch would burn out.

The inverter everything else is built from

It is on until you power it

A redstone torch outputs constantly and switches off when the block it is attached to gets powered, which makes it a NOT gate in one item. Every other logic gate in the game is assembled out of that behaviour plus dust.

Burnout is real and it looks like a bug

A torch that is switched on and off too rapidly stops responding for a while and starts smoking. Clocks built directly from torches hit this, which is why the standard fast clock uses observers or repeaters instead.

It powers the block above it

A torch powers the block directly above itself, not just the dust next to it, which is how signals travel vertically without a ladder of blocks and dust. It is also why a torch under a floor can power something you never intended to wire.

Blocks and items in this guide

Redstone Torch in MinecraftRedstone TorchRedstone Dust in MinecraftRedstone DustObserver in MinecraftObserverRedstone in MinecraftRedstoneRepeater in MinecraftRepeaterLadder in MinecraftLadder

All 6 of these are named in the guide above, starting with Redstone Torch. Look them up in the item database.

More guides on this site

Guides that go with this one

How to Use an Observer in MinecraftAn observer watches the block in front of it and fires a short redstone pulse out the back when that block...How to Survive the Creaking in MinecraftThe Creaking only moves when unwatched and shrugs off every attack; it dies only when you break its creaking...How to Make a Piston in MinecraftA piston is planks, cobblestone, iron and redstone, and it shoves blocks when powered. Here is the recipe,...How to Build a Wall and Gate in MinecraftBuild a defensive wall with crenellations, towers and a working gatehouse. Here is the five-stage build, the...How to Make an Automatic Gate in MinecraftAn automatic gate opens when you step on a hidden plate and closes itself on a redstone timer. Here is what...How to Use the Crafter Block in MinecraftThe 1.21 Crafter auto-crafts a recipe on a redstone pulse. Here is how to load its grid, disable slots,...

Related tools & databases

Tool
Minecraft Tools
Calculators and generators for servers and players.
Database
Item Database
Every item with its stats, IDs, recipes and uses.
Guides
More Farms & Redstone guides
Auto farms, contraptions and every redstone component explained.