Cron Expression Explainer

This tool translates a cron expression into plain English, so you can understand exactly when a scheduled job will run without deciphering the cryptic syntax. Cron is the time-based scheduler used on Unix and Linux systems, and in countless tools and cloud platforms, to run tasks automatically: backups overnight, reports every Monday, cleanups every few minutes. Schedules are written as a terse line of five fields, covering the minute, hour, day of the month, month, and day of the week, each able to hold a single value, a list, a range, a step, or a wildcard. The syntax is powerful but famously hard to read at a glance, and a small mistake can mean a job runs far too often, or never. This tool removes the guesswork. You enter the five fields of your cron expression, and the calculator describes in everyday language when the schedule fires, and breaks down what each field means. The result updates as you type, so you can adjust a field and immediately confirm the effect. Use it to check a schedule before you deploy it, to understand an existing crontab you have inherited, or to learn the syntax by experimenting. The five fields, in order, are minute (0 to 59), hour (0 to 23), day of month (1 to 31), month (1 to 12), and day of week (0 to 6, where 0 is Sunday). An asterisk means every value, a slash sets a step such as every fifth minute, a hyphen gives a range, and a comma gives a list. Getting a schedule right the first time saves a lot of trouble later.

Runs at 09:00, Monday through Friday
plain-English schedule
-

Five fields: minute, hour, day-of-month, month, day-of-week. * = every, */n = step, a-b = range, a,b = list. Describes common patterns in plain English.

How it works

The expression is split into its five fields. The minute and hour fields are combined into a time, then the day-of-month, month and day-of-week fields add conditions in plain language. Wildcards are read as every value, steps as intervals, ranges as spans and commas as lists, producing a readable sentence describing the schedule.

Worked example

The expression 0 9 * * 1-5 has minute 0, hour 9, every day of the month, every month, and weekdays 1 to 5. The tool reads this as runs at 09:00, Monday through Friday. Changing the last field to 0,6 would instead describe a job that runs at 09:00 on Saturday and Sunday.

Related calculators

If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.

Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.

All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.

Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.

Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.

Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.

All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.

© 2019 to 2026 Calculate.co.nz. All rights reserved.