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, 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

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.