Every 5 minutes
Input
*/5 * * * *
Output
Runs every 5 minutes.
KoguNavi tool
Paste a standard cron expression to see the parsed fields, plain-language explanation, and approximate next run times.
Runs in your browser for this tool.
Current tools are designed to run in your browser. As a general habit, avoid pasting passwords, private keys, or production secrets into any website.
Standard 5-field cron only. Next run times are approximate and use this browser's local timezone.
Parsed cron fields, a plain-language explanation, and approximate next run times in the browser's local timezone.
Input
*/5 * * * *
Output
Runs every 5 minutes.
Input
0 9 * * 1-5
Output
Runs at 09:00 Monday through Friday.
Input
30 2 1 * *
Output
Runs at 02:30 on the first day of each month.
Nearby utilities from the KoguNavi toolbox.
Developer tools · Local in browser
Test JavaScript regular expressions locally against sample text.
Open tool →
Developer tools · Local in browser
Format SQL queries locally in your browser.
Open tool →
Developer tools · Local in browser
Generate UUID v4 values locally in your browser.
Open tool →