What You Need to Build a Minecraft Clock
A working clock in Minecraft PC requires redstone, repeaters, and redstone dust arranged in a loop that cycles through a set pattern. The simplest version uses four repeaters set to four ticks each, connected in a square with redstone dust, plus a redstone lamp or other output block that pulses as the loop runs. You do not need mods or commands — the clock works with vanilla survival mode materials.
The basic 16-tick clock takes about two minutes to build once you have gathered materials. More complex clocks can count seconds or minutes, but they require more space and more redstone components. Start with the straightforward loop if you are new to redstone; once you understand how it works, you can expand it.
Key Takeaways
- A basic Minecraft clock uses four redstone repeaters in a loop with redstone dust connecting them, creating a pulse that repeats every 16 ticks.
- You must set each repeater to four ticks by right-clicking it four times; the delay stacks, so four repeaters at four ticks each equals 16 ticks total.
- Attach a redstone lamp, note block, or piston to the loop to see the clock working — the output block will pulse as the signal cycles.
- A 16-tick clock pulses once per second in real time, making it useful for farms, doors, and other redstone contraptions that need timing.
Gather Your Materials
You need redstone ore, which you find underground at any depth but most commonly between Y-level 0 and 16. Mine it with an iron pickaxe or better; a wooden pickaxe will not drop the redstone dust. You also need four repeaters, which you craft from redstone dust, stone blocks, and redstone torches.
To craft one repeater, place redstone dust in the middle of a crafting grid, stone blocks on either side of it, and a redstone torch above and below the dust. You need four repeaters total. You also need a redstone lamp (crafted from redstone dust and a glowstone block) or a piston to attach to your clock so you can see it working. Gather at least 12 redstone dust for the connecting wires and the repeater recipes.
Build the Basic Four-Repeater Loop
Place your first repeater on the ground facing any direction — say, facing north. To its front, place redstone dust in a line going north for three blocks. At the end of that line, place your second repeater facing west (so it points back toward your first repeater). Continue this pattern: place redstone dust three blocks to the west, then a third repeater facing south, then redstone dust three blocks south, then a fourth repeater facing east. The fourth repeater should point back toward the first one, completing the square.
Connect the gap: place one redstone dust between the fourth repeater's output and the first repeater's input. Your loop is now complete. The signal will travel around the square continuously once you power it. Do not worry if it does not look perfect — the exact spacing matters less than making sure each repeater points to the next one and redstone dust connects the gaps.
Set Each Repeater to Four Ticks
Right-click on the first repeater. You will see a small delay indicator on top of it — it starts at one tick. Right-click three more times until it shows four ticks (the indicator moves further back each time). Repeat this for all four repeaters. Each one must be set to four ticks. If you set them to different delays, the clock will still work, but the timing will be different.
Four ticks per repeater times four repeaters equals 16 ticks total, which is one second in Minecraft. If you want a faster clock, set each repeater to two ticks instead (eight ticks total, or half a second). If you want a slower clock, use more repeaters or higher delays.
Attach an Output Block to See the Clock Work
Place a redstone lamp next to any part of your loop — it does not matter which repeater or dust block. The lamp will turn on and off as the signal pulses through the loop. If you want sound instead of light, place a note block next to the loop; it will play a note each time the signal passes. You can also use a piston to push and pull a block, creating a visible moving part.
Once your output block is in place, the clock should start working when ready. If the lamp does not blink or the piston does not move, check that all four repeaters are set to four ticks and that redstone dust connects every gap in the loop. A broken connection will stop the signal from flowing.
Troubleshoot a Clock That Does Not Work
If your clock does not pulse, the most common problem is a repeater set to the wrong delay. Check each one by right-clicking it — you should see four small dots or a delay indicator showing four ticks. If any repeater shows one, two, or three ticks, right-click it until it reaches four.
The second common problem is a missing redstone dust connection. Look at your loop and make sure every gap between repeaters has at least one redstone dust block. Redstone dust must be placed on the ground or on top of blocks; it will not connect if it is floating in the air. If you see a gap where redstone dust should be, place it there and the clock should start working.
If the lamp or piston is not responding, move it closer to the loop. Redstone lamps and pistons must be directly adjacent to a redstone dust block or repeater to receive power. If your output block is too far away, it will not work.
Use Your Clock in Redstone Contraptions
A 16-tick clock is useful for farms that need to harvest or plant on a timer, doors that open and close automatically, or any machine that needs a repeating pulse. You can connect the output of your clock to a redstone wire that leads to pistons, dispensers, or other devices. The pulse will trigger them once per second.
For more complex timing, you can build multiple clocks with different delays and combine them using redstone logic gates. But for most farm and door builds, a single 16-tick clock is enough. Once you have one working, you can copy the design as many times as you need.
Frequently Asked Questions
Can I make a clock that counts minutes or hours?
Yes, but it requires more repeaters and a more complex design. A minute clock needs 1,200 ticks (20 ticks per second times 60 seconds), which you can build by stacking multiple loops or using a binary counter made from repeaters and logic gates. Start with the basic 16-tick clock first, then explore minute clocks once you understand how repeater delays work.
What happens if I set repeaters to different delays?
The clock will still work, but the pulse pattern changes. If you set repeaters to one, two, three, and four ticks, the total delay is ten ticks instead of 16. The clock will pulse faster. You can use this to create custom timing for specific contraptions, but all four repeaters must have at least one tick of delay, or the signal will loop too fast and cause lag.
Do I need a redstone lamp to see the clock working?
No. A redstone lamp is the easiest way to see the pulse, but you can use any redstone output block: a piston, a dispenser, a note block, or even a redstone torch. The torch will blink on and off as the signal passes. Pick whichever output block fits your build.
Can I use a clock in creative mode?
Yes. Clocks work the same way in creative and survival mode. Creative mode is actually a good place to practice building clocks before you gather materials in survival, since you can spawn repeaters and redstone when ready.
What if my clock stops working after I reload the world?
Clocks sometimes stop if the chunk they are in is unloaded. Make sure you are close enough to the clock for the chunk to stay loaded — usually within 128 blocks. If you are far away, the clock will pause and restart when you return. This is normal behavior and not a bug.