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
1Sun, Aug 2, 2026, 21:00:00 UTCin 31s
2Sun, Aug 2, 2026, 21:10:00 UTCin 11 min
3Sun, Aug 2, 2026, 21:20:00 UTCin 21 min
4Sun, Aug 2, 2026, 21:30:00 UTCin 31 min
5Sun, Aug 2, 2026, 21:40:00 UTCin 41 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.