Crontab Next Run Calculator
Enter a cron expression and base time to see the upcoming run times.
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 standard Unix crontab expression uses five space-separated fields — minute, hour, day-of-month, month, and day-of-week — each accepting numbers, ranges, lists, wildcards (*), and step values (like */15 for every 15 units) to define a recurring schedule, such as “0 3 * * 1-5” for 3 AM on weekdays. Working out exactly when such an expression will next fire requires parsing all five fields and simulating time forward, which is easy to get wrong by hand, especially with step values or day-of-week/day-of-month interactions.
Sysadmins, backend developers, and DevOps engineers use this calculation whenever they write or review a cron job — for scheduled backups, log rotation, batch data processing, or automated deployments — to confirm the schedule actually matches what they intended before it runs unattended on a production server.
This calculator parses your 5-field crontab expression against a base UTC time and lists the next several scheduled run times, letting you catch a mistyped cron line before it causes a job to run at 3 AM instead of 3 PM, or every minute instead of every hour.
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)