Minecraft Time Calculator
Convert Minecraft ticks to seconds, Minecraft days to real days, and more. Quickly translate game ticks, redstone ticks, and real-time units to plan redstone circuit delays, time your farm cycles, or calculate Minecraft day length. One Minecraft day equals 24,000 game ticks (20 ticks per second = 1,200 seconds = 20 real-world minutes). Convert between Minecraft days and real days instantly — 1 real day = 72 Minecraft days.
All Conversions
Enter a value above to see all conversions
FAQ & References
Key Times in a Minecraft Day
- 06:00 (Tick 0) - Sunrise, day begins
- 07:00 (Tick 1,000) - Full daylight, villagers wake
- 12:00 (Tick 6,000) - Noon, sun at highest point
- 15:00 (Tick 9,000) - Afternoon
- 18:00 (Tick 12,000) - Sunset begins
- 18:32 (Tick 12,542) - Hostile mobs start spawning
- 19:00 (Tick 13,000) - Night, moon rising
- 00:00 (Tick 18,000) - Midnight
- 05:00 (Tick 23,000) - Dawn, hostile mobs burn
- 05:27 (Tick 23,460) - Hostile mobs stop spawning
- 06:00 (Tick 24,000/0) - New day starts
Useful Time References
Day/Night Duration:
- Full day-night cycle: 24,000 ticks = 20 minutes real time
- Daytime: ~10 minutes real time (ticks 0-12,000)
- Nighttime: ~7 minutes real time (ticks 13,000-23,000)
- Sunrise/Sunset transitions: ~1.5 minutes each
Scale Conversions:
- 1 Minecraft day = 20 minutes real time
- 1 real hour = 3 Minecraft days
- 1 real day = 72 Minecraft days
- Bed skip threshold: after tick 12,542 (18:32)
- Phantom spawning: after 3+ in-game days without sleeping
How many ticks are in a Minecraft day?
A full Minecraft day-night cycle is 24,000 game ticks, equivalent to 20 real-world minutes. There are 20 game ticks per second and 10 redstone ticks per second (1 redstone tick = 2 game ticks).
How do I convert Minecraft ticks to seconds?
Divide the number of game ticks by 20 to get seconds (since Minecraft runs at 20 ticks per second). For example, 100 game ticks = 5 seconds, 1,000 ticks = 50 seconds, and 24,000 ticks (one full day) = 1,200 seconds (20 minutes). For redstone ticks, divide by 10 instead. Use the calculator above for instant conversions.
What is the difference between game ticks and redstone ticks?
Game ticks run at 20 per second and control all game mechanics (entity updates, block changes, physics). Redstone ticks run at 10 per second (half the rate) and specifically measure redstone component delays. A repeater set to 1 delay adds 1 redstone tick (2 game ticks = 0.1 seconds).
How does the in-game clock work?
The Minecraft clock displays time in a 24-hour HH:MM format, but the day starts at 06:00 (sunrise), not 00:00. Tick 0 corresponds to 06:00, tick 6,000 to 12:00 (noon), tick 12,000 to 18:00 (sunset), and tick 18,000 to 00:00 (midnight).
When do hostile mobs spawn and despawn?
Hostile mobs begin spawning at tick 12,542 (about 18:32) when the light level drops below 7. They continue spawning throughout the night until tick 23,460 (about 05:27). Undead mobs exposed to sunlight begin burning at sunrise.
How long is a Minecraft day in real time?
A complete day-night cycle takes exactly 20 real-world minutes. Daytime lasts about 10 minutes, sunset and sunrise transitions take about 1.5 minutes each, and nighttime lasts about 7 minutes.
How many Minecraft days are in a real day?
One real day (24 hours) equals 72 Minecraft days. Since each Minecraft day lasts 20 real minutes, you get 3 Minecraft days per real hour (60 ÷ 20 = 3) and 72 per real day (3 × 24 = 72). Use the converter above to translate any number of Minecraft days to real days and vice versa.
What Minecraft commands use ticks?
The /time set command uses ticks (e.g., /time set 6000 for noon). The /tick command (added in 1.20.3) controls tick rate. Scheduled commands with /schedule use ticks for delay timing.