RedstoneMar 20, 2026 5 min read
How to Build a Hidden Piston Door
A classic redstone build: a seamless 2×2 door that vanishes into the wall. Here's how it works.
A hidden piston door is the perfect first "real" redstone project — it teaches sticky pistons, block updates and timing.
The parts
- Sticky Pistons — pull blocks back when powered off, so the door can retract fully.
- Redstone dust, repeaters — to carry and time the signal.
- A trigger — a lever, button, or a pressure plate/tripwire for automatic opening.
How a 2×2 door works
- 1.Four blocks form the "door" in a 2×2 hole.
- 2.Sticky pistons push those blocks into place to close it, and pull them into the wall to open.
- 3.A lever (or two, wired together) powers all the pistons at once.
TipThe tricky part is that a sticky piston only pulls one block. For a flush 2-block-deep door, you stack pistons so one pushes the door block and another hides the first — this is why 2×2 doors use pistons pushing pistons.
Build tips
- Use repeaters to make sure every piston fires at the same time (uneven timing leaves gaps).
- Hide the redstone behind or below the wall so the door looks seamless.
- Copy a proven design first, then experiment — every big redstone machine is small circuits repeated.
Level up
Swap the lever for a tripwire or observer to make it open automatically, or a hidden lever behind a painting for a secret entrance.
New to redstone? Start with our redstone basics guide to understand signal strength and repeaters first.
#Redstone#Piston Door#Contraptions