Cron Expression Explainer
Paste a 5-field cron expression to read its schedule in plain English.
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 schedules recurring jobs on Unix-like systems using five space-separated fields — minute, hour, day-of-month, month, and day-of-week — each of which can be a specific number, a range, a comma list, an asterisk for “every,” or a step value like */15. Reading these correctly is easy to get wrong: 0 0 1 * * means midnight on the first of every month, not every hour, and mixing up field order is a common source of scheduling bugs.
Sysadmins, DevOps engineers, and backend developers rely on cron and cron-compatible schedulers (including Kubernetes CronJobs and many CI/CD pipelines) to automate backups, report generation, and maintenance scripts, and use plain-English explanations like this one to sanity-check an expression before deploying it.
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)