Cron Generator

Build cron expressions with a visual field editor. Shows human-readable description and computes the next 5 scheduled run times.

Quick presets:
Minute059
Hour023
Day of month131
Month112
Day of week06
* * * * *

At every minute

Next 5 scheduled runs

#1Sun, Aug 02, 2026, 22:09
#2Sun, Aug 02, 2026, 22:10
#3Sun, Aug 02, 2026, 22:11
#4Sun, Aug 02, 2026, 22:12
#5Sun, Aug 02, 2026, 22:13
Or type cron expression directly:

Cron Expression Format

A cron expression has 5 space-separated fields: minute hour day-of-month month day-of-week. Use * for any value, */n for every n, a-b for ranges, and a,b for lists.