cron / standard-5-field

Cron Calculator

Calculate upcoming cron runs in a selected timezone and estimate how frequently a schedule executes.

cron.shell
Meaning
Next runs
    Approx. runs/day
    Approx. runs/week
    Approx. runs/30 days
    guide

    How to use this tool

    Enter a cron expression, choose a timezone and calculate upcoming execution times. The calculator also estimates run frequency over common periods.

    5-field cron

    These tools target standard Unix 5-field cron. Quartz and AWS/EventBridge use different dialects.

    next

    Related tools

    FAQ

    Frequently asked questions

    What cron format does this site use?

    The tools use the standard Unix 5-field cron format: minute, hour, day of month, month and day of week.

    Does CronToolsList run my cron job?

    No. The site only builds, explains and calculates schedules. It never executes commands or stores your cron jobs.

    Are expressions sent to a server?

    No. Core calculations run locally in your browser.