Cron Expression Parser

Enter a standard 5-field cron expression and get a plain-English description of its schedule.

Schedule
ExpressionMeaning
* * * * *Every minute
*/15 * * * *Every 15 minutes
0 9 * * 1-5At 09:00, Monday through Friday
0 0 1 * *At 00:00, on day 1 of the month

A cron expression has 5 fields — minute, hour, day of month, month, and day of week — each accepting *, a number, a range (1-5), a list (1,3,5), or a step (*/15).

Frequently asked questions

How do I read a cron expression online?

Type the 5-field expression into the input box and a plain-English description of the schedule appears instantly.

What do the 5 fields in a cron expression mean?

In order: minute (0-59), hour (0-23), day of month (1-31), month (1-12), and day of week (0-6, where 0 is Sunday).

Related tools

← Back to all tools