Cron expression to run every minute

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

* * * * *
Every minute

Next 5 runs (UTC)

#Run time (UTC)When
1Fri, Jun 19, 2026, 14:48:00 UTCin 55s
2Fri, Jun 19, 2026, 14:49:00 UTCin 2 min
3Fri, Jun 19, 2026, 14:50:00 UTCin 3 min
4Fri, Jun 19, 2026, 14:51:00 UTCin 4 min
5Fri, Jun 19, 2026, 14:52:00 UTCin 5 min

Adjust it

* * * * *
Get this as JSON (developer API)
curl "https://cron.wrapper-agency.com/api/v1/cron?expr=*%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 * * * * * page.