Cron Expression Parser

Parse and explain cron schedule expressions.

Format: minute hour day-of-month month day-of-week

How to use

Type a cron expression and click Parse. The tool explains each field in plain English and shows the next 5 scheduled run times.

# minute hour day month weekday
*       *     *     *      *
* — any value
*/15 — every 15 steps
1,15,30 — list of values
9-17 — a range

Common mistake

* 2 * * * runs every minute of the 2am hour. To run once at 2am, use 0 2 * * *. Always verify with the "Next 5 Runs" output before deploying.

Use via API

Integrate this tool into your workflow with our free REST API.

View API docs →

Embed This Tool

Add this tool to your site or blog:

New Tool Every Week

Get notified when we ship new tools and Android apps. One email, no fluff.