Cron Expression Builder

Build and decode cron expressions — minute, hour, day, month, weekday.

Generator Web Dev Updated Apr 19, 2026
Learn how this works
How to Use
  1. Type or edit a cron expression.
  2. Plain-English explanation and next run times appear.
Expression
Decoded

Syntax

Field order
min hour day-of-month month day-of-week
Ranges
0-59 / 0-23 / 1-31 / 1-12 / 0-6 (Sun=0)
*
Every value
*/n
Every n steps
a,b,c
List
a-b
Range

About the Cron Expression Builder

Whether you are at a desk or on your phone, the Cron Expression Builder makes web development and data tasks easy — and it is completely free. Build and decode cron expressions — minute, hour, day, month, weekday.

How it works

Pick your options and the tool makes the result right away. Do not like it? Make another one — you can do this as many times as you want. When it looks right, copy it into your own project. Everything is made on your device, so it is yours alone.

Want the deeper story? The Knowledge Base explains the ideas behind the tools in more detail.

Frequently Asked Questions

Unix vs Quartz syntax?

Classic Unix cron: 5 fields (min hour dom mon dow). Quartz/systemd: 6 or 7 fields with seconds and year.

How do I use the Cron Expression Builder?

Just pick your options. The answer shows up right away — there is no button to press. Change anything and it updates by itself.

Is it free? Does it work without internet?

Yes to both. It is free with no sign-up, and once the page has loaded it keeps working even with no internet.

Where does my data go?

Nowhere — every calculation runs on your own device. Nothing you enter is uploaded, logged, or stored.

Common Use Cases

Debug cron jobs

See exactly when your backup runs.

Last updated: