Skip to main content

Cron Parser

Parse and visualize any cron expression with a human-readable explanation and upcoming run times.

Free & unlimited
Cron expression
*/5
Minute
*
Hour
*
Day of month
*
Month
*
Day of week
Quick presets
Every 5 minutes
Field breakdown
Minute
*/5
0, 5, 10, 15, 20, 25… (12 values)
Hour
*
every value (0–23)
Day of month
*
every value (1–31)
Month
*
JanFebMarAprMayJunJulAugSepOctNovDec
Day of week
*
SunMonTueWedThuFriSat
Upcoming runs
Show
#WhenRelative
15/13/2026, 11:25:00 PMin 3 min
25/13/2026, 11:30:00 PMin 8 min
35/13/2026, 11:35:00 PMin 13 min
45/13/2026, 11:40:00 PMin 18 min
55/13/2026, 11:45:00 PMin 23 min
65/13/2026, 11:50:00 PMin 28 min
75/13/2026, 11:55:00 PMin 33 min
85/14/2026, 12:00:00 AMin 38 min
95/14/2026, 12:05:00 AMin 43 min
105/14/2026, 12:10:00 AMin 48 min
All processing happens in your browser. No data is sent to any server.

About this tool

  1. 1

    Enter cron expression

    Type a cron expression (e.g., "0 9 * * 1-5").

  2. 2

    See human-readable description

    The tool explains what the expression means in plain English.

  3. 3

    View next run times

    See when the cron job will next execute.

  • Standard cron has 5 fields: minute, hour, day-of-month, month, day-of-week.
  • Use * for "every", */5 for "every 5th", 1-5 for ranges, 1,3,5 for lists.
  • "0 9 * * 1-5" means "at 9:00 AM, Monday through Friday".
  • Some systems support a 6th field (seconds) or 7th field (year).
  • Plain English explanation
  • Next run times
  • Expression builder
  • Common presets
  • Build cron schedules for CI/CD pipelines.
  • Verify that a cron expression runs when expected.
  • Debug scheduled tasks that aren't firing correctly.

Related tools

View all

We use anonymous analytics to improve ToolChamp. No personal data is stored or sold. Privacy Policy