Cron expression to run every 12 hours

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

0 */12 * * *
On the hour, every 12 hours

Next 5 runs (UTC)

#Run time (UTC)When
1Sun, Aug 2, 2026, 12:00:00 UTCin 8h 47m
2Mon, Aug 3, 2026, 00:00:00 UTCin 20h 47m
3Mon, Aug 3, 2026, 12:00:00 UTCin 1d 8h
4Tue, Aug 4, 2026, 00:00:00 UTCin 1d 20h
5Tue, Aug 4, 2026, 12:00:00 UTCin 2d 8h

Adjust it

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