All tools

Cron Expression Explainer

Turn a cron expression into plain English and the next run times.

Why this exists

Cron syntax is write-once, read-never. Whether it's a NinjaOne scheduled script, a Linux crontab, or a backup job, reading '0 */2 * * 1-5' as English and seeing the next few runs beats guessing.

How to use
  1. Paste a cron expression (5 fields, e.g. 0 */2 * * 1-5).
  2. Read the plain-English description.
  3. See the next several run times in your local zone.

Worked example

Try for “every weekday at 9am”, or pick a preset above. Five fields: minute, hour, day-of-month, month, day-of-week.