0 */4 * * * explained
On the hour, every 4 hours
On the hour, every 4 hours
The cron expression 0 */4 * * *. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Wed, Aug 5, 2026, 00:00:00 UTC | in 3h 8m |
| 2 | Wed, Aug 5, 2026, 04:00:00 UTC | in 7h 8m |
| 3 | Wed, Aug 5, 2026, 08:00:00 UTC | in 11h 8m |
| 4 | Wed, Aug 5, 2026, 12:00:00 UTC | in 15h 8m |
| 5 | Wed, Aug 5, 2026, 16:00:00 UTC | in 19h 8m |
Try it in your timezone
How to read this expression
| Field | Value | Meaning |
|---|---|---|
| Minute | 0 | exactly 0 |
| Hour | */4 | every 4 step |
| Day of month | * | every value |
| Month | * | every value |
| Day of week | * | every value |
Related schedules
FAQ
- Is "0 */4 * * *" a valid cron expression?
- Yes — it parses as a standard 5-field cron expression: On the hour, every 4 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.