Cron Expression Generator

Build cron expressions visually with instant preview of next execution times.

0-59
0-23
1-31
1-12
0-6

Paste any cron expression to see its description and next runs

0 9 * * *
At minute 0, past hour 9

Next 5 Executions

1Fri, Mar 20, 2026 09:00 AM
2Sat, Mar 21, 2026 09:00 AM
3Sun, Mar 22, 2026 09:00 AM
4Mon, Mar 23, 2026 09:00 AM
5Tue, Mar 24, 2026 09:00 AM

Visual Builder

Edit each cron field individually or use quick presets for common schedules like daily, weekly, or hourly.

Next 5 Executions

See exactly when your cron job will run next. Instantly verify your schedule is correct before deploying.

Copy & Go

One-click copy to use in crontab, AWS CloudWatch, GitHub Actions, Kubernetes, or any scheduler.

Frequently Asked Questions

What is a cron expression?

A cron expression is a string of five fields (minute, hour, day of month, month, day of week) that defines a schedule for recurring tasks. It's used in Unix/Linux cron jobs, CI/CD pipelines, cloud schedulers, and task automation tools.

What does each field mean?

The five fields are: Minute (0-59), Hour (0-23), Day of Month (1-31), Month (1-12), Day of Week (0-6, where 0 is Sunday). Use * for 'every', */N for 'every N', and comma-separated values or ranges (e.g., 1-5).

How do I schedule a job every 5 minutes?

Use the expression '*/5 * * * *'. The */5 in the minute field means 'every 5 minutes', while the asterisks in other fields mean 'every hour, every day, every month, every day of the week'.

Is this tool free to use?

Yes, completely free with no signup required. Everything runs in your browser — no data is sent to any server.

Can I use this for AWS CloudWatch or GitHub Actions?

Yes. Standard 5-field cron expressions work with most schedulers including crontab, AWS CloudWatch Events, GitHub Actions, Kubernetes CronJobs, and Google Cloud Scheduler.

Share: X LinkedIn Reddit

Premium Developer Resources

Like this tool? Get 20+ premium tools

Unlock AI Code Review, AI Doc Generator, AI SQL Builder, batch processing, and API access. Start your 7-day free trial today.

Try Pro Free

Free vs Pro

Feature
Free
Pro
Developer Tools
29 tools
32+ tools
AI-Powered Tools
3 AI tools
Batch Processing
API Access
Ad-Free
View source on GitHub

Related Tools

Get Free Dev Tips & Tool Updates

Join our newsletter for weekly developer tips, new tool launches, and exclusive Pro deals. No spam, unsubscribe anytime.

Join 500+ developers. Free forever.