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

How to Make a Hidden Staircase

A hidden staircase looks like a plain wall until you flip the secret lever. Then sticky pistons push steps out to form a staircase, and switching it off pulls them flush again.

WALL LOOKS SOLIDLEVER → STAIRS OUT
Flip the hidden lever and sticky pistons push a staircase out of the wall. Flip it back and the steps retract flush, leaving a plain wall with a secret way up.

How it works

Every step sits on a sticky piston buried in the wall. One trigger extends them all so the blocks slide out into a climbable staircase. Because the pistons are sticky, releasing the signal pulls the steps back inand the wall reads as solid stone again. Stagger the extensions and the staircase appears to build itself diagonally.

Two ways to build it

Sticky-piston staircase

Each step is a block on a sticky piston. A signal extends them into a staircase; cut it and they pull back flush. Reliable and easy to follow.

Slime flying-staircase

A slime-block engine drags a whole staircase out and back in one move. More compact and dramatic, but trickier to time.

Hide the trigger

A lever tucked behind a painting on the wall.
A button blended into stone or hidden in a bookshelf.
A pressure plate under a carpet by the wall.
A lectern page code or item-frame combination for a real lock.

Quick answers

How does a hidden staircase work?

Sticky pistons hold a row of step blocks inside the wall. A redstone signal extends the pistons so the steps push out and form a staircase; release the signal and the sticky pistons pull the steps back flush, hiding them.

What triggers a hidden staircase?

Any redstone input. Most builds use a lever hidden behind a painting, a disguised button, a pressure plate under a carpet, or a lectern or item-frame code for a proper combination lock.

Do the steps need sticky pistons?

Yes. Regular pistons can push the blocks out but cannot pull them back, so the stairs would never retract. Sticky pistons (or slime blocks) are what let them hide again.

Why does my hidden staircase leave gaps or not retract?

Usually a regular piston where a sticky one is needed, a block pistons cannot move like obsidian, or pushing more than twelve blocks at once, which is the piston limit.

Can you make it come up from the floor instead?

Yes. The same idea pushes step blocks up out of a flat floor, so a staircase rises from the ground when triggered and sinks away when you switch it off.

Does it work on Bedrock?

Yes, sticky-piston staircases work on both editions. Some Java timing and quasi-connectivity tricks behave differently on Bedrock, so a few designs need small changes.
Database →
Sticky pistons & stone
Look up the pistons, slime and blocks the build uses.
Guide →
Make a redstone elevator
Another piston build for getting between floors.

Stairs that fold into a wall

Stairs move as blocks, so count the push limit

A staircase built from full blocks on pistons hits the twelve block limit quickly, which is why hidden staircases are usually built in sections that fire in sequence rather than as one movement. Splitting the flight into three short pushes is more reliable than one long one.

The sound gives it away before the sight does

Pistons are audible through walls, so a staircase that opens quietly needs the mechanism buried further back or a covering noise. Wool around the piston chamber does nothing for sound in this game, so distance is the only real answer.

Decide what the closed state looks like

The hardest part is the floor when the stairs are away: a flat surface with no seam means the top block has to be part of the moving set, and that changes the push count. Design the closed state first and the open state second, because the closed state is what people see.

Blocks and items in this guide

Sticky Piston in MinecraftSticky PistonSlime Block in MinecraftSlime BlockBookshelf in MinecraftBookshelfObsidian in MinecraftObsidianPainting in MinecraftPaintingRedstone in MinecraftRedstonePiston in MinecraftPiston

All 7 of these are named in the guide above, starting with Sticky Piston. Look them up in the item database.

More guides on this site

Guides that go with this one

How to Make a Secret Door in MinecraftA secret door looks like a normal wall until you trigger it, then sticky pistons slide it open. Here are the...How to Add Detail to Builds in MinecraftFlat boxes look unfinished. Here is how to detail a build in layers: trim and framing, depth and shadow, then...How to Make a Piston Extender in MinecraftA piston extender chains pistons to push a block further than one piston can reach. Here is what you need,...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 Make a Piston in MinecraftA piston is planks, cobblestone, iron and redstone, and it shoves blocks when powered. Here is the recipe,...How to Farm Trial Spawners in MinecraftTrial spawners throw waves of mobs at you, then eject loot. Here is how to farm them in trial chambers, go...

Related tools & databases

Tool
Crafting Recipes
Visual crafting grid for every recipe in the game.
Database
Item Database
Every item with its stats, IDs, recipes and uses.
Tool
Minecraft Tools
Calculators and generators for servers and players.
Guides
More Farms & Redstone guides
Auto farms, contraptions and every redstone component explained.