Cron Expression Generator
Visual cron expression builder with instant validation and human-readable descriptions. Create complex schedules for backups, reports, and automated tasks without memorizing syntax.
* * * * *Every minute
Fields
0-59
0-23
1-31
1-12
0-7 (0,7=Sun)
Common Presets
Next 5 Executions
Execution #1
Local:Mon, Feb 16, 2026, 06:53:00 PM
UTC:Mon, 16 Feb 2026 18:53:00 GMT
Execution #2
Local:Mon, Feb 16, 2026, 06:54:00 PM
UTC:Mon, 16 Feb 2026 18:54:00 GMT
Execution #3
Local:Mon, Feb 16, 2026, 06:55:00 PM
UTC:Mon, 16 Feb 2026 18:55:00 GMT
Execution #4
Local:Mon, Feb 16, 2026, 06:56:00 PM
UTC:Mon, 16 Feb 2026 18:56:00 GMT
Execution #5
Local:Mon, Feb 16, 2026, 06:57:00 PM
UTC:Mon, 16 Feb 2026 18:57:00 GMT
Cron Syntax
A cron expression has five fields representing minute, hour, day of month, month, and day of week. Each field can contain specific values, ranges, lists, or wildcards.
*— any value*/n— every n intervals1,3,5— specific values1-5— range of values
Common Use Cases
Cron expressions are used in CI/CD pipelines, database backups, log rotation, report generation, cache invalidation, and any task that needs to run on a recurring schedule.