Cron: Every 5 minutes
Type a cron schedule and get plain English, a field-by-field breakdown and the next run times, all in the browser.
At every 5th minute
No upcoming runs within 5 years.
Cron syntax in thirty seconds
A cron expression is five fields separated by spaces: minute (0–59), hour (0–23), day of month (1–31), month (1–12 or names) and day of week (0–7 or names, where both 0 and 7 are Sunday).
Each field takes * for every value, a number, a list like 1,15, a range like 9-17, or a step like */5 — and they combine, so 9-17/2 means every second hour from 9 through 17. Shortcuts like @daily and @hourly work too.
One classic surprise: when both day-of-month and day-of-week are restricted, standard cron runs the job when either matches, not both. This tool implements that rule, so the next-run times above are what a real cron daemon would do.
More cron expression explainer pages
Related tools
Case Converter
Convert text between UPPERCASE, camelCase, snake_case, kebab-case, slugs and more.
Whitespace & Line Tools
Trim whitespace, collapse spaces, dedupe and sort lines, remove line breaks.
Encode, Decode & Format
Format and minify JSON, encode and decode Base64, URLs and HTML entities.
Number Base Converter
Convert numbers between binary, octal, decimal and hex at any size, via BigInt.
Free and open source from Earthling Digital, an independent creative agency. Built with Earthling UI.