What is a redstone torch?
A redstone torch is a small block that gives off a steady redstone signal and a dim red glow. It sits at the center of almost every redstone build, because it is the simplest way to get power without flipping a lever or pressing a button.
It produces a signal strength of 15, the maximum, and a light level of 7. That light is enough to see by but only half as bright as a normal torch, so it works better as a power source than as a way to light a room.
The redstone torch does one job that no other block does as cleanly: it turns a signal off. Power the block it is stuck to and the torch switches off. That single behavior is what makes it the foundation of logic in Minecraft.
How to craft a redstone torch
The recipe is one of the cheapest in the game. Place one redstone dust directly above one stick in the crafting grid. The two items can sit in any column as long as the dust is on top of the stick. Crafting gives you one redstone torch.
Redstone dust comes from mining redstone ore, which shows up below Y level 16 and is common down near the bottom of the world. One block of ore drops four or five dust, so a short mining trip leaves you with plenty of torches. Sticks come from any planks, so the stick half of the recipe costs almost nothing.
How redstone torches power things
A redstone torch is an always-on power source by default. Once placed, it powers the components around it until something switches it off.
Here is what a lit redstone torch powers:
- Any redstone dust next to it or on top of the block directly above it.
- The solid block directly above it, which becomes strongly powered. That block can then power dust laid on top of it and components stuck to its sides.
- Adjacent components like repeaters, pistons, redstone lamps, and doors.
There is one important exception. A redstone torch does not power the block it is attached to. The torch sticks out of a block, and that host block stays unpowered no matter how long the torch burns. New redstone players trip over this constantly, so here it is plainly: the block holding the torch gets nothing from it.
You can place a redstone torch on the top face or any side face of a block. You cannot hang one from the underside of a block. If the block it is attached to is broken or moved, the torch pops off as an item.
The redstone torch as an inverter
The most useful thing a redstone torch does is invert a signal. When the block it is attached to receives power, the torch turns off. When that block loses power, the torch turns back on.
This is a NOT gate, the simplest piece of redstone logic. Feed a signal in, get the opposite out. Run redstone dust into a block, put a torch on the far side of that block, and the torch output is the reverse of the input. Signal in means torch off; no signal in means torch on.
The switch is not instant. A redstone torch takes one redstone tick, about 0.1 seconds, to react after the block it is on changes state. That small delay matters when you start stacking logic gates, because the delays add up across a long circuit.
From this one inverter you can build the rest of redstone logic. Two torches wired together make a latch that remembers a value. Combine inverters and you get AND, OR, and NOR gates. Every complex contraption traces back to this behavior.
Burnout and how to avoid it
In Java Edition, a redstone torch can burn out. If it is forced to switch on and off too fast, it gives up, sits dark with a puff of smoke, and stops responding until it gets a nearby block update.
The trigger is changing state more than eight times within 60 game ticks, which is about three seconds. Fast torch-based clocks are the usual cause. A clock that toggles a torch every game tick or two will burn it out within seconds.
The fix is to slow the loop down or build the clock a different way. A repeater-based clock does not rely on torch toggling and never burns out. If you do want a torch clock, add repeaters to stretch the timing so the torch changes state fewer than eight times every three seconds.
Moving a signal upward with torch towers
Redstone dust loses one signal level for every block it crosses and dies after 15 blocks. It also cannot climb straight up a wall. Redstone torches solve the vertical problem.
Stack a block, put a torch on its side, place another block on top of that torch, put a torch on the new block, and repeat. Each torch inverts the signal, and two torches in a row cancel out, so the signal arrives at the top in the same state it left. This stair-step of blocks and torches is called a torch tower or torch ladder, and it is the standard way to send a signal up through a build.
Each torch also refreshes the signal back to full strength 15, so a torch tower carries power as high as you need with no fade.
Redstone torch vs. regular torch
The two torches look similar and craft almost the same way, but they do different jobs. A regular torch uses coal or charcoal on top of a stick, emits light level 14, and carries no redstone signal. A redstone torch uses redstone dust on top of a stick, emits light level 7, and outputs a full redstone signal.
Use a regular torch to light a space and keep mobs from spawning. Use a redstone torch when you need power. Swapping one for the other by mistake is a common early error, since they sit close together in the crafting menu.
Common builds that use redstone torches
A few designs show up again and again, and all of them lean on the torch’s inverter behavior.
A redstone clock pulses on and off on a fixed rhythm. The simplest version loops a torch’s output back into its own host block through dust and repeaters, which makes the torch flicker. Adjusting the repeaters sets the speed.
A latch stores a value. Two redstone torches feeding into each other hold a state until something flips them, which gives you memory: a lever press here, a light that stays on over there.
Piston doors, hidden staircases, and trap floors all use torches to invert a button or lever signal, so the mechanism rests in the position you want and moves only when triggered.
Tips and common mistakes
Water destroys a redstone torch. Flowing or source water washes it off its block and drops it as an item, so keep torches away from anything that might flood.
The light level of 7 is too low to melt ice or snow, which need light 12 or higher, and too low to be a reliable mob deterrent on its own. If you want a torch for lighting, use a normal torch at light 14.
Remember the inversion when you wire things. A redstone lamp next to a plain redstone torch is on all the time. If you want the lamp controlled by a switch, the torch has to be turned off by something, not just placed there.
Watch your torch when building fast clocks in Java. A dark torch with smoke means it burned out, not that your wiring is wrong.
Java vs. Bedrock differences
The big difference is burnout. Java Edition torches burn out when toggled too quickly. Bedrock Edition torches do not burn out at all, so a fast torch clock that fails on Java can run fine on Bedrock. If you copy a redstone design between the two versions, this is the behavior most likely to break.
Crafting, signal strength, light level, and inverter behavior are the same on both editions.
Frequently asked questions
Does a redstone torch power the block it is on?
No. A redstone torch never powers its own host block. It powers the block directly above it and the dust and components around it, but the block it is stuck to stays unpowered.
How do you turn off a redstone torch?
Send a redstone signal into the block the torch is attached to. Any power reaching that host block switches the torch off after a short delay. Remove the power and the torch comes back on.
Do redstone torches burn out?
In Java Edition, yes, if they switch state more than eight times in about three seconds. In Bedrock Edition they never burn out. Slow your clock or use a repeater clock to avoid it on Java.
How much light does a redstone torch give off?
A redstone torch emits light level 7, half the brightness of a normal torch. It is dim, and it will not melt ice or snow.
How far does a redstone torch signal reach?
It outputs the maximum signal strength of 15. Redstone dust loses one level per block, so the signal travels 15 blocks along dust before it runs out. Repeaters or torch towers reset it back to 15.
Can you place a redstone torch underwater?
No. Water breaks a redstone torch and drops it as an item. Redstone torches cannot be waterlogged.
Once you understand that a redstone torch is just an inverter with a free always-on setting, the rest of redstone starts to make sense. Build a few NOT gates, wire two torches into a latch, and you have the foundation for doors, traps, and machines that run on their own.