Cron Expression Generator
Build cron schedules visually, or paste an expression to see what it means in plain English and the next run times.
Features
How to Use
1. Pick values for minute, hour, day, month, and weekday.
2. Or paste an existing cron expression into the input.
3. See a human-readable description and the next 5 execution times.
About this tool
Cron is the scheduler behind countless servers, CI pipelines and cloud functions, and its five-field syntax is compact but easy to misread. This tool builds and explains standard expressions in the order minute, hour, day of month, month and day of week. Adjust the fields or paste an existing line, and you get a plain-language description plus the next five run times so you can confirm the schedule does what you expect before deploying it. Fields accept * for every value, lists such as 1,15, ranges such as 1-5 and steps such as */10. Next run times are calculated in UTC, which is what many servers and cloud schedulers use; convert them to your local time if your system runs cron in a different zone.