Cron expression to run every 10 minutes

To schedule a job to run every 10 minutes, use this cron expression:

*/10 * * * *
Every 10 minutes

Next 5 runs (UTC)

#Run time (UTC)When
1Wed, Aug 5, 2026, 16:20:00 UTCin 9 min
2Wed, Aug 5, 2026, 16:30:00 UTCin 19 min
3Wed, Aug 5, 2026, 16:40:00 UTCin 29 min
4Wed, Aug 5, 2026, 16:50:00 UTCin 39 min
5Wed, Aug 5, 2026, 17:00:00 UTCin 49 min

Adjust it

*/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.

Other common schedules

See the full breakdown on the */10 * * * * page.