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

FieldRangeSpecials
Seconds0–59* , - /
Minutes0–59* , - /
Hours0–23* , - /
Day (month)1–31* , - /
Month1–12* , - /
Day (week)0–7 (0,7=Sun)* , - /

Enter a cron expression on the left and click Parse to see the explanation.

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

  1. Enter a cron expression in the input field (5-field standard or 6-field with seconds prefix).
  2. Click Parse to see the plain-English explanation of what the expression means.
  3. Review the next 10 scheduled run times shown in your browser's local timezone.
  4. Scroll down to the visual grid to see which minutes, hours, days, months, and weekdays are active.
  5. 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