Cron Expression Explainer
Enter a cron expression to get a plain-English explanation, next 10 run times in your timezone, and a visual schedule grid.
Cron Expression
5-field (min hr dom mon dow) or 6-field (sec min hr dom mon dow)
Field Reference
| Field | Range | Specials |
|---|---|---|
| Seconds | 0–59 | * , - / |
| Minutes | 0–59 | * , - / |
| Hours | 0–23 | * , - / |
| Day (month) | 1–31 | * , - / |
| Month | 1–12 | * , - / |
| Day (week) | 0–7 (0,7=Sun) | * , - / |
Enter a cron expression on the left and click Parse to see the explanation.
Plain-English Explanation
Next 10 Run Times (your local timezone)
Visual Schedule Grid
Copied!
Summary
Enter a cron expression to get a plain-English explanation, next 10 run times in your timezone, and a visual schedule grid.
How it works
- Enter a cron expression in the input field (5-field standard or 6-field with seconds prefix).
- Click Parse to see the plain-English explanation of what the expression means.
- Review the next 10 scheduled run times shown in your browser's local timezone.
- Scroll down to the visual grid to see which minutes, hours, days, months, and weekdays are active.
- Use the Examples dropdown to quickly load common cron patterns.
Use cases
- Verify a cron expression before adding it to a server crontab.
- Understand what a cron job left by a previous developer actually does.
- Check when a scheduled job will next fire in your local time.
- Spot impossible expressions (e.g., February 31) before they silently fail.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu