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

How to Make a Dropper Item Elevator

A dropper item elevator pushes items straight up a tower of droppers into a chest. It is the compact, sealed way to move a farm's output against gravity.

ITEMS GO UP
droppers push up hoppers feed the next
Stack droppers facing up, each feeding a hopper into the one above. A clock fires them in turn, so an item is pushed up the column instead of falling, and lands in a chest at the top.

What you need

Droppers (one per level)
Hoppers to feed upward
A redstone clock
A chest at the top

A relay, one level at a time

Each dropper points up into a hopper that feeds the dropper above it. A redstone clock fires them all, so an item dropped in the bottom is shoved up one level, pulled into the next dropper, and shoved again, climbing the whole tower. Because the item stays inside the blocks the lift is sealed, one wide, and works to any height, which is why builders pick it over water where space is tight.

Quick answers

What is a dropper item elevator in Minecraft?

It is a vertical column of droppers that pushes items upward. Each dropper points up into a hopper that feeds the next dropper, and a redstone clock fires them so an item is relayed up the tower instead of falling, landing in a chest at the top.

How do you build a dropper item elevator?

Stack droppers facing up. Between each dropper and the one above, place a hopper so the dropped item is pulled into the next dropper. Run a redstone clock to all of them, then feed items into the bottom dropper and they climb the column.

Why use droppers instead of a water elevator for items?

A bubble column lifts items too and is simpler, but a dropper elevator is sealed, one block wide, works to any height, and does not leave items floating as entities. Use droppers when you want a compact, lag-friendly lift inside a wall.

How fast does a dropper elevator move items?

It moves one item per dropper firing, so the clock speed sets the throughput. A faster clock lifts more per second but uses more redstone updates; tune the clock to the item flow your farm produces.

Dropper elevator or water elevator, which is better for items?

For raw simplicity, a bubble-column water elevator wins. For a sealed, exact, full-height lift that never spills items as entities, the dropper elevator wins. Many builds use water to rise and droppers where water will not fit.

Does a dropper item elevator work on Bedrock?

Yes. Droppers, hoppers and clocks behave the same, though redstone timing differs between editions, so you may need to retune the clock so each dropper fires in step on Bedrock.
Database →
Droppers & hoppers
Look up droppers, hoppers and how items move between them.
Guide →
How to make a water elevator
The bubble-column lift, and when to use it instead of droppers.

Sending items up without a piston

Droppers pass items to each other vertically

A column of droppers each facing up will hand an item to the one above when pulsed, which moves items against gravity with no moving blocks at all. That makes it the most compact way to lift a sorting system's output out of a cave base.

It needs a clock, and the clock decides throughput

Nothing moves without a pulse, so the column runs at the speed of whatever clock drives it. A fast clock moves items quickly and costs constant redstone activity, so it is worth gating the clock behind a comparator that only runs it when there is something to lift.

Water is free and slower

A bubble column with soul sand lifts items too and needs no redstone whatsoever. If the height is modest and the item rate is low, water wins on simplicity, and the dropper column earns its complexity only when you need the items to arrive in a controlled place.

Blocks and items in this guide

Comparator in MinecraftComparatorSoul Sand in MinecraftSoul SandRedstone in MinecraftRedstoneDropper in MinecraftDropperHopper in MinecraftHopperPiston in MinecraftPiston

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

More guides on this site

Guides that go with this one

How to Make a Crafter in MinecraftBuild the 1.21 crafter from iron, a crafting table, a dropper and redstone, then wire it for hands-free...How to Make a Mud and Clay Farm in MinecraftTurn dirt into mud with a water bottle, then dry it over a pointed dripstone to get renewable clay. Here is...How to Make an Auto Crafter Farm in MinecraftWire a farm into the 1.21 Crafter so raw items are crafted into products and stored on their own. Here is...How to Make a Hopper in MinecraftA hopper is five iron and a chest, and it moves items between containers on its own. Here is the recipe, how...How to Make an Allay Item Farm in MinecraftAn allay item farm uses allays to collect one item type and drop it at a note block into a chest. Here is...How to Make a Flower Farm in MinecraftBone-meal a grass field to grow flowers in bulk for dyes and decoration, then sweep them into hoppers with...

Related tools & databases

Database
Mob Database
Stats, drops, spawn conditions and behaviour for every mob.
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.