Cron Next Run Calculator
Enter a cron expression and a start time to find the next scheduled run.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
A cron expression is a compact 5-field schedule format — minute hour day-of-month month day-of-week — used by the Unix/Linux cron daemon, and by extension by CI/CD tools like GitHub Actions and Jenkins, and by Kubernetes CronJobs. Each field accepts a wildcard (* for “every value”), a single number, a range like 1-5, a step like */15, or a comma list like 1,15,30.
Finding the next run means walking forward from a start time and testing each candidate minute against all five fields at once. One quirk carried over from Vixie cron is that when both day-of-month and day-of-week are restricted (not *), a match on either field is enough — they are combined with OR, not AND. This calculator parses the expression, applies that rule, and reports the next fire time along with the minutes remaining until it runs.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)