0 */3 * * * explained

On the hour, every 3 hours

On the hour, every 3 hours
The cron expression 0 */3 * * *. · 5-field cron

Next 5 runs (UTC)

#Run time (UTC)When
1Tue, Aug 4, 2026, 15:00:00 UTCin 1h 41m
2Tue, Aug 4, 2026, 18:00:00 UTCin 4h 41m
3Tue, Aug 4, 2026, 21:00:00 UTCin 7h 41m
4Wed, Aug 5, 2026, 00:00:00 UTCin 10h 41m
5Wed, Aug 5, 2026, 03:00:00 UTCin 13h 41m

Try it in your timezone

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

How to read this expression

FieldValueMeaning
Minute0exactly 0
Hour*/3every 3 step
Day of month*every value
Month*every value
Day of week*every value

Related schedules

FAQ

Is "0 */3 * * *" a valid cron expression?
Yes — it parses as a standard 5-field cron expression: On the hour, every 3 hours.
How do I use it?
Paste it into your crontab, CI scheduler, or job runner. Need a different schedule? Edit the fields in the builder above or browse all common cron expressions.

Looking for a phrase instead? See every minute, every 5 minutes, every 10 minutes, every 15 minutes.