Hoppers: How They Actually Work
Transfer speed, locking, chains and minecart tricks — the component every farm depends on, explained properly.
Hoppers are the plumbing of Minecraft. Every farm, sorter and storage system is built on them, and most hopper problems come from three or four behaviours people never had explained.
What a hopper does
A hopper does two separate things at once:
- Pulls items from a container directly above it, or picks up items lying on top of it.
- Pushes items into whatever container it faces.
It faces the block you sneak-clicked when you placed it. If you did not sneak, you probably opened the chest instead and placed the hopper somewhere unhelpful.
Speed
A hopper moves one item every four game ticks — about two and a half items per second. That is slower than most people assume, and it matters:
- A hopper chain feeding a big furnace bank takes real time to distribute a full chest.
- A single hopper under a busy mob grinder can fall behind at peak drop rates, and items despawn while queued.
The fix for throughput is parallel hoppers, not longer chains. Two hoppers side by side collect twice as fast as one.
Locking a hopper
Power a hopper with redstone and it stops moving items entirely. It still holds what it has; it just will not push or pull.
This is not an edge case — it is the foundation of item sorting and of any system where you want to hold items back until something is ready. A comparator reading a container, wired into a hopper, gives you "stop when full" behaviour with two components.
Be careful with accidental locking. A redstone line running past your storage room will quietly freeze every hopper it touches, and the symptom is a farm that mysteriously stopped working.
Chains and direction
Hoppers can feed into other hoppers, which is how items travel horizontally. A few rules that save time:
- A hopper cannot push upward. Items only go sideways or down. To move items up, use a water stream, a dropper chain, or a minecart.
- A hopper pointing into a chest fills the chest's first empty slot, left to right.
- A hopper pointing into a furnace fills the smelt slot from above and the fuel slot from the side.
- A hopper pointing into a brewing stand fills the ingredient or bottle slots depending on which face it touches — useful for the potion brewing setups.
Minecarts with hoppers
A hopper minecart pulls items through a solid block from a container above the rails. That sounds like a technicality; it is enormously useful:
- Run rails under a chest floor and a hopper minecart empties every chest as it passes, without a hopper under each one.
- Hopper minecarts also collect items from the ground two blocks above the rail, which makes them excellent under farm collection floors.
- They pull faster than a stationary hopper, so a moving cart under a busy farm keeps up better.
The classic use is a storage room with a rail line beneath it and one cart doing the rounds.
Common problems
Items are not moving at all. Check the hopper is not powered, and check it is actually facing the container you think it is.
The chest fills but the hopper stays full. The destination is full. Hoppers hold items rather than dropping them, so the whole chain backs up.
Items despawn before collection. Your collection point is too slow or too far. Add parallel hoppers, or move the kill point closer.
The hopper is eating my fuel bucket. Lava buckets return an empty bucket to a furnace's fuel slot and jam it. Use coal or dried kelp blocks in automated setups.
Cost
Five iron ingots and a chest per hopper. That adds up fast — a modest storage room is easily 40 hoppers, which is 200 iron.
This is exactly why an iron farm is usually the first big farm people build. Once iron is free, hoppers stop being a budgeting decision and you can build the storage system you actually wanted.