Web Tools

Cron Expression Parser

Free online cron expression parser. Enter any cron schedule and instantly see a human-readable description and the next 10 execution times. Supports standard 5-field cron syntax.

Minute

*/5

Hour

*

Day (month)

*

Month

*

Day (week)

*

Quick presets

Schedule description

every 5 minutes

Next execution times

  • 14/11/2026, 2:45:00 AM
  • 24/11/2026, 2:50:00 AM
  • 34/11/2026, 2:55:00 AM
  • 44/11/2026, 3:00:00 AM
  • 54/11/2026, 3:05:00 AM
  • 64/11/2026, 3:10:00 AM
  • 74/11/2026, 3:15:00 AM
  • 84/11/2026, 3:20:00 AM
  • 94/11/2026, 3:25:00 AM
  • 104/11/2026, 3:30:00 AM

How to Use

  1. Enter a cron expression

    Type a 5-field cron expression: minute (0–59), hour (0–23), day-of-month (1–31), month (1–12), day-of-week (0–7).

  2. Use wildcards and operators

    Use * for "any", */n for "every n", ranges (1–5), and lists (1,3,5) in any field.

  3. Check the schedule

    The tool shows a human-readable description and the next 10 scheduled run times based on the current time.

FAQ