About Cron Expression Generator
The Cron Expression Generator builds standard 5-field cron schedules and explains them in plain English as you type. Set the minute, hour, day, month and weekday fields directly — with support for ranges, lists and steps — or start from a preset like 'weekdays at 6 PM'.
Every change is validated against each field's allowed range and instantly described (e.g. '0 9 * * 1-5' → 'At 09:00, on Monday through Friday'), so you catch mistakes before they hit your crontab, CI pipeline or scheduler.
Works for classic Unix cron, Kubernetes CronJobs, GitHub Actions schedules and most job runners that use the 5-field format.
How to Use the Cron Expression Generator
- Edit the five fields, or pick a preset to start from.
- Read the plain-English description to confirm the schedule is what you meant.
- Copy the expression into your crontab, workflow file or scheduler.
Features
- Live validation of every field's range
- Plain-English description of the schedule
- Ranges (1-5), lists (1,15) and steps (*/10) supported
- Nine common presets to start from
Frequently Asked Questions
What do the five fields mean?
In order: minute (0–59), hour (0–23), day of month (1–31), month (1–12) and day of week (0–6, Sunday = 0). An asterisk means 'every'.
How do I run a job every 15 minutes?
Use a step value in the minute field: */15 * * * *. Steps work in any field — */2 in the hour field means every two hours.
Is the Cron Expression Generator free?
Yes, the Cron Expression Generator is completely free with no usage limits. No signup, no account and no installation required.
Does the Cron Expression Generator work on mobile?
Yes. The Cron Expression Generator is fully responsive and works in any modern browser on phones, tablets and desktops.
Related Tools
Timestamp Converter
Convert Unix timestamps to human-readable dates and back — auto-detects seconds vs milliseconds and shows local, UTC, ISO and relative time.
Regex Generator
Get battle-tested regular expressions for emails, URLs, IPs, dates, passwords and more — with flags and anchoring options, ready to copy.
UUID Generator
Generate cryptographically random version 4 UUIDs — one or a thousand at a time, with uppercase and no-dash options. Free and instant.