*/10 * * * * explained

Every 10 minutes

Every 10 minutes
Runs six times an hour, every ten minutes. · 5-field cron

Next 5 runs (UTC)

#Run time (UTC)When
1Sun, Sep 20, 2026, 04:50:00 UTCin 6 min
2Sun, Sep 20, 2026, 05:00:00 UTCin 16 min
3Sun, Sep 20, 2026, 05:10:00 UTCin 26 min
4Sun, Sep 20, 2026, 05:20:00 UTCin 36 min
5Sun, Sep 20, 2026, 05:30:00 UTCin 46 min

Try it in your timezone

*/10 * * * *
Get this as JSON (developer API)
curl "https://cron.wrapper-agency.com/api/v1/cron?expr=*%2F10%20*%20*%20*%20*&tz=UTC"

Free cron API — no key during beta. Parsing is standard 5-field (or 6-field with seconds) cron, computed with cron-parser.

How to read this expression

FieldValueMeaning
Minute*/10every 10 step
Hour*every value
Day of month*every value
Month*every value
Day of week*every value

Related schedules

FAQ

Is "*/10 * * * *" a valid cron expression?
Yes — it parses as a standard 5-field cron expression: Every 10 minutes.
How do I use it?
Paste it into your crontab, CI scheduler, or job runner. Need a different schedule? Edit the fields in the builder above or browse all common cron expressions.

Looking for a phrase instead? See every minute, every 5 minutes, every 10 minutes, every 15 minutes.