Cron expressions define schedules for automated tasks on Unix-like systems, CI/CD pipelines, and cloud services. The five-field format (minute, hour, day of month, month, day of week) is powerful but cryptic. This tool helps you build cron expressions by entering each field, then shows you a human-readable description and the next five scheduled run times.

Supports standard cron syntax including wildcards (*), ranges (1-5), lists (1,3,5), and step values (*/5). Everything runs in your browser.

Generator

Results

How to Use

  1. Enter values for each cron field
  2. Click Calculate to generate the expression
  3. Review the human-readable description
  4. Check the next 5 scheduled run times

FAQ

What does */5 mean?

The step value */5 means every 5th unit. For example, */5 in the minute field means every 5 minutes (0, 5, 10, 15, ...).

What is the day of week numbering?

0 = Sunday, 1 = Monday, ..., 6 = Saturday. Some systems also accept 7 for Sunday.

Does this support 6-field cron (with seconds)?

No. This tool uses the standard 5-field cron format. Six-field formats with seconds are non-standard extensions.

Part of These Collections

Curated tool sets for specific workflows