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
1Sun, Sep 20, 2026, 04:44:00 UTCin 39s
2Sun, Sep 20, 2026, 04:45:00 UTCin 2 min
3Sun, Sep 20, 2026, 04:46:00 UTCin 3 min
4Sun, Sep 20, 2026, 04:47:00 UTCin 4 min
5Sun, Sep 20, 2026, 04:48: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.