Cron Translator

Cron for every 5 minutes

The default polling interval for most sync jobs. Divides the hour evenly, so the gap between runs is always exactly five minutes.

*/5 * * * *

Every 5 minutes

Interpreted in UTC · approximately 288 runs per day

Fields

Minute*/5
Every 5 minutes.
Hour*
Every hour.
Day of month*
Every day of the month.
Month*
Every month.
Day of week*
Every day of the week.

Next runs

  1. Wed, 2026-09-02, 15:55
  2. Wed, 2026-09-02, 16:00
  3. Wed, 2026-09-02, 16:05
  4. Wed, 2026-09-02, 16:10
  5. Wed, 2026-09-02, 16:15
  6. Wed, 2026-09-02, 16:20
  7. Wed, 2026-09-02, 16:25
  8. Wed, 2026-09-02, 16:30

Try a different expression or timezone

Times above are in UTC. Pick a timezone here to see this schedule in local time.

Call this from code or an agent

curl 'https://crontoenglish.com/api/v1/explain?expression=*%2F5%20*%20*%20*%20*'

API and MCP setup · this page as markdown

Related schedules