Cron Expression Generator
Build cron expressions visually and preview the next scheduled run times.
Quick Presets
* * * * *
Next 5 Scheduled Runs
- 18/1/2026, 8:10:00 PM
- 28/1/2026, 8:11:00 PM
- 38/1/2026, 8:12:00 PM
- 48/1/2026, 8:13:00 PM
- 58/1/2026, 8:14:00 PM
Frequently Asked Questions
What format does this generate?
Standard 5-field cron format: minute, hour, day-of-month, month, day-of-week. Used by crontab, Kubernetes CronJobs, GitHub Actions, and most schedulers.
How do I read a cron expression?
Left to right: minute (0-59), hour (0-23), day of month (1-31), month (1-12), day of week (0-6, where 0=Sunday). An asterisk (*) means 'every'.
More free tools
Paste an error or stack trace and get a plain-English explanation, the likely cause, and how to fix it.
Explain This Regex (AI)Paste a regular expression and get a plain-English explanation, a token-by-token breakdown, and example matches.
JSON Formatter & ValidatorFormat, validate, and beautify JSON data instantly. Catch syntax errors with line numbers.
Base64 Encode / DecodeEncode text to Base64 or decode Base64 strings back to plain text. Supports UTF-8.
Tired of debugging in production?
Bugsly catches errors before your users do — with AI-powered explanations and instant fixes.
Get Started Free